.outer-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.inner-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.flex-base {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.flex-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex-left {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-right {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-around {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.vert-top {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.vert-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.vert-bottom {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.noWrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/*--------------------------Browswer Reset--------------------------------*/
html,
body,
div,
h1,
h2,
h3,
ul,
ol,
form,
fieldset,
input,
textarea {
  font-size: 100%;
  margin: 0pt;
  padding: 0pt;
}
body,
body.LTR,
body.RTL {
  background: white;
  width: 100%;
  font-size: 16px;
  line-height: 1.625;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img,
fieldset {
  border: 0pt none;
}
hr {
  width: 665px;
  height: 31px;
  background-repeat: no-repeat;
  display: block;
  border: none;
  clear: both;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #787f8c;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
p {
  font-size: 18px;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  margin-bottom: 10px;
  color: #787f8c;
}
ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #787f8c;
}
li {
  list-style-type: none;
}
a {
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  color: #a90101;
  font-family: 'Roboto', sans-serif;
}
a:hover {
  text-decoration: none;
  background-color: none;
}
a,
img {
  border: 0pt none;
}
@media screen and (max-width: 650px) {
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
    font-size: 16px !important;
  }
  select {
    font-size: 16px !important;
  }
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0pt;
  visibility: hidden;
}
/*-------------------End of Reset--------------------*/
.splash {
  /* typography
----------------------------------------------- */
  /* components
----------------------------------------------- */
}
.splash :focus {
  outline: none !important;
}
.splash ::-moz-focus-inner {
  border: 0 !important;
}
.splash h3 {
  color: #760101;
}
.splash h2 {
  font-size: 24px;
}
.splash p {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0.6125rem;
  color: #787f8c;
  line-height: 2em;
  font-style: normal;
  font-size: 18px;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
.splash .inner {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1080px;
}
.splash header {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  position: fixed;
  background: white;
  z-index: 9;
  width: 100%;
}
.splash header .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.splash header .inner .header-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.splash header .inner .header-nav a {
  color: #666666;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 4px 4px;
  margin-right: 10px;
  font-size: 14px;
}
.splash .logo {
  width: 160px;
  display: block;
  padding: 18px 0;
}
.splash .logo img {
  width: 100%;
  display: block;
}
.splash header .inner .header-nav a.cta,
.splash .cta {
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 0 #c56f4a;
  -moz-box-shadow: 0 4px 0 #c76f45;
  box-shadow: 0 4px 0 #c76f45;
  cursor: pointer;
  font: 15px/28px Roboto, "Helvetica Neue", Arial;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 12px 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  text-transform: uppercase;
  background-color: #ef7c46;
  border: 0px;
}
.splash header .inner .header-nav a.cta {
  padding: 5px 15px;
}
.splash header .inner .header-nav a.cta:hover,
.splash .cta:hover {
  background-color: #ec6120 !important;
  -webkit-box-shadow: #b96744 !important;
  -moz-box-shadow: #b96744 !important;
  box-shadow: #b96744 !important;
  color: #fff !important;
  padding: 12px 25px !important;
  border: 0px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
.splash header .inner .header-nav a.cta:hover {
  padding: 5px 15px !important;
}
@media screen and (max-width: 730px) {
  .splash .logo {
    width: 140px;
    padding-left: 6px;
  }
  .splash .header-nav a {
    display: none;
  }
  .splash .header-nav a.cta {
    display: block;
  }
}
.splash .main-content {
  position: relative;
  top: 73px;
}
@media screen and (max-width: 730px) {
  .splash .main-content {
    top: 71px;
  }
}
.splash .hero {
  background: #aad0df;
  position: relative;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.splash .hero .inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
}
.splash .hero .image {
  width: 46%;
}
.splash .hero .image img {
  width: 100%;
  display: block;
}
.splash .hero .content {
  width: 52%;
  padding: 7.5rem 4%;
}
.splash .hero h1 {
  font-size: 42px;
  line-height: 54px;
  color: white;
  font-family: Roboto;
  font-weight: bold;
}
.splash .hero p {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 500;
}
@media screen and (max-width: 730px) {
  .splash .hero .inner {
    padding: 2.3rem 0;
  }
  .splash .hero .image {
    width: 100%;
    order: 2;
    display: none;
  }
  .splash .hero .image img {
    width: 80%;
    margin: 0.7rem auto 0;
    display: block;
  }
  .splash .hero .content {
    width: 100%;
    padding: 0 4%;
    order: 1;
    text-align: center;
  }
  .splash .hero h1 {
    font-size: 32px;
    line-height: 54px;
    color: white;
    font-family: Roboto;
    font-weight: bold;
  }
  .splash .hero p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 500;
  }
}
.splash .sidr {
  background: #525e6c;
  box-shadow: none;
}
.splash .sidr .inner {
  padding: 20px 10px 0;
}
.splash .sidr .close-sidr {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 16px;
}
.splash .sidr .inner .title {
  color: white;
  font-weight: bold;
  font-family: Roboto;
  line-height: 1.3em;
  padding-bottom: 10px;
  font-size: 26px;
}
.splash .sidr .inner p {
  color: white;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
}
.splash .sidr .inner p.note {
  color: white;
  font-family: Roboto;
  font-size: 14px;
  line-height: 20px;
}
.splash .sidr .inner .columns {
  width: 100%;
}
.splash .sidr .inner .columns .column {
  width: 100%;
  padding-bottom: 10px;
}
.splash .sidr .inner .columns .column label {
  color: #aad0df;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
.splash .sidr .inner .columns .column .FormButton {
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 0 #c56f4a;
  -moz-box-shadow: 0 4px 0 #c76f45;
  box-shadow: 0 4px 0 #c76f45;
  cursor: pointer;
  font: 15px/28px Roboto, "Helvetica Neue", Arial;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 12px 25px;
  text-align: center;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  background-color: #ef7c46;
  border: 0px;
  width: 100%;
  padding: 8px;
}
.splash .sidr .inner .columns .column .FormButton:hover {
  background-color: #ec6120 !important;
  -webkit-box-shadow: #b96744 !important;
  -moz-box-shadow: #b96744 !important;
  box-shadow: #b96744 !important;
  color: #fff !important;
  border: 0px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
.splash .sidr .inner .columns .column input {
  padding: 4px 6px;
  width: 100%;
  color: black;
  background: white;
  border: 0 none;
}
.splash .sidr .inner .columns .column textarea {
  background: white;
  color: black;
}
.splash .sidr {
  width: 320px;
}
.splash .sidr.right {
  right: -320px;
}
.splash .sidr.left {
  left: -320px;
}
.splash .ErrorLabel,
.splash .EditingFormErrorLabel {
  background: #dd2c01;
  padding: 3px;
}
@media screen and (max-width: 730px) {
  .splash .sidr {
    background: #525e6c;
    box-shadow: none;
  }
  .splash .sidr .inner {
    padding: 16px 22px 0;
  }
  .splash .sidr .close-sidr {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .splash .sidr .inner .title {
    color: white;
    font-weight: bold;
    font-family: Roboto;
    line-height: 1.3em;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .splash .sidr .inner p {
    color: white;
    font-family: Roboto;
    font-size: 16px;
    line-height: 22px;
  }
  .splash .sidr .inner p.note {
    color: white;
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
  }
  .splash .sidr .inner .columns {
    width: 100%;
  }
  .splash .sidr .inner .columns .column {
    width: 100%;
    padding-bottom: 10px;
  }
  .splash .sidr .inner .columns .column label {
    color: #aad0df;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
  }
  .splash .sidr .inner .columns .column .cta {
    width: 100%;
    padding: 8px;
  }
  .splash .sidr .inner .columns .column input {
    padding: 4px 6px;
    width: 100%;
    color: black;
  }
  .splash .sidr .inner .columns .column textarea {
    background: white;
  }
  .splash .sidr {
    width: 100%;
  }
  .splash .sidr.right {
    right: -100%;
  }
  .splash .sidr.left {
    left: -100%;
  }
}
.splash .why {
  position: relative;
  text-align: center;
  padding-top: 4.375rem;
  max-width: 900px;
  margin: 0 auto;
}
.splash .why h2 {
  color: #353439;
  font-weight: bold;
  font-family: Roboto;
  line-height: 1.3em;
  padding-bottom: 10px;
}
@media screen and (max-width: 730px) {
  .splash .why {
    padding-top: 3.375rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .splash .why h2 {
    color: #353439;
    font-weight: bold;
    font-family: Roboto;
    line-height: 1.3em;
    padding-bottom: 10px;
  }
}
.splash .gc-panels {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 3.375rem;
}
.splash .gc-panels .gc-panel {
  width: 30%;
}
.splash .duo .gc-panel {
  width: 47%;
  padding-bottom: 40px;
}
.splash .gc-panels .gc-panel img {
  padding-bottom: 20px;
}
.splash .duo .gc-panel img {
  width: 60px;
}
.splash .gc-panels .gc-panel .title {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  font-family: Roboto;
}
@media screen and (max-width: 730px) {
  .splash .gc-panels {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 3.375rem;
  }
  .splash .gc-panels .gc-panel {
    width: 90%;
    margin-bottom: 0.9rem;
  }
}
.splash .brands-we {
  background: #f5f5f5;
  padding-bottom: 5.375rem;
  padding-top: 5.375rem;
}
.splash .brands-we h2 {
  color: #353439;
  font-weight: bold;
  font-family: Roboto;
  line-height: 1.3em;
  padding-bottom: 10px;
  text-align: center;
}
.splash .brands-we p {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.splash .brands-we .brands {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}
.splash .brands-we .brands img {
  display: block;
  width: 21%;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  padding-top: 0.7125rem;
  padding-bottom: 0.7125rem;
}
.splash .brands-we .brands img:nth-child(1) {
  display: block;
  width: 31%;
}
.splash .brands-we .brands img:nth-child(2) {
  display: block;
  width: 31%;
}
.splash .brands-we .brands img:nth-child(3) {
  display: block;
  width: 31%;
}
.splash .brands-we .brands-a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}
.splash .brands-we .brands-a img {
  display: block;
  width: 17%;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  padding-top: 0.7125rem;
  padding-bottom: 0.7125rem;
}
@media screen and (max-width: 730px) {
  .splash .brands-we {
    padding-bottom: 4.375rem;
    padding-top: 4.375rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .splash .brands-we h2 {
    color: #353439;
    font-weight: bold;
    font-family: Roboto;
    line-height: 1.3em;
    padding-bottom: 10px;
    text-align: center;
  }
  .splash .brands-we .brands {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .splash .brands-we .brands img {
    display: block;
    width: 45%;
    padding-left: 0.9125rem;
    padding-right: 0.9125rem;
    padding-top: 0.7125rem;
    padding-bottom: 0.7125rem;
  }
  .splash .brands-we .brands img:nth-child(1) {
    display: block;
    width: 45%;
  }
  .splash .brands-we .brands img:nth-child(2) {
    display: block;
    width: 48%;
  }
  .splash .brands-we .brands img:nth-child(3) {
    display: block;
    width: 48%;
  }
  .splash .brands-we .brands-a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .splash .brands-we .brands-a img {
    display: block;
    width: 31%;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    padding-top: 0.7125rem;
    padding-bottom: 0.7125rem;
  }
}
.splash .bigp .inner {
  position: relative;
  padding-bottom: 330px;
}
.splash .bigpa .inner {
  position: relative;
  padding-top: 210px;
}
.splash .artb {
  position: absolute;
  bottom: -200px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 730px) {
  .splash .bigp .inner {
    position: relative;
    padding-bottom: 60px;
  }
  .splash .bigpa .inner {
    position: relative;
    padding-top: 40px;
  }
  .splash .artb {
    position: absolute;
    bottom: -60px;
    width: 100%;
    display: block;
  }
}
.splash .events {
  position: relative;
  text-align: center;
  padding-top: 5.375rem;
  padding-bottom: 5.375rem;
  margin: 0 auto;
}
.splash .events h2 {
  color: #353439;
  font-weight: bold;
  font-family: Roboto;
  line-height: 1.3em;
  padding-bottom: 10px;
}
.splash .events .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.splash .events .content-left {
  width: 56%;
  text-align: left;
}
.splash .events .content-right {
  width: 42%;
}
.splash .events .content-right img {
  width: 100%;
  display: block;
}
.splash .events .event-panels {
  padding-top: 10px;
  width: 90%;
}
.splash .events .event-panel {
  padding-bottom: 10px;
}
.splash .events .event-panel .title {
  padding-bottom: 0px;
  font-weight: 600;
  font-size: 18px;
  font-family: Roboto;
}
.splash .events .event-panel p {
  font-size: 16px;
}
@media screen and (max-width: 730px) {
  .splash .events {
    position: relative;
    text-align: center;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .splash .events h2 {
    color: #353439;
    font-weight: bold;
    font-family: Roboto;
    line-height: 1.3em;
    padding-bottom: 10px;
    text-align: center;
  }
  .splash .events .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .splash .events .content-left {
    width: 100%;
    text-align: center;
  }
  .splash .events .content-right {
    width: 96%;
    margin: 0 auto;
  }
  .splash .events .content-right img {
    width: 100%;
    display: block;
  }
  .splash .events .event-panels {
    padding-top: 10px;
    width: 90%;
  }
  .splash .events .event-panel {
    padding-bottom: 10px;
  }
  .splash .events .event-panel .title {
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 18px;
    font-family: Roboto;
  }
  .splash .events .event-panel p {
    font-size: 16px;
  }
}
.splash .big-call {
  position: relative;
  text-align: center;
  padding-top: 6.375rem;
  padding-bottom: 6.375rem;
  background: #525e6c;
  margin: 0 auto;
}
.splash .big-call h2 {
  color: white;
  font-weight: bold;
  font-family: Roboto;
  line-height: 1.3em;
  padding-bottom: 10px;
}
.splash .big-call p {
  color: white;
}
@media screen and (max-width: 730px) {
  .splash .big-call {
    position: relative;
    text-align: center;
    padding-top: 5.375rem;
    padding-bottom: 5.375rem;
    background: #525e6c;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .splash .big-call h2 {
    color: white;
    font-weight: bold;
    font-family: Roboto;
    line-height: 1.3em;
    padding-bottom: 10px;
  }
  .splash .big-call p {
    color: white;
  }
}
.splash .retail {
  position: relative;
  text-align: center;
  padding-top: 5.375rem;
  padding-bottom: 5.375rem;
  margin: 0 auto;
}
.splash .retail h2 {
  color: #353439;
  font-weight: bold;
  font-family: Roboto;
  line-height: 1.3em;
  padding-bottom: 10px;
}
.splash .retail .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.splash .retail .content-left {
  width: 44%;
  order: 2;
  text-align: left;
}
.splash .retail .content-right {
  width: 53%;
  order: 1;
}
.splash .retail .content-right img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 730px) {
  .splash .retail {
    position: relative;
    text-align: center;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .splash .retail h2 {
    color: #353439;
    font-weight: bold;
    font-family: Roboto;
    line-height: 1.3em;
    padding-bottom: 10px;
  }
  .splash .retail .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .splash .retail .content-left {
    width: 100%;
    order: 1;
    text-align: left;
  }
  .splash .retail .content-right {
    width: 100%;
    order: 2;
    margin-top: 0.6125rem;
  }
  .splash .retail .content-right img {
    width: 100%;
    display: block;
  }
}
.splash input,
.splash input[type="color"],
.splash input[type="date"],
.splash input[type="datetime"],
.splash input[type="datetime-local"],
.splash input[type="email"],
.splash input[type="month"],
.splash input[type="number"],
.splash input[type="password"],
.splash input[type="search"],
.splash input[type="tel"],
.splash input[type="text"],
.splash input[type="time"],
.splash input[type="url"],
.splash input[type="week"],
.splash select:focus,
.splash textarea {
  font-size: 16px !important;
}
.splash select {
  font-size: 16px !important;
}
.splash .features {
  background: #f5f5f5;
  padding-bottom: 5.375rem;
  padding-top: 5.375rem;
}
.splash .features h2 {
  color: #353439;
  font-weight: bold;
  font-family: Roboto;
  line-height: 1.3em;
  padding-bottom: 10px;
  text-align: center;
}
.splash .features p {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.splash .features ul {
  margin-top: 1rem;
  text-align: center;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  font-size: 18px;
  font-family: Roboto;
  line-height: 32px;
}
@media screen and (max-width: 730px) {
  .splash .features {
    background: #f5f5f5;
    padding-bottom: 5.375rem;
    padding-top: 5.375rem;
  }
  .splash .features h2 {
    color: #353439;
    font-weight: bold;
    font-family: Roboto;
    line-height: 1.3em;
    padding-bottom: 10px;
    text-align: center;
  }
  .splash .features p {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .splash .features ul {
    margin-top: 1rem;
    text-align: center;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    font-size: 18px;
    font-family: Roboto;
    line-height: 32px;
  }
}
@media screen and (max-width: 550px) {
  .splash .features {
    background: #f5f5f5;
    padding-bottom: 5.375rem;
    padding-top: 5.375rem;
  }
  .splash .features h2 {
    color: #353439;
    font-weight: bold;
    font-family: Roboto;
    line-height: 1.3em;
    padding-bottom: 10px;
    text-align: center;
  }
  .splash .features p {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .splash .features ul {
    margin-top: 1rem;
    text-align: center;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    font-size: 18px;
    font-family: Roboto;
    line-height: 32px;
  }
}
.splash .footer {
  background: #1a232b;
  padding: 3rem 0;
}
.splash .footer .inner p {
  color: white;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.splash .midwest-pos {
  position: relative;
  text-align: center;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  background: #525e6c;
  margin: 0 auto;
}
.splash .midwest-pos .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.splash .midwest-pos .mlogo {
  width: 30%;
}
.splash .midwest-pos .mlogo img {
  width: 100%;
  display: block;
}
.splash .midwest-pos .mcontent {
  width: 65%;
}
.splash .midwest-pos p {
  color: white;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .splash .midwest-pos {
    position: relative;
    text-align: center;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    background: #525e6c;
    margin: 0 auto;
  }
  .splash .midwest-pos .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .splash .midwest-pos .mlogo {
    width: 90%;
    max-width: 398px;
  }
  .splash .midwest-pos .mlogo img {
    width: 100%;
    display: block;
  }
  .splash .midwest-pos .mcontent {
    width: 100%;
  }
  .splash .midwest-pos p {
    color: white;
    font-size: 16px;
    text-align: center;
  }
}
.inner-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.flex-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex-left {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*:root {
    --blue: #377dff;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ed4c78;
    --orange: #fd7e14;
    --yellow: #f5ca99;
    --green: #28a745;
    --teal: #00c9a7;
    --cyan: #09a5be;
    --white: #fff;
    --gray: #8c98a4;
    --gray-dark: #71869d;
    --primary: #377dff;
    --secondary: #71869d;
    --success: #00c9a7;
    --info: #09a5be;
    --warning: #f5ca99;
    --danger: #ed4c78;
    --light: #f7faff;
    --dark: #21325b;
    --indigo: #2d1582;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
*/
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #8c98a4;
  text-align: left;
  caption-side: bottom;
}
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input {
  overflow: visible;
}
[role=button] {
  cursor: pointer;
}
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1e2022;
}
.h1,
h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  .h1,
  h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
.h2,
h2 {
  font-size: 1.875rem;
}
@media (max-width: 1200px) {
  .h2,
  h2 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
.h3,
h3 {
  font-size: 1.3125rem;
}
@media (max-width: 1200px) {
  .h3,
  h3 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
.h4,
h4 {
  font-size: 1.125rem;
}
.h5,
h5 {
  font-size: 1rem;
}
.h6,
h6 {
  font-size: 0.875rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 400;
}
.display-1 {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.display-4 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.3vw);
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #8c98a4;
}
.container,
.container-fluid,
.container-lg,
.container-xl {
  /*padding-right: 15px;
    padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container {
    width: 100%;
    max-width: 540px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-right: -15px;
    margin-left: -15px*/
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.btn {
  display: inline-block;
  font-weight: 600;
  color: #677788;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0.0625rem solid transparent;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.3125rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #677788;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 125, 255, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-dark {
  color: #fff;
  background-color: #21325b;
  border-color: #21325b;
}
.btn-dark:hover {
  color: #fff;
  background-color: #17233f;
  border-color: #131d36;
}
.btn-dark:focus {
  color: #fff;
  background-color: #17233f;
  border-color: #131d36;
  box-shadow: 0 0 0 0.2rem rgba(66, 81, 116, 0.5);
}
.btn-dark:disabled {
  color: #fff;
  background-color: #21325b;
  border-color: #21325b;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #131d36;
  border-color: #10182c;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 81, 116, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #377dff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0052ea;
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}
.btn-link:disabled {
  color: #8c98a4;
  pointer-events: none;
}
.btn-lg {
  padding: 1.125rem 1.125rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 8.4375rem;
  padding: 1rem 0;
  margin: 0.5rem 0 0;
  font-size: 1rem;
  color: #677788;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #1e2022;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #121314;
  text-decoration: none;
  background-color: rgba(189, 197, 209, 0.3);
}
.dropdown-item:active {
  color: #1e2022;
  text-decoration: none;
  background-color: rgba(189, 197, 209, 0.3);
}
.dropdown-item:disabled {
  color: #8c98a4;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-header {
  display: block;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #8c98a4;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.375rem 1.5rem;
  color: #1e2022;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #677788;
  background-color: #fff;
  border: 0 solid #e7eaf3;
}
.page-link:hover {
  z-index: 2;
  color: #377dff;
  text-decoration: none;
  background-color: rgba(55, 125, 255, 0.1);
  border-color: rgba(55, 125, 255, 0.1);
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 125, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.badge {
  display: inline-block;
  padding: 0.275rem 0.5em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3125rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-dark {
  color: #fff;
  background-color: #21325b;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #131d36;
}
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 50, 91, 0.5);
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0.75rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0.75rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.close {
  float: right;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #1e2022;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #1e2022;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #8c98a4;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.align-top {
  vertical-align: top !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.d-none {
  display: none !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.shadow {
  box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125) !important;
}
.shadow-lg {
  box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-15 {
  height: 15% !important;
}
.h-20 {
  height: 20% !important;
}
.h-30 {
  height: 30% !important;
}
.h-35 {
  height: 35% !important;
}
.h-40 {
  height: 40% !important;
}
.h-60 {
  height: 60% !important;
}
.h-65 {
  height: 65% !important;
}
.h-80 {
  height: 80% !important;
}
.h-85 {
  height: 85% !important;
}
.h-90 {
  height: 90% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.mt-5 {
  margin-top: 2rem !important;
}
.mr-5 {
  margin-right: 2rem !important;
}
.mb-5 {
  margin-bottom: 2rem !important;
}
.ml-5 {
  margin-left: 2rem !important;
}
.m-6 {
  margin: 2.5rem !important;
}
.mt-6 {
  margin-top: 2.5rem !important;
}
.mr-6 {
  margin-right: 2.5rem !important;
}
.mb-6 {
  margin-bottom: 2.5rem !important;
}
.ml-6 {
  margin-left: 2.5rem !important;
}
.m-7 {
  margin: 3rem !important;
}
.mt-7 {
  margin-top: 3rem !important;
}
.mr-7 {
  margin-right: 3rem !important;
}
.mb-7 {
  margin-bottom: 3rem !important;
}
.ml-7 {
  margin-left: 3rem !important;
}
.m-8 {
  margin: 3.5rem !important;
}
.mt-8 {
  margin-top: 3.5rem !important;
}
.mr-8 {
  margin-right: 3.5rem !important;
}
.mb-8 {
  margin-bottom: 3.5rem !important;
}
.ml-8 {
  margin-left: 3.5rem !important;
}
.m-9 {
  margin: 4rem !important;
}
.mt-9 {
  margin-top: 4rem !important;
}
.mr-9 {
  margin-right: 4rem !important;
}
.mb-9 {
  margin-bottom: 4rem !important;
}
.ml-9 {
  margin-left: 4rem !important;
}
.m-10 {
  margin: 4.5rem !important;
}
.mt-10 {
  margin-top: 4.5rem !important;
}
.mr-10 {
  margin-right: 4.5rem !important;
}
.mb-10 {
  margin-bottom: 4.5rem !important;
}
.ml-10 {
  margin-left: 4.5rem !important;
}
.m-11 {
  margin: 5rem !important;
}
.mt-11 {
  margin-top: 5rem !important;
}
.mr-11 {
  margin-right: 5rem !important;
}
.mb-11 {
  margin-bottom: 5rem !important;
}
.ml-11 {
  margin-left: 5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.px-1 {
  padding-right: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
}
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.px-5 {
  padding-right: 2rem !important;
}
.px-5 {
  padding-left: 2rem !important;
}
.p-6 {
  padding: 2.5rem !important;
}
.px-6 {
  padding-right: 2.5rem !important;
}
.px-6 {
  padding-left: 2.5rem !important;
}
.p-7 {
  padding: 3rem !important;
}
.px-7 {
  padding-right: 3rem !important;
}
.px-7 {
  padding-left: 3rem !important;
}
.p-8 {
  padding: 3.5rem !important;
}
.px-8 {
  padding-right: 3.5rem !important;
}
.px-8 {
  padding-left: 3.5rem !important;
}
.p-9 {
  padding: 4rem !important;
}
.px-9 {
  padding-right: 4rem !important;
}
.px-9 {
  padding-left: 4rem !important;
}
.p-10 {
  padding: 4.5rem !important;
}
.px-10 {
  padding-right: 4.5rem !important;
}
.px-10 {
  padding-left: 4.5rem !important;
}
.p-11 {
  padding: 5rem !important;
}
.px-11 {
  padding-right: 5rem !important;
}
.px-11 {
  padding-left: 5rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mr-n3 {
  margin-right: -1rem !important;
}
.mb-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -2rem !important;
}
.mt-n5 {
  margin-top: -2rem !important;
}
.mr-n5 {
  margin-right: -2rem !important;
}
.mb-n5 {
  margin-bottom: -2rem !important;
}
.ml-n5 {
  margin-left: -2rem !important;
}
.m-n6 {
  margin: -2.5rem !important;
}
.mt-n6 {
  margin-top: -2.5rem !important;
}
.mr-n6 {
  margin-right: -2.5rem !important;
}
.mb-n6 {
  margin-bottom: -2.5rem !important;
}
.ml-n6 {
  margin-left: -2.5rem !important;
}
.m-n7 {
  margin: -3rem !important;
}
.mt-n7 {
  margin-top: -3rem !important;
}
.mr-n7 {
  margin-right: -3rem !important;
}
.mb-n7 {
  margin-bottom: -3rem !important;
}
.ml-n7 {
  margin-left: -3rem !important;
}
.m-n8 {
  margin: -3.5rem !important;
}
.mt-n8 {
  margin-top: -3.5rem !important;
}
.mr-n8 {
  margin-right: -3.5rem !important;
}
.mb-n8 {
  margin-bottom: -3.5rem !important;
}
.ml-n8 {
  margin-left: -3.5rem !important;
}
.m-n9 {
  margin: -4rem !important;
}
.mt-n9 {
  margin-top: -4rem !important;
}
.mr-n9 {
  margin-right: -4rem !important;
}
.mb-n9 {
  margin-bottom: -4rem !important;
}
.ml-n9 {
  margin-left: -4rem !important;
}
.m-n10 {
  margin: -4.5rem !important;
}
.mt-n10 {
  margin-top: -4.5rem !important;
}
.mr-n10 {
  margin-right: -4.5rem !important;
}
.mb-n10 {
  margin-bottom: -4.5rem !important;
}
.ml-n10 {
  margin-left: -4.5rem !important;
}
.m-n11 {
  margin: -5rem !important;
}
.mt-n11 {
  margin-top: -5rem !important;
}
.mr-n11 {
  margin-right: -5rem !important;
}
.mb-n11 {
  margin-bottom: -5rem !important;
}
.ml-n11 {
  margin-left: -5rem !important;
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-6 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-6 {
    margin-left: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .mt-lg-7 {
    margin-top: 3rem !important;
  }
  .mr-lg-7 {
    margin-right: 3rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-7 {
    margin-left: 3rem !important;
  }
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-8 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-8 {
    margin-left: 3.5rem !important;
  }
  .m-lg-9 {
    margin: 4rem !important;
  }
  .mt-lg-9 {
    margin-top: 4rem !important;
  }
  .mr-lg-9 {
    margin-right: 4rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-9 {
    margin-left: 4rem !important;
  }
  .m-lg-10 {
    margin: 4.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-10 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-10 {
    margin-left: 4.5rem !important;
  }
  .m-lg-11 {
    margin: 5rem !important;
  }
  .mt-lg-11 {
    margin-top: 5rem !important;
  }
  .mr-lg-11 {
    margin-right: 5rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-11 {
    margin-left: 5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .px-lg-6 {
    padding-right: 2.5rem !important;
  }
  .px-lg-6 {
    padding-left: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .px-lg-7 {
    padding-right: 3rem !important;
  }
  .px-lg-7 {
    padding-left: 3rem !important;
  }
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  .px-lg-8 {
    padding-right: 3.5rem !important;
  }
  .px-lg-8 {
    padding-left: 3.5rem !important;
  }
  .p-lg-9 {
    padding: 4rem !important;
  }
  .px-lg-9 {
    padding-right: 4rem !important;
  }
  .px-lg-9 {
    padding-left: 4rem !important;
  }
  .p-lg-10 {
    padding: 4.5rem !important;
  }
  .px-lg-10 {
    padding-right: 4.5rem !important;
  }
  .px-lg-10 {
    padding-left: 4.5rem !important;
  }
  .p-lg-11 {
    padding: 5rem !important;
  }
  .px-lg-11 {
    padding-right: 5rem !important;
  }
  .px-lg-11 {
    padding-left: 5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .mt-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  .mt-lg-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n6 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n7 {
    margin: -3rem !important;
  }
  .mt-lg-n7 {
    margin-top: -3rem !important;
  }
  .mr-lg-n7 {
    margin-right: -3rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n7 {
    margin-left: -3rem !important;
  }
  .m-lg-n8 {
    margin: -3.5rem !important;
  }
  .mt-lg-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n8 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n9 {
    margin: -4rem !important;
  }
  .mt-lg-n9 {
    margin-top: -4rem !important;
  }
  .mr-lg-n9 {
    margin-right: -4rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n9 {
    margin-left: -4rem !important;
  }
  .m-lg-n10 {
    margin: -4.5rem !important;
  }
  .mt-lg-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n10 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n11 {
    margin: -5rem !important;
  }
  .mt-lg-n11 {
    margin-top: -5rem !important;
  }
  .mr-lg-n11 {
    margin-right: -5rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n11 {
    margin-left: -5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-6 {
    margin-left: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .mt-xl-7 {
    margin-top: 3rem !important;
  }
  .mr-xl-7 {
    margin-right: 3rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-7 {
    margin-left: 3rem !important;
  }
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-8 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-8 {
    margin-left: 3.5rem !important;
  }
  .m-xl-9 {
    margin: 4rem !important;
  }
  .mt-xl-9 {
    margin-top: 4rem !important;
  }
  .mr-xl-9 {
    margin-right: 4rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-9 {
    margin-left: 4rem !important;
  }
  .m-xl-10 {
    margin: 4.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-10 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-10 {
    margin-left: 4.5rem !important;
  }
  .m-xl-11 {
    margin: 5rem !important;
  }
  .mt-xl-11 {
    margin-top: 5rem !important;
  }
  .mr-xl-11 {
    margin-right: 5rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-11 {
    margin-left: 5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .px-xl-6 {
    padding-right: 2.5rem !important;
  }
  .px-xl-6 {
    padding-left: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .px-xl-7 {
    padding-right: 3rem !important;
  }
  .px-xl-7 {
    padding-left: 3rem !important;
  }
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  .px-xl-8 {
    padding-right: 3.5rem !important;
  }
  .px-xl-8 {
    padding-left: 3.5rem !important;
  }
  .p-xl-9 {
    padding: 4rem !important;
  }
  .px-xl-9 {
    padding-right: 4rem !important;
  }
  .px-xl-9 {
    padding-left: 4rem !important;
  }
  .p-xl-10 {
    padding: 4.5rem !important;
  }
  .px-xl-10 {
    padding-right: 4.5rem !important;
  }
  .px-xl-10 {
    padding-left: 4.5rem !important;
  }
  .p-xl-11 {
    padding: 5rem !important;
  }
  .px-xl-11 {
    padding-right: 5rem !important;
  }
  .px-xl-11 {
    padding-left: 5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .mt-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  .mt-xl-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n6 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n7 {
    margin: -3rem !important;
  }
  .mt-xl-n7 {
    margin-top: -3rem !important;
  }
  .mr-xl-n7 {
    margin-right: -3rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n7 {
    margin-left: -3rem !important;
  }
  .m-xl-n8 {
    margin: -3.5rem !important;
  }
  .mt-xl-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n8 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n9 {
    margin: -4rem !important;
  }
  .mt-xl-n9 {
    margin-top: -4rem !important;
  }
  .mr-xl-n9 {
    margin-right: -4rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n9 {
    margin-left: -4rem !important;
  }
  .m-xl-n10 {
    margin: -4.5rem !important;
  }
  .mt-xl-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n10 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n11 {
    margin: -5rem !important;
  }
  .mt-xl-n11 {
    margin-top: -5rem !important;
  }
  .mr-xl-n11 {
    margin-right: -5rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n11 {
    margin-left: -5rem !important;
  }
}
.text-wrap {
  white-space: normal !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-dark {
  color: #21325b !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #0d1323 !important;
}
.text-body {
  color: #677788 !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .badge {
    border: 0.0625rem solid #000;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
}
.space-0,
.space-top-0 {
  padding-top: 0 !important;
}
.space-0,
.space-bottom-0 {
  padding-bottom: 0 !important;
}
.space-1,
.space-top-1 {
  padding-top: 2rem !important;
}
.space-1,
.space-bottom-1 {
  padding-bottom: 2rem !important;
}
.space-2,
.space-top-2 {
  padding-top: 4rem !important;
}
.space-2,
.space-bottom-2 {
  padding-bottom: 4rem !important;
}
.space-3,
.space-top-3 {
  padding-top: 8rem !important;
}
@media screen and (max-width: 1200px) {
  .space-3,
  .space-top-3 {
    padding-top: 6rem !important;
  }
  .space-3,
  .space-bottom-3 {
    padding-bottom: 6rem !important;
  }
}
.space-4,
.space-top-4 {
  padding-top: 12.5rem !important;
}
.space-4,
.space-bottom-4 {
  padding-bottom: 12.5rem !important;
}
.space-5,
.space-top-5 {
  padding-top: 15rem !important;
}
.space-5,
.space-bottom-5 {
  padding-bottom: 15rem !important;
}
@media (min-width: 992px) {
  .space-lg-0,
  .space-top-lg-0 {
    padding-top: 0 !important;
  }
  .space-bottom-lg-0,
  .space-lg-0 {
    padding-bottom: 0 !important;
  }
  .space-lg-1,
  .space-top-lg-1 {
    padding-top: 2rem !important;
  }
  .space-bottom-lg-1,
  .space-lg-1 {
    padding-bottom: 2rem !important;
  }
  .space-lg-2,
  .space-top-lg-2 {
    padding-top: 4rem !important;
  }
  .space-bottom-lg-2,
  .space-lg-2 {
    padding-bottom: 4rem !important;
  }
  .space-lg-3,
  .space-top-lg-3 {
    padding-top: 8rem !important;
  }
  .space-bottom-lg-3,
  .space-lg-3 {
    padding-bottom: 8rem !important;
  }
  .space-lg-4,
  .space-top-lg-4 {
    padding-top: 12.5rem !important;
  }
  .space-bottom-lg-4,
  .space-lg-4 {
    padding-bottom: 12.5rem !important;
  }
  .space-lg-5,
  .space-top-lg-5 {
    padding-top: 15rem !important;
  }
  .space-bottom-lg-5,
  .space-lg-5 {
    padding-bottom: 15rem !important;
  }
}
@media (min-width: 1200px) {
  .space-top-xl-0,
  .space-xl-0 {
    padding-top: 0 !important;
  }
  .space-bottom-xl-0,
  .space-xl-0 {
    padding-bottom: 0 !important;
  }
  .space-top-xl-1,
  .space-xl-1 {
    padding-top: 2rem !important;
  }
  .space-bottom-xl-1,
  .space-xl-1 {
    padding-bottom: 2rem !important;
  }
  .space-top-xl-2,
  .space-xl-2 {
    padding-top: 4rem !important;
  }
  .space-bottom-xl-2,
  .space-xl-2 {
    padding-bottom: 4rem !important;
  }
  .space-top-xl-3,
  .space-xl-3 {
    padding-top: 8rem !important;
  }
  .space-bottom-xl-3,
  .space-xl-3 {
    padding-bottom: 8rem !important;
  }
  .space-top-xl-4,
  .space-xl-4 {
    padding-top: 12.5rem !important;
  }
  .space-bottom-xl-4,
  .space-xl-4 {
    padding-bottom: 12.5rem !important;
  }
  .space-top-xl-5,
  .space-xl-5 {
    padding-top: 15rem !important;
  }
  .space-bottom-xl-5,
  .space-xl-5 {
    padding-bottom: 15rem !important;
  }
}
main {
  position: relative;
}
figure {
  margin-bottom: 0;
}
::-moz-selection {
  color: #fff;
  background-color: #377dff;
}
::selection {
  color: #fff;
  background-color: #377dff;
}
:focus,
a:focus {
  outline: 0;
}
.btn:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
  box-shadow: 0 0 0 0 transparent;
}
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0 transparent;
}
.page-link:focus {
  box-shadow: 0 0 0 0 transparent;
}
@media print {
  .btn,
  header {
    display: none;
  }
}
.link {
  font-size: 0.875rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.link-icon {
  position: relative;
  line-height: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  width: 1.375rem;
  height: 1.375rem;
  font-size: 1rem;
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
  border-radius: 50%;
  transition: 0.3s;
}
.link:hover .link-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}
.header .nav-link {
  color: #677788;
}
[class*=navbar-expand] .dropdown-item {
  background-color: transparent;
}
[class*=navbar-expand] .dropdown-item:hover {
  color: #377dff;
  background-color: transparent;
}
.header[data-hs-header-options*=fixMoment] {
  transition: 0.3s ease;
}
.fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
.fullscreen-container {
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.fullscreen-container {
  position: relative;
  z-index: 1000;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.fullscreen-body {
  max-height: 75vh;
  overflow: hidden;
  overflow-y: auto;
}
.fullscreen-body::-webkit-scrollbar {
  width: 0.5rem;
}
.fullscreen-body::-webkit-scrollbar-thumb {
  background-color: rgba(189, 197, 209, 0.6);
  visibility: hidden;
}
.fullscreen-body:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.fullscreen-nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.fullscreen-nav-link {
  display: inline-block;
  font-size: 1.375rem;
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .fullscreen-nav-link {
    font-size: 1.75rem;
  }
}
.fullscreen-nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
  [class*=navbar-expand]:not(.navbar-expand-xl) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.badge-soft-dark {
  color: #21325b;
  background-color: rgba(33, 50, 91, 0.1);
}
a.badge-soft-dark:focus,
a.badge-soft-dark:hover {
  color: #fff;
  background-color: #21325b;
}
.btn-dark[href]:active,
.btn-dark[href]:focus,
.btn-dark[href]:hover,
.btn-dark[type]:active,
.btn-dark[type]:focus,
.btn-dark[type]:hover {
  box-shadow: 0 4px 11px rgba(33, 50, 91, 0.35);
}
.btn-dark:not([href]),
.btn-dark:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-dark:not(label.btn),
.btn-dark:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #21325b;
  border-color: #21325b;
}
.btn-dark:hover {
  background-color: #21325b;
  border-color: #21325b;
}
.btn-soft-dark {
  color: #21325b;
  background-color: rgba(33, 50, 91, 0.1);
  border-color: transparent;
}
.btn-soft-dark:active,
.btn-soft-dark:focus,
.btn-soft-dark:hover {
  color: #fff;
  background-color: #21325b;
  box-shadow: 0 4px 11px rgba(33, 50, 91, 0.1);
}
.btn-soft-dark:disabled {
  color: #21325b;
  background-color: rgba(33, 50, 91, 0.1);
  box-shadow: none;
}
.btn-soft-dark:not(:disabled):not(.disabled).active,
.btn-soft-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #21325b;
}
.btn-soft-dark:active.dropdown-toggle::after,
.btn-soft-dark:focus.dropdown-toggle::after,
.btn-soft-dark:hover.dropdown-toggle::after {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center / 1rem 1rem;
}
.btn-icon.btn-lg {
  font-size: 1.25rem;
  width: 4.25rem;
  height: 4.25rem;
}
.btn svg {
  margin-bottom: 0;
}
.btn-link {
  font-weight: 600;
}
.btn-icon {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
}
.dropdown-menu {
  box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175);
}
.dropdown-header {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.dropdown-nav-link {
  color: #1e2022;
  font-size: 0.875rem;
}
.dropdown-item {
  font-size: 0.875rem;
}
.dropdown-item:active {
  color: #1e2022;
  background-color: rgba(189, 197, 209, 0.3);
}
.dropdown-item-icon {
  display: inline-block;
  text-align: center;
  color: #677788;
  opacity: 0.7;
  font-size: 0.75rem;
  min-width: 1rem;
  max-width: 1rem;
  margin-right: 0.25rem;
}
.dropdown-menu-top {
  top: 0;
}
.dropdown-menu-bottom {
  top: auto;
  bottom: 0;
}
@media (min-width: 992px) {
  .dropdown-menu-lg-top {
    top: 0;
  }
  .dropdown-menu-lg-bottom {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-top {
    top: 0;
  }
  .dropdown-menu-xl-bottom {
    top: auto;
    bottom: 0;
  }
}
.form-link {
  display: inline-block;
  margin-top: 0.75rem;
}
.icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.3125rem;
}
.icon.icon-lg {
  font-size: 1.25rem;
  width: 4.25rem;
  height: 4.25rem;
}
.icon-dark {
  color: #fff;
  border-color: #21325b;
  background-color: #21325b;
}
.icon-soft-dark {
  color: #21325b;
  background: rgba(33, 50, 91, 0.1);
}
.video-player {
  position: relative;
}
.video-player-btn {
  z-index: 3;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.video-player-btn:hover .video-player-icon {
  color: #377dff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.video-player-icon {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  width: 4.25rem;
  height: 4.25rem;
  font-size: 0.8125rem;
  border-radius: 50%;
  color: #1e2022;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  transition: 0.3s;
}
@-webkit-keyframes videoPlayerButton {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@keyframes videoPlayerButton {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}
.device {
  position: relative;
}
.device-macbook-screen {
  position: absolute;
  top: 6.8%;
  left: 12.3%;
  width: 75.1%;
  height: 81.1%;
  -o-object-fit: cover;
  object-fit: cover;
}
.device-iphone-x {
  border-radius: 2.75rem;
  box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
}
.device-iphone-x-frame {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.device-iphone-x-screen {
  position: absolute;
  top: 2.4%;
  left: 4%;
  width: 92.4%;
  height: 96%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.5rem;
}
.device-ipad {
  border-radius: 1.25rem;
  box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
}
.device-ipad-frame {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.device-ipad-screen {
  position: absolute;
  top: 2.6%;
  left: 4.2%;
  width: 91.8%;
  height: 94.2%;
  -o-object-fit: cover;
  object-fit: cover;
}
.device-horizontal-ipad {
  border-radius: 1.5rem;
  box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
}
.device-horizontal-ipad-frame {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.device-horizontal-ipad-screen {
  position: absolute;
  top: 3.8%;
  left: 3.2%;
  width: 93.8%;
  height: 92%;
  -o-object-fit: cover;
  object-fit: cover;
}
.device-wrapper {
  position: relative;
}
.device-wrapper .device-iphone-x {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22%;
}
.device-half-iphone-x {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
  margin: 0 auto;
}
.device-half-iphone-x-frame {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.device-half-iphone-x-screen {
  position: absolute;
  top: 2.6%;
  left: 4.1%;
  width: 91.8%;
  height: 97.1%;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
}
.page-header {
  border-bottom: 0.0625rem solid #e7eaf3;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.page-header-title {
  margin-bottom: 0.25rem;
}
.page-header-text {
  margin-bottom: 0.25rem;
}
.page-link {
  cursor: pointer;
  text-align: center;
  min-width: 2.25rem;
}
.page-item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.page-item .page-link {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.page-item .page-link {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.nav .nav-link {
  color: #677788;
}
.nav .nav-link:not(.active):hover {
  color: #377dff;
}
.nav-x-0 .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.nav-y-0 .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
.nav-icon {
  width: 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  opacity: 0.8;
  text-align: center;
  margin-right: 0.5rem;
}
.nav-shadow {
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}
[class*=text-highlight-] {
  background: left 1em 0.2em;
}
[class*=sticky-block] {
  max-width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .media {
    width: 100%;
  }
}
.gradient-y-gray {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(231, 234, 243, 0.5) 100%);
  background-repeat: repeat-x;
}
[class*=gradient-x-overlay-],
[class*=gradient-y-overlay-],
[class*=gradient-y-three-overlay-] {
  position: relative;
  z-index: 1;
}
[class*=gradient-x-overlay-]::before,
[class*=gradient-y-overlay-]::before,
[class*=gradient-y-three-overlay-]::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.top-50 {
  top: 50%;
}
.bottom-50 {
  bottom: 50%;
}
.left-50 {
  left: 50%;
}
@media (min-width: 992px) {
  .top-lg-0 {
    top: 0;
  }
  .bottom-lg-0 {
    bottom: 0;
  }
  .left-lg-0 {
    left: 0;
  }
  .position-lg-absolute {
    position: absolute;
  }
}
.shadow-soft {
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25) !important;
}
.min-w-3rem {
  min-width: 1rem;
}
.min-w-4rem {
  min-width: 1.5rem;
}
.min-w-8rem {
  min-width: 3.5rem;
}
.min-w-21rem {
  min-width: 10rem;
}
.max-w-3rem {
  max-width: 1rem;
}
.max-w-4rem {
  max-width: 1.5rem;
}
.max-w-5rem {
  max-width: 2rem;
}
.max-w-6rem {
  max-width: 2.5rem;
}
.max-w-7rem {
  max-width: 3rem;
}
.max-w-8rem {
  max-width: 3.5rem;
}
.max-w-9rem {
  max-width: 4rem;
}
.max-w-10rem {
  max-width: 4.5rem;
}
.max-w-11rem {
  max-width: 5rem;
}
.max-w-13rem {
  max-width: 6rem;
}
.max-w-15rem {
  max-width: 7rem;
}
.max-w-19rem {
  max-width: 9rem;
}
.max-w-23rem {
  max-width: 11rem;
}
.max-w-27rem {
  max-width: 13rem;
}
.max-w-33rem {
  max-width: 16rem;
}
.max-w-35rem {
  max-width: 17rem;
}
.max-w-40rem {
  max-width: 19.5rem;
}
.max-w-50rem {
  max-width: 24.5rem;
}
.h-4rem {
  height: 0.25rem;
}
.h-250rem {
  height: 15.625rem;
}
.h-380rem {
  height: 23.75rem;
}
.min-h-270rem {
  min-height: 16.875rem;
}
.min-h-300rem {
  min-height: 18.75rem;
}
.min-h-380rem {
  min-height: 23.75rem;
}
.min-h-450rem {
  min-height: 28.125rem;
}
.min-h-500rem {
  min-height: 31.25rem;
}
.min-h-620rem {
  min-height: 38.75rem;
}
@media (min-width: 992px) {
  .min-h-lg-600rem {
    min-height: 37.5rem;
  }
}
.text-dark {
  color: #1e2022 !important;
}
.text-dark[href]:hover {
  color: #377dff !important;
}
.text-body[href]:hover {
  color: #0052ea !important;
}
.transform-rotate-1 {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: 30% 20%;
  transform-origin: 30% 20%;
}
.transform-rotate-2 {
  -webkit-transform: rotate(-17deg);
  transform: rotate(-17deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.transform-rotate-3 {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transform-origin: 90% -20%;
  transform-origin: 90% -20%;
}
.transform-rotate-4 {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.transform-rotate-5 {
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
}
.transform-rotate-6 {
  -webkit-transform: translate3d(20%, -55%, 0);
  transform: translate3d(20%, -55%, 0);
}
.z-index-n1 {
  z-index: -1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-4 {
  z-index: 4;
}
.z-index-999 {
  z-index: 999;
}
.z-index-9999 {
  z-index: 9999;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------------------------------------
  Icon
------------------------------------*/
.icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.3125rem;
}
.icon-circle {
  border-radius: 50%;
}
.icon.icon-xs {
  font-size: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
}
.icon.icon-sm {
  font-size: 0.8125rem;
  width: 2.6875rem;
  height: 2.6875rem;
}
.icon.icon-lg {
  font-size: 1.25rem;
  width: 4.25rem;
  height: 4.25rem;
}
/*------------------------------------
  Icon
------------------------------------*/
/* primary */
.icon-primary {
  color: #fff;
  border-color: #377dff;
  background-color: #377dff;
}
/* secondary */
.icon-secondary {
  color: #fff;
  border-color: #71869d;
  background-color: #71869d;
}
/* success */
.icon-success {
  color: #fff;
  border-color: #00c9a7;
  background-color: #00c9a7;
}
/* info */
.icon-info {
  color: #fff;
  border-color: #09a5be;
  background-color: #09a5be;
}
/* warning */
.icon-warning {
  color: #1e2022;
  border-color: #f5ca99;
  background-color: #f5ca99;
}
/* danger */
.icon-danger {
  color: #fff;
  border-color: #ed4c78;
  background-color: #ed4c78;
}
/* light */
.icon-light {
  color: #1e2022;
  border-color: #f7faff;
  background-color: #f7faff;
}
/* dark */
.icon-dark {
  color: #fff;
  border-color: #21325b;
  background-color: #21325b;
}
/* indigo */
.icon-indigo {
  color: #fff;
  border-color: #2d1582;
  background-color: #2d1582;
}
/* primary soft */
.icon-soft-primary {
  color: #377dff;
  background: rgba(55, 125, 255, 0.1);
}
/* secondary soft */
.icon-soft-secondary {
  color: #71869d;
  background: rgba(113, 134, 157, 0.1);
}
/* success soft */
.icon-soft-success {
  color: #00c9a7;
  background: rgba(0, 201, 167, 0.1);
}
/* info soft */
.icon-soft-info {
  color: #09a5be;
  background: rgba(9, 165, 190, 0.1);
}
/* warning soft */
.icon-soft-warning {
  color: #f5ca99;
  background: rgba(245, 202, 153, 0.1);
}
/* danger soft */
.icon-soft-danger {
  color: #ed4c78;
  background: rgba(237, 76, 120, 0.1);
}
/* light soft */
.icon-soft-light {
  color: #f7faff;
  background: rgba(247, 250, 255, 0.1);
}
/* dark soft */
.icon-soft-dark {
  color: #21325b;
  background: rgba(33, 50, 91, 0.1);
}
/* indigo soft */
.icon-soft-indigo {
  color: #2d1582;
  background: rgba(45, 21, 130, 0.1);
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.0625rem solid rgba(231, 234, 243, 0.7);
  border-radius: 0.75rem;
  margin: 0 auto;
  background-color: rgba(9, 165, 190, 0.1);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}
.card-title {
  margin-bottom: 1.5rem;
}
.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}
.card-header {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0.0625rem solid rgba(231, 234, 243, 0.7);
}
.card-header:first-child {
  border-radius: 0.75rem 0.75rem 0 0;
}
.card-footer {
  padding: 1.5rem 1.5rem;
  background-color: #fff;
  border-top: 0.0625rem solid rgba(231, 234, 243, 0.7);
}
.card-footer:last-child {
  border-radius: 0 0 0.75rem 0.75rem;
}
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0.75rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.bg-primary {
  background-color: #377dff !important;
}
.text-white {
  color: #fff !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.mt-5,
.my-5 {
  margin-top: 2rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}
.m-6 {
  margin: 2.5rem !important;
}
.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}
.m-7 {
  margin: 3rem !important;
}
.mt-7,
.my-7 {
  margin-top: 3rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}
.m-8 {
  margin: 3.5rem !important;
}
.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 3.5rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 3.5rem !important;
}
.m-9 {
  margin: 4rem !important;
}
.mt-9,
.my-9 {
  margin-top: 4rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 4rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 4rem !important;
}
.m-10 {
  margin: 4.5rem !important;
}
.mt-10,
.my-10 {
  margin-top: 4.5rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 4.5rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 4.5rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 4.5rem !important;
}
.m-11 {
  margin: 5rem !important;
}
.mt-11,
.my-11 {
  margin-top: 5rem !important;
}
.mr-11,
.mx-11 {
  margin-right: 5rem !important;
}
.mb-11,
.my-11 {
  margin-bottom: 5rem !important;
}
.ml-11,
.mx-11 {
  margin-left: 5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.pt-5,
.py-5 {
  padding-top: 2rem !important;
}
.pr-5,
.px-5 {
  padding-right: 2rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}
.pl-5,
.px-5 {
  padding-left: 2rem !important;
}
.p-6 {
  padding: 2.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}
.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}
.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}
.p-7 {
  padding: 3rem !important;
}
.pt-7,
.py-7 {
  padding-top: 3rem !important;
}
.pr-7,
.px-7 {
  padding-right: 3rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}
.pl-7,
.px-7 {
  padding-left: 3rem !important;
}
.p-8 {
  padding: 3.5rem !important;
}
.pt-8,
.py-8 {
  padding-top: 3.5rem !important;
}
.pr-8,
.px-8 {
  padding-right: 3.5rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important;
}
.pl-8,
.px-8 {
  padding-left: 3.5rem !important;
}
.p-9 {
  padding: 4rem !important;
}
.pt-9,
.py-9 {
  padding-top: 4rem !important;
}
.pr-9,
.px-9 {
  padding-right: 4rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}
.pl-9,
.px-9 {
  padding-left: 4rem !important;
}
.p-10 {
  padding: 4.5rem !important;
}
.pt-10,
.py-10 {
  padding-top: 4.5rem !important;
}
.pr-10,
.px-10 {
  padding-right: 4.5rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 4.5rem !important;
}
.pl-10,
.px-10 {
  padding-left: 4.5rem !important;
}
.p-11 {
  padding: 5rem !important;
}
.pt-11,
.py-11 {
  padding-top: 5rem !important;
}
.pr-11,
.px-11 {
  padding-right: 5rem !important;
}
.pb-11,
.py-11 {
  padding-bottom: 5rem !important;
}
.pl-11,
.px-11 {
  padding-left: 5rem !important;
}
.bg-soft-primary {
  background-color: rgba(55, 125, 255, 0.1);
}
.order-lg-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-lg-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-lg-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-lg-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-lg-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-lg-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-lg-4 {
  -ms-flex-order: 4;
  order: 4;
}
/*------------------------------------
  Content Centered
------------------------------------*/
.content-centered-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .content-centered-y-md {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (min-width: 992px) {
  .content-centered-y-lg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.btn {
  display: inline-block;
  font-weight: 600;
  color: #677788;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0.0625rem solid transparent;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.3125rem;
  transition: all 0.2s ease-in-out;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 125, 255, 0.25);
}
.btn-primary {
  color: #fff;
  background-color: #377dff;
  border-color: #377dff;
}
.btn-primary:focus {
  color: #fff;
  background-color: #1164ff;
  border-color: #045cff;
  box-shadow: 0 4px 11px rgba(55, 125, 255, 0.35);
}
.btn-primary:hover {
  color: #fff;
  background-color: #377dff;
  border-color: #377dff;
}
.btn-wide {
  min-width: 10rem;
}
.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}
.transition-3d-hover:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.transition-3d-hover:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.btn-light {
  color: #1e2022;
  background-color: #f7faff;
  border-color: #f7faff;
}
.btn-light:hover {
  color: #1e2022;
  background-color: #d1e2ff;
  border-color: #c4daff;
}
.btn-light:focus,
.btn-light.focus {
  color: #1e2022;
  background-color: #d1e2ff;
  border-color: #c4daff;
  box-shadow: 0 0 0 0.2rem rgba(214, 217, 222, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #1e2022;
  background-color: #f7faff;
  border-color: #f7faff;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #1e2022;
  background-color: #c4daff;
  border-color: #b7d2ff;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 217, 222, 0.5);
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.bg-warning {
  background-color: #f5ca99 !important;
}
:root {
  --nav-size: 12vh;
  --nav-height-open: 40vh;
  --nav-width-full: 60vw;
  --bg-menu: #203040;
  --bg-hover: #405060;
}
.main-container {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.bg-tan {
  background: #f3f2e7;
}
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
    margin-left: 2.6vw;
    margin-right: 2.6vw;
  }
}
.padding-bottom {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .padding-bottom {
    margin-bottom: 4.16vw;
  }
}
.main-container {
  position: relative;
  background: url('/img/shapes.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  display: block;
}
header {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  width: 100%;
  margin: 0px auto;
  position: absolute;
  top: 0;
}
header .header-wrapper {
  height: 72px;
  min-height: 26px;
  width: 100%;
  top: 0px;
  right: 0px;
  left: 0px;
  background: transparent;
  /*border-bottom: @ccLightGrey;
        border: 1px solid @ccLightGrey;*/
  z-index: 2;
  transition: top 0.3s ease 0s;
}
header .header-wrapper .fixed {
  position: fixed;
}
header .header-wrapper .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  max-width: 1180px;
  margin: 0px auto;
  padding: 0px 16px;
}
header .header-wrapper .inner .logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 60px;
  width: 140px;
}
header .header-wrapper .inner .logo img {
  display: block;
  width: 100%;
}
header .header-wrapper .inner nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  header .header-wrapper .inner nav {
    display: none;
  }
}
header .header-wrapper .inner nav .nav-item {
  flex-direction: row;
  display: flex;
  bottom: -1px;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 24px;
  position: relative;
}
header .header-wrapper .inner nav .nav-item a {
  font-size: 16px;
  color: #787f8c;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2px;
  -webkit-transition: 0.1s ease all;
  -moz-transition: 0.1s ease all;
  -ms-transition: 0.1s ease all;
  -o-transition: 0.1s ease all;
}
header .header-wrapper .inner nav .nav-item a .chev {
  margin-left: 5px;
  fill: #377dff;
}
header .header-wrapper .inner nav .nav-item a:hover {
  color: #377dff;
}
header .header-wrapper .inner nav .nav-item .dropdown-menu-wrapper {
  border-top: 3px solid #377dff;
  background: white;
  /*position: absolute;
                        z-index: 1;
                        background: white;
                        box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
                        width: 100px;
                        transition: opacity 300ms ease 0s, top 300ms ease 0s, bottom 300ms ease 0s, right 300ms ease 0s, left 300ms ease 0s;
                        opacity: 0;
                        margin: 0px;
                        z-index: 2;
                        top: calc(100%);
                        width: 200px;
                        right: 0px;
                        left: 0px;
                        right: 0px;
                        transform: translateX(-30px);*/
  /*&:hover {
                            display: block;
                        }*/
}
header .header-wrapper .inner nav .nav-item .dropdown-menu-wrapper .dropdown-menu-inner {
  padding: 16px 20px;
}
header .header-wrapper .inner nav .nav-item .dropdown-menu-wrapper .dropdown-menu-inner .dropdown-menu-item {
  border-bottom: #eceff1 1px solid;
  margin-bottom: 10px;
}
header .header-wrapper .inner nav .nav-item .dropdown-menu-wrapper .dropdown-menu-inner .dropdown-menu-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
header .header-wrapper .inner nav .nav-item .dropdown-menu-wrapper .dropdown-menu-inner .dropdown-menu-item a {
  padding: 10px 10px 20px;
  font-size: 16px;
  font-weight: normal;
  font-family: neue-haas-unica, sans-serif;
  display: block;
  line-height: 1;
  -webkit-transition: 0.1s ease all;
  -moz-transition: 0.1s ease all;
  -ms-transition: 0.1s ease all;
  -o-transition: 0.1s ease all;
}
header .header-wrapper .inner nav .nav-item .dropdown-menu-wrapper .dropdown-menu-inner .dropdown-menu-item a:hover {
  color: #377dff;
}
header .header-wrapper .inner nav .nav-item .dropdown-menu-wrapper .dropdown-menu-inner .dropdown-menu-item a .badge {
  display: inline-block;
  padding: 0.275rem 0.5em;
  margin-left: 0.5rem;
  font-size: 85%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  padding-right: 0.6em;
  padding-left: 0.6em;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #00c9a7;
  color: white;
}
header .header-wrapper .inner .callouts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
header .header-wrapper .inner .callouts .callouts-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
header .header-wrapper .inner .callouts .callouts-inner a {
  font-size: 16px;
  color: #787f8c;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-right: 24px;
}
@media screen and (max-width: 820px) {
  header .header-wrapper .inner .callouts .callouts-inner a {
    display: none;
  }
}
header .header-wrapper .inner .callouts .callouts-inner a.action-btn {
  position: relative;
  width: auto;
  margin: 0px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  transition: all 80ms ease-in-out 0s;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #377dff;
  background-color: #377dff;
  margin-right: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
}
@media screen and (max-width: 820px) {
  header .header-wrapper .inner .callouts .callouts-inner a.action-btn {
    padding: 6px 12px;
    display: block;
  }
}
header .header-wrapper .inner .callouts .callouts-inner a.action-btn:hover {
  background: #1e6cff;
}
header .header-wrapper .inner .callouts .callouts-inner a.mobile-btn {
  display: none;
  font-size: 16px;
  color: #787f8c;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-left: 24px;
}
@media screen and (max-width: 820px) {
  header .header-wrapper .inner .callouts .callouts-inner a.mobile-btn {
    display: block;
  }
}
.backdrop header .header-wrapper {
  background: #377dff;
  border: none;
}
.backdrop header .header-wrapper .inner nav .nav-item a {
  color: white;
}
.backdrop header .header-wrapper .inner nav .nav-item a .chev {
  fill: white;
}
.backdrop header .header-wrapper .inner nav .nav-item a:hover {
  color: rgba(255, 255, 255, 0.98);
}
.backdrop header .header-wrapper .inner nav .nav-item .dropdown-menu-wrapper {
  border-top: 3px solid #377dff;
}
.backdrop header .header-wrapper .inner nav .nav-item .dropdown-menu-wrapper .dropdown-menu-inner {
  padding: 16px 20px;
}
.backdrop header .header-wrapper .inner nav .nav-item .dropdown-menu-wrapper .dropdown-menu-inner .dropdown-menu-item {
  border-bottom: #eceff1 1px solid;
  margin-bottom: 10px;
}
.backdrop header .header-wrapper .inner nav .nav-item .dropdown-menu-wrapper .dropdown-menu-inner .dropdown-menu-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.backdrop header .header-wrapper .inner nav .nav-item .dropdown-menu-wrapper .dropdown-menu-inner .dropdown-menu-item a {
  padding: 10px 10px 20px;
  font-size: 16px;
  font-weight: normal;
  font-family: neue-haas-unica, sans-serif;
  display: block;
  line-height: 1;
  color: #787f8c;
  -webkit-transition: 0.1s ease all;
  -moz-transition: 0.1s ease all;
  -ms-transition: 0.1s ease all;
  -o-transition: 0.1s ease all;
}
.backdrop header .header-wrapper .inner nav .nav-item .dropdown-menu-wrapper .dropdown-menu-inner .dropdown-menu-item a:hover {
  color: #377dff;
}
.backdrop header .header-wrapper .inner nav .nav-item .dropdown-menu-wrapper .dropdown-menu-inner .dropdown-menu-item a .badge {
  display: inline-block;
  padding: 0.275rem 0.5em;
  margin-left: 0.5rem;
  font-size: 85%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  padding-right: 0.6em;
  padding-left: 0.6em;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #00c9a7;
  color: white;
}
.backdrop header .header-wrapper .inner .callouts .callouts-inner a {
  color: white;
}
.backdrop header .header-wrapper .inner .callouts .callouts-inner a.action-btn {
  border: 1px solid white;
  background-color: none;
  color: white;
}
.backdrop header .header-wrapper .inner .callouts .callouts-inner a.mobile-btn {
  color: white;
}
.dropmenu--lists {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: calc(200% + 180px);
}
.has-dropmenu .is-dropmenu {
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
}
.has-dropmenu:hover .is-dropmenu {
  opacity: 1;
  pointer-events: all;
}
.device img {
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.device {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  filter: blur(0);
  -webkit-filter: blur(0);
}
.position-relative {
  overflow: hidden;
}
.full-width-image {
  width: 100%;
  display: block;
  object-fit: cover;
}
.content-zone-left .row,
.content-zone-right .row {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.wide-call {
  position: relative;
  text-align: center;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  background: #377dff;
  margin: 0 auto;
}
.wide-call h2 {
  color: white;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  padding-bottom: 4px;
}
.wide-call p {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  padding-bottom: 6px;
}
@media screen and (max-width: 730px) {
  .wide-call {
    position: relative;
    text-align: center;
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.splash .integrations-home .inner {
  position: relative;
  padding-top: 0;
}
.splash .integrations-home .inner .brands {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 960px) {
  .splash .integrations-home .inner .brands {
    display: none;
  }
}
.splash .integrations-home .inner .brands img {
  display: block;
  width: 20%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 0.7125rem;
  padding-bottom: 0.7125rem;
}
.splash .integrations-home .inner .brands-list {
  padding-top: 1.5rem;
}
.splash .integrations-home .inner .brands-list ul {
  column-count: 3;
  column-gap: 0;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .splash .integrations-home .inner .brands-list ul {
    column-count: 2;
  }
}
.splash .integrations-home .inner .brands-list ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
/*[data-aos] {
    visibility: hidden;
}

[data-aos].animated {
    visibility: visible;
}*/
footer {
  background: #21325b;
  width: 100%;
}
footer .footer-nav {
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
footer .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  footer .inner {
    width: 96%;
  }
}
footer .inner .main-row {
  padding-top: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .inner .main-row {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1160px) {
  footer .inner .main-row {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .main-row {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .inner .main-row h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 0.4125rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  footer .inner .main-row h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .main-row h5 {
    text-align: center;
    padding-top: 2rem;
  }
}
footer .inner .main-row h5 i {
  font-size: 14px;
}
footer .inner .main-row p {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .inner .main-row p {
    text-align: center;
  }
}
footer .inner .main-row a {
  font-size: 16px;
  color: white;
  -webkit-transition: 0.15s ease all;
  -moz-transition: 0.15s ease all;
  -ms-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  margin-right: 0.8125rem;
}
footer .inner .main-row a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer .inner .main-row .logo-col {
  width: 20%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  footer .inner .main-row .logo-col {
    width: 100%;
    order: 5;
    margin-right: 0;
    display: none;
  }
}
footer .inner .main-row .logo-col a {
  display: block;
  width: 80%;
  margin: 0 auto;
}
footer .inner .main-row .logo-col a img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
footer .inner .main-row .products {
  width: 22%;
}
@media screen and (max-width: 768px) {
  footer .inner .main-row .products {
    width: 100%;
    text-align: center;
  }
}
footer .inner .main-row .products span {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  footer .inner .main-row .products span {
    font-size: 20px;
  }
}
footer .inner .main-row .products a {
  font-size: 16px;
  color: white;
  -webkit-transition: 0.15s ease all;
  -moz-transition: 0.15s ease all;
  -ms-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  margin-right: 0.8125rem;
}
footer .inner .main-row .products a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer .inner .main-row .products .social {
  width: 100%;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: baseline;
  -ms-align-content: baseline;
  align-content: baseline;
}
footer .inner .main-row .products .social h3 {
  width: 100%;
  margin: 0;
  padding: 0 0 0.4125rem;
}
@media screen and (max-width: 768px) {
  footer .inner .main-row .products .social {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .inner .main-row .products .social h3 {
    width: 100%;
  }
}
footer .inner .main-row .products .social a {
  font-size: 32px;
  color: white;
  margin-right: 0.4125rem;
  display: inline-block;
  margin-bottom: 0.8125rem;
}
footer .inner .main-row .products .social .footer-logo {
  width: 90%;
  max-width: 240px;
  margin-top: 0.4125rem;
  display: block;
}
footer .inner .main-row .products .social .footer-logo img {
  width: 100%;
  display: block;
}
footer .inner .main-row .hours-info {
  width: 45%;
  padding-right: 0.8125rem;
  margin-right: 1.8125rem;
  margin-left: 1.8125rem;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  padding-left: 0.8125rem;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .inner .main-row .hours-info {
    padding-right: 0.6125rem;
    margin-right: 1.4125rem;
    margin-left: 1.4125rem;
    padding-left: 0.6125rem;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .main-row .hours-info {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-right: 0 none;
    border-left: 0 none;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-top: 1.8125rem;
    padding-bottom: 0;
    margin-top: 0.8125rem;
    margin-bottom: 0;
  }
}
footer .inner .main-row .hours-info ul li {
  padding-bottom: 1.8125rem;
}
footer .inner .main-row .hours-info ul li a {
  color: white;
  font-size: 18px;
  -webkit-transition: 0.15s ease all;
  -moz-transition: 0.15s ease all;
  -ms-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
}
footer .inner .main-row .hours-info ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  footer .inner .main-row .hours-info ul li a {
    font-size: 16px;
  }
}
footer .inner .main-row .hours-info ul:first-child {
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  footer .inner .main-row .hours-info ul:first-child {
    padding-right: 2rem;
  }
}
footer .inner .main-row .hours-info ul:first-child li a {
  font-weight: bold;
}
footer .inner .foot-note {
  font-size: 14px;
  color: white;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 20px 0 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}
footer .inner .foot-note a {
  color: white;
}
.sidr.right {
  left: auto;
  right: -320px;
}
.sidr.left {
  right: auto;
  left: -320px;
}
.sidr {
  box-shadow: 0 0 0 0;
}
.sidenav {
  background: #377dff no-repeat;
  background-size: cover;
  width: 320px;
}
.sidenav .closeSidr {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  font-size: 20px;
}
.sidenav .inner .mm-links {
  margin: 0 auto;
  padding: 3.8125rem 1.8125rem 0 1.8125rem;
}
.sidenav .inner .mm-links .priority,
.sidenav .inner .mm-links .secondary,
.sidenav .inner .mm-links .strongest {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 680px) {
  .sidenav .inner .mm-links .priority,
  .sidenav .inner .mm-links .secondary,
  .sidenav .inner .mm-links .strongest {
    width: 100%;
  }
}
.sidenav .inner .mm-links h5 {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background: none;
  letter-spacing: 0.15px;
  box-shadow: 0 0 0 0;
  padding: 0.4125rem 0 0.4125rem;
  text-transform: uppercase;
  margin: 0;
}
.sidenav .inner .mm-links a {
  display: block;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-transform: none;
  -webkit-transition: 0.25s ease all;
  -moz-transition: 0.25s ease all;
  -ms-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  margin-bottom: 0.4125rem;
}
.sidenav .inner .mm-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.sidenav .inner .mm-links .secondary a {
  font-size: 16px;
  width: calc(100% - 1.4125rem);
  padding-left: 1.4125rem;
}
.sidenav .inner .mm-links .social {
  width: 100%;
  padding-top: 0.8125rem;
  text-align: left;
}
.sidenav .inner .mm-links .social h3 {
  box-shadow: none;
  border: 0 none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  padding: 0.6125rem 0 0;
  display: block;
  letter-spacing: 0.5px;
  font-weight: normal;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  background: none;
  text-align: left;
}
.sidenav .inner .mm-links .social a {
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  padding-top: 0;
  padding-left: 0.4125rem;
  padding-right: 0.4125rem;
}
.page-intro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 12.5rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .page-intro {
    padding-top: 8.5rem;
    padding-bottom: 2rem;
  }
}
.page-intro .img-acc {
  width: 100%;
  max-width: 260px;
  margin: 0 auto 1rem;
  display: block;
}
.page-intro .img-acc svg {
  width: 100%;
  display: block;
}
.page-intro.grey-accent {
  background-image: url('/img/card-11.svg');
}
.page-intro.no-bottom {
  padding-bottom: 0rem;
}
@media screen and (max-width: 900px) {
  .page-intro.no-bottom {
    padding-bottom: 0rem;
  }
}
.page-intro .container h1 {
  text-align: center;
  color: #1e2022;
  font-size: 32px;
  margin-bottom: 1rem !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 4px;
}
@media screen and (max-width: 900px) {
  .page-intro .container h1 {
    font-size: 28px;
    margin-bottom: 1rem !important;
  }
}
.page-intro .container p {
  text-align: center;
  color: #1e2022;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  padding-bottom: 6px;
}
.default-content {
  padding-bottom: 2rem;
}
.default-content .container h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #1e2022;
  font-family: 'Roboto', sans-serif;
}
.default-content .container p {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  color: #787f8c;
  padding-bottom: 0.8125rem;
}
.default-content .container p a {
  color: #377dff;
  font-weight: bold;
}
.default-content .container ul {
  margin-bottom: 0.8125rem;
}
.default-content .container ul li {
  list-style: outside disc;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  color: #787f8c;
}
.row form {
  width: 100%;
}
.row form .standard-form {
  margin-top: 0;
  padding: 2rem 15px 0rem;
  margin: 0 auto;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  max-width: 800px;
}
.row form .standard-form .ErrorLabel {
  background: #1a6491;
  padding: 8px 16px;
  color: white;
}
.row form .standard-form .submit-btn {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.row form .standard-form .submit-btn button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  box-shadow: none;
  position: relative;
  padding: 0.6125rem 1.4125rem;
  display: inline-block;
  margin-top: 0rem;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  background: #377dff;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  z-index: 200;
  -webkit-transition: 0.25s ease all;
  -moz-transition: 0.25s ease all;
  -ms-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  cursor: pointer;
}
.row form .standard-form .submit-btn button:hover,
.row form .standard-form .submit-btn button:active,
.row form .standard-form .submit-btn button:focus {
  outline: none;
  border: none;
  text-decoration: none;
  background: #787f8c;
}
.row form .standard-form .columns {
  margin: 10px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row form .standard-form .columns .column {
  width: 100%;
}
.row form .standard-form .columns .column label {
  color: #1e2022;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  display: block;
  font-size: 16px;
  line-height: 32px;
  text-transform: none;
  text-align: left;
  letter-spacing: 0.8px;
  margin: 0;
}
.row form .standard-form .columns .column input {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  padding: 6px 8px;
  width: calc(100% - 20px);
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.row form .standard-form .columns .column select {
  display: block;
  width: 100%;
  background: repeat-x scroll 0 0 #bebebe;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  padding: 6px 8px;
  background: white;
  letter-spacing: 0.8px;
}
.row form .standard-form .columns .column textarea {
  -moz-transition: all 0.2s ease-in-out 0s;
  padding: 6px 8px;
  width: calc(100% - 20px);
  min-height: 180px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.row form .standard-form .columns .column textarea:focus {
  border-color: #80D2F0;
  box-shadow: 0 0 4px #e6f9ff;
}
.row form .standard-form .columns .column .EditingFormErrorLabel {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #7B040F;
}
.row form .standard-form .columns .column .Error input {
  border: 1px solid #D20009;
}
.row form .standard-form .columns .column .Error textarea {
  border: 1px solid #D20009;
}
.row form .standard-form .columns .column .ExplanationText {
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 14px;
  margin-top: 0.4125rem;
  text-align: left;
}
.row form .standard-form .columns .column span {
  color: Red;
  font-size: 12px;
}
.row form .standard-form .columns .c2 {
  margin: 0 0 0 0;
  width: 48%;
  display: inline-block;
  margin-right: 4%;
}
.row form .standard-form .columns .c2:nth-child(2) {
  margin-right: 0;
}
.row form .standard-form .c2 .column {
  margin: 0 0 0 0;
  width: 48%;
  display: inline-block;
  margin-right: 4%;
}
.row form .standard-form .c2 .column:nth-child(2) {
  margin-right: 0;
}
.icon-block {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.feature-callout {
  padding-bottom: 3rem;
}
.feature-callout .container .row {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .icon-item {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (min-width: 768px) {
  .icon-item {
    -ms-flex: 0 0 31.33333%;
    flex: 0 0 31.33333%;
    max-width: 31.33333%;
  }
}
.list-grid .container {
  padding-bottom: 210px;
  position: relative;
}
@media screen and (max-width: 1170px) {
  .list-grid .container {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 920px) {
  .list-grid .container {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .list-grid .container {
    padding-bottom: 30px;
  }
}
.list-grid .container .artb {
  position: absolute;
  bottom: -200px;
  width: 100%;
  display: block;
}
.no-extra .container {
  padding-bottom: 3rem;
}
.larger-heading-intro {
  text-align: center;
  margin: 0 auto;
}
.larger-heading-intro h2 {
  margin-bottom: 4rem;
}
.svg-icon-sm {
  display: block;
  margin-top: 0.125rem;
  color: #377dff;
  margin-right: 1rem;
}
.svg-icon-sm svg {
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  fill: #377dff;
}
.svg-icon-sm svg [fill]:not([fill=none]) {
  fill: #377dff;
}
.abs-top {
  padding-top: 260px !important;
}
.clients-main {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media screen and (max-width: 878px) {
  .clients-main {
    width: 48%;
  }
}
.clients-main img {
  width: 8.66666rem;
  height: auto;
  border-radius: 0;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
}
.our-clients {
  padding-bottom: 3rem;
}
.our-clients .card-subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 0.8125rem;
  margin-bottom: 0.25rem;
  color: white;
  font-family: 'Roboto', sans-serif;
}
.our-clients .d-grid a {
  color: #000;
  background-color: #f7faff;
  border-color: transparent;
}
.nm-frm-complete-show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  margin-top: 2rem;
}
.nm-frm-complete-show h2 {
  color: white !important;
  font-size: 18px !important;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  width: 96%;
  line-height: 1.5 !important;
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1rem;
  border-radius: 12px 12px 12px 12px;
  background: #377dff;
}
