/**** Variables ****/
/**** Mixins ****/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;450;500;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,800&family=Public+Sans:wght@100;200;300;400;500;600;700;800;900&&family=Source+Sans+Pro:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,800&family=Public+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,800&family=Public+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  -webkit-font-smoothing: antialiased; }

#main-content {
  overflow: hidden; }

form {
  text-align: center; }
  form input:not([type='checkbox']) {
    margin: 20px 10px 0;
    text-align: center;
    height: 55px;
    width: 320px;
    border-radius: 27.5px;
    background-color: #FFFFFF;
    display: block;
    border: 0; }
    form input:not([type='checkbox']).submit {
      background-color: #8AC731;
      color: #FFFFFF;
      opacity: 1;
      cursor: pointer; }
      form input:not([type='checkbox']).submit:hover {
        background-color: #a1d556; }

body {
  color: #FFFFFF; }

.section {
  padding: 20px; }
  .section.light {
    background: #FFFFFF; }

.content-holder {
  position: relative;
  vertical-align: top;
  text-align: center;
  margin-bottom: -20px; }
  .content-holder .top-image {
    width: 15%;
    vertical-align: top;
    text-align: right;
    margin-top: 40px; }
  .content-holder .main-image {
    width: 37%;
    vertical-align: bottom;
    max-width: 850px;
    margin: auto; }
    @media screen and (max-width: 992px) {
      .content-holder .main-image {
        width: 90%; } }
  .content-holder .right-image {
    width: 20%;
    vertical-align: bottom;
    text-align: left; }

#section1 {
  padding-top: 40px; }

footer {
  background: #33343A;
  color: white; }

.request-demo {
  background: #3B3B42;
  background-image: url("../images/footer-bg-roads.png");
  background-size: cover;
  padding: 90px 0 80px; }
  .request-demo .request-demo-header {
    color: white;
    font-size: 36px;
    line-height: 45px; }
  .request-demo p {
    color: white; }
  .request-demo input:not([type='checkbox']) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #3B3B42;
    border: 1px solid white;
    color: white;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    margin-bottom: 15px; }
  .request-demo textarea {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid white;
    color: #000;
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-bottom: 15px; }
  .request-demo .g-recaptcha {
    display: inline-block;
    position: relative;
    cursor: pointer !important;
    left: 1px; }
    .request-demo .g-recaptcha:hover {
      cursor: pointer !important; }
  .request-demo .submit-button a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #5DC8EF;
    color: white;
    font-family: 'Lato';
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px; }
    .request-demo .submit-button a:hover {
      color: white;
      cursor: pointer;
      background-color: #52b3d6;
      text-decoration: none; }
  .request-demo .error {
    border: 3px solid #ff0000 !important;
    background: #ffb2b2; }
  .request-demo .success {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px dashed white;
    padding: 50px 25px 70px; }
  .request-demo label.error {
    display: none !important; }

.request-demo {
  background-image: none;
  padding: 30px 0 20px; }
  .request-demo p {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 4px; }
    @media (max-width: 991px) {
      .request-demo p {
        font-size: 16px; } }
  .request-demo .success {
    padding: 30px 25px 50px; }
  .request-demo input:not([type='checkbox']) {
    display: inline-block;
    margin: 0 5px 15px;
    background: #fff;
    color: #000;
    width: auto; }
    @media (max-width: 991px) {
      .request-demo input:not([type='checkbox']) {
        margin: 0 auto 15px;
        width: 100%; } }
  .request-demo .destini-recaptcha {
    display: inline-block; }
  .request-demo .submit-button {
    display: inline-block;
    margin: 5px; }
    @media (max-width: 991px) {
      .request-demo .submit-button {
        display: block;
        margin: 5px 0px; } }
    .request-demo .submit-button a {
      padding: 0 15px; }
  @media (max-width: 991px) {
    .request-demo .request-demo-header {
      font-size: 28px;
      line-height: 36px;
      font-weight: 500; } }

.container {
  position: relative; }

@media screen and (max-width: 991px) {
  .d-title {
    font-size: 28px;
    line-height: 32px; }

  .d-subtitle {
    font-size: 16px;
    line-height: 24px; }

  .d-heading {
    font-size: 24px;
    line-height: 32px; }

  .d-subheading {
    font-size: 16px;
    line-height: 24px; } }
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 360px;
    margin: auto;
    right: 0; }

.light-gray {
  color: #909090; }

.dark-gray {
  color: #666666; }

.light-blue {
  color: #1CA6F2; }

.white {
  color: #FFF; }

.max-width {
  max-width: 1200px;
  margin: auto; }
  .max-width.m-900 {
    max-width: 900px; }

.uppercase {
  text-transform: uppercase; }

.number {
  padding: 24px 26px 15px;
  border-radius: 50px;
  font-size: 24px;
  line-height: 24px;
  border: 1px solid #1CA6F2;
  color: #1CA6F2; }

* {
  -webkit-font-smoothing: antialiased; }

form {
  text-align: center; }
  form input:not([type='checkbox']) {
    margin: 20px 10px 0;
    text-align: center;
    height: 55px;
    width: 320px;
    border-radius: 27.5px;
    background-color: #FFFFFF;
    display: block;
    border: 0; }
    form input:not([type='checkbox']).submit {
      background-color: #8AC731;
      color: #FFFFFF;
      opacity: 1;
      cursor: pointer; }
      form input:not([type='checkbox']).submit:hover {
        background-color: #a1d556; }

.section {
  background-color: #1CA6F2;
  color: #FFFFFF;
  font-family: 'Lato', Arial; }

.section {
  padding: 20px; }
  .section.light {
    background: #FFFFFF; }

.content-holder {
  position: relative;
  vertical-align: top;
  text-align: center;
  margin-bottom: -20px; }
  .content-holder .top-image {
    width: 15%;
    vertical-align: top;
    text-align: right;
    margin-top: 40px; }
  .content-holder .main-image {
    width: 37%;
    vertical-align: bottom;
    max-width: 850px;
    margin: auto; }
    @media screen and (max-width: 992px) {
      .content-holder .main-image {
        width: 90%; } }
  .content-holder .right-image {
    width: 20%;
    vertical-align: bottom;
    text-align: left; }

#section1 {
  padding-top: 40px; }

footer {
  background: #33343A;
  color: white; }

.request-demo {
  background: #3B3B42;
  background-image: url("../images/footer-bg-roads.png");
  background-size: cover;
  padding: 90px 0 80px; }
  .request-demo .request-demo-header {
    color: white;
    font-size: 36px;
    line-height: 45px; }
  .request-demo p {
    color: white; }
  .request-demo input:not([type='checkbox']) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #3B3B42;
    border: 1px solid white;
    color: white;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    margin-bottom: 15px; }
  .request-demo textarea {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #3B3B42;
    border: 1px solid white;
    color: white;
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-bottom: 15px; }
  .request-demo .g-recaptcha {
    display: inline-block;
    position: relative;
    cursor: pointer !important;
    left: 1px; }
    .request-demo .g-recaptcha:hover {
      cursor: pointer !important; }
  .request-demo .submit-button a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #5DC8EF;
    color: white;
    font-family: 'Lato';
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px; }
    .request-demo .submit-button a:hover {
      color: white;
      cursor: pointer;
      background-color: #52b3d6;
      text-decoration: none; }
  .request-demo .error {
    border: 3px solid #ff0000 !important;
    background: #ffb2b2; }
  .request-demo .success {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px dashed white;
    padding: 50px 25px 70px; }
  .request-demo label.error {
    display: none !important; }

.request-demo {
  background-image: none;
  padding: 30px 0 20px; }
  .request-demo p {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 4px; }
    @media (max-width: 991px) {
      .request-demo p {
        font-size: 16px; } }
  .request-demo .success {
    padding: 30px 25px 50px; }
  .request-demo input:not([type='checkbox']) {
    display: inline-block;
    margin: 0 5px 15px;
    background: #fff;
    color: #000;
    width: auto; }
    @media (max-width: 991px) {
      .request-demo input:not([type='checkbox']) {
        margin: 0 auto 15px;
        width: 100%; } }
  .request-demo .destini-recaptcha {
    display: inline-block; }
  .request-demo .submit-button {
    display: inline-block;
    margin: 5px; }
    @media (max-width: 991px) {
      .request-demo .submit-button {
        display: block;
        margin: 5px 0px; } }
    .request-demo .submit-button a {
      padding: 0 15px; }
  @media (max-width: 991px) {
    .request-demo .request-demo-header {
      font-size: 28px;
      line-height: 36px;
      font-weight: 500; } }

.container {
  position: relative; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 360px;
    margin: auto;
    right: 0; }

.gravity-form .ginput_container {
  display: inline-block; }
.gravity-form li.gfield:not(.show-labels) {
  display: inline-block; }
  .gravity-form li.gfield:not(.show-labels) label {
    display: none; }
.gravity-form .gfield_checkbox {
  list-style-type: none; }
.gravity-form .gform_fields {
  display: inline-block;
  vertical-align: top; }
.gravity-form .gform_footer {
  display: inline-block;
  margin-bottom: 1rem;
  vertical-align: top; }
.gravity-form .gform_body {
  display: inline-block; }
.gravity-form .gfield_description {
  display: none; }
.gravity-form .validation_error {
  display: none; }
.gravity-form .gfield_error input {
  border: red solid; }
.gravity-form input.gform_button {
  cursor: pointer;
  border-radius: 5px;
  background: #8AC731 !important;
  color: white !important;
  font-family: 'Lato';
  display: block !important;
  width: 100% !important;
  height: 50px;
  line-height: 0px;
  padding: 0 15px;
  border: 1px solid #8AC731;
  /* margin: 0; */ }
  .gravity-form input.gform_button:hover {
    background: #93d82f !important;
    border: 1px solid #93d82f; }

.hero {
  padding-top: 40px !important; }

button.demo {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad; }

@media (max-width: 991px) {
  .gform_body input:not([type='checkbox']) {
    width: 100%; }

  .gform_fields {
    padding: 0 !important;
    margin: 0 !important; }

  .gform_fields input:not([type='checkbox']) {
    width: 100%; }

  .gform_fields .gfield {
    width: 100%; }

  .gform_fields .gfield .ginput_container {
    width: 100%; }

  .gform_footer {
    width: 100%; } }
.btn {
  font-weight: 600; }

.client-liner {
  height: 90px;
  overflow: hidden; }

.home-image-slide {
  height: 90px;
  overflow: hidden; }
  .home-image-slide img {
    max-height: 90px;
    display: none;
    margin: auto;
    max-width: 100%; }
    .home-image-slide img.active {
      display: block; }

h1.section-header {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  font-family: 'Lato', Arial; }

.gform_validation_container {
  position: absolute;
  height: 0;
  z-index: -100;
  opacity: 0;
  border: 0;
  overflow: hidden; }

.image-to-bottom {
  flex-direction: column;
  display: flex;
  justify-content: flex-end; }

.image-to-center {
  flex-direction: column;
  display: flex;
  justify-content: center; }

.modal button {
  outline: 0; }

.gform_ajax_spinner {
  position: absolute;
  margin-top: -45px; }

html {
  font-family: 'Lato', Arial, sans-serif; }

body {
  font-family: 'Lato', Arial, sans-serif; }

.grey-background {
  background-color: #F9F9F9; }

.white-background {
  background-color: #FFFFFF; }

.blue-background {
  background-color: #33333A; }

.lightblue-background {
  background-color: #1CA6F2; }

.color-lightblue {
  color: #1CA6F2; }

.color-blue {
  color: #33333A; }

a.bttn {
  height: 50px;
  border: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  transition: all .3s ease-in-out;
  border-radius: 0;
  white-space: nowrap;
  min-width: 228px;
  background: #5FBA00;
  border-radius: 6px; }
  @media (max-width: 767.9px) {
    a.bttn {
      width: 100%; } }
  a.bttn:hover {
    color: #FFFFFF;
    background-color: #4A9100;
    text-decoration: none; }
  a.bttn.orange {
    color: #FFFFFF;
    background-color: #EFBC07; }
    a.bttn.orange:hover {
      color: #FFFFFF;
      background-color: #D8A800; }
  a.bttn.outline {
    color: #5FBA00;
    background-color: transparent;
    border: 1px solid #5FBA00; }
    a.bttn.outline:hover {
      color: #FFFFFF;
      background: #5FBA00; }

form.post-password-form input {
  border: 1px solid #ddd;
  margin: auto;
  outline: 0; }

form.post-password-form input[type='submit'] {
  cursor: pointer; }

.carousel .owl-item img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */ }

body.page-template-homepage section h4 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4CA5EC; }
body.page-template-homepage section#section1 {
  position: relative;
  z-index: 2;
  background: linear-gradient(117.56deg, #005F88 31.54%, #014263 62.86%, #003451 89.91%);
  padding-top: 63px; }
  body.page-template-homepage section#section1:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    height: 100%;
    background-image: url("../../homepage/assets/images/desktop/01_diagonal-hero.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%; }
    @media (max-width: 1200px) {
      body.page-template-homepage section#section1:before {
        background-size: 100%; } }
    @media (max-width: 767.9px) {
      body.page-template-homepage section#section1:before {
        display: none; } }
  body.page-template-homepage section#section1 .container {
    position: relative;
    z-index: 4; }
    @media (max-width: 991.9px) {
      body.page-template-homepage section#section1 .container {
        padding: 0; } }
    body.page-template-homepage section#section1 .container .content {
      padding: 60px 0 0; }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section1 .container .content {
          padding: 0 15px; } }
      body.page-template-homepage section#section1 .container .content h1 {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 500;
        font-size: 64px;
        line-height: 80px;
        margin-bottom: 25px;
        color: #FFFFFF;
        text-align: center; }
        @media (max-width: 991.9px) {
          body.page-template-homepage section#section1 .container .content h1 {
            margin-bottom: 40px; } }
        body.page-template-homepage section#section1 .container .content h1 b {
          font-weight: 700; }
        body.page-template-homepage section#section1 .container .content h1 span.span1 {
          background: linear-gradient(91.57deg, #AEFFEB 2.09%, #86E4B7 19.11%, #7AD65A 50.86%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
        @media (max-width: 767.9px) {
          body.page-template-homepage section#section1 .container .content h1 {
            font-size: 34px;
            line-height: 43px; } }
      body.page-template-homepage section#section1 .container .content p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 33px;
        text-align: center;
        color: #B7E7FF;
        max-width: 827px;
        margin: 0 auto 24px; }
        @media (max-width: 1200px) {
          body.page-template-homepage section#section1 .container .content p {
            font-size: 18px;
            line-height: 26px; } }
      body.page-template-homepage section#section1 .container .content .btn-wrapper {
        text-align: center;
        margin-bottom: 45px; }
      body.page-template-homepage section#section1 .container .content .links-wrapper {
        display: flex;
        justify-content: center;
        margin-bottom: 70px; }
        @media (max-width: 991.9px) {
          body.page-template-homepage section#section1 .container .content .links-wrapper {
            flex-wrap: wrap;
            margin-bottom: 25px; } }
        body.page-template-homepage section#section1 .container .content .links-wrapper .link-wrapper {
          padding: 0 6px; }
          @media (max-width: 991.9px) {
            body.page-template-homepage section#section1 .container .content .links-wrapper .link-wrapper {
              padding: 6px;
              flex-basis: 50%; } }
          body.page-template-homepage section#section1 .container .content .links-wrapper .link-wrapper a.link {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(30, 204, 242, 0.07) 100%);
            border: 1px solid rgba(183, 231, 255, 0.24);
            border-radius: 6px;
            transition: all .3s ease-in-out;
            display: block;
            text-decoration: none;
            display: flex;
            justify-content: space-between;
            padding: 20px 25px; }
            @media (max-width: 991.9px) {
              body.page-template-homepage section#section1 .container .content .links-wrapper .link-wrapper a.link {
                justify-content: center; } }
            @media (max-width: 767.9px) {
              body.page-template-homepage section#section1 .container .content .links-wrapper .link-wrapper a.link {
                flex-direction: column;
                text-align: left; } }
            body.page-template-homepage section#section1 .container .content .links-wrapper .link-wrapper a.link:hover {
              background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(30, 204, 242, 0.2) 100%);
              border: 1px solid rgba(183, 231, 255, 0.9);
              border-radius: 6px;
              text-decoration: none; }
            body.page-template-homepage section#section1 .container .content .links-wrapper .link-wrapper a.link .img-wrapper {
              align-self: center;
              margin-right: 8px; }
              body.page-template-homepage section#section1 .container .content .links-wrapper .link-wrapper a.link .img-wrapper img {
                width: 32px; }
              @media (max-width: 767.9px) {
                body.page-template-homepage section#section1 .container .content .links-wrapper .link-wrapper a.link .img-wrapper {
                  margin-right: auto;
                  margin-bottom: 8px; } }
            body.page-template-homepage section#section1 .container .content .links-wrapper .link-wrapper a.link .text {
              font-family: 'Lato';
              font-style: normal;
              font-weight: 700;
              font-size: 17px;
              line-height: 21px;
              color: #B7E7FF; }
              @media (max-width: 767.9px) {
                body.page-template-homepage section#section1 .container .content .links-wrapper .link-wrapper a.link .text {
                  font-size: 14.117px;
                  line-height: 17px; } }
  body.page-template-homepage section#section1 .hero-img {
    text-align: center; }
    body.page-template-homepage section#section1 .hero-img img {
      width: 1280px;
      margin: auto; }
body.page-template-homepage section#section2 {
  position: relative;
  z-index: 1;
  background: #fff;
  position: relative;
  padding: 52px 0 0; }
  body.page-template-homepage section#section2 .container h4 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 20.1487px;
    line-height: 30px;
    text-align: center;
    color: #425457;
    text-align: center;
    margin-bottom: 25px; }
    @media (max-width: 1200px) {
      body.page-template-homepage section#section2 .container h4 {
        font-size: 18px;
        line-height: 32px; } }
  body.page-template-homepage section#section2 .container .carousel {
    position: relative;
    padding: 0 50px; }
    @media (max-width: 767.9px) {
      body.page-template-homepage section#section2 .container .carousel {
        padding: 0; } }
    body.page-template-homepage section#section2 .container .carousel .owl-item img {
      image-rendering: -moz-crisp-edges;
      /* Firefox */
      image-rendering: -o-crisp-edges;
      /* Opera */
      image-rendering: -webkit-optimize-contrast;
      /* Webkit (non-standard naming) */
      image-rendering: crisp-edges;
      -ms-interpolation-mode: nearest-neighbor;
      /* IE (non-standard property) */ }
    body.page-template-homepage section#section2 .container .carousel .cnav {
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center; }
      @media (max-width: 767.9px) {
        body.page-template-homepage section#section2 .container .carousel .cnav {
          display: none; } }
      body.page-template-homepage section#section2 .container .carousel .cnav .customBtn {
        position: absolute;
        width: 42px;
        height: 42px;
        line-height: 42px;
        background: #F1F7FA;
        border-radius: 6px;
        text-align: center;
        transition: all .3s ease-in-out; }
        body.page-template-homepage section#section2 .container .carousel .cnav .customBtn:hover {
          background: #B7E7FF; }
        body.page-template-homepage section#section2 .container .carousel .cnav .customBtn img {
          width: 11px; }
        body.page-template-homepage section#section2 .container .carousel .cnav .customBtn.customPrevBtn {
          left: 0; }
        body.page-template-homepage section#section2 .container .carousel .cnav .customBtn.customNextBtn {
          right: 0; }
  body.page-template-homepage section#section2 .divider {
    width: 791px;
    height: 2px;
    margin: 68px auto 0;
    background: #DFE6EA;
    max-width: 100%; }
    @media (max-width: 991.9px) {
      body.page-template-homepage section#section2 .divider {
        margin: 30px auto 0; } }
body.page-template-homepage section#section3 {
  margin-top: 33px; }
  @media (max-width: 991.9px) {
    body.page-template-homepage section#section3 .container {
      padding: 0; } }
  body.page-template-homepage section#section3 .content-wrapper {
    background: linear-gradient(0, #EAF6FC 0%, #FFFFFF 100%);
    border-radius: 10px;
    padding: 25px 40px; }
    @media (max-width: 767.9px) {
      body.page-template-homepage section#section3 .content-wrapper {
        padding: 25px 15px;
        border-radius: 0; } }
    body.page-template-homepage section#section3 .content-wrapper p {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 25px;
      line-height: 38px;
      text-align: center;
      max-width: 871px;
      margin: auto;
      color: #014263; }
      body.page-template-homepage section#section3 .content-wrapper p b {
        font-weight: 700; }
      @media (max-width: 1200px) {
        body.page-template-homepage section#section3 .content-wrapper p {
          font-size: 22px;
          line-height: 32px; } }
    body.page-template-homepage section#section3 .content-wrapper .img-wrapper {
      margin: 46px 0 51px; }
      body.page-template-homepage section#section3 .content-wrapper .img-wrapper img {
        max-width: 1011px;
        width: 100%; }
    body.page-template-homepage section#section3 .content-wrapper .carousel {
      position: relative;
      padding: 0 50px; }
      @media (max-width: 767.9px) {
        body.page-template-homepage section#section3 .content-wrapper .carousel {
          padding: 0; } }
      body.page-template-homepage section#section3 .content-wrapper .carousel .logos .mobile {
        display: none; }
      @media (max-width: 767.9px) {
        body.page-template-homepage section#section3 .content-wrapper .carousel .logos .desktop {
          display: none; }
        body.page-template-homepage section#section3 .content-wrapper .carousel .logos .mobile {
          display: block; } }
      body.page-template-homepage section#section3 .content-wrapper .carousel .cnav {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center; }
        @media (max-width: 767.9px) {
          body.page-template-homepage section#section3 .content-wrapper .carousel .cnav {
            display: none; } }
        body.page-template-homepage section#section3 .content-wrapper .carousel .cnav .customBtn {
          position: absolute;
          width: 42px;
          height: 42px;
          line-height: 42px;
          background: #F1F7FA;
          border-radius: 6px;
          text-align: center;
          transition: all .3s ease-in-out; }
          body.page-template-homepage section#section3 .content-wrapper .carousel .cnav .customBtn:hover {
            background: #B7E7FF; }
          body.page-template-homepage section#section3 .content-wrapper .carousel .cnav .customBtn img {
            width: 11px; }
          body.page-template-homepage section#section3 .content-wrapper .carousel .cnav .customBtn.customPrevBtn {
            left: 0; }
          body.page-template-homepage section#section3 .content-wrapper .carousel .cnav .customBtn.customNextBtn {
            right: 0; }
    body.page-template-homepage section#section3 .content-wrapper .data-info {
      font-family: 'Raleway';
      font-style: normal;
      font-size: 20.1487px;
      line-height: 30px;
      text-align: center;
      color: #595959;
      margin: 49px auto 35px;
      max-width: 791px;
      width: 100%;
      border-bottom: 2px solid #D7E7EF;
      padding-bottom: 35px;
      font-weight: 500; }
      @media (max-width: 1200px) {
        body.page-template-homepage section#section3 .content-wrapper .data-info {
          font-size: 20.1487px;
          line-height: 30px; } }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section3 .content-wrapper .data-info {
          border-top: 2px solid #D7E7EF;
          padding-top: 25px; } }
      body.page-template-homepage section#section3 .content-wrapper .data-info span {
        display: inline-block;
        margin: 0 10px; }
        @media (max-width: 991.9px) {
          body.page-template-homepage section#section3 .content-wrapper .data-info span {
            display: block;
            opacity: 0;
            line-height: 6px; } }
      body.page-template-homepage section#section3 .content-wrapper .data-info b {
        font-weight: 700; }
body.page-template-homepage section#section4 {
  z-index: 1;
  background: #ffffff;
  position: relative;
  padding: 105px 0 100px; }
  @media (max-width: 991.9px) {
    body.page-template-homepage section#section4 {
      padding: 60px 0 60px; } }
  body.page-template-homepage section#section4 .flex-wrapper {
    display: flex;
    justify-content: space-between; }
  body.page-template-homepage section#section4 .left-content {
    align-self: center; }
    body.page-template-homepage section#section4 .left-content .img-wrapper {
      width: 272px; }
      @media (max-width: 767.9px) {
        body.page-template-homepage section#section4 .left-content .img-wrapper {
          width: auto; } }
      body.page-template-homepage section#section4 .left-content .img-wrapper img {
        width: 100%;
        max-width: 272px; }
  body.page-template-homepage section#section4 .right-content {
    padding-left: 88px; }
    @media (max-width: 991.9px) {
      body.page-template-homepage section#section4 .right-content {
        padding-left: 0; } }
    body.page-template-homepage section#section4 .right-content h2 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 44px;
      color: #014263;
      margin-bottom: 24px; }
      @media (max-width: 1200px) {
        body.page-template-homepage section#section4 .right-content h2 {
          font-size: 31.5px;
          line-height: 35px;
          letter-spacing: -0.5px; } }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section4 .right-content h2 {
          margin-bottom: 16px; } }
    body.page-template-homepage section#section4 .right-content p {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 32px;
      color: #333333;
      margin-bottom: 10px; }
      @media (max-width: 1200px) {
        body.page-template-homepage section#section4 .right-content p {
          font-size: 17px;
          line-height: 27px; } }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section4 .right-content p {
          margin-bottom: 0; } }
    body.page-template-homepage section#section4 .right-content a {
      margin-top: 30px; }
    body.page-template-homepage section#section4 .right-content .img-wrapper {
      padding: 30px 0 33px;
      text-align: center; }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section4 .right-content .img-wrapper img {
          max-width: 60%; } }
      @media (max-width: 767.9px) {
        body.page-template-homepage section#section4 .right-content .img-wrapper img {
          max-width: 100%; } }
body.page-template-homepage section#section5 {
  background: linear-gradient(269.28deg, #FAFDFE -1.6%, #EAF6FC 46.81%, #E0EDF3 101.69%);
  transform: skewY(-5deg);
  position: relative;
  z-index: 1;
  padding: 200px 0 165px; }
  @media (max-width: 991.9px) {
    body.page-template-homepage section#section5 {
      padding: 85px 0 41px;
      background: linear-gradient(269.28deg, #FAFDFE -1.6%, #EAF6FC 46.81%, #E0EDF3 101.69%); } }
  body.page-template-homepage section#section5 .container {
    transform: skewY(5deg); }
  body.page-template-homepage section#section5 .flex-wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991.9px) {
      body.page-template-homepage section#section5 .flex-wrapper {
        flex-direction: column; } }
  body.page-template-homepage section#section5 .right-content {
    align-self: center; }
    body.page-template-homepage section#section5 .right-content .img-wrapper {
      width: 508.7px; }
      @media (max-width: 767.9px) {
        body.page-template-homepage section#section5 .right-content .img-wrapper {
          width: auto; } }
      body.page-template-homepage section#section5 .right-content .img-wrapper img {
        width: 100%;
        max-width: 508.7px; }
  body.page-template-homepage section#section5 .left-content {
    padding-right: 45px; }
    @media (max-width: 991.9px) {
      body.page-template-homepage section#section5 .left-content {
        padding-right: 0; } }
    body.page-template-homepage section#section5 .left-content h4 {
      margin-bottom: 8px; }
    body.page-template-homepage section#section5 .left-content h2 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 44px;
      color: #014263;
      margin-bottom: 24px; }
      @media (max-width: 1200px) {
        body.page-template-homepage section#section5 .left-content h2 {
          font-size: 31.5px;
          line-height: 35px;
          letter-spacing: -0.5px; } }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section5 .left-content h2 {
          margin-bottom: 16px; } }
    body.page-template-homepage section#section5 .left-content p {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      color: #333333;
      margin-bottom: 10px; }
      @media (max-width: 1200px) {
        body.page-template-homepage section#section5 .left-content p {
          font-size: 15px;
          line-height: 27px; } }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section5 .left-content p {
          margin-bottom: 0; } }
    body.page-template-homepage section#section5 .left-content a {
      margin-top: 30px; }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section5 .left-content a {
          margin-bottom: 30px; } }
    body.page-template-homepage section#section5 .left-content .img-wrapper {
      padding: 30px 0 33px;
      text-align: center; }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section5 .left-content .img-wrapper img {
          max-width: 60%; } }
      @media (max-width: 767.9px) {
        body.page-template-homepage section#section5 .left-content .img-wrapper img {
          max-width: 100%; } }
body.page-template-homepage section#section7 {
  background: linear-gradient(119.08deg, #005F88 31.73%, #014263 62.35%, #003451 88.81%);
  transform: skewY(-5deg);
  position: relative;
  z-index: 1;
  padding: 147px 0 165px; }
  @media (max-width: 991.9px) {
    body.page-template-homepage section#section7 {
      padding: 105px 0 41px; } }
  body.page-template-homepage section#section7 .container {
    transform: skewY(5deg); }
  body.page-template-homepage section#section7 .left-content {
    display: flex;
    align-self: center; }
    @media (max-width: 991.9px) {
      body.page-template-homepage section#section7 .left-content {
        margin-top: 29px; } }
    @media (max-width: 991.9px) {
      body.page-template-homepage section#section7 .left-content .img-wrapper {
        margin-bottom: -80px; } }
  body.page-template-homepage section#section7 .right-content {
    padding-left: 97px; }
    @media (max-width: 991.9px) {
      body.page-template-homepage section#section7 .right-content {
        padding-left: 0; } }
    body.page-template-homepage section#section7 .right-content h2 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 44px;
      color: #B7E7FF; }
      @media (max-width: 1200px) {
        body.page-template-homepage section#section7 .right-content h2 {
          font-size: 31.5px;
          line-height: 35px;
          letter-spacing: -0.5px; } }
    body.page-template-homepage section#section7 .right-content .logo {
      margin-top: 44px; }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section7 .right-content .logo {
          vertical-align: top;
          margin-top: 20px;
          display: inline-block; } }
      @media (max-width: 767.9px) {
        body.page-template-homepage section#section7 .right-content .logo {
          margin-top: 33px;
          display: block; } }
      body.page-template-homepage section#section7 .right-content .logo img {
        width: 42px;
        margin-bottom: 11px; }
        @media (max-width: 991.9px) {
          body.page-template-homepage section#section7 .right-content .logo img {
            margin-bottom: 14px; } }
    body.page-template-homepage section#section7 .right-content p {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 32px;
      color: #FFFFFF; }
      @media (max-width: 1200px) {
        body.page-template-homepage section#section7 .right-content p {
          font-size: 17px;
          line-height: 27px; } }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section7 .right-content p {
          display: inline-block;
          width: calc(100% - 50px);
          padding-left: 20px;
          margin-top: 20px; } }
      @media (max-width: 767.9px) {
        body.page-template-homepage section#section7 .right-content p {
          padding-left: 0px;
          margin-top: 0px;
          width: 100%;
          display: block; } }
    @media (max-width: 991.9px) {
      body.page-template-homepage section#section7 .right-content a {
        margin-top: 33px; } }
body.page-template-homepage section#section8 {
  position: relative;
  z-index: 1;
  padding: 160px 0 165px; }
  @media (max-width: 991.9px) {
    body.page-template-homepage section#section8 {
      padding: 100px 0 70px; } }
  body.page-template-homepage section#section8 .left-content {
    padding-right: 51px; }
    @media (max-width: 991.9px) {
      body.page-template-homepage section#section8 .left-content {
        padding-right: 0; } }
    body.page-template-homepage section#section8 .left-content h2 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 44px;
      color: #014263;
      margin-bottom: 18px; }
      @media (max-width: 1200px) {
        body.page-template-homepage section#section8 .left-content h2 {
          font-size: 31.5px;
          line-height: 35px;
          letter-spacing: -0.5px; } }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section8 .left-content h2 {
          margin-bottom: 21px; } }
    body.page-template-homepage section#section8 .left-content p {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 32px;
      color: #333333;
      margin-bottom: 24px; }
      @media (max-width: 1200px) {
        body.page-template-homepage section#section8 .left-content p {
          font-size: 17px;
          line-height: 27px; } }
      body.page-template-homepage section#section8 .left-content p b {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
        color: #333333; }
        @media (max-width: 1200px) {
          body.page-template-homepage section#section8 .left-content p b {
            font-size: 20px;
            line-height: 32px; } }
      body.page-template-homepage section#section8 .left-content p a {
        text-decoration: underline;
        color: #177ABE; }
  body.page-template-homepage section#section8 .right-content {
    position: relative; }
    body.page-template-homepage section#section8 .right-content .img-wrapper {
      position: absolute;
      left: 0;
      top: -40px; }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section8 .right-content .img-wrapper {
          position: relative;
          top: 0; } }
      body.page-template-homepage section#section8 .right-content .img-wrapper img {
        max-width: 711.5px; }
        @media (max-width: 991.9px) {
          body.page-template-homepage section#section8 .right-content .img-wrapper img {
            width: 100%; } }
body.page-template-homepage section#section9 {
  background: linear-gradient(129.62deg, #48BAF4 -0.4%, #4CA5EC 47.85%, #177ABE 123.78%);
  transform: skewY(-5deg);
  position: relative;
  z-index: 1;
  padding: 192px 0 222px;
  margin-bottom: -100px; }
  @media (max-width: 991.9px) {
    body.page-template-homepage section#section9 {
      padding: 60px 0 160px; } }
  body.page-template-homepage section#section9 .container {
    transform: skewY(5deg); }
  body.page-template-homepage section#section9 .content {
    display: flex;
    justify-content: center; }
    @media (max-width: 991.9px) {
      body.page-template-homepage section#section9 .content {
        flex-direction: column; } }
    body.page-template-homepage section#section9 .content .left-content {
      padding-right: 13px;
      display: flex;
      align-self: center; }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section9 .content .left-content {
          padding-right: 0px; } }
      @media (max-width: 767.9px) {
        body.page-template-homepage section#section9 .content .left-content {
          padding: 0; } }
      body.page-template-homepage section#section9 .content .left-content h2 {
        font-family: Raleway;
        font-style: normal;
        font-weight: normal;
        font-size: 42px;
        line-height: 44px;
        text-align: right;
        letter-spacing: -0.5px;
        color: #FFFFFF;
        margin-bottom: 0; }
        @media (max-width: 1200px) {
          body.page-template-homepage section#section9 .content .left-content h2 {
            font-size: 31.5px;
            line-height: 33px; } }
        @media (max-width: 991.9px) {
          body.page-template-homepage section#section9 .content .left-content h2 {
            text-align: center; } }
    body.page-template-homepage section#section9 .content .right-content {
      padding-left: 13px; }
      @media (max-width: 991.9px) {
        body.page-template-homepage section#section9 .content .right-content {
          padding-left: 0px;
          text-align: center; } }
      @media (max-width: 767.9px) {
        body.page-template-homepage section#section9 .content .right-content {
          padding: 0; } }
      body.page-template-homepage section#section9 .content .right-content .btn-wrapper {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        border-radius: 10px;
        padding: 24px; }
        @media (max-width: 991.9px) {
          body.page-template-homepage section#section9 .content .right-content .btn-wrapper {
            background: none;
            border: 0;
            padding: 28px 0 0 0; } }

body.page-template-where-to-buy section h4 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4CA5EC; }
body.page-template-where-to-buy section#section1 {
  background: linear-gradient(265.48deg, #005F88 36.94%, #014263 59.56%, #003451 78.14%);
  position: relative; }
  body.page-template-where-to-buy section#section1:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../../where-to-buy/assets/images/desktop/01_corner.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 120%;
    width: 64%;
    z-index: 1; }
    @media (max-width: 1200px) {
      body.page-template-where-to-buy section#section1:before {
        width: 64%; } }
    @media (max-width: 991.9px) {
      body.page-template-where-to-buy section#section1:before {
        width: 64%; } }
    @media (max-width: 767.9px) {
      body.page-template-where-to-buy section#section1:before {
        display: none; } }
  body.page-template-where-to-buy section#section1:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 25px;
    background-image: url(../../where-to-buy/assets/images/desktop/04_where-to-by.png);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    height: calc(100% - 50px);
    width: 50%;
    z-index: 2; }
    @media (max-width: 1200px) {
      body.page-template-where-to-buy section#section1:after {
        width: 50%;
        background-size: cover; } }
    @media (max-width: 991.9px) {
      body.page-template-where-to-buy section#section1:after {
        width: 55%;
        background-size: cover;
        height: calc(100% - 90px);
        top: 45px; } }
    @media (max-width: 767.9px) {
      body.page-template-where-to-buy section#section1:after {
        display: none; } }
  body.page-template-where-to-buy section#section1 .container .content {
    padding: 50px 0 218px; }
    @media (max-width: 767.9px) {
      body.page-template-where-to-buy section#section1 .container .content {
        padding: 0; } }
    body.page-template-where-to-buy section#section1 .container .content .left-content {
      text-align: left;
      position: relative;
      z-index: 2; }
      body.page-template-where-to-buy section#section1 .container .content .left-content .logo {
        margin-bottom: 33px; }
        @media (max-width: 991.9px) {
          body.page-template-where-to-buy section#section1 .container .content .left-content .logo {
            display: none; } }
        body.page-template-where-to-buy section#section1 .container .content .left-content .logo img {
          max-width: 138px; }
      body.page-template-where-to-buy section#section1 .container .content .left-content h1 {
        font-family: Raleway;
        font-style: normal;
        font-weight: normal;
        font-size: 50px;
        line-height: 58px;
        letter-spacing: 0.741313px;
        color: #EAF6FC;
        margin-bottom: 15px; }
        body.page-template-where-to-buy section#section1 .container .content .left-content h1 b {
          font-weight: 700; }
        @media (max-width: 991.9px) {
          body.page-template-where-to-buy section#section1 .container .content .left-content h1 {
            font-size: 38.7646px;
            line-height: 43px; } }
        body.page-template-where-to-buy section#section1 .container .content .left-content h1 .text-gradient {
          background: linear-gradient(138.14deg, #AEFFEC -1.46%, #86E4B7 41.31%, #7AD65A 66.39%);
          background: -webkit-linear-gradient(138.14deg, #AEFFEC -1.46%, #86E4B7 41.31%, #7AD65A 66.39%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      body.page-template-where-to-buy section#section1 .container .content .left-content p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 33px;
        max-width: 416px;
        margin-right: auto;
        margin-bottom: 22px;
        color: #B7E7FF; }
        @media (max-width: 991.9px) {
          body.page-template-where-to-buy section#section1 .container .content .left-content p {
            max-width: 300px;
            font-size: 18px;
            line-height: 26px; } }
        @media (max-width: 767.9px) {
          body.page-template-where-to-buy section#section1 .container .content .left-content p {
            max-width: 100%; } }
      body.page-template-where-to-buy section#section1 .container .content .left-content a.btn {
        display: inline-block; }
    body.page-template-where-to-buy section#section1 .container .content .right-content {
      display: none; }
      @media (max-width: 767.9px) {
        body.page-template-where-to-buy section#section1 .container .content .right-content {
          display: block;
          margin: 0 -15px -30px;
          z-index: 1; } }
body.page-template-where-to-buy section#section2 {
  background: #fff;
  position: relative;
  padding: 80px 0 75px; }
  @media (max-width: 991.9px) {
    body.page-template-where-to-buy section#section2 {
      padding: 52px 0 45px; } }
  @media (max-width: 767.9px) {
    body.page-template-where-to-buy section#section2 {
      padding: 52px 0 27px; } }
  body.page-template-where-to-buy section#section2 .container .content .row1 {
    margin-bottom: 60px; }
    @media (max-width: 991.9px) {
      body.page-template-where-to-buy section#section2 .container .content .row1 {
        margin-bottom: 30px; } }
    @media (max-width: 767.9px) {
      body.page-template-where-to-buy section#section2 .container .content .row1 {
        margin-bottom: 30px; } }
    body.page-template-where-to-buy section#section2 .container .content .row1 .left-content {
      padding-right: 90px; }
      @media (max-width: 991.9px) {
        body.page-template-where-to-buy section#section2 .container .content .row1 .left-content {
          padding-right: 20px; } }
      @media (max-width: 767.9px) {
        body.page-template-where-to-buy section#section2 .container .content .row1 .left-content {
          padding: 0;
          order: 1; } }
      body.page-template-where-to-buy section#section2 .container .content .row1 .left-content img {
        max-width: 491.97px;
        width: 100%; }
        @media (max-width: 991.9px) {
          body.page-template-where-to-buy section#section2 .container .content .row1 .left-content img {
            max-width: 100%; } }
    body.page-template-where-to-buy section#section2 .container .content .row1 .right-content {
      padding-left: 0px;
      justify-content: center;
      display: flex;
      flex-direction: column; }
      @media (max-width: 991.9px) {
        body.page-template-where-to-buy section#section2 .container .content .row1 .right-content {
          padding-left: 0px; } }
      @media (max-width: 767.9px) {
        body.page-template-where-to-buy section#section2 .container .content .row1 .right-content {
          padding: 0;
          order: 0;
          margin-bottom: 26px; } }
      body.page-template-where-to-buy section#section2 .container .content .row1 .right-content h2 {
        font-family: Raleway;
        font-style: normal;
        font-weight: normal;
        font-size: 42px;
        line-height: 44px;
        letter-spacing: -0.5px;
        color: #014263;
        margin-bottom: 13px; }
        @media (max-width: 991.9px) {
          body.page-template-where-to-buy section#section2 .container .content .row1 .right-content h2 {
            font-size: 31.5px;
            line-height: 33px; } }
      body.page-template-where-to-buy section#section2 .container .content .row1 .right-content p {
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 36px;
        color: #333333;
        margin-bottom: 0; }
        @media (max-width: 991.9px) {
          body.page-template-where-to-buy section#section2 .container .content .row1 .right-content p {
            font-size: 15px;
            line-height: 27px; } }
  body.page-template-where-to-buy section#section2 .container .row2 {
    background: #EAF6FC;
    border-radius: 10px;
    padding: 30px 32px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767.9px) {
      body.page-template-where-to-buy section#section2 .container .row2 {
        flex-direction: column;
        padding: 30px 12px; } }
    body.page-template-where-to-buy section#section2 .container .row2 .left-content {
      display: flex;
      justify-content: start; }
      body.page-template-where-to-buy section#section2 .container .row2 .left-content .img {
        margin-right: 13px; }
        body.page-template-where-to-buy section#section2 .container .row2 .left-content .img img, body.page-template-where-to-buy section#section2 .container .row2 .left-content .img svg {
          width: 79.2px; }
          @media (max-width: 767.9px) {
            body.page-template-where-to-buy section#section2 .container .row2 .left-content .img img, body.page-template-where-to-buy section#section2 .container .row2 .left-content .img svg {
              width: 99px; } }
      body.page-template-where-to-buy section#section2 .container .row2 .left-content .info .title {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 28px;
        color: #177ABE;
        margin-bottom: 7px; }
        @media (max-width: 991.9px) {
          body.page-template-where-to-buy section#section2 .container .row2 .left-content .info .title {
            font-size: 18px;
            line-height: 21px;
            margin-bottom: 0; } }
      body.page-template-where-to-buy section#section2 .container .row2 .left-content .info .date {
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 36px;
        color: #333333; }
        @media (max-width: 991.9px) {
          body.page-template-where-to-buy section#section2 .container .row2 .left-content .info .date {
            font-size: 15px;
            line-height: 27px; } }
    body.page-template-where-to-buy section#section2 .container .row2 .right-content {
      display: flex;
      align-self: center; }
      @media (max-width: 767.9px) {
        body.page-template-where-to-buy section#section2 .container .row2 .right-content {
          margin-top: 16px;
          width: 100%; } }
body.page-template-where-to-buy section#section3 {
  background: linear-gradient(269.28deg, #FAFDFE -1.6%, #EAF6FC 46.81%, #E0EDF3 101.69%);
  position: relative;
  z-index: 1;
  padding: 147px 0 131px; }
  @media (max-width: 991.9px) {
    body.page-template-where-to-buy section#section3 {
      padding: 55px 0 0px;
      background: linear-gradient(269.28deg, #FAFDFE -1.6%, #EAF6FC 46.81%, #E0EDF3 101.69%); } }
  body.page-template-where-to-buy section#section3 .left-content .img-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    text-align: right;
    bottom: 0; }
    body.page-template-where-to-buy section#section3 .left-content .img-wrapper img {
      max-width: 654.65px;
      margin-left: auto; }
      @media (max-width: 1200px) {
        body.page-template-where-to-buy section#section3 .left-content .img-wrapper img {
          max-height: 100%; } }
      @media (max-width: 991.9px) {
        body.page-template-where-to-buy section#section3 .left-content .img-wrapper img {
          width: 100%; } }
    @media (max-width: 991.9px) {
      body.page-template-where-to-buy section#section3 .left-content .img-wrapper {
        margin-left: -75px;
        position: relative;
        width: 100%;
        top: 0;
        margin-top: -20px;
        right: auto; } }
    @media (max-width: 767.9px) {
      body.page-template-where-to-buy section#section3 .left-content .img-wrapper {
        position: relative;
        width: 100%;
        margin-left: -15px;
        top: 0;
        margin-top: -20px;
        right: auto; } }
  body.page-template-where-to-buy section#section3 .right-content {
    padding-left: 48px; }
    @media (max-width: 991.9px) {
      body.page-template-where-to-buy section#section3 .right-content {
        padding-left: 15px; } }
    body.page-template-where-to-buy section#section3 .right-content h2 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 44px;
      color: #014263;
      margin-bottom: 18px; }
      @media (max-width: 1200px) {
        body.page-template-where-to-buy section#section3 .right-content h2 {
          font-size: 31.5px;
          line-height: 35px;
          letter-spacing: -0.5px; } }
      @media (max-width: 767.9px) {
        body.page-template-where-to-buy section#section3 .right-content h2 {
          margin-bottom: 12px; } }
    body.page-template-where-to-buy section#section3 .right-content p {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 32px;
      color: #333333;
      letter-spacing: -.2px; }
      @media (max-width: 1200px) {
        body.page-template-where-to-buy section#section3 .right-content p {
          font-size: 17px;
          line-height: 27px;
          letter-spacing: 0; } }
body.page-template-where-to-buy section#section4 {
  background: #ffffff;
  position: relative;
  padding: 80px 0 90px; }
  @media (max-width: 991.9px) {
    body.page-template-where-to-buy section#section4 {
      padding: 64px 0 64px; } }
  body.page-template-where-to-buy section#section4 .left-content {
    padding-right: 0px;
    justify-content: center;
    display: flex;
    flex-direction: column; }
    @media (max-width: 991.9px) {
      body.page-template-where-to-buy section#section4 .left-content {
        padding-right: 0px; } }
    @media (max-width: 767.9px) {
      body.page-template-where-to-buy section#section4 .left-content {
        padding: 0;
        margin-bottom: 14px; } }
    body.page-template-where-to-buy section#section4 .left-content h2 {
      font-family: Raleway;
      font-style: normal;
      font-weight: normal;
      font-size: 42px;
      line-height: 44px;
      letter-spacing: -0.5px;
      color: #014263;
      margin-bottom: 13px; }
      @media (max-width: 767.9px) {
        body.page-template-where-to-buy section#section4 .left-content h2 {
          font-size: 31.5px;
          line-height: 33px; } }
    body.page-template-where-to-buy section#section4 .left-content p {
      font-family: Lato;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 36px;
      color: #333333;
      margin-bottom: 0; }
      @media (max-width: 767.9px) {
        body.page-template-where-to-buy section#section4 .left-content p {
          font-size: 15px;
          line-height: 27px;
          margin-bottom: 14px; } }
  body.page-template-where-to-buy section#section4 .right-content {
    padding-left: 35px; }
    @media (max-width: 991.9px) {
      body.page-template-where-to-buy section#section4 .right-content {
        padding-left: 15px; } }
    @media (max-width: 767.9px) {
      body.page-template-where-to-buy section#section4 .right-content {
        padding: 0; } }
body.page-template-where-to-buy section#section5 {
  background: linear-gradient(269.28deg, #FAFDFE -1.6%, #EAF6FC 46.81%, #E0EDF3 101.69%);
  position: relative;
  padding: 86px 0 107px; }
  @media (max-width: 991.9px) {
    body.page-template-where-to-buy section#section5 {
      padding: 63px 0 63px; } }
  body.page-template-where-to-buy section#section5 .left-content {
    padding-right: 80px; }
    @media (max-width: 991.9px) {
      body.page-template-where-to-buy section#section5 .left-content {
        padding-right: 30px; } }
    @media (max-width: 767.9px) {
      body.page-template-where-to-buy section#section5 .left-content {
        padding: 0 25px;
        order: 1; } }
  body.page-template-where-to-buy section#section5 .right-content {
    padding-right: 0px;
    justify-content: center;
    display: flex;
    flex-direction: column; }
    @media (max-width: 991.9px) {
      body.page-template-where-to-buy section#section5 .right-content {
        padding-right: 0px; } }
    @media (max-width: 767.9px) {
      body.page-template-where-to-buy section#section5 .right-content {
        padding: 0;
        margin-bottom: 30px;
        order: 0; } }
    body.page-template-where-to-buy section#section5 .right-content h2 {
      font-family: Raleway;
      font-style: normal;
      font-weight: normal;
      font-size: 42px;
      line-height: 44px;
      letter-spacing: -0.5px;
      color: #014263;
      margin-bottom: 13px; }
      @media (max-width: 991.9px) {
        body.page-template-where-to-buy section#section5 .right-content h2 {
          font-size: 31.5px;
          line-height: 33px; } }
    body.page-template-where-to-buy section#section5 .right-content p {
      font-family: Lato;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 36px;
      color: #333333;
      margin-bottom: 0; }
      @media (max-width: 991.9px) {
        body.page-template-where-to-buy section#section5 .right-content p {
          font-size: 15px;
          line-height: 27px;
          margin-bottom: 14px; } }
body.page-template-where-to-buy section#section6 {
  padding: 90px 0 90px; }
  @media (max-width: 991.9px) {
    body.page-template-where-to-buy section#section6 {
      padding: 45px 0; } }
  body.page-template-where-to-buy section#section6 .flex-wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991.9px) {
      body.page-template-where-to-buy section#section6 .flex-wrapper {
        flex-direction: column; } }
    body.page-template-where-to-buy section#section6 .flex-wrapper .img-wrapper {
      margin-left: 56px;
      align-self: center;
      align-content: center;
      max-width: 165px;
      width: 100%; }
      @media (max-width: 991.9px) {
        body.page-template-where-to-buy section#section6 .flex-wrapper .img-wrapper {
          margin-left: 0;
          max-width: 96.96px;
          margin-bottom: 11px;
          text-align: left;
          align-self: flex-start; } }
      body.page-template-where-to-buy section#section6 .flex-wrapper .img-wrapper img {
        max-width: 100%;
        width: 100%; }
    @media (max-width: 991.9px) {
      body.page-template-where-to-buy section#section6 .flex-wrapper .text {
        order: 1; } }
    body.page-template-where-to-buy section#section6 .flex-wrapper .text h2 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 44px;
      color: #014263;
      margin-bottom: 14px; }
      @media (max-width: 1200px) {
        body.page-template-where-to-buy section#section6 .flex-wrapper .text h2 {
          font-size: 31.5px;
          line-height: 35px;
          letter-spacing: -0.5px; } }
      @media (max-width: 991.9px) {
        body.page-template-where-to-buy section#section6 .flex-wrapper .text h2 {
          margin-bottom: 21px;
          order: 1; } }
    body.page-template-where-to-buy section#section6 .flex-wrapper .text p {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 32px;
      color: #333333;
      margin-bottom: 0; }
      @media (max-width: 1200px) {
        body.page-template-where-to-buy section#section6 .flex-wrapper .text p {
          font-size: 17px;
          line-height: 27px; } }
body.page-template-where-to-buy section#section7 {
  background: linear-gradient(129.62deg, #48BAF4 -0.4%, #4CA5EC 47.85%, #177ABE 123.78%);
  position: relative;
  z-index: 1;
  padding: 114px 0 112px; }
  @media (max-width: 991.9px) {
    body.page-template-where-to-buy section#section7 {
      padding: 75px 0 80px; } }
  body.page-template-where-to-buy section#section7 .content {
    display: flex;
    justify-content: center; }
    @media (max-width: 991.9px) {
      body.page-template-where-to-buy section#section7 .content {
        flex-direction: column; } }
    body.page-template-where-to-buy section#section7 .content .left-content {
      padding-right: 13px;
      display: flex;
      align-self: center; }
      @media (max-width: 991.9px) {
        body.page-template-where-to-buy section#section7 .content .left-content {
          padding-right: 0px; } }
      @media (max-width: 767.9px) {
        body.page-template-where-to-buy section#section7 .content .left-content {
          padding: 0; } }
      body.page-template-where-to-buy section#section7 .content .left-content h2 {
        font-family: Raleway;
        font-style: normal;
        font-weight: normal;
        font-size: 42px;
        line-height: 44px;
        text-align: right;
        letter-spacing: -0.5px;
        color: #FFFFFF;
        margin-bottom: 0; }
        @media (max-width: 1200px) {
          body.page-template-where-to-buy section#section7 .content .left-content h2 {
            font-size: 31.5px;
            line-height: 33px; } }
        @media (max-width: 991.9px) {
          body.page-template-where-to-buy section#section7 .content .left-content h2 {
            text-align: center; } }
    body.page-template-where-to-buy section#section7 .content .right-content {
      padding-left: 13px; }
      @media (max-width: 991.9px) {
        body.page-template-where-to-buy section#section7 .content .right-content {
          padding-left: 0px;
          text-align: center; } }
      @media (max-width: 767.9px) {
        body.page-template-where-to-buy section#section7 .content .right-content {
          padding: 0; } }
      body.page-template-where-to-buy section#section7 .content .right-content .btn-wrapper {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        border-radius: 10px;
        padding: 24px; }
        @media (max-width: 991.9px) {
          body.page-template-where-to-buy section#section7 .content .right-content .btn-wrapper {
            background: none;
            border: 0;
            padding: 28px 0 0 0; } }

#demos {
  color: #555; }
  #demos .container-fluid {
    padding: 0; }
  #demos .gravity-form input.gform_button[type='submit'] {
    padding-top: 0 !important; }
  #demos section h1.section-header {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    font-family: 'Lato', Arial;
    color: #34343B; }
  @media (max-width: 991px) {
    #demos section h1.section-header {
      font-size: 28px; }
    #demos section .logo {
      width: 180px; } }
  #demos section#header {
    background-color: #1CA6F2;
    color: #FFFFFF;
    font-family: 'Lato', Arial; }
    @media (min-width: 456px) and (max-width: 992px) {
      #demos section#header {
        margin-top: 75px; } }
    #demos section#header .gif-wrapper {
      position: relative;
      text-align: center; }
      #demos section#header .gif-wrapper .bg-gif {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1; }
      #demos section#header .gif-wrapper .gif {
        position: relative;
        z-index: 2; }
    #demos section#header .signals-title {
      text-transform: uppercase;
      color: #FFFFFF;
      font-family: 'Lato';
      font-size: 18px;
      font-weight: bold;
      line-height: 29px;
      padding-bottom: 20px; }
      #demos section#header .signals-title span.super {
        font-weight: bold;
        font-size: 12px;
        background-color: #8AC731;
        color: #fff;
        border-radius: 3px;
        display: inline-block;
        line-height: 14px;
        margin-left: 3px;
        vertical-align: text-top;
        padding: 6px 5px 4px; }
    @media (max-width: 991px) {
      #demos section#header .signals-title {
        color: #FFFFFF;
        line-height: 63px;
        text-align: center;
        position: relative;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Lato'; }
        #demos section#header .signals-title span.super {
          font-weight: bold;
          font-size: 12px;
          background-color: #8AC731;
          color: #fff;
          border-radius: 3px;
          padding: 5px 5px;
          display: inline-block;
          line-height: 14px;
          margin-left: 3px;
          vertical-align: text-top; } }
    #demos section#header h1 {
      color: #FFFFFF;
      font-weight: bold;
      font-family: 'Lato';
      font-size: 45px;
      line-height: 55px;
      text-align: center; }
      @media (max-width: 991px) {
        #demos section#header h1 {
          font-size: 32px;
          line-height: 36px; } }
    @media (max-width: 991px) {
      #demos section#header h1.section-header {
        color: #fff; } }
    #demos section#header p {
      color: #FFFFFF;
      font-family: 'Lato';
      padding-right: 80px;
      font-size: 21px;
      line-height: 32px; }
      @media (max-width: 991px) {
        #demos section#header p {
          padding-right: 0; } }
      @media (max-width: 991px) {
        #demos section#header p {
          font-size: 18px;
          line-height: 29px; } }
  #demos section#justin a.button-wrapper {
    height: 50px;
    width: 203px;
    border-radius: 41px;
    background-color: #1CA6F2;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    text-decoration: none; }
    #demos section#justin a.button-wrapper:hover {
      background-color: #0c8acf; }
  #demos section#justin h3 {
    font-size: 32px;
    color: #34343b; }
  #demos section#request-demo {
    background: #333E49;
    padding: 51px 0 0; }
    @media (max-width: 769px) {
      #demos section#request-demo {
        padding: 30px 0 0; } }
    #demos section#request-demo .demo-btn {
      position: relative;
      width: 248px;
      height: 50px;
      color: #435764;
      font-weight: bold;
      background: #fff;
      border: 2px solid #fff;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      margin: 32px auto 57px;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      #demos section#request-demo .demo-btn:hover {
        background: transparent;
        color: #fff; }
      @media (max-width: 769px) {
        #demos section#request-demo .demo-btn {
          margin: 30px auto; } }
    #demos section#request-demo .request-demo-header {
      color: #FFFFFF;
      font-family: 'Lato';
      font-size: 35px;
      line-height: 35px;
      font-weight: normal; }
      @media (max-width: 769px) {
        #demos section#request-demo .request-demo-header {
          font-size: 22px;
          line-height: 22px; } }
  #demos section#request-demo2 {
    background: #435764;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 344px;
    padding: 0; }
    @media (max-width: 769px) {
      #demos section#request-demo2 {
        min-height: 280px;
        padding: 30px 0; } }
    #demos section#request-demo2 .request-demo-header {
      color: #fff;
      font-size: 26px;
      font-weight: bold;
      line-height: 27px; }
      @media (max-width: 769px) {
        #demos section#request-demo2 .request-demo-header {
          font-size: 22px;
          line-height: 24px; } }
      @media (max-width: 380px) {
        #demos section#request-demo2 .request-demo-header {
          font-size: 16px; } }
      @media (max-width: 320px) {
        #demos section#request-demo2 .request-demo-header {
          font-size: 14px; } }
    #demos section#request-demo2 .demo-btn {
      width: 100%;
      max-width: 248px;
      height: 50px;
      color: #fff;
      background: #7ED321;
      border: none;
      border-radius: 6px;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: bold;
      font-size: 16px;
      font-weight: bold;
      line-height: 28px;
      margin: 26px auto 0;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      #demos section#request-demo2 .demo-btn:hover {
        background-color: #93d82f; }
      @media (max-width: 769px) {
        #demos section#request-demo2 .demo-btn {
          max-width: 390px;
          margin: 20px auto; } }
  #demos section#viewAll {
    background-color: #F9F9F9; }
    #demos section#viewAll img {
      width: 105px;
      height: 105px; }
    #demos section#viewAll .btn-blue {
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background: #5DC8EF;
      color: white;
      display: inline-block;
      font-family: 'Lato';
      width: 150px;
      height: 45px;
      line-height: 47px;
      cursor: pointer; }
      #demos section#viewAll .btn-blue:hover {
        background-color: #52b3d6;
        text-decoration: none; }
  #demos section#sliders {
    background-color: #FFF; }
    #demos section#sliders .background-white {
      background-color: #FFFFFF; }
    #demos section#sliders h2 {
      line-height: 29px;
      font-family: 'Lato';
      color: #666666;
      font-size: 24px; }
    @media (min-width: 992px) {
      #demos section#sliders .options:nth-of-type(odd) {
        padding-right: 25px; }
      #demos section#sliders .options:nth-of-type(even) {
        padding-left: 25px; } }
    #demos section#sliders .options .arrow-wrapper {
      cursor: pointer;
      border-radius: 3px; }
      #demos section#sliders .options .arrow-wrapper .arrow {
        vertical-align: middle;
        line-height: 10px; }
    #demos section#sliders .options .option {
      margin-bottom: 35px;
      cursor: pointer;
      font-weight: bold;
      color: #435764;
      font-family: 'Lato', Arial;
      font-weight: bold;
      line-height: 24px;
      font-size: 18px; }
      #demos section#sliders .options .option span {
        margin-top: 10px;
        font-family: 'Lato', Arial;
        font-weight: 500; }
      #demos section#sliders .options .option img.normal {
        display: block;
        max-height: 85px; }
      #demos section#sliders .options .option img.blue {
        display: none;
        max-height: 85px; }
      @media screen and (max-width: 991px) {
        #demos section#sliders .options .option {
          padding: 0 15px;
          display: none;
          text-align: center;
          transition: all 1s ease-in-out; }
          #demos section#sliders .options .option img {
            margin: auto;
            margin-bottom: 10px; } }
      #demos section#sliders .options .option.active, #demos section#sliders .options .option:hover {
        color: #16B6F5; }
        @media screen and (max-width: 991px) {
          #demos section#sliders .options .option.active, #demos section#sliders .options .option:hover {
            opacity: 1;
            display: flex; } }
        #demos section#sliders .options .option.active img.normal, #demos section#sliders .options .option:hover img.normal {
          display: none; }
        #demos section#sliders .options .option.active img.blue, #demos section#sliders .options .option:hover img.blue {
          display: block; }
    #demos section#sliders .option-images {
      height: 100%;
      border-collapse: collapse;
      display: table; }
      @media screen and (max-width: 991px) {
        #demos section#sliders .option-images {
          display: block; } }
      #demos section#sliders .option-images > div {
        display: none;
        width: 100%;
        color: #333333;
        line-height: 28px;
        text-align: left;
        font-size: 18px; }
        #demos section#sliders .option-images > div > div {
          margin-bottom: 30px;
          padding-left: 30px; }
          #demos section#sliders .option-images > div > div .icon-global-slick-check {
            width: 30px;
            margin-left: -30px;
            display: inline-block; }
        @media screen and (max-width: 991px) {
          #demos section#sliders .option-images > div {
            transition: all 1s ease-in-out;
            display: none; } }
        #demos section#sliders .option-images > div.active {
          display: table-row;
          vertical-align: bottom; }
          @media screen and (max-width: 991px) {
            #demos section#sliders .option-images > div.active {
              opacity: 1; } }
  #demos section#AllAccounts {
    background-color: #FFF;
    margin-bottom: 20px; }
    #demos section#AllAccounts .client-liner img {
      max-width: 100%; }
      @media screen and (max-width: 767.9px) {
        #demos section#AllAccounts .client-liner img {
          height: auto !important;
          max-height: 90px !important;
          width: auto !important;
          max-width: 100% !important; } }
  #demos section#section10 {
    background-image: url("../images/demos/reporting-background.png");
    background-size: cover;
    background-repeat: no-repeat; }
    #demos section#section10 .title {
      color: #FFFFFF;
      line-height: 46px;
      font-size: 35px;
      font-weight: 500; }
    #demos section#section10 span {
      color: #FFFFFF;
      line-height: 28px;
      font-size: 18px; }
  #demos section#section11 h1 {
    color: #34343B;
    font-family: 'Lato', Arial;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    margin: 20px;
    margin-left: 100px !important;
    margin-right: 100px !important; }
    @media screen and (max-width: 768px) {
      #demos section#section11 h1 {
        font-size: 28px;
        line-height: 32px;
        margin-left: 0px !important;
        margin-right: 0px !important; } }
  #demos section#section11 h4 {
    color: #435764;
    font-family: 'Lato', Arial;
    line-height: 48px;
    font-size: 35px;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      #demos section#section11 h4 {
        font-size: 24px; } }
  #demos section#section11 .how-it-works-list {
    color: #34343B;
    font-family: 'Lato', Arial;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px; }
  #demos section#section11 .sub-section2 {
    text-align: left; }
    #demos section#section11 .sub-section2 h4 {
      color: #34343B;
      font-family: 'Lato';
      font-size: 32px;
      font-weight: bold;
      line-height: 42px; }
    #demos section#section11 .sub-section2 strong {
      color: #34343B;
      font-family: 'Lato';
      font-size: 32px;
      font-weight: bold;
      line-height: 42px;
      display: block;
      padding-top: 3rem; }
    #demos section#section11 .sub-section2 p {
      color: #666666;
      font-family: 'Lato';
      font-size: 18px;
      line-height: 28px; }
  #demos section#section12 h4 {
    color: #34343B;
    font-family: 'Lato';
    font-size: 32px;
    font-weight: bold;
    line-height: 48px; }
  @media screen and (max-width: 768px) {
    #demos section#section12 .join-wrapper span {
      width: 49%;
      white-space: nowrap;
      display: inline-block; } }

#vengo section h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'Lato';
  font-size: 42px;
  line-height: 55px;
  text-align: left; }
  @media (max-width: 991px) {
    #vengo section h1 {
      font-size: 32px;
      line-height: 36px; } }
#vengo section h2 {
  color: #435764;
  font-family: 'Lato';
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  padding: 60px 0 20px; }
#vengo section p {
  font-family: 'Lato';
  font-size: 16px;
  line-height: 19px; }
  #vengo section p.large {
    font-family: 'Lato';
    font-size: 21px;
    line-height: 34px; }
  #vengo section p.small {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 21px; }
  #vengo section p.black {
    color: #000000; }
  #vengo section p.white {
    color: #FFFFFF; }
  #vengo section p.grey {
    color: #4A4A4A; }
#vengo section .right-arrow-right {
  position: relative; }
  #vengo section .right-arrow-right:after {
    content: '';
    position: absolute;
    background-image: url("/wp-content/themes/destinico/assets/images/vengo/arrow.png");
    height: 15px;
    width: 38px;
    background-size: cover;
    top: 45px;
    right: -19px; }
    @media (max-width: 991.9px) {
      #vengo section .right-arrow-right:after {
        display: none; } }
#vengo section .large-num {
  color: #1CA6F2;
  line-height: 34px;
  font-size: 42px;
  font-weight: 300;
  margin: 16px 0; }
  @media (max-width: 991.9px) {
    #vengo section .large-num {
      font-size: 28px;
      line-height: 34px; } }
#vengo section#header {
  background-color: #1CA6F2;
  overflow: hidden; }
  #vengo section#header .vengo-machine {
    max-height: 430px;
    margin-bottom: -50px; }
    @media (max-width: 991.9px) {
      #vengo section#header .vengo-machine {
        position: relative; } }
  #vengo section#header .super {
    font-weight: bold;
    font-size: 14px;
    background-color: #8AC731;
    color: #fff;
    border-radius: 3px;
    padding: 5px 5px;
    display: inline-block;
    line-height: 14px;
    margin-left: 3px;
    vertical-align: text-top; }
  #vengo section#header .floating-cta {
    position: absolute;
    top: -70px;
    max-width: 160px;
    right: -40px; }
#vengo section#where {
  background-color: #F9F9F9; }
#vengo section#networks {
  background-color: #FFF; }
  @media (min-width: 1540px) {
    #vengo section#networks .container {
      max-width: 1500px; } }
#vengo section#how {
  background-color: #F9F9F9; }
#vengo section#customize {
  background-color: #FFF; }
  #vengo section#customize img {
    padding: 0 15px; }
  #vengo section#customize .right-arrow-right:after {
    top: 50%;
    right: -19px;
    margin-top: -7.5px; }
#vengo .request-demo .request-demo-header {
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 20px; }
#vengo .gravity-form input.gform_button:hover {
  background: #93d82f !important;
  text-decoration: none; }
#vengo .border {
  border: 1px solid #E8E8E8 !important; }
#vengo .border-top {
  border-top: 1px solid #E8E8E8 !important; }
#vengo .border-right {
  border-right: 1px solid #E8E8E8 !important; }
#vengo .border-bottom {
  border-bottom: 1px solid #E8E8E8 !important; }
#vengo .border-left {
  border-left: 1px solid #E8E8E8 !important; }
#vengo .sample {
  opacity: 0;
  transition: all .3s ease-in-out;
  height: 0;
  display: block !important;
  overflow: hidden;
  padding: 0 !important;
  margin: 0px !important; }
#vengo .sample.active {
  opacity: 1;
  transition: all .9s ease-in-out;
  height: auto; }
@media (max-width: 991.9px) {
  #vengo .sample .row .col-12 {
    display: none; }
  #vengo .sample .row .col-12:first-of-type {
    display: block; } }
#vengo .gform_ajax_spinner {
  position: absolute;
  top: 20px; }

body.page-template-page-coupon {
  color: #435764; }

#coupon section h1 {
  color: #FFFFFF;
  font-family: 'Lato';
  text-align: center;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto 25px;
  font-size: 45px;
  line-height: 55px;
  font-weight: bold; }
  @media (max-width: 991.9px) {
    #coupon section h1 {
      font-size: 32px;
      line-height: 36px; } }
#coupon section h2 {
  color: #435764;
  font-family: 'Lato';
  font-weight: 600;
  padding: 60px 0 20px;
  font-size: 35px;
  line-height: 45px; }
#coupon section p {
  font-family: 'Lato';
  font-size: 16px;
  line-height: 19px;
  color: #ffffff; }
  #coupon section p.large {
    font-family: 'Lato';
    font-size: 21px;
    line-height: 34px; }
  #coupon section p.small {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 21px; }
  #coupon section p.black {
    color: #000000; }
  #coupon section p.white {
    color: #FFFFFF; }
  #coupon section p.grey {
    color: #4A4A4A; }
#coupon section .right-arrow-right {
  position: relative; }
  #coupon section .right-arrow-right:after {
    content: '';
    position: absolute;
    background-image: url("/wp-content/themes/destinico/assets/images/vengo/arrow.png");
    height: 15px;
    width: 38px;
    background-size: cover;
    top: 45px;
    right: -19px; }
    @media (max-width: 991.9px) {
      #coupon section .right-arrow-right:after {
        display: none; } }
#coupon section .large-num {
  color: #1CA6F2;
  line-height: 34px;
  font-size: 42px;
  font-weight: 300;
  margin: 16px 0; }
  @media (max-width: 991.9px) {
    #coupon section .large-num {
      font-size: 28px;
      line-height: 34px; } }
#coupon section#header {
  background-color: #1CA6F2;
  overflow: hidden; }
  #coupon section#header .row > div {
    padding-top: 10px; }
  #coupon section#header .image-holder-1 {
    vertical-align: bottom;
    display: inline-block;
    width: 36%; }
    #coupon section#header .image-holder-1 img {
      display: none; }
      #coupon section#header .image-holder-1 img.active {
        display: block; }
  #coupon section#header .image-holder-2 {
    vertical-align: bottom;
    display: inline-block;
    width: 59%;
    padding-left: 5%; }
  #coupon section#header p {
    color: #FFFFFF;
    font-family: 'Lato';
    text-align: center;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    margin: 0 auto 40px;
    max-width: 750px;
    font-size: 21px;
    line-height: 32px; }
    @media (max-width: 991px) {
      #coupon section#header p {
        font-size: 18px;
        line-height: 29px; } }
#coupon section#where {
  background-color: #F9F9F9; }
  #coupon section#where p {
    color: #435764;
    font-family: 'Lato';
    font-size: 21px;
    line-height: 28px; }
    #coupon section#where p span {
      color: #435764;
      margin-right: 18px;
      vertical-align: middle;
      font-size: 14px; }
#coupon section#post {
  background-color: #FFF; }
  #coupon section#post .container {
    border-top: 1px solid #D2D2D2; }
  #coupon section#post h2 {
    color: #435764;
    font-family: 'Lato';
    font-size: 35px;
    font-weight: 600;
    line-height: 48px; }
  #coupon section#post p {
    color: #435764;
    font-family: 'Lato';
    font-size: 21px;
    line-height: 28px; }
    #coupon section#post p span {
      color: #435764;
      margin-right: 18px;
      vertical-align: middle;
      font-size: 14px; }
#coupon section#verticals p {
  color: #435766;
  font-family: 'Lato';
  font-size: 21px;
  font-weight: bold;
  line-height: 48px;
  padding-top: 2rem; }
#coupon section#verticals .vertical-line {
  border-bottom: 1px solid #979797;
  padding: 2rem 0 0; }
  #coupon section#verticals .vertical-line p, #coupon section#verticals .vertical-line img {
    vertical-align: middle;
    padding-bottom: 2rem; }
    @media (max-width: 991.9px) {
      #coupon section#verticals .vertical-line p, #coupon section#verticals .vertical-line img {
        padding-bottom: 0rem; } }
#coupon section#networks {
  background-color: #FFF; }
  #coupon section#networks h2 {
    color: #435764;
    font-family: 'Lato';
    font-size: 21px;
    font-weight: bold;
    line-height: 48px;
    text-align: center; }
  #coupon section#networks .more-images {
    margin: 0 -1.5rem; }
    @media (max-width: 991.9px) {
      #coupon section#networks .more-images {
        margin: auto; } }
    #coupon section#networks .more-images img {
      margin: auto;
      width: 150px; }
#coupon section#how {
  background-color: #F9F9F9; }
  #coupon section#how .howicons > div {
    width: 20%; }
    @media (max-width: 991.9px) {
      #coupon section#how .howicons > div {
        width: 49%;
        display: inline-block; } }
#coupon section#customize {
  background-color: #FFF; }
  #coupon section#customize img {
    padding: 0 15px; }
  #coupon section#customize .right-arrow-right:after {
    top: 50%;
    right: -19px;
    margin-top: -7.5px; }
#coupon section#vengo-row h3 {
  color: #435764;
  font-family: 'Lato';
  font-size: 35px;
  font-weight: 600;
  line-height: 48px; }
#coupon section#vengo-row p {
  color: #435764;
  font-family: 'Lato';
  font-size: 21px;
  line-height: 48px; }
#coupon section#vengo-row .logos {
  max-width: 300px; }
#coupon section#vengo-row .vengo-button > a {
  height: 49px;
  width: 149px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 49px;
  border-radius: 24.5px;
  background-color: #1CA6F2; }
@media (max-width: 991.9px) {
  #coupon section#vengo-row h1 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
  #coupon section#vengo-row .vengo-button {
    padding-bottom: 0px; }
  #coupon section#vengo-row .vengo-machine {
    max-height: 230px;
    vertical-align: bottom;
    margin-top: 0;
    margin-left: 0rem; }
  #coupon section#vengo-row .logos {
    max-width: 100%; }
  #coupon section#vengo-row .vengo-button > span {
    width: 100%; } }
#coupon .gravity-form input.gform_button:hover {
  background: #93d82f !important;
  text-decoration: none; }
#coupon .border {
  border: 1px solid #E8E8E8 !important; }
#coupon .border-top {
  border-top: 1px solid #E8E8E8 !important; }
#coupon .border-right {
  border-right: 1px solid #E8E8E8 !important; }
#coupon .border-bottom {
  border-bottom: 1px solid #E8E8E8 !important; }
#coupon .border-left {
  border-left: 1px solid #E8E8E8 !important; }
#coupon .sample {
  opacity: 0;
  transition: all .3s ease-in-out;
  height: 0;
  display: block !important;
  overflow: hidden;
  padding: 0 !important;
  margin: 0px !important; }
#coupon .sample.active {
  opacity: 1;
  transition: all .9s ease-in-out;
  height: auto; }
@media (max-width: 991.9px) {
  #coupon .sample .row .col-12 {
    display: none; }
  #coupon .sample .row .col-12:first-of-type {
    display: block; } }
#coupon .gform_ajax_spinner {
  position: absolute;
  top: 20px; }
#coupon #request-demo {
  background: #333E49;
  padding: 51px 0 0; }
  @media (max-width: 769px) {
    #coupon #request-demo {
      padding: 30px 0 0; } }
  #coupon #request-demo .demo-btn {
    position: relative;
    width: 248px;
    height: 50px;
    color: #435764;
    font-weight: bold;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin: 32px auto 57px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    #coupon #request-demo .demo-btn:hover {
      background: transparent;
      color: #fff; }
    @media (max-width: 769px) {
      #coupon #request-demo .demo-btn {
        margin: 30px auto; } }
  #coupon #request-demo .request-demo-header {
    color: #FFFFFF;
    font-family: 'Lato';
    font-size: 35px;
    line-height: 35px;
    font-weight: normal; }
    @media (max-width: 769px) {
      #coupon #request-demo .request-demo-header {
        font-size: 22px;
        line-height: 22px; } }
#coupon #request-demo2 {
  background: #435764;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 344px;
  padding: 0; }
  @media (max-width: 769px) {
    #coupon #request-demo2 {
      min-height: 280px;
      padding: 30px 0; } }
  #coupon #request-demo2 .request-demo-header {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 27px;
    padding: 0; }
    @media (max-width: 769px) {
      #coupon #request-demo2 .request-demo-header {
        font-size: 22px;
        line-height: 24px; } }
    @media (max-width: 380px) {
      #coupon #request-demo2 .request-demo-header {
        font-size: 16px; } }
    @media (max-width: 320px) {
      #coupon #request-demo2 .request-demo-header {
        font-size: 14px; } }
  #coupon #request-demo2 .demo-btn {
    width: 100%;
    max-width: 248px;
    height: 50px;
    color: #fff;
    background: #7ED321;
    border: none;
    border-radius: 6px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin: 26px auto 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    #coupon #request-demo2 .demo-btn:hover {
      background-color: #93d82f; }
    @media (max-width: 769px) {
      #coupon #request-demo2 .demo-btn {
        max-width: 390px;
        margin: 20px auto; } }

body.page-template-coupons strong {
  font-weight: bold; }
body.page-template-coupons section h1 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 58px;
  color: #EAF6FC;
  letter-spacing: 0.741313px;
  margin-bottom: 15px; }
  @media (max-width: 991.9px) {
    body.page-template-coupons section h1 {
      font-size: 45px;
      line-height: 36px;
      margin-bottom: 14px;
      text-align: center; } }
  @media (max-width: 575.9px) {
    body.page-template-coupons section h1 {
      font-size: 38.7646px;
      line-height: 43px;
      letter-spacing: 0.574733px;
      margin-bottom: 16px;
      text-align: left; } }
  body.page-template-coupons section h1 b {
    font-weight: 700; }
  body.page-template-coupons section h1 span.span1 {
    background: linear-gradient(138.14deg, #AEFFEC -1.46%, #86E4B7 41.31%, #7AD65A 66.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
body.page-template-coupons section h4 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 33px;
  color: #B7E7FF;
  margin-bottom: 15px; }
  @media (max-width: 991.9px) {
    body.page-template-coupons section h4 {
      width: auto;
      font-size: 20px;
      line-height: 32px;
      text-align: center; } }
  @media (max-width: 575.9px) {
    body.page-template-coupons section h4 {
      font-size: 19px;
      letter-spacing: 0;
      line-height: 26px;
      margin-bottom: 12px;
      text-align: left; } }
body.page-template-coupons section p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #B7E7FF;
  margin-bottom: 22px; }
  @media (max-width: 991.9px) {
    body.page-template-coupons section p {
      text-align: center;
      font-size: 17px;
      line-height: 28px;
      margin: 0 0 20px; } }
  @media (max-width: 575.9px) {
    body.page-template-coupons section p {
      font-weight: 400;
      font-size: 18px;
      line-height: 26px;
      margin: 0 auto 16px;
      text-align: left; } }
body.page-template-coupons section .large-num {
  color: #1CA6F2;
  line-height: 34px;
  font-size: 42px;
  font-weight: 300;
  margin: 16px 0; }
  @media (max-width: 991px) {
    body.page-template-coupons section .large-num {
      font-size: 28px;
      line-height: 34px; } }
body.page-template-coupons section#header {
  overflow: hidden;
  height: auto;
  background: linear-gradient(265.48deg, #005F88 36.94%, #014263 59.56%, #003451 78.14%);
  position: relative; }
  body.page-template-coupons section#header:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../../shoppable/assets/images/desktop/01_corner.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 120%;
    width: 64%;
    z-index: 1; }
    @media (max-width: 1200px) {
      body.page-template-coupons section#header:before {
        width: 64%; } }
    @media (max-width: 991.9px) {
      body.page-template-coupons section#header:before {
        width: 64%; } }
    @media (max-width: 767.9px) {
      body.page-template-coupons section#header:before {
        width: 100%;
        background-image: url(../../shoppable/assets/images/desktop/diagonal-hero-mobile.png); } }
  body.page-template-coupons section#header h2 {
    color: #435764;
    font-weight: 600;
    padding: 60px 0 20px;
    font-size: 35px;
    line-height: 45px; }
  body.page-template-coupons section#header .hero-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    flex-direction: row;
    height: auto;
    min-height: 753px;
    max-width: 1300px; }
    @media (max-width: 991px) {
      body.page-template-coupons section#header .hero-container {
        flex-direction: column; } }
    @media (max-width: 500px) {
      body.page-template-coupons section#header .hero-container {
        min-height: unset; } }
  body.page-template-coupons section#header .hero-btn {
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 28px;
    max-width: 248px;
    height: 50px;
    margin-top: 36px;
    background-color: #7ED321;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    body.page-template-coupons section#header .hero-btn:hover {
      background-color: #93d82f; }
    @media (max-width: 991px) {
      body.page-template-coupons section#header .hero-btn {
        max-width: 100%;
        margin: 14px auto 0; } }
  body.page-template-coupons section#header .hero-content {
    width: 40%; }
    @media (max-width: 991px) {
      body.page-template-coupons section#header .hero-content {
        width: 100%;
        max-width: 390px;
        margin: 50px auto 31px; } }
    body.page-template-coupons section#header .hero-content .inmar-text {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 15px;
      letter-spacing: 0.7px;
      text-transform: lowercase;
      color: #EAF6FC;
      margin-left: 45px;
      margin-bottom: 3px;
      margin-top: 12px;
      text-align: left; }
    body.page-template-coupons section#header .hero-content .inmar-logo {
      max-width: 137px;
      display: block;
      margin-bottom: 25px; }
  body.page-template-coupons section#header .hero-image-container {
    width: 60%;
    position: relative;
    height: 100%;
    min-height: 752px; }
    @media (max-width: 991px) {
      body.page-template-coupons section#header .hero-image-container {
        width: 90%;
        min-height: 640px; } }
    @media (max-width: 500px) {
      body.page-template-coupons section#header .hero-image-container {
        min-height: 380px;
        width: 100%; } }
    body.page-template-coupons section#header .hero-image-container img {
      position: absolute;
      opacity: 0;
      visibility: hidden; }
    body.page-template-coupons section#header .hero-image-container .img-phones {
      bottom: -1px;
      left: 0;
      width: 100%;
      position: absolute;
      height: 338px; }
      @media (max-width: 500px) {
        body.page-template-coupons section#header .hero-image-container .img-phones {
          height: 233px; } }
      body.page-template-coupons section#header .hero-image-container .img-phones .img-phone-l {
        left: 0;
        bottom: 0;
        width: 350px; }
        @media (max-width: 991px) {
          body.page-template-coupons section#header .hero-image-container .img-phones .img-phone-l {
            left: 30px; } }
        @media (max-width: 768px) {
          body.page-template-coupons section#header .hero-image-container .img-phones .img-phone-l {
            left: -78px; } }
        @media (max-width: 500px) {
          body.page-template-coupons section#header .hero-image-container .img-phones .img-phone-l {
            left: 5px; } }
        @media (max-width: 380px) {
          body.page-template-coupons section#header .hero-image-container .img-phones .img-phone-l {
            left: -35px; } }
      body.page-template-coupons section#header .hero-image-container .img-phones .img-phone-r {
        right: 0;
        bottom: 0;
        width: 350px; }
        @media (max-width: 991px) {
          body.page-template-coupons section#header .hero-image-container .img-phones .img-phone-r {
            right: 30px; } }
        @media (max-width: 768px) {
          body.page-template-coupons section#header .hero-image-container .img-phones .img-phone-r {
            right: -70px; } }
        @media (max-width: 500px) {
          body.page-template-coupons section#header .hero-image-container .img-phones .img-phone-r {
            right: 5px; } }
        @media (max-width: 380px) {
          body.page-template-coupons section#header .hero-image-container .img-phones .img-phone-r {
            right: -35px; } }
      body.page-template-coupons section#header .hero-image-container .img-phones .img-phone-c {
        z-index: 1;
        bottom: 0;
        left: 50%;
        width: 370px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%); }
      @media (max-width: 500px) {
        body.page-template-coupons section#header .hero-image-container .img-phones .img-phone-l, body.page-template-coupons section#header .hero-image-container .img-phones .img-phone-r {
          width: 200px; } }
      @media (max-width: 500px) {
        body.page-template-coupons section#header .hero-image-container .img-phones .img-phone-c {
          width: 210px; } }
    body.page-template-coupons section#header .hero-image-container .img-coupon {
      top: 114px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      width: 100%;
      max-width: 203px; }
      @media (max-width: 991px) {
        body.page-template-coupons section#header .hero-image-container .img-coupon {
          top: 0; } }
      @media (max-width: 500px) {
        body.page-template-coupons section#header .hero-image-container .img-coupon {
          max-width: 126px; } }
    body.page-template-coupons section#header .hero-image-container .img-arrow {
      width: 80.3px;
      height: 62.7px;
      top: 310px; }
      @media (max-width: 991px) {
        body.page-template-coupons section#header .hero-image-container .img-arrow {
          top: 220px; } }
      @media (max-width: 500px) {
        body.page-template-coupons section#header .hero-image-container .img-arrow {
          width: 50px;
          height: 40px;
          top: 130px; } }
    body.page-template-coupons section#header .hero-image-container .img-arrow-l {
      left: 140px; }
      @media (max-width: 1130px) {
        body.page-template-coupons section#header .hero-image-container .img-arrow-l {
          left: 100px; } }
      @media (max-width: 768px) {
        body.page-template-coupons section#header .hero-image-container .img-arrow-l {
          left: 0; } }
      @media (max-width: 500px) {
        body.page-template-coupons section#header .hero-image-container .img-arrow-l {
          left: 50px; } }
      @media (max-width: 380px) {
        body.page-template-coupons section#header .hero-image-container .img-arrow-l {
          left: 10px; } }
    body.page-template-coupons section#header .hero-image-container .img-arrow-r {
      right: 140px;
      transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      -o-transform: scaleX(-1); }
      @media (max-width: 1130px) {
        body.page-template-coupons section#header .hero-image-container .img-arrow-r {
          right: 100px; } }
      @media (max-width: 768px) {
        body.page-template-coupons section#header .hero-image-container .img-arrow-r {
          right: 0; } }
      @media (max-width: 500px) {
        body.page-template-coupons section#header .hero-image-container .img-arrow-r {
          right: 50px; } }
      @media (max-width: 380px) {
        body.page-template-coupons section#header .hero-image-container .img-arrow-r {
          right: 10px; } }
  body.page-template-coupons section#header p {
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    margin: 0 auto 40px;
    max-width: 750px;
    font-size: 21px;
    line-height: 32px; }
    @media (max-width: 991px) {
      body.page-template-coupons section#header p {
        font-size: 18px;
        line-height: 29px; } }
body.page-template-coupons section#numberCountTrigger {
  padding: 94px 0 89px; }
  @media (max-width: 991px) {
    body.page-template-coupons section#numberCountTrigger {
      padding: 40px 0; } }
  @media (max-width: 768px) {
    body.page-template-coupons section#numberCountTrigger {
      padding: 40px 0; } }
  body.page-template-coupons section#numberCountTrigger .row1 .flex-wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991.9px) {
      body.page-template-coupons section#numberCountTrigger .row1 .flex-wrapper {
        flex-direction: column; } }
  body.page-template-coupons section#numberCountTrigger .row1 .num-container {
    border-left: 2px solid #4CA5EC;
    padding-left: 18px;
    flex-direction: column;
    text-align: left; }
    @media (max-width: 991px) {
      body.page-template-coupons section#numberCountTrigger .row1 .num-container {
        margin-bottom: 18px;
        margin-left: 55px; } }
  body.page-template-coupons section#numberCountTrigger .row1 .number {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 85px;
    line-height: 85px;
    letter-spacing: -2px;
    background: linear-gradient(129.62deg, #48BAF4 -0.4%, #4CA5EC 47.85%, #177ABE 123.78%);
    -webkit-background-clip: text;
    background-clip: text;
    padding: 0;
    border: none; }
    @media (max-width: 768px) {
      body.page-template-coupons section#numberCountTrigger .row1 .number {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: -1.4023px; } }
  body.page-template-coupons section#numberCountTrigger .row1 .number-title {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 33px;
    color: #014263; }
    @media (max-width: 768px) {
      body.page-template-coupons section#numberCountTrigger .row1 .number-title {
        font-size: 17.16px;
        line-height: 22px; } }
  body.page-template-coupons section#numberCountTrigger .row2 .flex-wrapper {
    display: flex;
    justify-content: start;
    margin-top: 54px; }
    @media (max-width: 991.9px) {
      body.page-template-coupons section#numberCountTrigger .row2 .flex-wrapper {
        flex-direction: column;
        margin-top: 37px; } }
    body.page-template-coupons section#numberCountTrigger .row2 .flex-wrapper .check {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 0.500831px;
      color: #333333;
      margin-right: 52px; }
      @media (max-width: 991.9px) {
        body.page-template-coupons section#numberCountTrigger .row2 .flex-wrapper .check {
          margin-bottom: 19px;
          font-size: 20px;
          line-height: 36px; } }
      body.page-template-coupons section#numberCountTrigger .row2 .flex-wrapper .check i, body.page-template-coupons section#numberCountTrigger .row2 .flex-wrapper .check svg {
        color: #fff;
        font-size: 24px;
        background: #4CA5EC;
        margin-right: 12px;
        vertical-align: middle;
        padding: 4px;
        border-radius: 3px; }
body.page-template-coupons section#popUpTrigger {
  background: linear-gradient(269.28deg, #FAFDFE -1.6%, #EAF6FC 46.81%, #E0EDF3 101.69%);
  text-align: center;
  height: auto;
  padding-top: 93px; }
  body.page-template-coupons section#popUpTrigger h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    text-align: center;
    color: #014263;
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#popUpTrigger h2 {
        font-size: 28px;
        line-height: 29.95px;
        padding: 0; } }
    @media (max-width: 500px) {
      body.page-template-coupons section#popUpTrigger h2 {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto; } }
  body.page-template-coupons section#popUpTrigger p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    color: #014263;
    margin-bottom: 53px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#popUpTrigger p {
        font-size: 16px;
        line-height: 24px; } }
  body.page-template-coupons section#popUpTrigger img {
    cursor: pointer;
    margin: 0 auto;
    max-width: 946px;
    width: 100%; }
  body.page-template-coupons section#popUpTrigger #videoBtn {
    background: none;
    border: none;
    transition: all 0.3s ease-in-out;
    margin-bottom: -160px;
    z-index: 2;
    position: relative; }
    @media (max-width: 991.9px) {
      body.page-template-coupons section#popUpTrigger #videoBtn {
        margin-bottom: -70px; } }
  body.page-template-coupons section#popUpTrigger .cta-wrapper {
    background: linear-gradient(129.62deg, #48BAF4 -0.4%, #4CA5EC 47.85%, #177ABE 123.78%);
    position: relative;
    z-index: 1;
    padding: 239px 0 112px; }
    @media (max-width: 991.9px) {
      body.page-template-coupons section#popUpTrigger .cta-wrapper {
        padding: 133px 0 80px; } }
    body.page-template-coupons section#popUpTrigger .cta-wrapper .flex-wrapper {
      display: flex;
      justify-content: center; }
      @media (max-width: 991.9px) {
        body.page-template-coupons section#popUpTrigger .cta-wrapper .flex-wrapper {
          flex-direction: column; } }
      body.page-template-coupons section#popUpTrigger .cta-wrapper .flex-wrapper .left-content {
        padding-right: 13px;
        display: flex;
        align-self: center; }
        @media (max-width: 991.9px) {
          body.page-template-coupons section#popUpTrigger .cta-wrapper .flex-wrapper .left-content {
            padding-right: 0px; } }
        @media (max-width: 767.9px) {
          body.page-template-coupons section#popUpTrigger .cta-wrapper .flex-wrapper .left-content {
            padding: 0; } }
        body.page-template-coupons section#popUpTrigger .cta-wrapper .flex-wrapper .left-content h2 {
          font-family: Raleway;
          font-style: normal;
          font-weight: normal;
          font-size: 42px;
          line-height: 44px;
          text-align: right;
          letter-spacing: -0.5px;
          color: #FFFFFF;
          margin-bottom: 0; }
          @media (max-width: 1200px) {
            body.page-template-coupons section#popUpTrigger .cta-wrapper .flex-wrapper .left-content h2 {
              font-size: 31.5px;
              line-height: 33px; } }
          @media (max-width: 991.9px) {
            body.page-template-coupons section#popUpTrigger .cta-wrapper .flex-wrapper .left-content h2 {
              text-align: center; } }
      body.page-template-coupons section#popUpTrigger .cta-wrapper .flex-wrapper .right-content {
        padding-left: 13px; }
        @media (max-width: 991.9px) {
          body.page-template-coupons section#popUpTrigger .cta-wrapper .flex-wrapper .right-content {
            padding-left: 0px;
            text-align: center; } }
        @media (max-width: 767.9px) {
          body.page-template-coupons section#popUpTrigger .cta-wrapper .flex-wrapper .right-content {
            padding: 0; } }
        body.page-template-coupons section#popUpTrigger .cta-wrapper .flex-wrapper .right-content .btn-wrapper {
          background: rgba(255, 255, 255, 0.1);
          border: 1px solid rgba(255, 255, 255, 0.2);
          box-sizing: border-box;
          border-radius: 10px;
          padding: 24px; }
          @media (max-width: 991.9px) {
            body.page-template-coupons section#popUpTrigger .cta-wrapper .flex-wrapper .right-content .btn-wrapper {
              background: none;
              border: 0;
              padding: 28px 0 0 0; } }
body.page-template-coupons section#brands-section {
  background: #F9F9F9;
  height: auto;
  min-height: 480px;
  padding: 90px 0 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end; }
  @media (max-width: 768px) {
    body.page-template-coupons section#brands-section {
      min-height: 410px; } }
  body.page-template-coupons section#brands-section h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    color: #014263;
    max-width: 808px;
    margin: auto;
    margin-bottom: 52px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#brands-section h2 {
        font-size: 22px;
        line-height: 32px; } }
  body.page-template-coupons section#brands-section h3 {
    color: #435764;
    font-size: 24px;
    line-height: 31px;
    font-weight: bold; }
    @media (max-width: 768px) {
      body.page-template-coupons section#brands-section h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0; } }
  body.page-template-coupons section#brands-section .brand-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 175px;
    height: 125px;
    margin: 20px auto; }
    @media (max-width: 500px) {
      body.page-template-coupons section#brands-section .brand-img {
        max-width: 100px;
        margin: 0 auto; } }
  body.page-template-coupons section#brands-section .brand-natural,
  body.page-template-coupons section#brands-section .brand-conventional,
  body.page-template-coupons section#brands-section .brand-drugmass {
    display: none;
    max-width: 100%;
    max-height: 100px; }
  body.page-template-coupons section#brands-section .brand-natural:first-child,
  body.page-template-coupons section#brands-section .brand-conventional:first-child,
  body.page-template-coupons section#brands-section .brand-drugmass:first-child {
    display: block; }
  @media (max-width: 500px) {
    body.page-template-coupons section#brands-section .brand-natural,
    body.page-template-coupons section#brands-section .brand-conventional,
    body.page-template-coupons section#brands-section .brand-drugmass {
      width: auto;
      max-height: 80px;
      max-width: 100px; } }
  body.page-template-coupons section#brands-section .retailer-btn {
    background: #1ca6f2;
    border: 2px solid #1ca6f2;
    border-radius: 6px;
    margin-bottom: 4px;
    width: 220px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    body.page-template-coupons section#brands-section .retailer-btn:hover {
      background: transparent;
      color: #1ca6f2; }
    @media (max-width: 768px) {
      body.page-template-coupons section#brands-section .retailer-btn {
        width: 248px;
        margin: 0 auto; } }
  body.page-template-coupons section#brands-section a {
    text-decoration: underline;
    color: #435764;
    line-height: 40px;
    transition: color 0.3s ease-in-out; }
    body.page-template-coupons section#brands-section a:hover {
      color: #8D8D8D; }
  body.page-template-coupons section#brands-section .inmar-text {
    font-size: 10px;
    color: #8d8d8d;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 23px;
    margin-bottom: 0; }
    @media (max-width: 991.9px) {
      body.page-template-coupons section#brands-section .inmar-text {
        text-align: center; } }
  body.page-template-coupons section#brands-section .inmar-logo {
    max-width: 114px; }
body.page-template-coupons section#slideTrigger1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  min-height: 742px; }
  @media (max-width: 991px) {
    body.page-template-coupons section#slideTrigger1 {
      min-height: 578px;
      padding: 60px 0; } }
  body.page-template-coupons section#slideTrigger1 h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 44px;
    text-align: center;
    color: #014263;
    margin-bottom: 87px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger1 h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 52px; } }
  body.page-template-coupons section#slideTrigger1 .fa-compress-arrows-alt {
    color: #435764;
    font-size: 38px;
    margin-bottom: 22px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger1 .fa-compress-arrows-alt {
        font-size: 26px;
        margin-bottom: 6px; } }
  body.page-template-coupons section#slideTrigger1 h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: #014263;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger1 h3 {
        font-size: 27px;
        line-height: 35px; } }
  body.page-template-coupons section#slideTrigger1 p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    max-width: 389px; }
    @media (max-width: 991px) {
      body.page-template-coupons section#slideTrigger1 p {
        max-width: 100%; } }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger1 p {
        font-size: 16px;
        line-height: 24px; } }
  body.page-template-coupons section#slideTrigger1 .offer-img {
    width: 100%;
    min-width: 793px;
    position: relative; }
    @media (max-width: 1870px) {
      body.page-template-coupons section#slideTrigger1 .offer-img {
        min-width: 100%; } }
    @media (max-width: 991px) {
      body.page-template-coupons section#slideTrigger1 .offer-img {
        max-width: 100%;
        min-width: 395px;
        right: -11%; } }
  body.page-template-coupons section#slideTrigger1 .inmar-text {
    font-size: 14px;
    color: #8d8d8d;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 23px;
    margin-bottom: 0; }
    @media (max-width: 500px) {
      body.page-template-coupons section#slideTrigger1 .inmar-text {
        font-size: 10px; } }
  body.page-template-coupons section#slideTrigger1 .inmar-logo {
    max-width: 157px; }
    @media (max-width: 991px) {
      body.page-template-coupons section#slideTrigger1 .inmar-logo {
        margin-bottom: 40px; } }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger1 .inmar-logo {
        max-width: 110px; } }
body.page-template-coupons section#slideTrigger2 {
  background: #f8f8f8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  min-height: 700px; }
  @media (max-width: 991px) {
    body.page-template-coupons section#slideTrigger2 {
      min-height: 578px;
      padding: 30px 0; } }
  body.page-template-coupons section#slideTrigger2 .fa-bullseye-pointer {
    color: #435764;
    font-size: 38px;
    margin-bottom: 22px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger2 .fa-bullseye-pointer {
        font-size: 26px;
        margin-bottom: 6px; } }
  body.page-template-coupons section#slideTrigger2 h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: #014263;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger2 h3 {
        font-size: 27px;
        line-height: 35px; } }
  body.page-template-coupons section#slideTrigger2 p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    max-width: 389px; }
    @media (max-width: 991px) {
      body.page-template-coupons section#slideTrigger2 p {
        max-width: 100%; } }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger2 p {
        font-size: 16px;
        line-height: 24px; } }
  body.page-template-coupons section#slideTrigger2 .retailers-img {
    width: 100%;
    min-width: 793px;
    position: relative; }
    @media (max-width: 1870px) {
      body.page-template-coupons section#slideTrigger2 .retailers-img {
        min-width: 100%; } }
    @media (max-width: 991px) {
      body.page-template-coupons section#slideTrigger2 .retailers-img {
        max-width: 100%;
        min-width: 395px;
        right: -11%; } }
  body.page-template-coupons section#slideTrigger2 .inmar-text {
    font-size: 14px;
    color: #8d8d8d;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 23px;
    margin-bottom: 0; }
    @media (max-width: 500px) {
      body.page-template-coupons section#slideTrigger2 .inmar-text {
        font-size: 10px; } }
  body.page-template-coupons section#slideTrigger2 .inmar-logo {
    max-width: 157px; }
    @media (max-width: 991px) {
      body.page-template-coupons section#slideTrigger2 .inmar-logo {
        margin-bottom: 40px; } }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger2 .inmar-logo {
        max-width: 110px; } }
body.page-template-coupons section#slideTrigger3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  min-height: 620px; }
  @media (max-width: 991px) {
    body.page-template-coupons section#slideTrigger3 {
      min-height: 578px;
      padding: 30px 0 20px; } }
  body.page-template-coupons section#slideTrigger3 .fa-calendar-edit {
    color: #435764;
    font-size: 38px;
    margin-bottom: 22px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger3 .fa-calendar-edit {
        font-size: 26px;
        margin-bottom: 6px; } }
  body.page-template-coupons section#slideTrigger3 h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: #014263;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger3 h3 {
        font-size: 27px;
        line-height: 35px; } }
  body.page-template-coupons section#slideTrigger3 p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    max-width: 389px; }
    @media (max-width: 991px) {
      body.page-template-coupons section#slideTrigger3 p {
        max-width: 100%; } }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger3 p {
        font-size: 16px;
        line-height: 24px; } }
  body.page-template-coupons section#slideTrigger3 .plan-img {
    width: 100%;
    min-width: 793px;
    position: relative; }
    @media (max-width: 1870px) {
      body.page-template-coupons section#slideTrigger3 .plan-img {
        min-width: 100%; } }
    @media (max-width: 991px) {
      body.page-template-coupons section#slideTrigger3 .plan-img {
        max-width: 100%;
        min-width: 395px;
        right: -11%; } }
body.page-template-coupons section#slideTrigger4 {
  background: #f8f8f8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  min-height: 715px; }
  @media (max-width: 991px) {
    body.page-template-coupons section#slideTrigger4 {
      min-height: 578px;
      padding: 30px 0 10px; } }
  body.page-template-coupons section#slideTrigger4 .fa-map-marker-alt {
    color: #435764;
    font-size: 38px;
    margin-bottom: 22px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger4 .fa-map-marker-alt {
        font-size: 26px;
        margin-bottom: 6px; } }
  body.page-template-coupons section#slideTrigger4 h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: #014263;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger4 h3 {
        font-size: 27px;
        line-height: 35px; } }
  body.page-template-coupons section#slideTrigger4 p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    max-width: 389px; }
    @media (max-width: 991px) {
      body.page-template-coupons section#slideTrigger4 p {
        max-width: 100%; } }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger4 p {
        font-size: 16px;
        line-height: 24px; } }
  body.page-template-coupons section#slideTrigger4 .locator-img {
    width: 100%;
    min-width: 793px;
    position: relative; }
    @media (max-width: 1870px) {
      body.page-template-coupons section#slideTrigger4 .locator-img {
        min-width: 100%; } }
    @media (max-width: 991px) {
      body.page-template-coupons section#slideTrigger4 .locator-img {
        max-width: 100%;
        min-width: 395px;
        right: -11%; } }
    @media (max-width: 991px) {
      body.page-template-coupons section#slideTrigger4 .locator-img {
        left: 10px; } }
body.page-template-coupons section#slideTrigger5 {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  min-height: 590px; }
  @media (max-width: 991px) {
    body.page-template-coupons section#slideTrigger5 {
      min-height: 578px;
      padding: 30px 0 20px; } }
  body.page-template-coupons section#slideTrigger5 .fa-analytics {
    color: #435764;
    font-size: 38px;
    margin-bottom: 22px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger5 .fa-analytics {
        font-size: 26px;
        margin-bottom: 6px; } }
  body.page-template-coupons section#slideTrigger5 h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: #014263;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger5 h3 {
        font-size: 27px;
        line-height: 35px; } }
  body.page-template-coupons section#slideTrigger5 p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    max-width: 389px; }
    @media (max-width: 991px) {
      body.page-template-coupons section#slideTrigger5 p {
        max-width: 100%; } }
    @media (max-width: 768px) {
      body.page-template-coupons section#slideTrigger5 p {
        font-size: 16px;
        line-height: 24px; } }
  body.page-template-coupons section#slideTrigger5 .reporting-img {
    width: 100%;
    min-width: 793px;
    position: relative; }
    @media (max-width: 1870px) {
      body.page-template-coupons section#slideTrigger5 .reporting-img {
        min-width: 100%; } }
    @media (max-width: 991px) {
      body.page-template-coupons section#slideTrigger5 .reporting-img {
        max-width: 100%;
        min-width: 395px;
        right: -11%; } }
body.page-template-coupons section#questions-section {
  background: #333e49;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  min-height: 430px; }
  body.page-template-coupons section#questions-section h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    line-height: 42px;
    padding: 0;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      body.page-template-coupons section#questions-section h2 {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 32px; } }
  body.page-template-coupons section#questions-section h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      body.page-template-coupons section#questions-section h3 {
        margin-bottom: 4px; } }
  body.page-template-coupons section#questions-section p {
    color: #fff;
    font-size: 12px;
    line-height: 19px; }
    @media (max-width: 500px) {
      body.page-template-coupons section#questions-section p {
        line-height: 16px; } }
  body.page-template-coupons section#questions-section .kyle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 288px;
    margin: 36px auto 0;
    position: relative; }
    @media (max-width: 500px) {
      body.page-template-coupons section#questions-section .kyle {
        margin: 0 auto; } }
  body.page-template-coupons section#questions-section .question-img {
    width: 91px;
    display: block;
    position: relative;
    z-index: 1; }
  body.page-template-coupons section#questions-section .title {
    text-align: left;
    width: 240px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    height: 73px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    right: 0;
    padding-left: 70px;
    padding-top: 15px; }
  body.page-template-coupons section#questions-section .demo-btn {
    position: relative;
    width: 248px;
    height: 50px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #435764;
    font-weight: bold;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin: 40px auto 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    body.page-template-coupons section#questions-section .demo-btn:hover {
      background: transparent;
      color: #fff; }
body.page-template-coupons section#section7 {
  background: linear-gradient(129.62deg, #48BAF4 -0.4%, #4CA5EC 47.85%, #177ABE 123.78%);
  position: relative;
  z-index: 1;
  padding: 114px 0 112px; }
  @media (max-width: 991.9px) {
    body.page-template-coupons section#section7 {
      padding: 75px 0 80px; } }
  body.page-template-coupons section#section7 .content {
    display: flex;
    justify-content: center; }
    @media (max-width: 991.9px) {
      body.page-template-coupons section#section7 .content {
        flex-direction: column; } }
    body.page-template-coupons section#section7 .content .left-content {
      padding-right: 13px;
      display: flex;
      align-self: center; }
      @media (max-width: 991.9px) {
        body.page-template-coupons section#section7 .content .left-content {
          padding-right: 0px; } }
      @media (max-width: 767.9px) {
        body.page-template-coupons section#section7 .content .left-content {
          padding: 0; } }
      body.page-template-coupons section#section7 .content .left-content h2 {
        font-family: Raleway;
        font-style: normal;
        font-weight: normal;
        font-size: 42px;
        line-height: 44px;
        text-align: right;
        letter-spacing: -0.5px;
        color: #FFFFFF;
        margin-bottom: 0; }
        @media (max-width: 1200px) {
          body.page-template-coupons section#section7 .content .left-content h2 {
            font-size: 31.5px;
            line-height: 33px; } }
        @media (max-width: 991.9px) {
          body.page-template-coupons section#section7 .content .left-content h2 {
            text-align: center; } }
    body.page-template-coupons section#section7 .content .right-content {
      padding-left: 13px; }
      @media (max-width: 991.9px) {
        body.page-template-coupons section#section7 .content .right-content {
          padding-left: 0px;
          text-align: center; } }
      @media (max-width: 767.9px) {
        body.page-template-coupons section#section7 .content .right-content {
          padding: 0; } }
      body.page-template-coupons section#section7 .content .right-content .btn-wrapper {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        border-radius: 10px;
        padding: 24px; }
        @media (max-width: 991.9px) {
          body.page-template-coupons section#section7 .content .right-content .btn-wrapper {
            background: none;
            border: 0;
            padding: 28px 0 0 0; } }
@media (max-width: 768px) {
  body.page-template-coupons #retailerModal .modal-dialog {
    margin: 0 auto; } }
body.page-template-coupons #retailerModal .modal-content {
  border: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px; }
  @media (max-width: 768px) {
    body.page-template-coupons #retailerModal .modal-content {
      height: 100%;
      width: 100vw; } }
body.page-template-coupons #retailerModal .modal-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1ca6f2;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
  body.page-template-coupons #retailerModal .modal-header .close {
    color: #fff;
    font-size: 42px;
    opacity: 1; }
body.page-template-coupons #retailerModal .modal-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px; }
  @media (max-width: 500px) {
    body.page-template-coupons #retailerModal .modal-title {
      font-size: 20px;
      line-height: 24px; } }
body.page-template-coupons #retailerModal .title-independent {
  color: #1ca6f2;
  margin-bottom: 20px; }
body.page-template-coupons #retailerModal .modal-body {
  max-height: 645px; }
  @media (max-width: 768px) {
    body.page-template-coupons #retailerModal .modal-body {
      max-height: 100%; } }
body.page-template-coupons #retailerModal .retailer-letter {
  color: #1ca6f2;
  font-size: 35px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 20px; }
body.page-template-coupons #retailerModal .retailer-name {
  color: #435764;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 0; }
  @media (max-width: 500px) {
    body.page-template-coupons #retailerModal .retailer-name {
      font-size: 16px;
      line-height: 11px; } }
body.page-template-coupons .pop-up-form {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  bottom: 10px;
  right: 0;
  width: 346px;
  height: 516px;
  z-index: 2; }
  @media (max-width: 768px) {
    body.page-template-coupons .pop-up-form {
      height: auto;
      width: 100%;
      bottom: -20px; } }
  body.page-template-coupons .pop-up-form .form-title {
    display: flex;
    align-items: center;
    padding-left: 32px;
    background: #1ca6f2;
    height: 102px;
    text-align: left;
    position: relative; }
    @media (max-width: 768px) {
      body.page-template-coupons .pop-up-form .form-title {
        justify-content: center;
        height: 60px;
        padding-left: 0;
        text-align: center; } }
    body.page-template-coupons .pop-up-form .form-title .fa-times {
      position: absolute;
      cursor: pointer;
      font-size: 22px;
      top: 9px;
      right: 13px; }
      @media (max-width: 380px) {
        body.page-template-coupons .pop-up-form .form-title .fa-times {
          font-size: 18px;
          top: 4px; } }
    body.page-template-coupons .pop-up-form .form-title h3 {
      color: #fff;
      font-size: 24px;
      padding: 0;
      margin: 0;
      line-height: 26px; }
      @media (max-width: 768px) {
        body.page-template-coupons .pop-up-form .form-title h3 {
          font-size: 18px; } }
  body.page-template-coupons .pop-up-form .form-body {
    background: #fff; }
    @media (max-width: 768px) {
      body.page-template-coupons .pop-up-form .form-body {
        display: none; } }
    body.page-template-coupons .pop-up-form .form-body label {
      display: none; }
    body.page-template-coupons .pop-up-form .form-body input[type=text] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    body.page-template-coupons .pop-up-form .form-body input {
      width: 285px;
      height: 52px;
      border-radius: 6px;
      border: 1px solid #eeeff0;
      margin: 20px auto 0;
      text-align: left;
      text-indent: 20px; }
    body.page-template-coupons .pop-up-form .form-body button {
      color: #fff;
      border: none;
      background: #7ed321;
      border-radius: 6px;
      width: 285px;
      height: 50px;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      margin: 10px auto 18px;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      body.page-template-coupons .pop-up-form .form-body button:hover {
        background-color: #93d82f; }
  body.page-template-coupons .pop-up-form .form-footer {
    background: #e0e0e0;
    height: 103px;
    text-align: left;
    padding: 6px 0 0 30px;
    line-height: 15px; }
    @media (max-width: 768px) {
      body.page-template-coupons .pop-up-form .form-footer {
        background: #fff;
        text-align: center;
        padding-left: 0; } }
    body.page-template-coupons .pop-up-form .form-footer .mobile-btn {
      display: none; }
      @media (max-width: 768px) {
        body.page-template-coupons .pop-up-form .form-footer .mobile-btn {
          display: block; } }
    body.page-template-coupons .pop-up-form .form-footer .desktop-login {
      display: block; }
      @media (max-width: 768px) {
        body.page-template-coupons .pop-up-form .form-footer .desktop-login {
          display: none; } }
    body.page-template-coupons .pop-up-form .form-footer h3 {
      font-size: 16px;
      color: #435764;
      margin: 0;
      padding: 0; }
    body.page-template-coupons .pop-up-form .form-footer a {
      font-size: 14px;
      color: #435764;
      text-decoration: underline;
      transition: color 0.3s ease-in-out; }
      body.page-template-coupons .pop-up-form .form-footer a:hover {
        color: #8D8D8D; }
    body.page-template-coupons .pop-up-form .form-footer button {
      border: none;
      background: #7ed321;
      border-radius: 6px;
      width: 285px;
      height: 50px;
      margin: 10px auto 18px;
      position: relative;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      body.page-template-coupons .pop-up-form .form-footer button:hover {
        background-color: #93d82f; }
      body.page-template-coupons .pop-up-form .form-footer button a {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        text-decoration: none;
        padding-top: 16px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
body.page-template-coupons #couponLandingPageModal .modal-content {
  border-radius: 0;
  border: 0; }
body.page-template-coupons #couponLandingPageModal .modal-body {
  padding: 0;
  border-radius: 0; }
  body.page-template-coupons #couponLandingPageModal .modal-body button.close {
    position: absolute;
    top: 11px;
    right: 16px;
    color: #FFFFFF;
    transition: all .3s ease-in-out; }
    @media (max-width: 1200px) {
      body.page-template-coupons #couponLandingPageModal .modal-body button.close {
        top: 10px;
        right: 12px; } }
    body.page-template-coupons #couponLandingPageModal .modal-body button.close i {
      font-size: 25px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 25px; }
  body.page-template-coupons #couponLandingPageModal .modal-body .top-row {
    background-color: #1CA6F2;
    padding-top: 51px; }
    @media (max-width: 1200px) {
      body.page-template-coupons #couponLandingPageModal .modal-body .top-row {
        padding-top: 37px;
        padding-bottom: 20px; } }
    @media (max-width: 767.9px) {
      body.page-template-coupons #couponLandingPageModal .modal-body .top-row {
        padding-top: 40px;
        padding-bottom: 27px; } }
    body.page-template-coupons #couponLandingPageModal .modal-body .top-row h1 {
      color: #FFFFFF;
      font-family: "Lato";
      font-size: 45px;
      font-weight: normal;
      letter-spacing: 0;
      line-height: 51px;
      text-align: center;
      margin-bottom: 7px; }
      @media (max-width: 1200px) {
        body.page-template-coupons #couponLandingPageModal .modal-body .top-row h1 {
          font-size: 38px;
          letter-spacing: 0;
          line-height: 42px; } }
      @media (max-width: 991.9px) {
        body.page-template-coupons #couponLandingPageModal .modal-body .top-row h1 {
          font-size: 30px;
          letter-spacing: 0;
          line-height: 37px;
          margin-bottom: 20px;
          padding: 0 20px; } }
      @media (max-width: 575.9px) {
        body.page-template-coupons #couponLandingPageModal .modal-body .top-row h1 {
          font-size: 22px;
          letter-spacing: 0;
          line-height: 29px;
          margin-bottom: 27px;
          padding: 0px; } }
    body.page-template-coupons #couponLandingPageModal .modal-body .top-row img {
      width: 100%; }
  body.page-template-coupons #couponLandingPageModal .modal-body .bot-row {
    background-color: #fff;
    padding: 37px 0 27px;
    text-align: center; }
    @media (max-width: 1200px) {
      body.page-template-coupons #couponLandingPageModal .modal-body .bot-row {
        padding: 15px 0 17px; } }
    @media (max-width: 767.9px) {
      body.page-template-coupons #couponLandingPageModal .modal-body .bot-row {
        padding: 16px 0 16px; } }
    body.page-template-coupons #couponLandingPageModal .modal-body .bot-row a.submit-btn {
      display: inline-block;
      width: 196px;
      border-radius: 6px;
      background-color: #7ED321;
      height: 46px;
      color: #FFFFFF;
      font-family: "Lato";
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 46px;
      transition: all .3s ease-in-out; }
      body.page-template-coupons #couponLandingPageModal .modal-body .bot-row a.submit-btn:hover {
        background-color: #93d82f; }
body.page-template-coupons #couponLandingPageTab {
  padding: 14px 0 10px;
  position: fixed;
  bottom: -80px;
  left: 0;
  right: 0;
  height: 75px;
  background-color: #333E49;
  transition: all .3s ease-in-out;
  text-align: center;
  z-index: 10; }
  @media (max-width: 575.9px) {
    body.page-template-coupons #couponLandingPageTab {
      padding: 10px 0 0;
      height: auto;
      bottom: -100px; } }
  body.page-template-coupons #couponLandingPageTab.reveal {
    bottom: 0px; }
  body.page-template-coupons #couponLandingPageTab h2 {
    display: inline-block;
    margin-right: 30px;
    color: #FFFFFF;
    font-family: "Lato";
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 51px;
    margin-bottom: 0; }
    @media (max-width: 1200px) {
      body.page-template-coupons #couponLandingPageTab h2 {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px; } }
    @media (max-width: 767.9px) {
      body.page-template-coupons #couponLandingPageTab h2 {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center;
        margin: auto; } }
  body.page-template-coupons #couponLandingPageTab a {
    display: inline-block;
    width: 196px;
    border-radius: 6px;
    background-color: #7ED321;
    height: 46px;
    color: #FFFFFF;
    font-family: "Lato";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 46px;
    transition: all .3s ease-in-out;
    text-align: center;
    vertical-align: top; }
    @media (max-width: 575.9px) {
      body.page-template-coupons #couponLandingPageTab a {
        color: #7ED321;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        background-color: transparent;
        height: auto;
        text-decoration: underline; } }
    body.page-template-coupons #couponLandingPageTab a:hover {
      background-color: #93d82f; }
body.page-template-coupons * {
  outline: 0; }
body.page-template-coupons a:hover {
  text-decoration: none; }
body.page-template-coupons .animate1, body.page-template-coupons .animate2, body.page-template-coupons .animate3, body.page-template-coupons .animate4 {
  opacity: 0;
  visibility: hidden; }
body.page-template-coupons .error {
  border: 1px solid red !important; }
body.page-template-coupons .success {
  position: relative; }
body.page-template-coupons .success:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f00c';
  background: #7ed321;
  border-radius: 100%;
  position: absolute;
  display: block;
  font-size: 15px;
  top: 32px;
  width: 26px;
  height: 26px;
  z-index: 1;
  padding-top: 3px; }
body.page-template-coupons #gform_19 .success:after {
  right: 5%; }
  @media (max-width: 768px) {
    body.page-template-coupons #gform_19 .success:after {
      top: 12px;
      right: 12%;
      width: 21px;
      height: 21px;
      font-size: 14px;
      padding-top: 1px; } }
body.page-template-coupons #gform_20 .success:after {
  right: 10%; }
body.page-template-coupons.has-tag {
  margin-bottom: 75px; }
  @media (max-width: 575.9px) {
    body.page-template-coupons.has-tag {
      margin-bottom: 81px; } }

#locator input {
  outline: 0 !important; }
#locator section {
  color: #32323a; }
  #locator section h3 {
    color: #333333;
    font-family: 'Lato';
    font-size: 32px;
    font-weight: bold;
    line-height: 42px; }
    @media (max-width: 767.9px) {
      #locator section h3 {
        font-size: 21px;
        font-weight: bold;
        line-height: 28px; } }
  #locator section p {
    color: #33333A;
    font-family: 'Lato';
    font-size: 18px;
    line-height: 24px; }
    #locator section p.large {
      font-family: 'Lato';
      font-size: 21px;
      line-height: 34px; }
    #locator section p.small {
      font-family: 'Lato';
      font-size: 14px;
      line-height: 21px; }
    #locator section p.black {
      color: #000000; }
    #locator section p.blue {
      color: #32323a; }
    #locator section p.white {
      color: #FFFFFF; }
    #locator section p.grey {
      color: #4A4A4A; }
  #locator section#header {
    background-color: #1CA6F2;
    color: #FFFFFF;
    font-family: 'Lato', Arial; }
    #locator section#header .gif-wrapper {
      position: relative;
      text-align: center; }
      #locator section#header .gif-wrapper .bg-gif {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1; }
      #locator section#header .gif-wrapper .gif {
        position: relative;
        z-index: 2; }
    #locator section#header .signals-title {
      text-transform: uppercase;
      color: #FFFFFF;
      font-family: 'Lato';
      font-size: 18px;
      font-weight: bold;
      line-height: 29px;
      padding-bottom: 20px; }
      #locator section#header .signals-title span.super {
        font-weight: bold;
        font-size: 12px;
        background-color: #8AC731;
        color: #fff;
        border-radius: 3px;
        display: inline-block;
        line-height: 14px;
        margin-left: 3px;
        vertical-align: text-top;
        padding: 6px 5px 4px; }
    @media (max-width: 991px) {
      #locator section#header .signals-title {
        color: #FFFFFF;
        line-height: 63px;
        text-align: center;
        position: relative;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Lato'; }
        #locator section#header .signals-title span.super {
          font-weight: bold;
          font-size: 12px;
          background-color: #8AC731;
          color: #fff;
          border-radius: 3px;
          padding: 5px 5px;
          display: inline-block;
          line-height: 14px;
          margin-left: 3px;
          vertical-align: text-top; } }
    #locator section#header h1 {
      color: #FFFFFF;
      font-family: 'Lato';
      font-size: 45px;
      font-weight: bold;
      line-height: 55px; }
      @media (max-width: 991px) {
        #locator section#header h1 {
          font-size: 32px;
          line-height: 36px; } }
    @media (max-width: 991px) {
      #locator section#header h1.section-header {
        color: #fff; } }
    #locator section#header p {
      color: #FFFFFF;
      font-family: 'Lato';
      font-size: 21px;
      line-height: 32px; }
      @media (max-width: 991px) {
        #locator section#header p {
          font-size: 18px;
          line-height: 29px;
          padding-right: 0; } }
  #locator section#mobile-header-form .demo-request {
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    border-top: solid 7px #8AC731;
    padding: 50px 45px 0;
    margin-left: auto; }
    #locator section#mobile-header-form .demo-request h4 {
      color: #34343B;
      font-family: 'Lato';
      font-size: 21px;
      font-weight: 600;
      line-height: 25px;
      text-align: center;
      margin-bottom: 20px; }
    #locator section#mobile-header-form .demo-request label {
      display: none; }
    #locator section#mobile-header-form .demo-request input {
      height: 50px;
      width: 100%;
      border-radius: 24px;
      background-color: #F0F0F0;
      color: #333333;
      font-family: 'Lato';
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      margin: 20px 0; }
    #locator section#mobile-header-form .demo-request input[type=submit] {
      height: 50px;
      width: 100%;
      border-radius: 24px;
      background-color: #8AC731;
      color: #FFFFFF;
      font-family: 'Lato';
      font-size: 16px;
      font-weight: bold;
      line-height: 19px;
      text-align: center;
      cursor: pointer;
      margin: 20px 0; }
    #locator section#mobile-header-form .demo-request ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    #locator section#mobile-header-form .demo-request li {
      list-style-type: none;
      margin: 0;
      padding: 0; }
  @media (max-width: 767.9px) {
    #locator section#section1 p {
      font-weight: 600; } }
  #locator section#request-demo2 {
    background: #435764;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 344px;
    padding: 0; }
    @media (max-width: 768px) {
      #locator section#request-demo2 {
        min-height: 280px;
        padding: 30px 0; } }
    #locator section#request-demo2 .request-demo-header {
      color: #fff;
      font-size: 26px;
      font-weight: bold;
      line-height: 27px; }
      @media (max-width: 768px) {
        #locator section#request-demo2 .request-demo-header {
          font-size: 22px;
          line-height: 24px; } }
      @media (max-width: 380px) {
        #locator section#request-demo2 .request-demo-header {
          font-size: 16px; } }
      @media (max-width: 320px) {
        #locator section#request-demo2 .request-demo-header {
          font-size: 14px; } }
    #locator section#request-demo2 .demo-btn {
      width: 100%;
      max-width: 248px;
      height: 50px;
      color: #fff;
      background: #7ED321;
      border: none;
      border-radius: 6px;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: bold;
      font-size: 16px;
      font-weight: bold;
      line-height: 28px;
      margin: 26px auto 0;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      #locator section#request-demo2 .demo-btn:hover {
        background-color: #93d82f; }
      @media (max-width: 768px) {
        #locator section#request-demo2 .demo-btn {
          max-width: 390px;
          margin: 20px auto; } }
  #locator section#section2 h4 {
    color: #33333A;
    font-family: 'Lato';
    font-size: 21px;
    font-weight: bold;
    line-height: 42px; }
  #locator section#section2 p {
    color: #333333;
    font-family: 'Lato';
    font-size: 16px;
    line-height: 32px; }
  #locator section#section2 > p {
    max-width: 510px; }
    @media (max-width: 991.9px) {
      #locator section#section2 > p {
        max-width: 100%; } }
  #locator section#section2 .data-values > div {
    border-right: 1px solid #DDDDDD; }
    @media (max-width: 991.9px) {
      #locator section#section2 .data-values > div {
        border-right: 0px solid #DDDDDD;
        position: relative;
        padding: 25px 0; }
        #locator section#section2 .data-values > div:after {
          position: absolute;
          bottom: 0;
          width: 75px;
          margin: auto;
          content: '';
          height: 1px;
          background: #ddd;
          left: 0;
          right: 0; } }
  #locator section#section2 .data-values > div:last-of-type {
    border: 0px solid #DDDDDD; }
    #locator section#section2 .data-values > div:last-of-type:after {
      display: none; }
  #locator section#section2 .data-values h4 {
    color: #1CA6F2;
    font-family: 'Lato';
    font-size: 32px;
    font-weight: bold;
    line-height: 38px; }
  #locator section#section2 .data-values p {
    color: #8E8E8E;
    font-family: 'Lato';
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase; }
  #locator section#where h3 {
    color: #333333;
    font-family: 'Lato';
    font-size: 32px;
    font-weight: bold;
    line-height: 38px; }
  #locator section#where .title {
    color: #33333A;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
  #locator section#where p {
    color: #33333A;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 28px; }
  #locator section#where p.check {
    color: #333333;
    font-family: 'Lato';
    font-size: 16px;
    line-height: 28px;
    padding-left: 1.5em;
    text-indent: -1.5em; }
    @media screen and (max-width: 991.9px) {
      #locator section#where p.check {
        text-align: left; } }
    #locator section#where p.check svg {
      color: #1CA6F2;
      margin-right: 10px; }
  #locator section#section3 h4 {
    color: #33333A;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
  #locator section#section3 p {
    color: #33333A;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 28px; }
  #locator section#section4 p {
    color: #333333;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 24px; }
  #locator section#section4 a.learn-more {
    height: 50px;
    width: 203px;
    border-radius: 41px;
    background-color: #8AC731;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    text-decoration: none; }
    @media (max-width: 767.9px) {
      #locator section#section4 a.learn-more {
        width: 100%; } }
    #locator section#section4 a.learn-more:hover {
      background-color: #6e9e27; }
  @media (max-width: 767.9px) {
    #locator section#section5 .checks {
      width: 250px;
      margin: auto;
      text-align: left;
      margin-bottom: 20px; } }
  #locator section#section5 .checks p.check {
    color: #333333;
    font-family: 'Lato';
    font-size: 16px;
    line-height: 28px;
    padding-left: 1.5em;
    text-indent: -1.5em; }
    @media screen and (max-width: 991.9px) {
      #locator section#section5 .checks p.check {
        text-align: left; } }
    #locator section#section5 .checks p.check svg {
      color: #1CA6F2;
      margin-right: 10px; }
  #locator section#section5 p {
    color: #333333;
    font-family: 'Lato';
    font-size: 16px;
    line-height: 32px; }
    #locator section#section5 p span {
      color: #435764;
      margin-right: 18px;
      vertical-align: middle;
      font-size: 14px; }
  #locator section#request-demo {
    background: #333E49;
    padding: 51px 0 0; }
    @media (max-width: 768px) {
      #locator section#request-demo {
        padding: 30px 0 0; } }
    #locator section#request-demo .demo-btn {
      position: relative;
      width: 248px;
      height: 50px;
      color: #435764;
      font-weight: bold;
      background: #fff;
      border: 2px solid #fff;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      margin: 32px auto 57px;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      #locator section#request-demo .demo-btn:hover {
        background: transparent;
        color: #fff; }
      @media (max-width: 768px) {
        #locator section#request-demo .demo-btn {
          margin: 30px auto; } }
    #locator section#request-demo .request-demo-header {
      color: #FFFFFF;
      font-family: 'Lato';
      font-size: 35px;
      line-height: 35px;
      font-weight: normal; }
      @media (max-width: 768px) {
        #locator section#request-demo .request-demo-header {
          font-size: 22px;
          line-height: 22px; } }
#locator .blue-text {
  color: #1CA6F2; }

/**** Navigation ****/
nav {
  background: #1CA6F2;
  min-height: 70px; }
  @media (min-width: 1300px) {
    nav .container {
      max-width: 1240px; } }
  nav .navbar-toggler {
    border: 0;
    line-height: 32px; }
    nav .navbar-toggler:hover, nav .navbar-toggler:focus {
      outline: 0; }
    nav .navbar-toggler .icon-cross2 {
      display: inline-block;
      color: #fff;
      font-size: 30px; }
    nav .navbar-toggler .icon-menu2 {
      color: #fff;
      font-size: 30px;
      display: none; }
    nav .navbar-toggler.collapsed .icon-cross2 {
      display: none; }
    nav .navbar-toggler.collapsed .icon-menu2 {
      display: inline-block; }
  @media (max-width: 991px) {
    nav .navbar-collapse {
      background: #fff;
      margin: 0 -1rem; } }
  @media (max-width: 991.9px) {
    nav .container {
      width: 100%;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
  @media (max-width: 991.9px) {
    nav.fixed-top {
      padding: 1rem; } }
  nav li.nav-item.has-d-nav > a {
    position: relative; }
    @media (max-width: 991.9px) {
      nav li.nav-item.has-d-nav > a {
        display: none; } }
    nav li.nav-item.has-d-nav > a:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #ffffff transparent;
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1000;
      border-width: 0;
      transition: all .3s ease-in-out; }
  nav li.nav-item.has-d-nav:hover > a:after {
    border-width: 0 10px 10px 10px; }
  nav li.nav-item.has-d-nav:hover .d-nav-dd-wrapper {
    max-height: 1000px; }
  nav.navbar-light .navbar-nav .nav-link {
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700; }
    nav.navbar-light .navbar-nav .nav-link:hover, nav.navbar-light .navbar-nav .nav-link:focus {
      color: white;
      outline: 0;
      border: 0; }
    @media (max-width: 991.9px) {
      nav.navbar-light .navbar-nav .nav-link {
        color: #333; }
        nav.navbar-light .navbar-nav .nav-link:hover, nav.navbar-light .navbar-nav .nav-link:focus {
          color: #333; } }
  nav .navbar-toggler-right {
    right: 0 !important; }
  nav .navbar-toggler-icon {
    color: white; }
  nav .navbar-light .navbar-toggler {
    border-color: white !important;
    outline: 0; }
  nav .login {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid white;
    color: white;
    display: inline-block;
    font-family: 'Lato';
    width: 80px;
    height: 45px;
    line-height: 45px; }
    nav .login:hover {
      background: rgba(255, 255, 255, 0.15);
      text-decoration: none; }
  nav .demo {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #5DC8EF;
    color: white;
    display: inline-block;
    font-family: 'Lato';
    width: 150px;
    height: 45px;
    line-height: 47px; }
    nav .demo:hover {
      background-color: #52b3d6;
      text-decoration: none; }

.navbar-toggler-right {
  position: absolute; }

@media (max-width: 575.9px) {
  .login-demo a {
    width: 100%; } }

.linx-title {
  color: #FFFFFF;
  line-height: 63px;
  text-align: center;
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Lato'; }
  .linx-title span.super {
    font-weight: bold;
    font-size: 12px;
    background-color: #8AC731;
    color: #fff;
    border-radius: 3px;
    padding: 5px 5px;
    display: inline-block;
    line-height: 14px;
    margin-left: 3px;
    vertical-align: text-top; }

.linx-subtitle {
  color: #FFFFFF;
  text-align: center;
  font-family: 'Lato';
  font-size: 45px;
  line-height: 55px;
  font-weight: bold; }

.linx-subtext {
  color: #FFFFFF;
  text-align: center;
  font-size: 21px;
  line-height: 32px; }
  @media (max-width: 991px) {
    .linx-subtext {
      font-size: 18px;
      line-height: 29px; } }

.linx-h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  padding-bottom: 10px; }

.linx-h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 52px; }

.linx-h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px; }

.linx-h4 {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px; }

.linx-p {
  font-size: 18px;
  line-height: 32px; }

.linx-p2 {
  font-size: 18px;
  line-height: 28px; }

.linx-sub {
  font-size: 14px; }

.br-md-1 {
  border-right: 1px solid #DDDDDD; }

.arrow-wrapper .arrow-right {
  position: absolute;
  top: -55px;
  right: 30px; }
.arrow-wrapper .arrow-left {
  position: absolute;
  top: -55px;
  left: 30px;
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Webkit */
  transform: scaleX(-1);
  /* Standard */
  filter: FlipH; }

@media screen and (max-width: 991px) {
  .arrow-wrapper {
    display: none; }

  .linx-title {
    color: #FFFFFF;
    line-height: 63px;
    text-align: center;
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Lato'; }
    .linx-title span.super {
      font-weight: bold;
      font-size: 12px;
      background-color: #8AC731;
      color: #fff;
      border-radius: 3px;
      padding: 5px 5px;
      display: inline-block;
      line-height: 14px;
      margin-left: 3px;
      vertical-align: text-top; }

  .linx-subtitle {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 36px; }

  .linx-subtext {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 29px; }

  .linx-h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px; }

  .linx-h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px; }

  .linx-h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 28px; }

  .linx-h4 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato'; }

  .linx-p {
    font-size: 16px;
    line-height: 24px; }

  .linx-p2 {
    font-size: 16px;
    line-height: 24px; }

  .linx-sub {
    font-size: 14px; }

  .br-md-1 {
    border-right: 0px solid #DDDDDD; }

  #section1.section {
    padding-top: 40px; } }
#buyOnline {
  color: #555; }
  #buyOnline .container-fluid {
    padding: 0; }
  #buyOnline .gravity-form input.gform_button[type='submit'] {
    padding-top: 0 !important; }
  #buyOnline section#header {
    background-color: #1CA6F2;
    color: #FFFFFF; }
    #buyOnline section#header .signals-title {
      text-transform: uppercase;
      color: #FFFFFF;
      font-family: 'Lato';
      font-size: 18px;
      font-weight: bold;
      line-height: 29px;
      padding-bottom: 20px; }
    @media (max-width: 991px) {
      #buyOnline section#header .signals-title {
        color: #FFFFFF;
        line-height: 63px;
        text-align: center;
        position: relative;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Lato'; } }
    #buyOnline section#header h1 {
      color: #FFFFFF;
      font-family: 'Lato';
      font-size: 45px;
      line-height: 55px;
      text-align: center;
      font-weight: bold; }
      @media (max-width: 991px) {
        #buyOnline section#header h1 {
          font-size: 32px;
          line-height: 36px; } }
  #buyOnline section.request-demo .request-demo-header {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500; }
  #buyOnline section#section1 h3 {
    font-family: 'Lato';
    font-size: 32px;
    line-height: 48px; }
  #buyOnline section#section1 .split-section img {
    max-width: 100px;
    padding-bottom: 1.5rem; }
  #buyOnline section#section1 .split-section h4 {
    color: #333333;
    font-family: 'Lato';
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: .75rem; }
  #buyOnline section#section1 .split-section p {
    color: #333333;
    font-family: 'Lato';
    font-size: 16px;
    line-height: 28px; }
  #buyOnline section#section2 h1 {
    color: #333333;
    font-family: 'Lato';
    font-size: 21px;
    font-weight: 600;
    line-height: 24px; }
  #buyOnline section#section2 .client-liner img {
    max-width: 100%;
    max-height: 100%;
    height: auto; }
    @media screen and (max-width: 767.9px) {
      #buyOnline section#section2 .client-liner img {
        height: auto !important;
        max-height: 90px !important;
        width: auto !important;
        max-width: 100% !important; } }
  #buyOnline section#section3 .flag-wrapper, #buyOnline section#section4 .flag-wrapper {
    color: #FFFFFF;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    background: #8AC731;
    display: inline-block;
    padding: 7px 20px;
    position: relative;
    margin-bottom: 15px; }
    #buyOnline section#section3 .flag-wrapper::after, #buyOnline section#section4 .flag-wrapper::after {
      content: '';
      width: 0px;
      height: 0px;
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      border-right: 10px solid #fff;
      right: 0;
      position: absolute;
      top: 0; }
    #buyOnline section#section3 .flag-wrapper.white-corner::after, #buyOnline section#section4 .flag-wrapper.white-corner::after {
      border-right: 10px solid #fff; }
    #buyOnline section#section3 .flag-wrapper.grey-corner::after, #buyOnline section#section4 .flag-wrapper.grey-corner::after {
      border-right: 10px solid #f9f9f9; }
  #buyOnline section#section3 h4, #buyOnline section#section4 h4 {
    color: #435764;
    font-family: 'Lato', Arial;
    line-height: 48px;
    font-size: 35px;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      #buyOnline section#section3 h4, #buyOnline section#section4 h4 {
        font-size: 24px; } }
  #buyOnline section#section3 .sub-section, #buyOnline section#section4 .sub-section {
    text-align: left; }
    @media screen and (max-width: 991.9px) {
      #buyOnline section#section3 .sub-section, #buyOnline section#section4 .sub-section {
        text-align: center; } }
    #buyOnline section#section3 .sub-section h4, #buyOnline section#section4 .sub-section h4 {
      color: #333333;
      font-family: 'Lato';
      font-size: 42px;
      font-weight: 300;
      line-height: 48px; }
    #buyOnline section#section3 .sub-section strong, #buyOnline section#section4 .sub-section strong {
      color: #333333;
      font-family: 'Lato';
      font-size: 32px;
      font-weight: bold;
      line-height: 42px;
      display: block;
      padding-bottom: 20px; }
    #buyOnline section#section3 .sub-section p, #buyOnline section#section4 .sub-section p {
      color: #333333;
      font-family: 'Lato';
      font-size: 18px;
      line-height: 32px; }
    #buyOnline section#section3 .sub-section p.check, #buyOnline section#section4 .sub-section p.check {
      color: #333333;
      font-family: 'Lato';
      font-size: 16px;
      line-height: 28px;
      padding-left: 1.5em;
      text-indent: -1.5em; }
      @media screen and (max-width: 991.9px) {
        #buyOnline section#section3 .sub-section p.check, #buyOnline section#section4 .sub-section p.check {
          text-align: left; } }
      #buyOnline section#section3 .sub-section p.check svg, #buyOnline section#section4 .sub-section p.check svg {
        color: #1CA6F2;
        margin-right: 10px; }

* {
  outline: 0; }

a:hover {
  text-decoration: none; }

.animate1, .animate2, .animate3, .animate4, .animate5, .animate6, .animate7, .animate8, .animate9, .animate10, .animate11 {
  opacity: 0;
  visibility: hidden; }

.error {
  border: 1px solid red !important; }

.success {
  position: relative; }

.success:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f00c';
  background: #7ed321;
  border-radius: 100%;
  position: absolute;
  display: block;
  font-size: 15px;
  top: 32px;
  width: 26px;
  height: 26px;
  z-index: 1;
  padding-top: 3px; }

#gform_19 .success:after {
  right: 5%; }
  @media (max-width: 768px) {
    #gform_19 .success:after {
      top: 12px;
      right: 12%;
      width: 21px;
      height: 21px;
      font-size: 14px;
      padding-top: 1px; } }

#gform_20 .success:after {
  right: 10%; }

#buyOnline2 strong {
  font-weight: bold; }
#buyOnline2 section h1 {
  color: #FFFFFF;
  text-align: left;
  margin: 0 auto 25px;
  font-size: 60px;
  line-height: 64.4px;
  font-weight: bold; }
  @media (max-width: 991px) {
    #buyOnline2 section h1 {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 14px; } }
#buyOnline2 section h4 {
  font-size: 22px;
  line-height: 31px;
  width: 364px; }
  @media (max-width: 991px) {
    #buyOnline2 section h4 {
      width: auto;
      font-size: 16px;
      line-height: 24px; } }
#buyOnline2 section p {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff; }
  #buyOnline2 section p.large {
    font-size: 21px;
    line-height: 34px; }
  #buyOnline2 section p.small {
    font-size: 14px;
    line-height: 21px; }
  #buyOnline2 section p.black {
    color: #000000; }
  #buyOnline2 section p.white {
    color: #FFFFFF; }
  #buyOnline2 section p.grey {
    color: #4A4A4A; }
#buyOnline2 section .large-num {
  color: #1CA6F2;
  line-height: 34px;
  font-size: 42px;
  font-weight: 300;
  margin: 16px 0; }
  @media (max-width: 991px) {
    #buyOnline2 section .large-num {
      font-size: 28px;
      line-height: 34px; } }
#buyOnline2 section#header {
  background-color: #1CA6F2;
  overflow: hidden;
  height: auto; }
  #buyOnline2 section#header .hero-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    height: auto;
    max-width: 1700px;
    margin-right: 0;
    padding-right: 0; }
    @media (max-width: 991px) {
      #buyOnline2 section#header .hero-container {
        flex-direction: column; } }
  #buyOnline2 section#header .hero-btn {
    width: 100%;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 28px;
    max-width: 248px;
    height: 50px;
    margin-top: 35px;
    background-color: #7ED321;
    border: none;
    border-radius: 6px;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    #buyOnline2 section#header .hero-btn:hover {
      background-color: #93d82f; }
    @media (max-width: 991px) {
      #buyOnline2 section#header .hero-btn {
        max-width: 90%;
        margin: 14px auto 0; } }
  #buyOnline2 section#header .hero-content {
    width: 22%; }
    @media (max-width: 1145px) {
      #buyOnline2 section#header .hero-content {
        width: 31%; } }
    @media (max-width: 991px) {
      #buyOnline2 section#header .hero-content {
        width: 100%;
        max-width: 390px;
        margin: 50px auto 31px; } }
    #buyOnline2 section#header .hero-content h1 {
      white-space: nowrap; }
    #buyOnline2 section#header .hero-content h4 {
      width: 100%;
      max-width: 364px; }
  #buyOnline2 section#header .hero-image-container {
    width: 70%;
    position: relative;
    height: 100%; }
    @media (max-width: 1145px) {
      #buyOnline2 section#header .hero-image-container {
        width: 64%; } }
    @media (max-width: 991px) {
      #buyOnline2 section#header .hero-image-container {
        width: 90%; } }
    #buyOnline2 section#header .hero-image-container img {
      position: absolute;
      opacity: 0;
      visibility: hidden; }
    #buyOnline2 section#header .hero-image-container .img-hero-phone {
      left: 11%;
      width: 20%;
      max-width: 221px;
      bottom: 4%;
      z-index: 1; }
      @media (max-width: 991px) {
        #buyOnline2 section#header .hero-image-container .img-hero-phone {
          left: 0; } }
    #buyOnline2 section#header .hero-image-container .img-hero-laptop {
      right: -12%;
      width: 100%;
      max-width: 1160px;
      bottom: 0;
      position: relative; }
      @media (max-width: 991px) {
        #buyOnline2 section#header .hero-image-container .img-hero-laptop {
          right: 0; } }
  #buyOnline2 section#header p {
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    margin: 0 auto 40px;
    max-width: 750px;
    font-size: 21px;
    line-height: 32px; }
    @media (max-width: 991px) {
      #buyOnline2 section#header p {
        font-size: 18px;
        line-height: 29px; } }
#buyOnline2 .video-section {
  background: url(/wp-content/themes/destinico/assets/images/buyonline2/VideoBG_@2x.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: auto;
  min-height: 576px; }
  @media (max-width: 768px) {
    #buyOnline2 .video-section {
      min-height: 300px; } }
  #buyOnline2 .video-section h2 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 62.4px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      #buyOnline2 .video-section h2 {
        font-size: 40px; } }
    @media (max-width: 768px) {
      #buyOnline2 .video-section h2 {
        font-size: 22px;
        line-height: 29.95px;
        padding: 0; } }
    @media (max-width: 500px) {
      #buyOnline2 .video-section h2 {
        font-size: 20px; } }
    @media (max-width: 380px) {
      #buyOnline2 .video-section h2 {
        font-size: 18px; } }
  #buyOnline2 .video-section p {
    font-size: 22px;
    font-weight: 300;
    line-height: 31px;
    color: #fff; }
    @media (max-width: 768px) {
      #buyOnline2 .video-section p {
        font-size: 16px;
        line-height: 24px; } }
  #buyOnline2 .video-section img {
    cursor: pointer;
    margin: 0 auto;
    width: 111px;
    height: 110px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%; }
    @media (max-width: 768px) {
      #buyOnline2 .video-section img {
        width: 68px;
        height: 68px; } }
  #buyOnline2 .video-section #videoBtn {
    background: none;
    border: none;
    transition: all 0.3s ease-in-out; }
  #buyOnline2 .video-section #videoBtn:hover {
    opacity: 0.7; }
  #buyOnline2 .video-section .demo-btn {
    box-sizing: border-box;
    display: block;
    width: 243px;
    height: 53px;
    margin: 56px auto 0;
    border: 3px solid #fff;
    color: #ffffff;
    font-weight: bold;
    background: transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    #buyOnline2 .video-section .demo-btn:hover {
      background: #fff;
      color: #000; }
    @media (max-width: 768px) {
      #buyOnline2 .video-section .demo-btn {
        width: 251px;
        margin: 30px auto 0; } }
#buyOnline2 .brands-section {
  background: #ffffff;
  height: auto;
  min-height: 455px;
  padding: 65px 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end; }
  @media (max-width: 768px) {
    #buyOnline2 .brands-section {
      min-height: 410px; } }
  #buyOnline2 .brands-section h2 {
    color: #1CA6F2;
    font-size: 35px;
    line-height: 33px;
    font-weight: 400; }
    @media (max-width: 768px) {
      #buyOnline2 .brands-section h2 {
        font-size: 22px;
        line-height: 30px; } }
    @media (max-width: 500px) {
      #buyOnline2 .brands-section h2 {
        max-width: 270px;
        margin: 0 auto; } }
    @media (max-width: 380px) {
      #buyOnline2 .brands-section h2 {
        max-width: 250px; } }
  #buyOnline2 .brands-section h3 {
    color: #435764;
    font-size: 18px;
    line-height: 31px;
    max-width: 594px;
    margin: 45px auto 30px; }
    @media (max-width: 768px) {
      #buyOnline2 .brands-section h3 {
        font-size: 16px;
        line-height: 24px;
        margin: 20px auto 0; } }
  #buyOnline2 .brands-section .brand-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 175px;
    height: 125px;
    margin: 20px auto; }
    @media (max-width: 500px) {
      #buyOnline2 .brands-section .brand-img {
        max-width: 100px;
        margin: 0 auto; } }
  #buyOnline2 .brands-section .brand-natural,
  #buyOnline2 .brands-section .brand-conventional,
  #buyOnline2 .brands-section .brand-drugmass,
  #buyOnline2 .brands-section .brand-drugmass2 {
    display: none;
    max-width: 100%;
    max-height: 100px;
    position: relative; }
  #buyOnline2 .brands-section .brand-natural:first-child,
  #buyOnline2 .brands-section .brand-conventional:first-child,
  #buyOnline2 .brands-section .brand-drugmass:first-child,
  #buyOnline2 .brands-section .brand-drugmass2:first-child {
    display: block; }
  @media (max-width: 500px) {
    #buyOnline2 .brands-section .brand-natural,
    #buyOnline2 .brands-section .brand-conventional,
    #buyOnline2 .brands-section .brand-drugmass,
    #buyOnline2 .brands-section .brand-drugmass2 {
      width: auto;
      max-height: 80px;
      max-width: 100px; } }
  #buyOnline2 .brands-section .retailer-btn {
    background: #1ca6f2;
    border: 2px solid #1ca6f2;
    border-radius: 6px;
    margin-bottom: 4px;
    width: 220px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    #buyOnline2 .brands-section .retailer-btn:hover {
      background: transparent;
      color: #1ca6f2; }
    @media (max-width: 768px) {
      #buyOnline2 .brands-section .retailer-btn {
        width: 248px;
        margin: 0 auto; } }
  #buyOnline2 .brands-section a {
    text-decoration: underline;
    color: #435764;
    line-height: 40px;
    transition: color 0.3s ease-in-out; }
    #buyOnline2 .brands-section a:hover {
      color: #8D8D8D; }
  #buyOnline2 .brands-section .inmar-text {
    font-size: 10px;
    color: #8d8d8d;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 23px;
    margin-bottom: 0; }
  #buyOnline2 .brands-section .inmar-logo {
    max-width: 114px; }
#buyOnline2 .form-section {
  background: #435764;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 344px; }
  @media (max-width: 768px) {
    #buyOnline2 .form-section {
      min-height: 280px;
      padding: 30px 0; } }
  #buyOnline2 .form-section h2 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 27px; }
    @media (max-width: 768px) {
      #buyOnline2 .form-section h2 {
        font-size: 22px;
        line-height: 24px; } }
    @media (max-width: 380px) {
      #buyOnline2 .form-section h2 {
        font-size: 16px; } }
    @media (max-width: 320px) {
      #buyOnline2 .form-section h2 {
        font-size: 14px; } }
  #buyOnline2 .form-section .submit-btn {
    width: 100%;
    max-width: 248px;
    height: 50px;
    color: #fff;
    background: #7ED321;
    border: none;
    border-radius: 6px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin: 26px auto 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    #buyOnline2 .form-section .submit-btn:hover {
      background-color: #93d82f; }
    @media (max-width: 768px) {
      #buyOnline2 .form-section .submit-btn {
        max-width: 390px;
        margin: 20px auto; } }
#buyOnline2 .availability-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  min-height: 668px; }
  @media (max-width: 991px) {
    #buyOnline2 .availability-section {
      min-height: 578px;
      padding: 30px 0; } }
  #buyOnline2 .availability-section h2 {
    color: #1CA6F2;
    font-size: 35px;
    line-height: 42px;
    padding: 0 0 78px 0; }
    @media (max-width: 768px) {
      #buyOnline2 .availability-section h2 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 52px; } }
  #buyOnline2 .availability-section .fa-laptop {
    color: #435764;
    font-size: 38px;
    margin-bottom: 22px; }
    @media (max-width: 768px) {
      #buyOnline2 .availability-section .fa-laptop {
        font-size: 26px;
        margin-bottom: 6px; } }
  #buyOnline2 .availability-section h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: #014263;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      #buyOnline2 .availability-section h3 {
        font-size: 27px;
        line-height: 35px; } }
  #buyOnline2 .availability-section p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    max-width: 389px; }
    @media (max-width: 991px) {
      #buyOnline2 .availability-section p {
        max-width: 100%; } }
    @media (max-width: 768px) {
      #buyOnline2 .availability-section p {
        font-size: 16px;
        line-height: 24px; } }
  #buyOnline2 .availability-section .offer-img-phone {
    position: absolute;
    max-width: 180px;
    left: 0;
    bottom: 18px;
    z-index: 1; }
    @media (max-width: 1200px) {
      #buyOnline2 .availability-section .offer-img-phone {
        max-width: 171px; } }
    @media (max-width: 991px) {
      #buyOnline2 .availability-section .offer-img-phone {
        max-width: 190px;
        left: 0; } }
    @media (max-width: 768px) {
      #buyOnline2 .availability-section .offer-img-phone {
        max-width: 115px; } }
    @media (max-width: 500px) {
      #buyOnline2 .availability-section .offer-img-phone {
        max-width: 100px; } }
  #buyOnline2 .availability-section .offer-img-laptop {
    position: relative;
    max-width: 950px; }
    @media (max-width: 768px) {
      #buyOnline2 .availability-section .offer-img-laptop {
        max-width: 550px;
        bottom: 10px; } }
    @media (max-width: 500px) {
      #buyOnline2 .availability-section .offer-img-laptop {
        max-width: 450px; } }
    @media (max-width: 380px) {
      #buyOnline2 .availability-section .offer-img-laptop {
        max-width: 420px; } }
#buyOnline2 .retailers-section {
  background: #f8f8f8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  min-height: 668px;
  overflow: hidden;
  padding: 20px 0; }
  @media (max-width: 991px) {
    #buyOnline2 .retailers-section {
      min-height: 578px;
      padding: 30px 0; } }
  #buyOnline2 .retailers-section .fa-search-location {
    color: #435764;
    font-size: 38px;
    margin-bottom: 22px; }
    @media (max-width: 768px) {
      #buyOnline2 .retailers-section .fa-search-location {
        font-size: 26px;
        margin-bottom: 6px; } }
  #buyOnline2 .retailers-section h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: #014263;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      #buyOnline2 .retailers-section h3 {
        font-size: 27px;
        line-height: 35px; } }
  #buyOnline2 .retailers-section p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    max-width: 389px; }
    @media (max-width: 991px) {
      #buyOnline2 .retailers-section p {
        max-width: 100%; } }
    @media (max-width: 768px) {
      #buyOnline2 .retailers-section p {
        font-size: 16px;
        line-height: 24px; } }
  #buyOnline2 .retailers-section .retailers-img {
    position: relative;
    max-width: 105%;
    border: 1px solid #E0E0E0; }
#buyOnline2 .plan-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  min-height: 719px; }
  @media (max-width: 991px) {
    #buyOnline2 .plan-section {
      min-height: 578px;
      padding: 30px 0; } }
  #buyOnline2 .plan-section .fa-analytics {
    color: #435764;
    font-size: 38px;
    margin-bottom: 22px; }
    @media (max-width: 768px) {
      #buyOnline2 .plan-section .fa-analytics {
        font-size: 26px;
        margin-bottom: 6px; } }
  #buyOnline2 .plan-section h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: #014263;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      #buyOnline2 .plan-section h3 {
        font-size: 27px;
        line-height: 35px; } }
    @media (max-width: 768px) {
      #buyOnline2 .plan-section h3 {
        line-height: 15px; } }
  #buyOnline2 .plan-section p, #buyOnline2 .plan-section ul li {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    max-width: 389px; }
    @media (max-width: 991px) {
      #buyOnline2 .plan-section p, #buyOnline2 .plan-section ul li {
        max-width: 100%; } }
    @media (max-width: 768px) {
      #buyOnline2 .plan-section p, #buyOnline2 .plan-section ul li {
        font-size: 16px;
        line-height: 24px; } }
  #buyOnline2 .plan-section ul {
    padding-left: 15px; }
  #buyOnline2 .plan-section .plan-img-front {
    position: absolute;
    right: 0;
    bottom: -114px;
    width: 80%;
    max-width: 610px;
    z-index: 1; }
    @media (max-width: 991px) {
      #buyOnline2 .plan-section .plan-img-front {
        width: 55%;
        bottom: 0;
        right: 0; } }
  #buyOnline2 .plan-section .plan-img-back {
    position: relative;
    left: 0;
    top: -40px;
    width: 70%;
    max-width: 529px; }
    @media (max-width: 991px) {
      #buyOnline2 .plan-section .plan-img-back {
        width: 55%;
        top: 0; } }
#buyOnline2 .questions-section {
  background: #333e49;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  min-height: 430px; }
  @media (max-width: 991px) {
    #buyOnline2 .questions-section {
      min-height: 500px; } }
  #buyOnline2 .questions-section h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    line-height: 42px;
    padding: 0;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      #buyOnline2 .questions-section h2 {
        font-size: 32px; } }
    @media (max-width: 768px) {
      #buyOnline2 .questions-section h2 {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 0; } }
  #buyOnline2 .questions-section h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      #buyOnline2 .questions-section h3 {
        margin-bottom: 4px; } }
  #buyOnline2 .questions-section p {
    color: #fff;
    font-size: 12px;
    line-height: 19px; }
    @media (max-width: 500px) {
      #buyOnline2 .questions-section p {
        line-height: 16px; } }
  #buyOnline2 .questions-section .david,
  #buyOnline2 .questions-section .austin {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 288px;
    margin: 36px 0 0;
    position: relative; }
    @media (max-width: 991px) {
      #buyOnline2 .questions-section .david,
      #buyOnline2 .questions-section .austin {
        margin-top: 26px; } }
  #buyOnline2 .questions-section .question-img {
    width: 91px;
    display: block;
    position: relative;
    z-index: 1; }
    @media (max-width: 450px) {
      #buyOnline2 .questions-section .question-img {
        left: -30px; } }
  #buyOnline2 .questions-section .title {
    text-align: left;
    width: 240px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    height: 73px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    right: 0;
    padding-left: 70px;
    padding-top: 15px; }
    @media (max-width: 400px) {
      #buyOnline2 .questions-section .title {
        width: 200px;
        padding-left: 57px;
        right: -10px; } }
    @media (max-width: 358px) {
      #buyOnline2 .questions-section .title {
        padding-left: 57px;
        right: -15px; } }
    @media (max-width: 380px) {
      #buyOnline2 .questions-section .title {
        right: -28px; } }
  #buyOnline2 .questions-section .demo-btn {
    position: relative;
    width: 248px;
    height: 50px;
    color: #435764;
    font-weight: bold;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin: 40px auto 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    #buyOnline2 .questions-section .demo-btn:hover {
      background: transparent;
      color: #fff; }
#buyOnline2 #request-demo {
  background: #333E49;
  padding: 51px 0 0; }
  @media (max-width: 768px) {
    #buyOnline2 #request-demo {
      padding: 30px 0 0; } }
  #buyOnline2 #request-demo .demo-btn {
    position: relative;
    width: 248px;
    height: 50px;
    color: #435764;
    font-weight: bold;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin: 32px auto 57px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    #buyOnline2 #request-demo .demo-btn:hover {
      background: transparent;
      color: #fff; }
    @media (max-width: 768px) {
      #buyOnline2 #request-demo .demo-btn {
        margin: 30px auto; } }
  #buyOnline2 #request-demo .request-demo-header {
    color: #FFFFFF;
    font-family: 'Lato';
    font-size: 35px;
    line-height: 35px; }
    @media (max-width: 768px) {
      #buyOnline2 #request-demo .request-demo-header {
        font-size: 22px;
        line-height: 22px; } }
#buyOnline2 .pop-up-form {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  bottom: 10px;
  right: 0;
  width: 346px;
  height: 516px;
  z-index: 2; }
  @media (max-width: 768px) {
    #buyOnline2 .pop-up-form {
      height: auto;
      width: 100%;
      bottom: -20px; } }
  #buyOnline2 .pop-up-form .form-title {
    display: flex;
    align-items: center;
    padding-left: 32px;
    background: #1ca6f2;
    height: 102px;
    text-align: left;
    position: relative; }
    @media (max-width: 768px) {
      #buyOnline2 .pop-up-form .form-title {
        justify-content: center;
        height: 60px;
        padding-left: 0;
        text-align: center; } }
    #buyOnline2 .pop-up-form .form-title .fa-times {
      position: absolute;
      cursor: pointer;
      font-size: 22px;
      top: 9px;
      right: 13px; }
      @media (max-width: 380px) {
        #buyOnline2 .pop-up-form .form-title .fa-times {
          font-size: 18px;
          top: 4px; } }
    #buyOnline2 .pop-up-form .form-title h3 {
      color: #fff;
      font-size: 24px;
      padding: 0;
      margin: 0;
      line-height: 26px; }
      @media (max-width: 768px) {
        #buyOnline2 .pop-up-form .form-title h3 {
          font-size: 18px; } }
  #buyOnline2 .pop-up-form .form-body {
    background: #fff; }
    @media (max-width: 768px) {
      #buyOnline2 .pop-up-form .form-body {
        display: none; } }
    #buyOnline2 .pop-up-form .form-body label {
      display: none; }
    #buyOnline2 .pop-up-form .form-body input[type=text] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    #buyOnline2 .pop-up-form .form-body input {
      width: 285px;
      height: 52px;
      border-radius: 6px;
      border: 1px solid #eeeff0;
      margin: 20px auto 0;
      text-align: left;
      text-indent: 20px; }
    #buyOnline2 .pop-up-form .form-body button {
      color: #fff;
      border: none;
      background: #7ed321;
      border-radius: 6px;
      width: 285px;
      height: 50px;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      margin: 10px auto 18px;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      #buyOnline2 .pop-up-form .form-body button:hover {
        background-color: #93d82f; }
  #buyOnline2 .pop-up-form .form-footer {
    background: #e0e0e0;
    height: 103px;
    text-align: left;
    padding: 6px 0 0 30px;
    line-height: 15px; }
    @media (max-width: 768px) {
      #buyOnline2 .pop-up-form .form-footer {
        background: #fff;
        text-align: center;
        padding-left: 0; } }
    #buyOnline2 .pop-up-form .form-footer .mobile-btn {
      display: none; }
      @media (max-width: 768px) {
        #buyOnline2 .pop-up-form .form-footer .mobile-btn {
          display: block; } }
    #buyOnline2 .pop-up-form .form-footer .desktop-login {
      display: block; }
      @media (max-width: 768px) {
        #buyOnline2 .pop-up-form .form-footer .desktop-login {
          display: none; } }
    #buyOnline2 .pop-up-form .form-footer h3 {
      font-size: 16px;
      color: #435764;
      margin: 0;
      padding: 0; }
    #buyOnline2 .pop-up-form .form-footer a {
      font-size: 14px;
      color: #435764;
      text-decoration: underline;
      transition: color 0.3s ease-in-out; }
      #buyOnline2 .pop-up-form .form-footer a:hover {
        color: #8D8D8D; }
    #buyOnline2 .pop-up-form .form-footer button {
      border: none;
      background: #7ed321;
      border-radius: 6px;
      width: 285px;
      height: 50px;
      margin: 10px auto 18px;
      position: relative;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      #buyOnline2 .pop-up-form .form-footer button:hover {
        background-color: #93d82f; }
      #buyOnline2 .pop-up-form .form-footer button a {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        text-decoration: none;
        padding-top: 16px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }

.d-button.no-link {
  min-width: 155px;
  margin: auto;
  color: #FFFFFF;
  font-family: 'Lato', Arial;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease-in-out;
  border-radius: 6px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 20px; }
  .d-button.no-link.small-button {
    min-width: 0px; }
  .d-button.no-link.green {
    background-color: #8AC731; }
    .d-button.no-link.green:hover {
      background-color: #a1d556; }
  .d-button.no-link.blue {
    background-color: #1CA6F2; }
    .d-button.no-link.blue:hover {
      background-color: #4cb9f5; }
  .d-button.no-link.white {
    border: 2px solid #1CA6F2;
    background-color: #fff;
    color: #1CA6F2; }
    .d-button.no-link.white:hover {
      border: 1px solid #fff;
      background-color: #1CA6F2;
      color: #fff; }
  .d-button.no-link.white-outline {
    color: #fff;
    border: 2px solid #fff;
    background-color: #1CA6F2; }
    .d-button.no-link.white-outline:hover {
      color: #1CA6F2;
      border: 2px solid #fff;
      background-color: #fff; }
  .d-button.no-link.blue-outline {
    color: #1CA6F2;
    border: 2px solid #1CA6F2;
    background-color: #fff; }
    .d-button.no-link.blue-outline:hover {
      color: #fff;
      border: 2px solid #1CA6F2;
      background-color: #1CA6F2; }
  .d-button.no-link.grey-outline {
    color: #808E8E;
    border: 2px solid;
    background-color: #fff; }
    .d-button.no-link.grey-outline:hover {
      color: #fff;
      border: 2px solid #808E8E;
      background-color: #808E8E; }
.d-button.link a, .d-button.link button {
  min-width: 155px;
  margin: auto;
  color: #FFFFFF;
  font-family: 'Lato', Arial;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease-in-out;
  border-radius: 6px;
  line-height: 45px;
  font-size: 16px;
  display: inline-block;
  padding: 0 20px; }
  .d-button.link a.small-button, .d-button.link button.small-button {
    min-width: 0; }
  .d-button.link a:hover, .d-button.link button:hover {
    text-decoration: none; }
  .d-button.link a.green, .d-button.link button.green {
    background-color: #8AC731; }
    .d-button.link a.green:hover, .d-button.link button.green:hover {
      background-color: #a1d556; }
  .d-button.link a.blue, .d-button.link button.blue {
    background-color: #1CA6F2; }
    .d-button.link a.blue:hover, .d-button.link button.blue:hover {
      background-color: #4cb9f5; }
  .d-button.link a.white, .d-button.link button.white {
    border: 2px solid #1CA6F2;
    background-color: #fff;
    color: #1CA6F2; }
    .d-button.link a.white:hover, .d-button.link button.white:hover {
      border: 2px solid #fff;
      background-color: #1CA6F2;
      color: #fff; }
  .d-button.link a.white-outline, .d-button.link button.white-outline {
    color: #fff;
    border: 2px solid #fff;
    background-color: #1CA6F2; }
    .d-button.link a.white-outline:hover, .d-button.link button.white-outline:hover {
      color: #1CA6F2;
      border: 2px solid #fff;
      background-color: #fff; }
  .d-button.link a.blue-outline, .d-button.link button.blue-outline {
    color: #1CA6F2;
    border: 2px solid #1CA6F2;
    background-color: #fff; }
    .d-button.link a.blue-outline:hover, .d-button.link button.blue-outline:hover {
      color: #fff;
      border: 2px solid #1CA6F2;
      background-color: #1CA6F2; }
  .d-button.link a.grey-outline, .d-button.link button.grey-outline {
    color: #808E8E;
    border: 2px solid;
    background-color: #fff; }
    .d-button.link a.grey-outline:hover, .d-button.link button.grey-outline:hover {
      color: #fff;
      border: 2px solid #808E8E;
      background-color: #808E8E; }

.d-button-square.no-link {
  color: #FFFFFF;
  font-family: 'Lato', Arial;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-radius: 3px;
  padding: 18px 10px;
  cursor: pointer; }
  .d-button-square.no-link.light {
    background-color: #FFFFFF;
    color: #3FADD6; }
  .d-button-square.no-link.dark {
    border: 1px solid #FFFFFF;
    color: #FFFFFF; }
.d-button-square.link a {
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Lato', Arial;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-radius: 3px;
  padding: 18px 10px;
  cursor: pointer;
  display: inline-block; }
  .d-button-square.link a.light {
    background-color: #FFFFFF;
    color: #3FADD6; }
  .d-button-square.link a.dark {
    border: 1px solid #FFFFFF;
    color: #FFFFFF; }
  .d-button-square.link a:hover {
    text-decoration: none; }

.d-title {
  color: #FFFFFF;
  font-family: 'Lato', Arial;
  font-size: 45px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  padding-top: 25px; }
  .d-title strong {
    font-family: 'Lato'; }
  .d-title.light {
    color: #FFFFFF; }
  .d-title.dark {
    color: #33333A; }

.d-subtitle {
  color: #FFFFFF;
  font-family: 'Lato', Arial;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  text-align: center;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }
  .d-subtitle.light {
    color: #FFFFFF; }
  .d-subtitle.dark {
    color: #666666; }

.d-heading {
  color: #FFFFFF;
  font-family: 'Lato', Arial;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  padding: 60px 0px 10px 0px; }
  .d-heading.light {
    color: #FFFFFF; }
  .d-heading.dark {
    color: #33333A; }

.d-subheading {
  color: #FFFFFF;
  font-family: 'Lato', Arial;
  font-size: 21px;
  line-height: 36px;
  text-align: center; }
  .d-subheading.light {
    color: #FFFFFF; }
  .d-subheading.dark {
    color: #666666; }

.d-grid-wrapper {
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  max-width: 1200px;
  margin: auto; }
  .d-grid-wrapper .d-grid-item-wrapper {
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7; }
    @media screen and (min-width: 992px) {
      .d-grid-wrapper .d-grid-item-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%; } }
    .d-grid-wrapper .d-grid-item-wrapper .d-grid-item {
      padding: 20px; }

@media (max-width: 575.9px) {
  .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper a.d-nav-item {
    color: #1CA6F2;
    padding: 4px 0;
    text-decoration: none; }
    .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper a.d-nav-item:hover {
      text-decoration: none; }
    .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper a.d-nav-item .d-nav-icon {
      text-align: center;
      font-size: 25px;
      vertical-align: middle;
      min-width: 50px; }
    .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper a.d-nav-item .d-nav-text .d-nav-item-title {
      font-family: 'Lato';
      font-size: 16px;
      letter-spacing: 1.14px;
      line-height: 30px;
      text-transform: uppercase;
      vertical-align: middle;
      color: #333; }
      .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper a.d-nav-item .d-nav-text .d-nav-item-title span.new-tag {
        margin-left: 6px;
        height: 16.69px;
        width: 38.42px;
        border-radius: 2.4px;
        background-color: #8AC731;
        text-align: center;
        color: #fff;
        line-height: 16.69px;
        font-size: 11px;
        font-weight: bold;
        display: inline-block; }
    .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper a.d-nav-item .d-nav-text .d-nav-item-info {
      display: none; } }
@media (min-width: 576px) and (max-width: 991.9px) {
  .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper a.d-nav-item {
    color: #1CA6F2;
    padding: 5px 0 35px; }
    .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper a.d-nav-item .d-nav-icon {
      text-align: center;
      font-size: 25px;
      vertical-align: middle;
      min-width: 50px; }
    .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper a.d-nav-item .d-nav-text .d-nav-item-title {
      font-family: 'Lato';
      font-size: 16px;
      letter-spacing: 1.14px;
      line-height: 30px;
      text-transform: uppercase;
      vertical-align: middle;
      color: #333; }
      .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper a.d-nav-item .d-nav-text .d-nav-item-title span.new-tag {
        margin-left: 6px;
        height: 16.69px;
        width: 38.42px;
        border-radius: 2.4px;
        background-color: #8AC731;
        text-align: center;
        color: #fff;
        line-height: 16.69px;
        font-size: 11px;
        font-weight: bold;
        display: inline-block; } }
@media (min-width: 992px) {
  .d-nav-dd-wrapper {
    position: absolute;
    background: #fff;
    border-radius: 5px;
    color: #000;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out; }
    .d-nav-dd-wrapper .d-nav-dd {
      padding: 40px 20px; }
      .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper {
        padding: 5px !important; }
        .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper .d-nav-item {
          border: 1px solid #fff;
          border-radius: 4px;
          padding: 20px;
          cursor: pointer;
          transition: all .3s ease-in-out;
          text-decoration: none; }
          .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper .d-nav-item:hover {
            border: 1px solid rgba(28, 166, 242, 0.31);
            background-color: rgba(28, 166, 242, 0.15);
            text-decoration: none; }
          .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper .d-nav-item .d-nav-icon {
            font-size: 43px;
            color: #00aaf5;
            min-width: 55px; }
          .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper .d-nav-item .d-nav-text .d-nav-item-title {
            color: #555555;
            font-family: 'Lato';
            font-size: 16px;
            letter-spacing: 1.14px;
            line-height: 19px;
            text-transform: uppercase; }
            .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper .d-nav-item .d-nav-text .d-nav-item-title span.new-tag {
              margin-left: 6px;
              height: 16.69px;
              width: 38.42px;
              border-radius: 2.4px;
              background-color: #8AC731;
              text-align: center;
              color: #fff;
              line-height: 16.69px;
              font-size: 11px;
              font-weight: bold;
              display: inline-block;
              position: absolute; }
          .d-nav-dd-wrapper .d-nav-dd .d-nav-items .d-nav-item-wrapper .d-nav-item .d-nav-text .d-nav-item-info {
            color: rgba(51, 51, 51, 0.58);
            font-family: 'Lato';
            font-size: 14px;
            line-height: 24px;
            margin-top: 5px; } }
body.page-template-signals section h1 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 58px;
  color: #EAF6FC;
  letter-spacing: 0.741313px;
  margin-bottom: 15px; }
  @media (max-width: 991.9px) {
    body.page-template-signals section h1 {
      font-size: 45px;
      line-height: 36px;
      margin-bottom: 14px;
      text-align: center; } }
  @media (max-width: 575.9px) {
    body.page-template-signals section h1 {
      font-size: 38.7646px;
      line-height: 43px;
      letter-spacing: 0.574733px;
      margin-bottom: 16px;
      text-align: left; } }
  body.page-template-signals section h1 b {
    font-weight: 700; }
  body.page-template-signals section h1 span.span1 {
    background: linear-gradient(138.14deg, #AEFFEC -1.46%, #86E4B7 41.31%, #7AD65A 66.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
body.page-template-signals section h4 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 33px;
  color: #B7E7FF;
  margin-bottom: 15px; }
  @media (max-width: 991.9px) {
    body.page-template-signals section h4 {
      width: auto;
      font-size: 20px;
      line-height: 32px;
      text-align: center; } }
  @media (max-width: 575.9px) {
    body.page-template-signals section h4 {
      font-size: 19px;
      letter-spacing: 0;
      line-height: 26px;
      margin-bottom: 12px;
      text-align: left; } }
body.page-template-signals section p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #B7E7FF;
  margin-bottom: 22px; }
  @media (max-width: 991.9px) {
    body.page-template-signals section p {
      text-align: center;
      font-size: 17px;
      line-height: 28px;
      margin: 0 0 20px; } }
  @media (max-width: 575.9px) {
    body.page-template-signals section p {
      font-weight: 400;
      font-size: 18px;
      line-height: 26px;
      margin: 0 auto 16px;
      text-align: left; } }
body.page-template-signals section .large-num {
  color: #1CA6F2;
  line-height: 34px;
  font-size: 42px;
  font-weight: 300;
  margin: 16px 0; }
  @media (max-width: 991px) {
    body.page-template-signals section .large-num {
      font-size: 28px;
      line-height: 34px; } }
body.page-template-signals section#header {
  overflow: hidden;
  height: auto;
  background: linear-gradient(265.48deg, #005F88 36.94%, #014263 59.56%, #003451 78.14%);
  position: relative; }
  @media (max-width: 991.9px) {
    body.page-template-signals section#header {
      padding-top: 40px; } }
  body.page-template-signals section#header:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../../shoppable/assets/images/desktop/01_corner.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 120%;
    width: 64%;
    z-index: 1; }
    @media (max-width: 1200px) {
      body.page-template-signals section#header:before {
        width: 64%; } }
    @media (max-width: 991.9px) {
      body.page-template-signals section#header:before {
        width: 64%; } }
    @media (max-width: 767.9px) {
      body.page-template-signals section#header:before {
        width: 100%;
        background-image: url(../../shoppable/assets/images/desktop/diagonal-hero-mobile.png); } }
  body.page-template-signals section#header h2 {
    color: #435764;
    font-weight: 600;
    padding: 60px 0 20px;
    font-size: 35px;
    line-height: 45px; }
  body.page-template-signals section#header .hero-container {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    height: auto;
    max-width: 1700px;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 20px; }
    @media (max-width: 991px) {
      body.page-template-signals section#header .hero-container {
        flex-direction: column;
        padding-right: 15px; } }
  body.page-template-signals section#header .hero-content {
    width: 24%; }
    @media (max-width: 1260px) {
      body.page-template-signals section#header .hero-content {
        width: 30%; } }
    @media (max-width: 991px) {
      body.page-template-signals section#header .hero-content {
        width: 100%;
        max-width: 390px;
        margin: 20px auto 31px; } }
    @media (max-width: 380px) {
      body.page-template-signals section#header .hero-content {
        max-width: 300;
        margin: auto;
        text-align: center; } }
    body.page-template-signals section#header .hero-content h1 {
      white-space: nowrap; }
    body.page-template-signals section#header .hero-content h4 {
      margin-bottom: 25px; }
      @media (max-width: 380px) {
        body.page-template-signals section#header .hero-content h4 {
          text-align: left; } }
  body.page-template-signals section#header .hero-image-container {
    width: 70%;
    position: relative;
    height: 100%; }
    @media (max-width: 1260px) {
      body.page-template-signals section#header .hero-image-container {
        width: 60%; } }
    @media (max-width: 991px) {
      body.page-template-signals section#header .hero-image-container {
        width: 90%;
        max-width: 550px;
        margin: auto; } }
    body.page-template-signals section#header .hero-image-container img {
      position: absolute;
      opacity: 0;
      visibility: hidden; }
    body.page-template-signals section#header .hero-image-container .img-hero-phone {
      left: 110px;
      width: 221px;
      bottom: 3%;
      z-index: 1; }
      @media (max-width: 991px) {
        body.page-template-signals section#header .hero-image-container .img-hero-phone {
          width: 20%;
          min-width: 69px;
          left: 0; } }
    body.page-template-signals section#header .hero-image-container .img-hero-laptop {
      right: -90px;
      width: 1140px;
      padding-top: 30px;
      bottom: 0;
      position: relative; }
      @media (max-width: 991px) {
        body.page-template-signals section#header .hero-image-container .img-hero-laptop {
          width: 100%;
          min-width: 406px;
          right: 0; } }
  body.page-template-signals section#header h4 {
    margin-bottom: 37px; }
body.page-template-signals section#section2 {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 52px 0; }
  body.page-template-signals section#section2 .container h4 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 20.1487px;
    line-height: 30px;
    text-align: center;
    color: #425457;
    text-align: center; }
    @media (max-width: 1200px) {
      body.page-template-signals section#section2 .container h4 {
        font-size: 18px;
        line-height: 32px; } }
  body.page-template-signals section#section2 .container .carousel {
    position: relative;
    padding: 0 50px; }
    @media (max-width: 767.9px) {
      body.page-template-signals section#section2 .container .carousel {
        padding: 0; } }
    body.page-template-signals section#section2 .container .carousel .logos .mobile {
      display: none; }
    @media (max-width: 767.9px) {
      body.page-template-signals section#section2 .container .carousel .logos .desktop {
        display: none; }
      body.page-template-signals section#section2 .container .carousel .logos .mobile {
        display: block; } }
    body.page-template-signals section#section2 .container .carousel .cnav {
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center; }
      @media (max-width: 767.9px) {
        body.page-template-signals section#section2 .container .carousel .cnav {
          display: none; } }
      body.page-template-signals section#section2 .container .carousel .cnav .customBtn {
        position: absolute;
        width: 42px;
        height: 42px;
        line-height: 42px;
        background: #F1F7FA;
        border-radius: 6px;
        text-align: center;
        transition: all .3s ease-in-out; }
        body.page-template-signals section#section2 .container .carousel .cnav .customBtn:hover {
          background: #B7E7FF; }
        body.page-template-signals section#section2 .container .carousel .cnav .customBtn img {
          width: 11px; }
        body.page-template-signals section#section2 .container .carousel .cnav .customBtn.customPrevBtn {
          left: 0; }
        body.page-template-signals section#section2 .container .carousel .cnav .customBtn.customNextBtn {
          right: 0; }
body.page-template-signals section#popUpTrigger {
  background: linear-gradient(269.28deg, #FAFDFE -1.6%, #EAF6FC 46.81%, #E0EDF3 101.69%);
  text-align: center;
  height: auto;
  padding-top: 93px; }
  @media (max-width: 768px) {
    body.page-template-signals section#popUpTrigger {
      padding-top: 43px; } }
  body.page-template-signals section#popUpTrigger h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    text-align: center;
    color: #014263;
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      body.page-template-signals section#popUpTrigger h2 {
        font-size: 28px;
        line-height: 29.95px;
        padding: 0; } }
    @media (max-width: 500px) {
      body.page-template-signals section#popUpTrigger h2 {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto; } }
  body.page-template-signals section#popUpTrigger p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    color: #014263;
    margin-bottom: 53px; }
    @media (max-width: 768px) {
      body.page-template-signals section#popUpTrigger p {
        font-size: 16px;
        line-height: 24px; } }
  body.page-template-signals section#popUpTrigger img {
    cursor: pointer;
    margin: 0 auto;
    max-width: 946px;
    width: 100%; }
  body.page-template-signals section#popUpTrigger #videoBtn {
    background: none;
    border: none;
    transition: all 0.3s ease-in-out;
    margin-bottom: -160px;
    z-index: 2;
    position: relative; }
    @media (max-width: 991.9px) {
      body.page-template-signals section#popUpTrigger #videoBtn {
        margin-bottom: -70px; } }
  body.page-template-signals section#popUpTrigger .cta-wrapper {
    background: linear-gradient(129.62deg, #48BAF4 -0.4%, #4CA5EC 47.85%, #177ABE 123.78%);
    position: relative;
    z-index: 1;
    padding: 239px 0 112px; }
    @media (max-width: 991.9px) {
      body.page-template-signals section#popUpTrigger .cta-wrapper {
        padding: 133px 0 80px; } }
    body.page-template-signals section#popUpTrigger .cta-wrapper .flex-wrapper {
      display: flex;
      justify-content: center; }
      @media (max-width: 991.9px) {
        body.page-template-signals section#popUpTrigger .cta-wrapper .flex-wrapper {
          flex-direction: column; } }
      body.page-template-signals section#popUpTrigger .cta-wrapper .flex-wrapper .left-content {
        padding-right: 13px;
        display: flex;
        align-self: center; }
        @media (max-width: 991.9px) {
          body.page-template-signals section#popUpTrigger .cta-wrapper .flex-wrapper .left-content {
            padding-right: 0px; } }
        @media (max-width: 767.9px) {
          body.page-template-signals section#popUpTrigger .cta-wrapper .flex-wrapper .left-content {
            padding: 0; } }
        body.page-template-signals section#popUpTrigger .cta-wrapper .flex-wrapper .left-content h2 {
          font-family: Raleway;
          font-style: normal;
          font-weight: normal;
          font-size: 42px;
          line-height: 44px;
          text-align: right;
          letter-spacing: -0.5px;
          color: #FFFFFF;
          margin-bottom: 0; }
          @media (max-width: 1200px) {
            body.page-template-signals section#popUpTrigger .cta-wrapper .flex-wrapper .left-content h2 {
              font-size: 31.5px;
              line-height: 33px; } }
          @media (max-width: 991.9px) {
            body.page-template-signals section#popUpTrigger .cta-wrapper .flex-wrapper .left-content h2 {
              text-align: center; } }
      body.page-template-signals section#popUpTrigger .cta-wrapper .flex-wrapper .right-content {
        padding-left: 13px; }
        @media (max-width: 991.9px) {
          body.page-template-signals section#popUpTrigger .cta-wrapper .flex-wrapper .right-content {
            padding-left: 0px;
            text-align: center; } }
        @media (max-width: 767.9px) {
          body.page-template-signals section#popUpTrigger .cta-wrapper .flex-wrapper .right-content {
            padding: 0; } }
        body.page-template-signals section#popUpTrigger .cta-wrapper .flex-wrapper .right-content .btn-wrapper {
          background: rgba(255, 255, 255, 0.1);
          border: 1px solid rgba(255, 255, 255, 0.2);
          box-sizing: border-box;
          border-radius: 10px;
          padding: 24px; }
          @media (max-width: 991.9px) {
            body.page-template-signals section#popUpTrigger .cta-wrapper .flex-wrapper .right-content .btn-wrapper {
              background: none;
              border: 0;
              padding: 28px 0 0 0; } }
body.page-template-signals section#slideTrigger1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  padding: 50px 0; }
  body.page-template-signals section#slideTrigger1 .swiper-container {
    overflow: visible; }
  body.page-template-signals section#slideTrigger1 .swiper-container-horizontal > .swiper-pagination-bullets, body.page-template-signals section#slideTrigger1 .swiper-pagination-custom, body.page-template-signals section#slideTrigger1 .swiper-pagination-fraction {
    bottom: -30px; }
  body.page-template-signals section#slideTrigger1 .swiper-pagination-bullet {
    background-color: #1CA6F2; }
  body.page-template-signals section#slideTrigger1 h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
    letter-spacing: -0.5px;
    color: #177ABE;
    margin-bottom: 13px; }
    @media (max-width: 767.9px) {
      body.page-template-signals section#slideTrigger1 h2 {
        font-size: 22px;
        line-height: 32px; } }
  body.page-template-signals section#slideTrigger1 p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #333333; }
  body.page-template-signals section#slideTrigger1 .sales-data-container {
    width: 364px;
    height: 301px;
    margin: 10px 8px;
    opacity: 0; }
    body.page-template-signals section#slideTrigger1 .sales-data-container:not(.sales-card) {
      padding: 5px 28px 0 0; }
    body.page-template-signals section#slideTrigger1 .sales-data-container:not(.sales-card) p {
      margin-top: 14px; }
    @media (max-width: 991px) {
      body.page-template-signals section#slideTrigger1 .sales-data-container {
        width: 80%;
        max-width: 600px;
        margin: auto; }
        body.page-template-signals section#slideTrigger1 .sales-data-container:not(.sales-card) {
          height: auto;
          margin-bottom: 20px;
          padding: 0; } }
  body.page-template-signals section#slideTrigger1 .sales-card {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 15px 0 #e0e0e0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 41.4px; }
    @media (max-width: 991px) {
      body.page-template-signals section#slideTrigger1 .sales-card {
        padding: 0 3%; } }
    body.page-template-signals section#slideTrigger1 .sales-card img {
      max-width: 270px;
      max-height: 130px; }
      @media (max-width: 991px) {
        body.page-template-signals section#slideTrigger1 .sales-card img {
          max-width: 80%; } }
    body.page-template-signals section#slideTrigger1 .sales-card p {
      margin-top: 20px;
      line-height: 26px; }
body.page-template-signals section#schedule {
  background: linear-gradient(204.06deg, #005F88 3.38%, #014263 54.65%, #003451 98.95%);
  position: relative;
  z-index: 1;
  padding: 114px 0 112px; }
  @media (max-width: 991.9px) {
    body.page-template-signals section#schedule {
      padding: 75px 0 80px; } }
  body.page-template-signals section#schedule .content {
    display: flex;
    justify-content: center; }
    @media (max-width: 991.9px) {
      body.page-template-signals section#schedule .content {
        flex-direction: column; } }
    body.page-template-signals section#schedule .content .left-content {
      padding-right: 13px; }
      @media (max-width: 991.9px) {
        body.page-template-signals section#schedule .content .left-content {
          padding-right: 0px;
          text-align: center; } }
      @media (max-width: 767.9px) {
        body.page-template-signals section#schedule .content .left-content {
          padding: 0; } }
      body.page-template-signals section#schedule .content .left-content .btn-wrapper {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        border-radius: 10px;
        padding: 24px; }
        @media (max-width: 991.9px) {
          body.page-template-signals section#schedule .content .left-content .btn-wrapper {
            background: none;
            border: 0;
            padding: 0 0 28px 0; } }
    body.page-template-signals section#schedule .content .right-content {
      padding-left: 13px;
      display: flex;
      align-self: center; }
      @media (max-width: 991.9px) {
        body.page-template-signals section#schedule .content .right-content {
          padding-left: 0px; } }
      @media (max-width: 767.9px) {
        body.page-template-signals section#schedule .content .right-content {
          padding: 0; } }
      body.page-template-signals section#schedule .content .right-content p {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 38px;
        letter-spacing: -0.5px;
        color: #FFFFFF;
        margin-bottom: 0;
        max-width: 484px;
        margin-right: auto; }
        @media (max-width: 1200px) {
          body.page-template-signals section#schedule .content .right-content p {
            font-size: 22px;
            line-height: 32px; } }
        @media (max-width: 991.9px) {
          body.page-template-signals section#schedule .content .right-content p {
            text-align: center;
            max-width: 100%; } }
body.page-template-signals section#keys {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  padding: 0 0 104px;
  position: relative; }
  @media (max-width: 768px) {
    body.page-template-signals section#keys {
      padding: 0 0 40px; } }
  body.page-template-signals section#keys h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: #014263;
    margin: 102px auto 98px; }
    @media (max-width: 768px) {
      body.page-template-signals section#keys h2 {
        margin: 35px auto;
        margin-left: 0;
        text-align: left;
        font-size: 31.5px;
        line-height: 35px; } }
  body.page-template-signals section#keys .key-features-content-desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
    position: relative; }
    @media (max-width: 768px) {
      body.page-template-signals section#keys .key-features-content-desktop {
        display: none; } }
    body.page-template-signals section#keys .key-features-content-desktop .key-features-menu {
      width: 37%;
      max-width: 415px; }
      body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button {
        outline: none;
        width: 100%;
        position: relative;
        color: #435764;
        background: #fff;
        opacity: 0.3;
        font-family: 'Lato', Arial, sans-serif;
        font-size: 24px;
        height: 75px;
        line-height: 75px;
        text-align: left;
        border-top: 1px solid #e0e0e0;
        border-right: none;
        border-bottom: none;
        border-left: 5px solid transparent;
        transition: all 0.3s ease-in-out; }
        @media (max-width: 1200px) {
          body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button {
            font-size: 19px; } }
        @media (max-width: 991px) {
          body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button {
            font-size: 16px; } }
        body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button:last-child {
          border-bottom: 1px solid #e0e0e0; }
          body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button:last-child:hover {
            border-bottom: 1px solid rgba(224, 224, 224, 0.3); }
        body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button:hover {
          opacity: 1;
          border-top: 1px solid rgba(224, 224, 224, 0.3); }
        body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button.active {
          opacity: 1;
          border-left: 5px solid #1CA6F2;
          border-top: 1px solid rgba(224, 224, 224, 0.3); }
        body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .svg-inline--fa {
          color: #435764;
          font-size: 33px;
          margin-left: 30px;
          margin-right: 28px;
          position: relative;
          top: 5px; }
          @media (max-width: 991px) {
            body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .svg-inline--fa {
              margin-left: 10px;
              font-size: 26px !important;
              margin-right: 22px; } }
        body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .fa-megaphone {
          margin-right: 31px; }
          @media (max-width: 991px) {
            body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .fa-megaphone {
              margin-right: 20px; } }
        body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .fa-envelope-square {
          font-size: 37px;
          margin-right: 36px; }
          @media (max-width: 991px) {
            body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .fa-envelope-square {
              margin-right: 24px;
              margin-left: 11px; } }
        body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .fa-bookmark {
          margin-left: 35px;
          margin-right: 38px; }
          @media (max-width: 991px) {
            body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .fa-bookmark {
              margin-right: 22px;
              margin-left: 11px; } }
        body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .fa-lightbulb-on {
          margin-left: 26px;
          margin-right: 31px; }
          @media (max-width: 991px) {
            body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .fa-lightbulb-on {
              margin-left: 5px;
              margin-right: 17px; } }
        body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .fa-long-arrow-up {
          margin-right: 0; }
          @media (max-width: 991px) {
            body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .fa-long-arrow-up {
              margin-left: 5px; } }
        body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .fa-long-arrow-down {
          margin-left: 0;
          margin-right: 35px; }
          @media (max-width: 991px) {
            body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .fa-long-arrow-down {
              margin-right: 20px; } }
        body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .fa-mobile {
          margin-left: 37px;
          margin-right: 41px; }
          @media (max-width: 991px) {
            body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button .fa-mobile {
              margin-left: 10px;
              margin-right: 24px; } }
        body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button img {
          width: 33px;
          margin-left: 30px;
          margin-right: 36px; }
          @media (max-width: 991px) {
            body.page-template-signals section#keys .key-features-content-desktop .key-features-menu button img {
              margin-left: 10px;
              margin-right: 20px;
              width: 26px; } }
    body.page-template-signals section#keys .key-features-content-desktop .content-right {
      position: relative;
      width: 60%; }
      body.page-template-signals section#keys .key-features-content-desktop .content-right .key-features-text {
        position: absolute;
        top: 0;
        left: 0; }
        body.page-template-signals section#keys .key-features-content-desktop .content-right .key-features-text p {
          color: #435764;
          font-size: 22px;
          line-height: 33px; }
          @media (max-width: 991px) {
            body.page-template-signals section#keys .key-features-content-desktop .content-right .key-features-text p {
              font-size: 19px; } }
      body.page-template-signals section#keys .key-features-content-desktop .content-right .images-container {
        width: 100%;
        position: relative;
        height: 610px; }
        body.page-template-signals section#keys .key-features-content-desktop .content-right .images-container img {
          position: absolute; }
        body.page-template-signals section#keys .key-features-content-desktop .content-right .images-container .front-img {
          width: 466px;
          bottom: 0;
          left: 0;
          z-index: 2; }
        body.page-template-signals section#keys .key-features-content-desktop .content-right .images-container .middle-img {
          display: none;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          z-index: 1; }
        body.page-template-signals section#keys .key-features-content-desktop .content-right .images-container .back-img {
          width: 575px;
          top: 99px;
          right: -48px;
          z-index: 0; }
          @media (max-width: 1200px) {
            body.page-template-signals section#keys .key-features-content-desktop .content-right .images-container .back-img {
              right: -150px; } }
          @media (max-width: 991px) {
            body.page-template-signals section#keys .key-features-content-desktop .content-right .images-container .back-img {
              right: -290px; } }
  body.page-template-signals section#keys .key-features-content-mobile {
    display: none; }
    @media (max-width: 768px) {
      body.page-template-signals section#keys .key-features-content-mobile {
        display: block; }
        body.page-template-signals section#keys .key-features-content-mobile .feature-container {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          background: #fff;
          outline: none;
          width: 100%;
          height: 55px;
          min-width: 320px;
          padding: 0;
          overflow: hidden;
          border-right: none;
          border-bottom: none;
          border-left: none;
          border-top: 1px solid #e0e0e0; }
          body.page-template-signals section#keys .key-features-content-mobile .feature-container:last-child {
            border-bottom: 1px solid #e0e0e0; }
          body.page-template-signals section#keys .key-features-content-mobile .feature-container.active {
            height: auto;
            border-bottom: none !important;
            transition: height 0.3s ease-in-out; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .fa-chevron-down {
              transform: rotate(180deg) translateY(50%) !important;
              transition: all 0.3s ease-in-out !important; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .key-features-text {
              height: auto;
              text-align: left;
              margin: 10px auto 20px 0;
              padding: 0 10px 0 55px;
              position: relative;
              opacity: 1;
              transition: height 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out 0.3s; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-container {
              height: auto;
              width: 90%;
              min-width: 300px;
              position: relative;
              overflow: visible;
              opacity: 1;
              transition: height 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out 0.3s; }
              body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-container .front-img-m {
                z-index: 2; }
              body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-container .middle-img-m {
                z-index: 1; }
              body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-container .back-img-m {
                position: relative;
                z-index: 0; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-performance {
              padding-bottom: 20%; } }
        @media (max-width: 768px) and (max-width: 380px) {
          body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-performance {
            padding-bottom: 25%; } }
    @media (max-width: 768px) {
            body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-campaigns {
              padding-bottom: 5%; } }
        @media (max-width: 768px) and (max-width: 380px) {
          body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-campaigns {
            padding-bottom: 15%; } }
    @media (max-width: 768px) {
            body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-gaps {
              padding-bottom: 5%; } }
        @media (max-width: 768px) and (max-width: 500px) {
          body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-gaps {
            padding-bottom: 20%; } }
    @media (max-width: 768px) {
            body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-voids {
              padding-bottom: 5%; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-exports,
            body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-distro {
              padding-bottom: 10%; } }
        @media (max-width: 768px) and (max-width: 500px) {
          body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-exports,
          body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-distro {
            padding-bottom: 20%; } }
    @media (max-width: 768px) {
            body.page-template-signals section#keys .key-features-content-mobile .feature-container.active .images-favs {
              padding-bottom: 15%; }
          body.page-template-signals section#keys .key-features-content-mobile .feature-container .header {
            color: #435764;
            width: 100%;
            height: 55px;
            min-height: 55px;
            font-size: 18px;
            min-width: 320px;
            position: relative;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0;
            padding-left: 55px; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container .header .svg-inline--fa {
              color: #435764;
              font-size: 26px;
              position: absolute;
              left: 17px; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container .header .fa-lightbulb-on {
              left: 12px; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container .header .fa-long-arrow-down {
              left: 27px; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container .header img {
              position: absolute;
              left: 16px;
              width: 26px; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container .header .fa-chevron-down {
              color: #1CA6F2;
              font-size: 20px;
              left: unset;
              right: 27px;
              top: 50%;
              transform: translateY(-50%);
              transition: all 0.3s ease-in-out; }
          body.page-template-signals section#keys .key-features-content-mobile .feature-container .key-features-text {
            position: relative;
            height: 0;
            opacity: 0; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container .key-features-text p {
              font-size: 16px;
              color: #435764; }
          body.page-template-signals section#keys .key-features-content-mobile .feature-container .images-container {
            position: relative;
            height: 0;
            opacity: 0;
            overflow: hidden; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container .images-container img {
              position: absolute;
              width: 100%;
              display: block !important; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container .images-container .front-img-m {
              left: 0;
              top: 20%;
              width: 60%; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container .images-container .back-img-m {
              right: 0;
              top: 0;
              width: 70%;
              margin: 0;
              margin-left: auto; }
            body.page-template-signals section#keys .key-features-content-mobile .feature-container .images-container .front-img-fav {
              top: unset;
              left: 20px;
              bottom: 40px; } }
        @media (max-width: 768px) and (max-width: 500px) {
          body.page-template-signals section#keys .key-features-content-mobile .feature-container .images-container .front-img-fav {
            bottom: 20px; } }
    @media (max-width: 768px) {
            body.page-template-signals section#keys .key-features-content-mobile .feature-container .images-container .mid-img-fav {
              left: 40px;
              bottom: 55px; } }
        @media (max-width: 768px) and (max-width: 500px) {
          body.page-template-signals section#keys .key-features-content-mobile .feature-container .images-container .mid-img-fav {
            bottom: 35px; } }
    @media (max-width: 768px) {
            body.page-template-signals section#keys .key-features-content-mobile .feature-container .images-container .back-img-fav {
              left: -14px; } }
        @media (max-width: 768px) and (max-width: 500px) {
          body.page-template-signals section#keys .key-features-content-mobile .feature-container .images-container .back-img-fav {
            left: 66px; } }

body.page-template-signals section#section7 {
  background: linear-gradient(129.62deg, #48BAF4 -0.4%, #4CA5EC 47.85%, #177ABE 123.78%);
  position: relative;
  z-index: 1;
  padding: 114px 0 112px; }
  @media (max-width: 991.9px) {
    body.page-template-signals section#section7 {
      padding: 75px 0 80px; } }
  body.page-template-signals section#section7 .content {
    display: flex;
    justify-content: center; }
    @media (max-width: 991.9px) {
      body.page-template-signals section#section7 .content {
        flex-direction: column; } }
    body.page-template-signals section#section7 .content .left-content {
      padding-right: 13px;
      display: flex;
      align-self: center; }
      @media (max-width: 991.9px) {
        body.page-template-signals section#section7 .content .left-content {
          padding-right: 0px; } }
      @media (max-width: 767.9px) {
        body.page-template-signals section#section7 .content .left-content {
          padding: 0; } }
      body.page-template-signals section#section7 .content .left-content h2 {
        font-family: Raleway;
        font-style: normal;
        font-weight: normal;
        font-size: 42px;
        line-height: 44px;
        text-align: right;
        letter-spacing: -0.5px;
        color: #FFFFFF;
        margin-bottom: 0; }
        @media (max-width: 1200px) {
          body.page-template-signals section#section7 .content .left-content h2 {
            font-size: 31.5px;
            line-height: 33px; } }
        @media (max-width: 991.9px) {
          body.page-template-signals section#section7 .content .left-content h2 {
            text-align: center; } }
    body.page-template-signals section#section7 .content .right-content {
      padding-left: 13px; }
      @media (max-width: 991.9px) {
        body.page-template-signals section#section7 .content .right-content {
          padding-left: 0px;
          text-align: center; } }
      @media (max-width: 767.9px) {
        body.page-template-signals section#section7 .content .right-content {
          padding: 0; } }
      body.page-template-signals section#section7 .content .right-content .btn-wrapper {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        border-radius: 10px;
        padding: 24px; }
        @media (max-width: 991.9px) {
          body.page-template-signals section#section7 .content .right-content .btn-wrapper {
            background: none;
            border: 0;
            padding: 28px 0 0 0; } }

* {
  outline: 0; }

.page-template-page-product-list #main-content, .page-template-page-product-list-v2-Buy-Online #main-content .page-template-page-product-list-v2-Signal #main-content, .page-template-page-product-list-v2-Omnicommerce #main-content {
  margin-top: 0 !important; }

.page-template-page-product-list .navbar, .page-template-page-product-list-v2-Buy-Online .navbar, .page-template-page-product-list-v2-Signal .navbar, .page-template-page-product-list-v2-Omnicommerce .navbar {
  display: none !important; }

#productList {
  width: 100%;
  margin: auto; }
  #productList .back-to-top {
    position: fixed;
    right: 80px;
    bottom: 80px;
    background: #1CA6F2;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    font-size: 32px;
    text-align: center;
    padding-top: 6px;
    transition: all .3s ease-in-out; }
    #productList .back-to-top:hover {
      transform: scale(1.1); }
    @media (max-width: 768px) {
      #productList .back-to-top {
        top: unset;
        transform: translateY(0);
        bottom: 20px;
        right: 10px; } }
    #productList .back-to-top a {
      color: #fff; }
  #productList .header {
    background: #01A4F5;
    color: #fff;
    margin: auto;
    width: 100%;
    height: 186px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 1087px) {
      #productList .header {
        height: auto; } }
    #productList .header .logo {
      width: 100%;
      max-width: 154px;
      margin-bottom: 46px; }
      @media (max-width: 991px) {
        #productList .header .logo {
          margin: 16px 0; } }
    #productList .header sup {
      font-size: 10px;
      top: -27px;
      text-transform: uppercase; }
    #productList .header .header-inner {
      width: 90%;
      height: 100%;
      max-width: 1200px;
      margin: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start; }
    #productList .header nav {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -ms-flex-align: flex-end;
      align-items: flex-end;
      width: 100%; }
      @media (max-width: 1087px) {
        #productList .header nav {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          -ms-flex-align: flex-start;
          align-items: flex-start; } }
    #productList .header .nav-button {
      width: 100%;
      height: 55px;
      border-radius: 5px 5px 0 0;
      background-color: #33b6f7;
      margin-right: 8px;
      margin-bottom: 0;
      position: relative;
      text-align: center;
      line-height: 60px; }
      @media (max-width: 1087px) {
        #productList .header .nav-button {
          max-width: 100% !important; } }
      @media (max-width: 500px) {
        #productList .header .nav-button {
          text-align: left; } }
      #productList .header .nav-button a {
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-transform: uppercase;
        font-size: 15.12px;
        letter-spacing: 1px;
        z-index: 1;
        transition: all 0.3s ease-in-out; }
        @media (max-width: 500px) {
          #productList .header .nav-button a {
            text-indent: 15px; } }
    #productList .header .nav-coupon {
      max-width: 373px; }
    #productList .header .nav-buyonline {
      max-width: 208px; }
    #productList .header .nav-buyonline a {
      text-indent: 14px; }
    #productList .header .nav-active {
      background-color: #fff; }
      #productList .header .nav-active a {
        color: #555555; }
    #productList .header .nav-signals {
      max-width: 215px; }
    #productList .header .nav-demo {
      max-width: 320px; }
    #productList .header .nav-button:after {
      font-family: 'Font Awesome 5 Pro';
      content: '\f023';
      color: #33b6f7;
      background: #fff;
      border-radius: 100%;
      width: 28px;
      height: 28px;
      font-size: 12px;
      text-align: center;
      line-height: 29px;
      position: absolute;
      top: 50%;
      right: 35px;
      transform: translateY(-50%);
      cursor: pointer;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1087px) {
        #productList .header .nav-button:after {
          right: 10px !important; } }
    #productList .header .nav-buyonline:after {
      right: 15px; }
    #productList .header .nav-active:after {
      display: none; }
    #productList .header .nav-button:hover a {
      color: #555555; }
    #productList .header .nav-button:hover:after {
      background: #555555;
      color: #fff; }
    #productList .header .nav-button:before {
      font-family: 'icomoon' !important;
      color: #fff;
      font-size: 26px;
      display: block;
      position: absolute;
      left: 36px;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 500px) {
        #productList .header .nav-button:before {
          display: none; } }
    #productList .header .nav-coupon:before {
      content: '\e970';
      font-size: 36px;
      left: 30px; }
    #productList .header .nav-buyonline:before {
      content: '\e956';
      font-size: 28px;
      left: 30px; }
    #productList .header .nav-signals:before {
      content: '\e960'; }
    #productList .header .nav-demo:before {
      content: '\e971'; }
    #productList .header .nav-active:before {
      color: #1CA6F2; }
    #productList .header .nav-button:hover:before {
      color: #555555; }
  #productList #listSection {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #productList #listSection .list__header-container {
      width: 90%;
      max-width: 1200px;
      position: relative; }
      #productList #listSection .list__header-container h1 {
        color: #1ca6f2;
        font-size: 36px;
        margin-top: 65px; }
        @media (max-width: 500px) {
          #productList #listSection .list__header-container h1 {
            font-size: 30px;
            margin-top: 20px; } }
      #productList #listSection .list__header-container h4 {
        color: #435764;
        font-size: 14px;
        margin-bottom: 53px; }
        @media (max-width: 500px) {
          #productList #listSection .list__header-container h4 {
            margin-bottom: 70px; } }
      #productList #listSection .list__header-container .bottom-row {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0; }
      #productList #listSection .list__header-container a#generatePDF {
        width: 204px;
        height: 50px;
        background: #7ed321;
        border: none;
        border-radius: 6px;
        position: relative;
        font-size: 16px;
        font-weight: bold;
        transition: background 0.2s ease-in-out;
        margin-bottom: 18px;
        color: #fff;
        display: inline-block;
        text-align: center;
        line-height: 50px; }
        #productList #listSection .list__header-container a#generatePDF:hover {
          background: #93d82f; }
        @media (max-width: 500px) {
          #productList #listSection .list__header-container a#generatePDF {
            right: unset;
            left: 50%;
            transform: translateX(-50%); } }
      #productList #listSection .list__header-container a#generatePDF:before {
        font-family: 'Font Awesome 5 Pro';
        content: '\f1c1';
        color: #fff;
        font-size: 20px;
        margin-right: 10px;
        font-weight: 400;
        vertical-align: bottom; }
      #productList #listSection .list__header-container .filter-wrapper {
        display: flex;
        justify-content: flex-end;
        margin-top: 11px;
        margin-bottom: 18px; }
        #productList #listSection .list__header-container .filter-wrapper .filter-text {
          color: #435764;
          font-family: 'Lato';
          font-size: 13px;
          font-weight: bold;
          letter-spacing: 1.02px;
          line-height: 35px;
          margin-right: 8px;
          text-transform: uppercase;
          margin-top: 2px; }
        #productList #listSection .list__header-container .filter-wrapper .filter-options {
          display: flex;
          justify-content: flex-end; }
          #productList #listSection .list__header-container .filter-wrapper .filter-options .option {
            color: #435764;
            font-family: 'Lato';
            font-size: 13px;
            font-weight: bold;
            letter-spacing: 1.02px;
            line-height: 35px;
            border-radius: 20px;
            background-color: rgba(67, 87, 100, 0.1);
            padding: 0 24px;
            opacity: .5;
            transition: all .3s ease-in-out;
            margin: 0 6px;
            cursor: pointer;
            height: 39px;
            border: 2px solid transparent; }
            #productList #listSection .list__header-container .filter-wrapper .filter-options .option img {
              vertical-align: middle; }
            #productList #listSection .list__header-container .filter-wrapper .filter-options .option:hover {
              opacity: 1; }
            #productList #listSection .list__header-container .filter-wrapper .filter-options .option.active {
              opacity: 1;
              border: 2px solid #435764; }
    #productList #listSection .list__legend {
      background: #f1f1f1;
      width: 100%;
      height: 54px;
      margin-bottom: 3px; }
      #productList #listSection .list__legend .list__legend-liner {
        width: 90%;
        height: 100%;
        margin: auto;
        max-width: 1200px;
        padding-left: 330px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 991px) {
          #productList #listSection .list__legend .list__legend-liner {
            padding-left: 0;
            -webkit-justify-content: space-around;
            -moz-justify-content: space-around;
            -ms-justify-content: space-around;
            justify-content: space-around;
            -ms-flex-pack: space-around; } }
        @media (max-width: 500px) {
          #productList #listSection .list__legend .list__legend-liner {
            flex-direction: column; } }
        #productList #listSection .list__legend .list__legend-liner h3 {
          color: #435764;
          font-size: 13px;
          letter-spacing: 1px;
          font-weight: bold;
          text-transform: uppercase;
          margin-bottom: 0;
          white-space: nowrap; }
          @media (max-width: 991px) {
            #productList #listSection .list__legend .list__legend-liner h3 {
              display: none; } }
        #productList #listSection .list__legend .list__legend-liner .retailer_name_legend {
          margin-right: 40px; }
        #productList #listSection .list__legend .list__legend-liner .list__legend-indicator {
          margin-left: 70px;
          position: relative;
          white-space: normal; }
          @media (max-width: 991px) {
            #productList #listSection .list__legend .list__legend-liner .list__legend-indicator {
              margin-left: 50px;
              display: block; } }
        #productList #listSection .list__legend .list__legend-liner .list__legend-indicator:before {
          content: ' ';
          display: inline-block;
          width: 17px;
          height: 17px;
          border-radius: 100%;
          background: #1ca6f2;
          position: absolute;
          top: 0;
          left: -30px;
          bottom: 0;
          margin: auto; }
        #productList #listSection .list__legend .list__legend-liner .list__legend-indicator2:before {
          background: #9D9D9D; }
        #productList #listSection .list__legend .list__legend-liner .banner-header {
          margin-left: 60px;
          margin-right: 38px; }
    #productList #listSection .sticky-wrapper {
      width: 100%; }
    #productList #listSection .list__nav {
      width: 100%;
      height: 35px;
      background: #F3FAFE;
      margin-bottom: 21px; }
      #productList #listSection .list__nav.stuck {
        position: fixed;
        top: 0;
        z-index: 1; }
      @media (max-width: 768px) {
        #productList #listSection .list__nav {
          height: auto; } }
      #productList #listSection .list__nav .list__nav-liner {
        width: 90%;
        max-width: 1200px;
        height: 100%;
        margin: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-evenly;
        -moz-justify-content: space-evenly;
        -ms-justify-content: space-evenly;
        justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        flex-wrap: nowrap; }
        @media (max-width: 768px) {
          #productList #listSection .list__nav .list__nav-liner {
            flex-wrap: wrap; } }
        #productList #listSection .list__nav .list__nav-liner a {
          color: rgba(28, 166, 242, 0.25);
          font-size: 16px;
          font-weight: bold;
          transition: color 0.3s ease-in-out;
          text-decoration: none;
          height: 100%;
          line-height: 2.2;
          padding: 0 10px; }
          #productList #listSection .list__nav .list__nav-liner a:hover {
            color: #1ca6f2; }
    #productList #listSection .list {
      width: 90%;
      max-width: 1200px;
      height: 100%;
      margin: auto; }
      #productList #listSection .list .list__letter-container {
        width: 100%;
        margin-bottom: 50px; }
        #productList #listSection .list .list__letter-container h2 {
          color: #1ca6f2;
          font-size: 36px;
          text-align: left;
          width: 100%;
          border-bottom: 1px solid #BCBCBC; }
        #productList #listSection .list .list__letter-container .list__retailer-container {
          width: 100%;
          min-height: 72px;
          border-bottom: 1px solid #BCBCBC;
          position: relative; }
          #productList #listSection .list .list__letter-container .list__retailer-container:not(.hasBanners) {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
          #productList #listSection .list .list__letter-container .list__retailer-container.hasBanners {
            display: flex;
            padding-top: 22px; }
            #productList #listSection .list .list__letter-container .list__retailer-container.hasBanners .list__retailer-logo img {
              transform: translateY(-25%); }
          #productList #listSection .list .list__letter-container .list__retailer-container .list__retailer-logo {
            width: 141px;
            height: 50px;
            line-height: 50px;
            margin-left: 44px;
            margin-right: 146px;
            text-align: left; }
            #productList #listSection .list .list__letter-container .list__retailer-container .list__retailer-logo img {
              max-height: 100%;
              max-width: 100%; }
          #productList #listSection .list .list__letter-container .list__retailer-container .list__retailer-name {
            width: 183px;
            text-align: left;
            margin-right: 8px; }
          #productList #listSection .list .list__letter-container .list__retailer-container p {
            font-size: 16px;
            color: #435764;
            margin-bottom: 0; }
          #productList #listSection .list .list__letter-container .list__retailer-container .dot {
            background: #1ca6f2;
            width: 17px;
            height: 17px;
            border-radius: 100%;
            margin-right: 217px; }
            #productList #listSection .list .list__letter-container .list__retailer-container .dot.no {
              visibility: hidden; }
            #productList #listSection .list .list__letter-container .list__retailer-container .dot.yes {
              visibility: visible; }
            #productList #listSection .list .list__letter-container .list__retailer-container .dot.blue {
              visibility: visible;
              background: #1ca6f2; }
            #productList #listSection .list .list__letter-container .list__retailer-container .dot.grey {
              visibility: visible;
              background: #9D9D9D; }
          #productList #listSection .list .list__letter-container .list__retailer-container .dot2 {
            background: #9D9D9D;
            width: 17px;
            height: 17px;
            border-radius: 100%; }
            #productList #listSection .list .list__letter-container .list__retailer-container .dot2.no {
              visibility: hidden; }
            #productList #listSection .list .list__letter-container .list__retailer-container .dot2.yes {
              visibility: visible; }
          #productList #listSection .list .list__letter-container .list__retailer-container .banner-list-wrapper {
            position: relative;
            padding-right: 73px;
            /* text-align: right; */
            text-align: right;
            flex-grow: 1; }
            #productList #listSection .list .list__letter-container .list__retailer-container .banner-list-wrapper .banner-list {
              display: inline-block; }
              #productList #listSection .list .list__letter-container .list__retailer-container .banner-list-wrapper .banner-list .banner-title {
                color: #435764;
                font-family: 'Lato';
                font-size: 16px;
                font-weight: bold;
                letter-spacing: 0;
                line-height: 24.75px;
                cursor: pointer; }
                #productList #listSection .list .list__letter-container .list__retailer-container .banner-list-wrapper .banner-list .banner-title:after {
                  position: absolute;
                  right: 32px;
                  content: '\f078';
                  font-family: 'Font Awesome 5 Pro';
                  color: #BCBCBC;
                  font-size: 18px;
                  letter-spacing: 0;
                  line-height: 18px;
                  transition: all .3s ease-in-out;
                  top: 3px; }
                #productList #listSection .list .list__letter-container .list__retailer-container .banner-list-wrapper .banner-list .banner-title:hover:after {
                  color: #435764; }
              #productList #listSection .list .list__letter-container .list__retailer-container .banner-list-wrapper .banner-list .banner-items {
                padding: 0px 16px; }
                #productList #listSection .list .list__letter-container .list__retailer-container .banner-list-wrapper .banner-list .banner-items .banner-item {
                  color: #435764;
                  font-family: 'Lato';
                  font-size: 16px;
                  letter-spacing: 0;
                  line-height: 24.75px;
                  max-height: 0;
                  overflow: hidden;
                  text-align: left;
                  transition: all .3s ease-in-out; }
            #productList #listSection .list .list__letter-container .list__retailer-container .banner-list-wrapper.open .banner-list .banner-title:after {
              transform: rotate(180deg); }
            #productList #listSection .list .list__letter-container .list__retailer-container .banner-list-wrapper.open .banner-list .banner-items .banner-item {
              max-height: 200px;
              overflow: visible; }
          @media (max-width: 600px) {
            #productList #listSection .list .list__letter-container .list__retailer-container {
              -webkit-justify-content: space-between;
              -moz-justify-content: space-between;
              -ms-justify-content: space-between;
              justify-content: space-between;
              -ms-flex-pack: space-between; }
              #productList #listSection .list .list__letter-container .list__retailer-container .list__retailer-logo,
              #productList #listSection .list .list__letter-container .list__retailer-container .list__retailer-name {
                margin: 0; }
              #productList #listSection .list .list__letter-container .list__retailer-container .list__retailer-logo {
                width: unset; } }

#salesMarketingAssets {
  padding-bottom: 140px; }
  #salesMarketingAssets section.heading {
    color: #1CA6F2;
    font-family: 'Lato';
    font-size: 36px;
    letter-spacing: 0;
    line-height: 32px;
    padding: 70px 0 50px;
    background-color: #fff; }
    @media (max-width: 992px) {
      #salesMarketingAssets section.heading {
        font-size: 32px;
        padding: 70px 0 20px; } }
  #salesMarketingAssets section.table-heading {
    background-color: #F1F1F1; }
    @media (max-width: 992px) {
      #salesMarketingAssets section.table-heading {
        display: none; } }
    #salesMarketingAssets section.table-heading .container {
      padding: 0 24px 0 0; }
      #salesMarketingAssets section.table-heading .container .title {
        color: #435764;
        font-family: 'Lato';
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1.02px;
        line-height: 60px;
        display: inline-block; }
        #salesMarketingAssets section.table-heading .container .title.doc-checkbox {
          width: 50px; }
        #salesMarketingAssets section.table-heading .container .title.doc-name {
          width: calc(100% - 700px);
          min-width: 220px; }
        #salesMarketingAssets section.table-heading .container .title.doc-size {
          width: 120px; }
        #salesMarketingAssets section.table-heading .container .title.doc-type {
          width: 120px; }
        #salesMarketingAssets section.table-heading .container .title.doc-updated {
          width: 150px; }
        #salesMarketingAssets section.table-heading .container .title.doc-button {
          width: 200px; }
  #salesMarketingAssets section.table-data {
    margin-top: 20px; }
    #salesMarketingAssets section.table-data .document-set {
      padding-bottom: 20px; }
      #salesMarketingAssets section.table-data .document-set .title-row {
        background-color: #F1F1F1;
        cursor: pointer;
        position: relative;
        padding: 0 24px 0 50px;
        min-height: 65px; }
        @media (max-width: 992px) {
          #salesMarketingAssets section.table-data .document-set .title-row {
            padding: 0 40px 0 10px; } }
        #salesMarketingAssets section.table-data .document-set .title-row .title {
          color: #555555;
          font-family: 'Lato';
          font-size: 16.8px;
          letter-spacing: 1.2px;
          line-height: 65px; }
          @media (max-width: 992px) {
            #salesMarketingAssets section.table-data .document-set .title-row .title {
              font-size: 14px; } }
          #salesMarketingAssets section.table-data .document-set .title-row .title span {
            color: #1CA6F2;
            font-size: 31px;
            line-height: 65px;
            vertical-align: middle;
            margin-right: 10px; }
            @media (max-width: 992px) {
              #salesMarketingAssets section.table-data .document-set .title-row .title span {
                font-size: 24px;
                margin-right: 5px; } }
        #salesMarketingAssets section.table-data .document-set .title-row:after {
          color: #435764;
          font-family: 'Font Awesome 5 Pro';
          font-size: 26px;
          font-weight: 300;
          letter-spacing: 2.04px;
          line-height: 65px;
          content: '\f055';
          position: absolute;
          right: 24px;
          top: 0; }
          @media (max-width: 992px) {
            #salesMarketingAssets section.table-data .document-set .title-row:after {
              right: 10px; } }
      #salesMarketingAssets section.table-data .document-set .document-list-wrapper {
        max-height: 0;
        overflow: hidden;
        transition: all .3s ease-in-out; }
        #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item {
          border-bottom: 1px solid #BCBCBC;
          padding: 14px 24px 14px 0; }
          #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td {
            display: inline-block;
            color: #435764;
            font-family: 'Lato';
            font-size: 16px;
            letter-spacing: 0;
            line-height: 40px; }
            #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-checkbox {
              width: 50px;
              cursor: pointer;
              width: 50px; }
              @media (max-width: 992px) {
                #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-checkbox {
                  width: 20%; } }
              #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-checkbox span {
                display: block; }
              #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-checkbox img {
                width: 23px; }
              #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-checkbox span.checked {
                display: none; }
              #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-checkbox.checked span.square {
                display: none; }
              #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-checkbox.checked span.checked {
                display: block; }
              @media (max-width: 992px) {
                #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-checkbox.Link {
                  display: none; } }
              #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-checkbox.Link .box {
                display: none; }
            #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-name {
              color: #435764;
              font-family: 'Lato';
              font-size: 16px;
              letter-spacing: 0;
              font-weight: 600;
              width: calc(100% - 700px);
              min-width: 220px; }
              @media (max-width: 992px) {
                #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-name {
                  width: 80%; } }
            #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-size {
              width: 120px; }
              @media (max-width: 992px) {
                #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-size.Link {
                  display: none; } }
            #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-updated {
              width: 150px; }
              @media (max-width: 992px) {
                #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-updated {
                  width: 120px; } }
            #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-size, #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-updated {
              color: #BCBCBC;
              font-family: 'Lato';
              font-size: 16px;
              letter-spacing: 0;
              line-height: 40px; }
            #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-type {
              width: 120px; }
              @media (max-width: 992px) {
                #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-type {
                  width: 100px; } }
              #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-type .dot {
                width: 80px;
                border-radius: 18px;
                background-color: #39E6B2;
                color: #FFFFFF;
                font-family: 'Lato';
                font-size: 14px;
                font-weight: bold;
                letter-spacing: 0;
                line-height: 34px;
                text-align: center;
                background-color: #39E6B2;
                width: 80px; }
                #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-type .dot.Link {
                  background-color: #925AF2; }
            #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-button {
              width: 200px;
              text-align: right; }
              @media (max-width: 992px) {
                #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-button {
                  display: block !important;
                  width: 100% !important; } }
              #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-button a {
                width: 142px;
                border-radius: 6px;
                background-color: #1CA6F2;
                border: 2px solid #1CA6F2;
                transition: all .3s ease-in-out;
                color: #FFFFFF;
                font-family: 'Lato';
                font-size: 14px;
                font-weight: bold;
                letter-spacing: 0;
                line-height: 40px;
                text-align: center;
                display: inline-block; }
                @media (max-width: 992px) {
                  #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-button a {
                    width: 100%; } }
                #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-button a i, #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-button a svg {
                  font-size: 20px;
                  letter-spacing: 1.57px;
                  margin-right: 5px;
                  vertical-align: middle; }
                #salesMarketingAssets section.table-data .document-set .document-list-wrapper .document-list .document-item td.doc-button a:hover {
                  background-color: #fff;
                  color: #1CA6F2; }
      #salesMarketingAssets section.table-data .document-set.open .title-row:after {
        content: '\f056'; }
      #salesMarketingAssets section.table-data .document-set.open .document-list-wrapper {
        max-height: 10000px; }
  #salesMarketingAssets section.fixed-download {
    height: 90px;
    background-color: #1CA6F2;
    box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.17);
    padding: 20px 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -300px;
    transition: all .3s ease-in-out; }
    @media (max-width: 992px) {
      #salesMarketingAssets section.fixed-download {
        height: 110px;
        padding: 10px 0; } }
    #salesMarketingAssets section.fixed-download.show {
      bottom: 0; }
    #salesMarketingAssets section.fixed-download .left-content {
      color: #FFFFFF;
      font-family: 'Lato';
      font-size: 24px;
      letter-spacing: 0;
      line-height: 30px; }
      @media (max-width: 992px) {
        #salesMarketingAssets section.fixed-download .left-content {
          font-size: 22px; } }
    #salesMarketingAssets section.fixed-download .right-content a {
      width: 238px;
      border-radius: 6px;
      border: 2px solid #7ED321;
      transition: all .3s ease-in-out;
      color: #FFFFFF;
      font-family: 'Lato';
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 40px;
      text-align: center;
      display: inline-block;
      border-radius: 6px;
      background-color: #7ED321; }
      @media (max-width: 992px) {
        #salesMarketingAssets section.fixed-download .right-content a {
          margin-top: 10px;
          width: 100%; } }
      #salesMarketingAssets section.fixed-download .right-content a i, #salesMarketingAssets section.fixed-download .right-content a svg {
        font-size: 20px;
        letter-spacing: 1.57px;
        margin-right: 5px;
        vertical-align: middle; }
      #salesMarketingAssets section.fixed-download .right-content a:hover {
        background-color: #fff;
        color: #7ED321; }
  #salesMarketingAssets #copied {
    display: none;
    position: absolute;
    left: 0;
    right: 0; }
    #salesMarketingAssets #copied.show {
      display: block; }

#closeBy #request-demo {
  background: #333E49;
  padding: 51px 0 0; }
  @media (max-width: 768px) {
    #closeBy #request-demo {
      padding: 30px 0 0; } }
  #closeBy #request-demo .demo-btn {
    position: relative;
    width: 248px;
    height: 50px;
    color: #435764;
    font-weight: bold;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin: 32px auto 57px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    #closeBy #request-demo .demo-btn:hover {
      background: transparent;
      color: #fff; }
    @media (max-width: 768px) {
      #closeBy #request-demo .demo-btn {
        margin: 30px auto; } }
  #closeBy #request-demo .request-demo-header {
    color: #FFFFFF;
    font-family: 'Lato';
    font-size: 35px;
    line-height: 35px;
    font-weight: normal; }
    @media (max-width: 768px) {
      #closeBy #request-demo .request-demo-header {
        font-size: 22px;
        line-height: 22px; } }
#closeBy #request-demo2 {
  background: #435764;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 344px;
  padding: 0; }
  @media (max-width: 768px) {
    #closeBy #request-demo2 {
      min-height: 280px;
      padding: 30px 0; } }
  #closeBy #request-demo2 .request-demo-header {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 27px; }
    @media (max-width: 768px) {
      #closeBy #request-demo2 .request-demo-header {
        font-size: 22px;
        line-height: 24px; } }
    @media (max-width: 380px) {
      #closeBy #request-demo2 .request-demo-header {
        font-size: 16px; } }
    @media (max-width: 320px) {
      #closeBy #request-demo2 .request-demo-header {
        font-size: 14px; } }
  #closeBy #request-demo2 .demo-btn {
    width: 100%;
    max-width: 248px;
    height: 50px;
    color: #fff;
    background: #7ED321;
    border: none;
    border-radius: 6px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin: 26px auto 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    #closeBy #request-demo2 .demo-btn:hover {
      background-color: #93d82f; }
    @media (max-width: 768px) {
      #closeBy #request-demo2 .demo-btn {
        max-width: 390px;
        margin: 20px auto; } }

#canada #request-demo {
  background: #333E49;
  padding: 51px 0 0; }
  @media (max-width: 769px) {
    #canada #request-demo {
      padding: 30px 0 0; } }
  #canada #request-demo .demo-btn {
    position: relative;
    width: 248px;
    height: 50px;
    color: #435764;
    font-weight: bold;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin: 32px auto 57px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    #canada #request-demo .demo-btn:hover {
      background: transparent;
      color: #fff; }
    @media (max-width: 769px) {
      #canada #request-demo .demo-btn {
        margin: 30px auto; } }
  #canada #request-demo .request-demo-header {
    color: #FFFFFF;
    font-family: 'Lato';
    font-size: 35px;
    line-height: 35px;
    font-weight: normal; }
    @media (max-width: 769px) {
      #canada #request-demo .request-demo-header {
        font-size: 22px;
        line-height: 22px; } }
#canada #request-demo2 {
  background: #435764;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 344px;
  padding: 0; }
  @media (max-width: 769px) {
    #canada #request-demo2 {
      min-height: 280px;
      padding: 30px 0; } }
  #canada #request-demo2 .request-demo-header {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 27px; }
    @media (max-width: 769px) {
      #canada #request-demo2 .request-demo-header {
        font-size: 22px;
        line-height: 24px; } }
    @media (max-width: 380px) {
      #canada #request-demo2 .request-demo-header {
        font-size: 16px; } }
    @media (max-width: 320px) {
      #canada #request-demo2 .request-demo-header {
        font-size: 14px; } }
  #canada #request-demo2 .demo-btn {
    width: 100%;
    max-width: 248px;
    height: 50px;
    color: #fff;
    background: #7ED321;
    border: none;
    border-radius: 6px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin: 26px auto 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    #canada #request-demo2 .demo-btn:hover {
      background-color: #93d82f; }
    @media (max-width: 769px) {
      #canada #request-demo2 .demo-btn {
        max-width: 390px;
        margin: 20px auto; } }

@media (min-width: 1300px) {
  body.page-template-shoppable .container {
    max-width: 1240px; } }
body.page-template-shoppable section#header {
  overflow: hidden;
  height: auto;
  padding-top: 40px;
  background: linear-gradient(265.48deg, #005F88 36.94%, #014263 59.56%, #003451 78.14%);
  position: relative; }
  body.page-template-shoppable section#header:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../../shoppable/assets/images/desktop/01_corner.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 120%;
    width: 64%;
    z-index: 1; }
    @media (max-width: 1200px) {
      body.page-template-shoppable section#header:before {
        width: 64%; } }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#header:before {
        width: 64%; } }
    @media (max-width: 767.9px) {
      body.page-template-shoppable section#header:before {
        width: 100%;
        background-image: url(../../shoppable/assets/images/desktop/diagonal-hero-mobile.png); } }
  body.page-template-shoppable section#header h1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 58px;
    color: #EAF6FC;
    letter-spacing: 0.741313px;
    margin-bottom: 15px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#header h1 {
        font-size: 45px;
        line-height: 36px;
        margin-bottom: 14px;
        text-align: center; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section#header h1 {
        font-size: 38.7646px;
        line-height: 43px;
        letter-spacing: 0.574733px;
        margin-bottom: 16px;
        text-align: left; } }
    body.page-template-shoppable section#header h1 b {
      font-weight: 700; }
    body.page-template-shoppable section#header h1 span.span1 {
      background: linear-gradient(138.14deg, #AEFFEC -1.46%, #86E4B7 41.31%, #7AD65A 66.39%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
  body.page-template-shoppable section#header h4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 33px;
    color: #B7E7FF;
    margin-bottom: 15px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#header h4 {
        width: auto;
        font-size: 20px;
        line-height: 32px;
        text-align: center; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section#header h4 {
        font-size: 19px;
        letter-spacing: 0;
        line-height: 26px;
        margin-bottom: 12px;
        text-align: left; } }
  body.page-template-shoppable section#header p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #B7E7FF;
    margin-bottom: 22px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#header p {
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        margin: 0 0 20px; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section#header p {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        margin: 0 auto 16px;
        text-align: left; } }
  body.page-template-shoppable section#header .hero-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-direction: row;
    height: auto;
    padding-right: 0;
    padding-bottom: 20px; }
    @media (max-width: 991px) {
      body.page-template-shoppable section#header .hero-container {
        flex-direction: column;
        padding-right: 15px; } }
  body.page-template-shoppable section#header .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    visibility: hidden; }
    @media (max-width: 991px) {
      body.page-template-shoppable section#header .hero-content {
        width: 100%;
        max-width: 100%;
        margin: 20px auto 31px; } }
    @media (max-width: 380px) {
      body.page-template-shoppable section#header .hero-content {
        margin: auto;
        text-align: left; } }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#header .hero-content div {
        text-align: center; } }
  body.page-template-shoppable section#header .hero-image-container {
    width: 70%;
    position: relative;
    height: 100%;
    z-index: 2;
    position: relative; }
    @media (max-width: 1260px) {
      body.page-template-shoppable section#header .hero-image-container {
        width: 60%; } }
    @media (max-width: 991px) {
      body.page-template-shoppable section#header .hero-image-container {
        width: 90%;
        max-width: 650px;
        margin: auto; } }
    body.page-template-shoppable section#header .hero-image-container img {
      position: absolute;
      visibility: hidden; }
    body.page-template-shoppable section#header .hero-image-container .img-hero-phone {
      left: 110px;
      width: 190px;
      bottom: 3%;
      z-index: 1; }
      @media (max-width: 991px) {
        body.page-template-shoppable section#header .hero-image-container .img-hero-phone {
          width: 20%;
          min-width: 69px;
          left: 0; } }
    body.page-template-shoppable section#header .hero-image-container .img-hero-laptop {
      right: -90px;
      width: 1100px;
      padding-top: 30px;
      bottom: 0;
      position: relative; }
      @media (max-width: 991px) {
        body.page-template-shoppable section#header .hero-image-container .img-hero-laptop {
          width: 100%;
          min-width: 406px;
          right: 0; } }
body.page-template-shoppable section#steps {
  background-color: #FFFFFF;
  padding: 83px 0 112px; }
  @media (max-width: 991.9px) {
    body.page-template-shoppable section#steps {
      padding: 66px 0; } }
  @media (max-width: 575.9px) {
    body.page-template-shoppable section#steps {
      padding: 47px 0 37px; } }
  body.page-template-shoppable section#steps .steps-wrapper {
    margin: 0 -50px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#steps .steps-wrapper {
        margin: 0 -25px; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section#steps .steps-wrapper {
        margin: 0; } }
    body.page-template-shoppable section#steps .steps-wrapper h1 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 44px;
      text-align: center;
      color: #014263;
      margin-bottom: 22px; }
      @media (max-width: 575.9px) {
        body.page-template-shoppable section#steps .steps-wrapper h1 {
          font-size: 31.5px;
          line-height: 35px;
          letter-spacing: -0.5px;
          margin-bottom: 26px;
          text-align: left; } }
      body.page-template-shoppable section#steps .steps-wrapper h1 b {
        font-weight: 800; }
    body.page-template-shoppable section#steps .steps-wrapper h4 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 25px;
      line-height: 38px;
      text-align: center;
      color: #014263;
      margin: 0 auto 38px;
      max-width: 983px; }
      body.page-template-shoppable section#steps .steps-wrapper h4 b {
        font-weight: 700; }
      @media (max-width: 767.9px) {
        body.page-template-shoppable section#steps .steps-wrapper h4 {
          font-size: 22px;
          line-height: 32px;
          text-align: left;
          margin-bottom: 42px; } }
    body.page-template-shoppable section#steps .steps-wrapper .step-wrapper {
      padding: 0 50px; }
      @media (max-width: 991.9px) {
        body.page-template-shoppable section#steps .steps-wrapper .step-wrapper {
          padding: 0 25px; } }
      @media (max-width: 575.9px) {
        body.page-template-shoppable section#steps .steps-wrapper .step-wrapper {
          padding: 0 0 125px 0; }
          body.page-template-shoppable section#steps .steps-wrapper .step-wrapper:last-of-type {
            padding-bottom: 0; } }
      body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .img-wrapper {
        position: relative;
        margin-bottom: 45px; }
        body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .img-wrapper img {
          max-width: 100%; }
        @media (max-width: 575.9px) {
          body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .img-wrapper {
            margin-bottom: 19px; }
            body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .img-wrapper img {
              max-width: 80%;
              margin: auto; } }
        body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .img-wrapper .green-arrow {
          position: absolute;
          top: 50%;
          margin-top: -25px; }
          @media (max-width: 575.9px) {
            body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .img-wrapper .green-arrow {
              transform: rotate(90deg); } }
          body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .img-wrapper .green-arrow img {
            transform: scale(0.5); }
        body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .img-wrapper.img-wrapper1 .green-arrow {
          right: -60px; }
          @media (max-width: 991.9px) {
            body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .img-wrapper.img-wrapper1 .green-arrow {
              right: -45px; } }
          @media (max-width: 767.9px) {
            body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .img-wrapper.img-wrapper1 .green-arrow {
              left: 0;
              right: 0;
              bottom: -130px;
              top: unset;
              margin: 0;
              text-align: right; } }
        body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .img-wrapper.img-wrapper2 .green-arrow {
          right: -90px; }
          @media (max-width: 991.9px) {
            body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .img-wrapper.img-wrapper2 .green-arrow {
              right: -65px; } }
          @media (max-width: 767.9px) {
            body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .img-wrapper.img-wrapper2 .green-arrow {
              left: 0;
              right: 0;
              bottom: -130px;
              top: unset;
              margin: 0;
              text-align: right; } }
      body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .title {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 38px;
        letter-spacing: 0.500831px;
        color: #177ABE;
        margin-bottom: 2px;
        text-align: left; }
        @media (max-width: 575.9px) {
          body.page-template-shoppable section#steps .steps-wrapper .step-wrapper .title {
            font-size: 25px;
            line-height: 38px;
            margin-bottom: 8px; } }
      body.page-template-shoppable section#steps .steps-wrapper .step-wrapper p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
        letter-spacing: 0.500831px;
        color: #333333;
        text-align: left; }
        @media (max-width: 575.9px) {
          body.page-template-shoppable section#steps .steps-wrapper .step-wrapper p {
            font-size: 17px;
            line-height: 26px;
            margin-bottom: 0; } }
  body.page-template-shoppable section#steps .carousel-wrapper {
    margin-top: 46px; }
    @media (max-width: 767.9px) {
      body.page-template-shoppable section#steps .carousel-wrapper {
        margin-top: 40px;
        padding-top: 26px;
        border-top: 2px solid #DFE6EA; } }
    body.page-template-shoppable section#steps .carousel-wrapper h4 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 20.1487px;
      line-height: 30px;
      text-align: center;
      color: #595959;
      margin-top: 25px; }
      @media (max-width: 1200px) {
        body.page-template-shoppable section#steps .carousel-wrapper h4 {
          font-size: 18px;
          line-height: 32px; } }
    body.page-template-shoppable section#steps .carousel-wrapper .carousel {
      position: relative;
      padding: 0 50px; }
      @media (max-width: 767.9px) {
        body.page-template-shoppable section#steps .carousel-wrapper .carousel {
          padding: 0; } }
      body.page-template-shoppable section#steps .carousel-wrapper .carousel .cnav {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center; }
        @media (max-width: 767.9px) {
          body.page-template-shoppable section#steps .carousel-wrapper .carousel .cnav {
            display: none; } }
        body.page-template-shoppable section#steps .carousel-wrapper .carousel .cnav .customBtn {
          position: absolute;
          width: 42px;
          height: 42px;
          line-height: 42px;
          background: #F1F7FA;
          border-radius: 6px;
          text-align: center;
          transition: all .3s ease-in-out; }
          body.page-template-shoppable section#steps .carousel-wrapper .carousel .cnav .customBtn:hover {
            background: #B7E7FF; }
          body.page-template-shoppable section#steps .carousel-wrapper .carousel .cnav .customBtn img {
            width: 11px; }
          body.page-template-shoppable section#steps .carousel-wrapper .carousel .cnav .customBtn.customPrevBtn {
            left: 0; }
          body.page-template-shoppable section#steps .carousel-wrapper .carousel .cnav .customBtn.customNextBtn {
            right: 0; }
body.page-template-shoppable section#phones {
  background: #F9F9F9;
  padding: 93px 0 110px; }
  @media (max-width: 575.9px) {
    body.page-template-shoppable section#phones {
      padding: 39px 0 20px; } }
  body.page-template-shoppable section#phones h1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    text-align: center;
    color: #014263;
    margin-bottom: 32px; }
    body.page-template-shoppable section#phones h1 b {
      font-weight: 800; }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section#phones h1 {
        font-size: 31.5px;
        line-height: 35px;
        letter-spacing: -0.5px;
        text-align: left;
        margin-bottom: 21px; } }
  body.page-template-shoppable section#phones h4 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    color: #014263;
    margin-bottom: 43px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#phones h4 {
        font-size: 20px;
        line-height: 32px; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section#phones h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 21px;
        text-align: left; } }
  body.page-template-shoppable section#phones .phone-wrapper {
    border-top: 1px solid #DCDCDC;
    padding-top: 40px; }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section#phones .phone-wrapper {
        padding-top: 0;
        border-top: 0; } }
    body.page-template-shoppable section#phones .phone-wrapper h5 {
      color: #435764;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 36px;
      margin-bottom: 18px; }
      @media (max-width: 575.9px) {
        body.page-template-shoppable section#phones .phone-wrapper h5 {
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 36px;
          margin-bottom: 7px; } }
    body.page-template-shoppable section#phones .phone-wrapper .buttons {
      display: flex;
      justify-content: center;
      margin-bottom: 55px; }
      @media (max-width: 575.9px) {
        body.page-template-shoppable section#phones .phone-wrapper .buttons {
          margin-bottom: 25px; } }
      body.page-template-shoppable section#phones .phone-wrapper .buttons .bt {
        border-radius: 25.65px;
        background-color: #D9DDE0;
        margin: 0 8px;
        height: 52px;
        width: 220px;
        color: #435764;
        font-size: 19px;
        letter-spacing: 0;
        line-height: 52px;
        cursor: pointer;
        transition: background-color .3s ease-in-out, color .3s ease-in-out;
        padding: 0 10px; }
        @media (max-width: 575.9px) {
          body.page-template-shoppable section#phones .phone-wrapper .buttons .bt {
            height: 72px;
            width: 90px;
            border-radius: 10px;
            font-size: 12px;
            letter-spacing: 0;
            line-height: 14px;
            margin: auto;
            display: flex;
            justify-content: center;
            flex-direction: column; } }
        body.page-template-shoppable section#phones .phone-wrapper .buttons .bt i, body.page-template-shoppable section#phones .phone-wrapper .buttons .bt svg {
          color: #435764;
          font-size: 19px;
          letter-spacing: 0;
          line-height: 19px;
          margin-right: 7px; }
          @media (max-width: 575.9px) {
            body.page-template-shoppable section#phones .phone-wrapper .buttons .bt i, body.page-template-shoppable section#phones .phone-wrapper .buttons .bt svg {
              font-size: 22px;
              letter-spacing: 0;
              line-height: 22px;
              display: block;
              margin: 0 auto 5px; } }
        body.page-template-shoppable section#phones .phone-wrapper .buttons .bt:hover {
          background-color: #AFAFAF; }
        body.page-template-shoppable section#phones .phone-wrapper .buttons .bt.active {
          cursor: default;
          color: #FFFFFF;
          background-color: #435764; }
          body.page-template-shoppable section#phones .phone-wrapper .buttons .bt.active i, body.page-template-shoppable section#phones .phone-wrapper .buttons .bt.active svg {
            color: #FFFFFF; }
          body.page-template-shoppable section#phones .phone-wrapper .buttons .bt.active:hover {
            background-color: #435764; }
    body.page-template-shoppable section#phones .phone-wrapper .swappables .flex-wrapper {
      display: flex;
      justify-content: center; }
      body.page-template-shoppable section#phones .phone-wrapper .swappables .flex-wrapper .right-flex {
        width: 391px;
        text-align: left;
        align-self: center; }
        @media (max-width: 767.9px) {
          body.page-template-shoppable section#phones .phone-wrapper .swappables .flex-wrapper .right-flex {
            display: none; } }
    body.page-template-shoppable section#phones .phone-wrapper .swappables .use-case {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 34px;
      letter-spacing: -0.5px;
      color: #014263;
      margin-bottom: 14px; }
    body.page-template-shoppable section#phones .phone-wrapper .swappables p.infos {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      color: #333333;
      margin-bottom: 0; }
    body.page-template-shoppable section#phones .phone-wrapper .swappables .phones-images {
      width: 294px;
      position: relative;
      margin: 0 150px 8px 0;
      cursor: pointer; }
      @media (max-width: 767.9px) {
        body.page-template-shoppable section#phones .phone-wrapper .swappables .phones-images {
          margin: auto; } }
      @media (max-width: 575.9px) {
        body.page-template-shoppable section#phones .phone-wrapper .swappables .phones-images {
          width: 235px; }
          body.page-template-shoppable section#phones .phone-wrapper .swappables .phones-images:after {
            content: 'Tap me!';
            color: #FFFFFF;
            font-family: "Lato";
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 15px;
            text-align: center;
            height: 62px;
            width: 62px;
            border-radius: 62px;
            background-color: #7ED321;
            position: absolute;
            top: -15px;
            right: -5px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            padding: 0px 10px;
            animation: pulse 2s infinite; } }
      body.page-template-shoppable section#phones .phone-wrapper .swappables .phones-images img {
        max-width: 100%; }
      body.page-template-shoppable section#phones .phone-wrapper .swappables .phones-images .click-here {
        position: absolute;
        right: -110px;
        height: 133px;
        width: 90px;
        top: 50%;
        margin-top: -66.5px; }
        @media (max-width: 575.9px) {
          body.page-template-shoppable section#phones .phone-wrapper .swappables .phones-images .click-here {
            display: none; } }
        body.page-template-shoppable section#phones .phone-wrapper .swappables .phones-images .click-here img {
          text-align: center;
          margin-bottom: 12px; }
        body.page-template-shoppable section#phones .phone-wrapper .swappables .phones-images .click-here p {
          color: #435764;
          font-weight: bold;
          letter-spacing: 0;
          text-align: center;
          font-size: 17px;
          line-height: 24px; }
    body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper {
      display: flex;
      justify-content: center; }
      body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .divider {
        height: 2px;
        width: 80.5px;
        background-color: #435764;
        margin: 32px 26px; }
        @media (max-width: 575.9px) {
          body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .divider {
            width: 28.3px;
            margin: 19px 13px; } }
        body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .divider.active {
          background-color: #7ED321; }
      body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .circle-holder {
        cursor: pointer;
        text-align: center;
        position: relative; }
        body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .circle-holder .circle {
          position: relative;
          height: 63px;
          width: 63px;
          border-radius: 63px;
          border: 2px solid #435764;
          margin: 0 auto 9px; }
          @media (max-width: 575.9px) {
            body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .circle-holder .circle {
              height: 48px;
              width: 48px; } }
          body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .circle-holder .circle:after {
            content: '\f00c';
            color: #435764;
            font-family: "Font Awesome 5 Pro";
            font-weight: 300;
            letter-spacing: 0;
            line-height: 63px;
            text-align: center; }
            @media (max-width: 575.9px) {
              body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .circle-holder .circle:after {
                line-height: 48px;
                font-size: 26px; } }
        body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .circle-holder .circle-text {
          color: #435764;
          font-size: 16px;
          letter-spacing: 0;
          line-height: 36px;
          white-space: nowrap;
          position: absolute;
          left: -60px;
          right: 0;
          margin: auto;
          width: 186px;
          text-align: center; }
          @media (max-width: 575.9px) {
            body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .circle-holder .circle-text {
              font-size: 14px;
              letter-spacing: 0;
              line-height: 16px;
              left: -51px;
              width: 140px; } }
        body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .circle-holder.circle2 .circle:after {
          content: '\f109'; }
        body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .circle-holder.circle3 .circle:after {
          content: '\f07a'; }
        body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .circle-holder.next .circle {
          border: 2px solid #7ED321; }
        body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .circle-holder.checked .circle {
          background-color: #7ED321;
          border: 2px solid #7ED321; }
          body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .circle-holder.checked .circle:after {
            content: '\f00c';
            color: #FFFFFF;
            font-family: "Font Awesome 5 Pro";
            font-size: 29px;
            font-weight: 300;
            letter-spacing: 0;
            line-height: 63px;
            text-align: center; }
            @media (max-width: 575.9px) {
              body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .circle-holder.checked .circle:after {
                font-size: 27px;
                font-weight: 300;
                letter-spacing: 0;
                line-height: 48px; } }
        body.page-template-shoppable section#phones .phone-wrapper .icons-wrapper .circle-holder.checked .circle-text {
          color: #7ED321; }
    body.page-template-shoppable section#phones .phone-wrapper .use-case.mobile {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 31.5px;
      line-height: 35px;
      letter-spacing: -0.5px;
      color: #014263;
      text-align: left;
      margin: 60px 0 17px; }
    body.page-template-shoppable section#phones .phone-wrapper p.infos.mobile {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      line-height: 27px;
      color: #333333;
      margin-bottom: 0;
      text-align: left; }
body.page-template-shoppable section#how1 {
  background-color: #ffffff;
  padding: 153px 0; }
  @media (max-width: 991.9px) {
    body.page-template-shoppable section#how1 {
      padding: 75px 0; } }
  @media (max-width: 575.9px) {
    body.page-template-shoppable section#how1 {
      padding: 45px 0; } }
  body.page-template-shoppable section#how1 .text-side {
    flex-basis: 456px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#how1 .text-side {
        flex-basis: 100%; } }
  body.page-template-shoppable section#how1 .image-side {
    text-align: right;
    flex-basis: calc(100% - 456px); }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#how1 .image-side {
        flex-basis: 100%; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section#how1 .image-side img {
        width: 100%; } }
body.page-template-shoppable section#how2 {
  background-color: #f8f8f8;
  padding: 94px 0 116px; }
  @media (max-width: 991.9px) {
    body.page-template-shoppable section#how2 {
      padding: 47px 0 60px; } }
  @media (max-width: 575.9px) {
    body.page-template-shoppable section#how2 {
      padding: 45px 0; } }
  body.page-template-shoppable section#how2 .text-side {
    flex-basis: 456px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#how2 .text-side {
        flex-basis: 100%; } }
  body.page-template-shoppable section#how2 .image-side {
    flex-basis: calc(100% - 456px);
    text-align: left; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#how2 .image-side {
        flex-basis: 100%; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section#how2 .image-side img {
        width: 100%; } }
body.page-template-shoppable section#how3 {
  background-color: #ffffff;
  padding: 70px 0; }
  @media (max-width: 991.9px) {
    body.page-template-shoppable section#how3 {
      padding: 35px 0; } }
  @media (max-width: 575.9px) {
    body.page-template-shoppable section#how3 {
      padding: 45px 0; } }
  body.page-template-shoppable section#how3 .text-side {
    flex-basis: 456px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#how3 .text-side {
        flex-basis: 100%; } }
  body.page-template-shoppable section#how3 .image-side {
    text-align: right;
    flex-basis: calc(100% - 456px); }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section#how3 .image-side {
        max-height: 275px;
        width: 100%; } }
    body.page-template-shoppable section#how3 .image-side .image-holder {
      height: 490.06px;
      width: 664px;
      position: relative;
      margin-left: auto;
      z-index: 1; }
      @media (max-width: 575.9px) {
        body.page-template-shoppable section#how3 .image-side .image-holder {
          transform: scale(0.5) translateX(-50%) translateY(-50%); }
          body.page-template-shoppable section#how3 .image-side .image-holder img {
            width: 100%; } }
      body.page-template-shoppable section#how3 .image-side .image-holder .kp1 {
        position: absolute;
        bottom: -12px;
        left: 122px;
        z-index: 3; }
      body.page-template-shoppable section#how3 .image-side .image-holder .kp2 {
        position: absolute;
        bottom: -4px;
        right: 0;
        z-index: 2; }
      body.page-template-shoppable section#how3 .image-side .image-holder .kp3 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#how3 .image-side {
        flex-basis: 100%; } }
body.page-template-shoppable section#how4 {
  background-color: #f8f8f8;
  padding: 117px 0 70px; }
  @media (max-width: 991.9px) {
    body.page-template-shoppable section#how4 {
      padding: 60px 0 35px; } }
  @media (max-width: 575.9px) {
    body.page-template-shoppable section#how4 {
      padding: 45px 0; } }
  body.page-template-shoppable section#how4 .text-side {
    flex-basis: 456px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#how4 .text-side {
        flex-basis: 100%; } }
  body.page-template-shoppable section#how4 .image-side {
    text-align: left;
    flex-basis: calc(100% - 456px);
    text-align: center; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#how4 .image-side {
        flex-basis: 100%; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section#how4 .image-side img {
        max-width: 85% !important; } }
body.page-template-shoppable section#how5 {
  background-color: #ffffff;
  padding: 57px 0 0; }
  @media (max-width: 991.9px) {
    body.page-template-shoppable section#how5 {
      padding: 30px 0 0; } }
  @media (max-width: 575.9px) {
    body.page-template-shoppable section#how5 {
      padding: 45px 0; } }
  body.page-template-shoppable section#how5 .text-side {
    flex-basis: 456px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#how5 .text-side {
        flex-basis: 100%; } }
  body.page-template-shoppable section#how5 .image-side {
    text-align: center;
    flex-basis: calc(100% - 456px); }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#how5 .image-side {
        text-align: right;
        flex-basis: 100%; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section#how5 .image-side img {
        max-width: 85% !important; } }
body.page-template-shoppable section#how6 {
  background-color: #f8f8f8;
  padding: 150px 0 95px; }
  @media (max-width: 991.9px) {
    body.page-template-shoppable section#how6 {
      padding: 75px 0 50px; } }
  @media (max-width: 575.9px) {
    body.page-template-shoppable section#how6 {
      padding: 45px 0; } }
  body.page-template-shoppable section#how6 .text-side {
    flex-basis: 456px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#how6 .text-side {
        flex-basis: 100%; } }
  body.page-template-shoppable section#how6 .image-side {
    text-align: left;
    flex-basis: calc(100% - 456px); }
    body.page-template-shoppable section#how6 .image-side img {
      margin-left: -29%; }
      @media (max-width: 1200px) {
        body.page-template-shoppable section#how6 .image-side img {
          margin-left: -10%;
          max-width: 100% !important; } }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#how6 .image-side {
        flex-basis: 100%; }
        body.page-template-shoppable section#how6 .image-side img {
          margin-left: auto;
          max-width: 109% !important; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section#how6 .image-side img {
        max-width: 100% !important; } }
body.page-template-shoppable section.how .how-wrapper {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991.9px) {
    body.page-template-shoppable section.how .how-wrapper {
      justify-content: flex-start;
      flex-direction: column; } }
  body.page-template-shoppable section.how .how-wrapper .image-side {
    text-align: center; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section.how .how-wrapper .image-side {
        order: 1;
        text-align: center !important; }
        body.page-template-shoppable section.how .how-wrapper .image-side img {
          max-width: 70%;
          margin: auto; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section.how .how-wrapper .image-side {
        text-align: left !important; }
        body.page-template-shoppable section.how .how-wrapper .image-side img {
          max-width: 100%; } }
  body.page-template-shoppable section.how .how-wrapper .text-side {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section.how .how-wrapper .text-side {
        order: 0;
        margin-bottom: 25px;
        text-align: center; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable section.how .how-wrapper .text-side {
        text-align: left;
        display: block; } }
    body.page-template-shoppable section.how .how-wrapper .text-side i, body.page-template-shoppable section.how .how-wrapper .text-side svg {
      color: #435764;
      font-size: 38px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 38px;
      margin: 0 0 14px; }
      @media (max-width: 991.9px) {
        body.page-template-shoppable section.how .how-wrapper .text-side i, body.page-template-shoppable section.how .how-wrapper .text-side svg {
          margin: 0 auto 14px; } }
      @media (max-width: 575.9px) {
        body.page-template-shoppable section.how .how-wrapper .text-side i, body.page-template-shoppable section.how .how-wrapper .text-side svg {
          margin: 0 0 14px;
          font-size: 24.98px;
          font-weight: 300;
          letter-spacing: 0;
          line-height: 25px;
          vertical-align: top;
          margin: 0; } }
    body.page-template-shoppable section.how .how-wrapper .text-side h1 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 44px;
      letter-spacing: -0.5px;
      color: #014263;
      margin-bottom: 23px; }
      @media (max-width: 575.9px) {
        body.page-template-shoppable section.how .how-wrapper .text-side h1 {
          display: inline-block;
          font-family: 'Raleway';
          font-style: normal;
          font-weight: 400;
          font-size: 31.5px;
          line-height: 35px;
          letter-spacing: -0.5px;
          color: #014263;
          margin-bottom: 9px; } }
    body.page-template-shoppable section.how .how-wrapper .text-side p {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      color: #333333;
      margin-bottom: 0; }
      @media (max-width: 575.9px) {
        body.page-template-shoppable section.how .how-wrapper .text-side p {
          font-family: 'Lato';
          font-style: normal;
          font-weight: 400;
          font-size: 17px;
          line-height: 27px;
          color: #333333;
          margin-bottom: 10px; } }
@media (max-width: 575.9px) {
  body.page-template-shoppable section.how .container {
    padding: 0 20px; } }
body.page-template-shoppable section#section7 {
  background: linear-gradient(129.62deg, #48BAF4 -0.4%, #4CA5EC 47.85%, #177ABE 123.78%);
  position: relative;
  z-index: 1;
  padding: 114px 0 112px; }
  @media (max-width: 991.9px) {
    body.page-template-shoppable section#section7 {
      padding: 75px 0 80px; } }
  body.page-template-shoppable section#section7 .content {
    display: flex;
    justify-content: center; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable section#section7 .content {
        flex-direction: column; } }
    body.page-template-shoppable section#section7 .content .left-content {
      padding-right: 13px;
      display: flex;
      align-self: center; }
      @media (max-width: 991.9px) {
        body.page-template-shoppable section#section7 .content .left-content {
          padding-right: 0px; } }
      @media (max-width: 767.9px) {
        body.page-template-shoppable section#section7 .content .left-content {
          padding: 0; } }
      body.page-template-shoppable section#section7 .content .left-content h2 {
        font-family: Raleway;
        font-style: normal;
        font-weight: normal;
        font-size: 42px;
        line-height: 44px;
        text-align: right;
        letter-spacing: -0.5px;
        color: #FFFFFF;
        margin-bottom: 0; }
        @media (max-width: 1200px) {
          body.page-template-shoppable section#section7 .content .left-content h2 {
            font-size: 31.5px;
            line-height: 33px; } }
        @media (max-width: 991.9px) {
          body.page-template-shoppable section#section7 .content .left-content h2 {
            text-align: center; } }
    body.page-template-shoppable section#section7 .content .right-content {
      padding-left: 13px; }
      @media (max-width: 991.9px) {
        body.page-template-shoppable section#section7 .content .right-content {
          padding-left: 0px;
          text-align: center; } }
      @media (max-width: 767.9px) {
        body.page-template-shoppable section#section7 .content .right-content {
          padding: 0; } }
      body.page-template-shoppable section#section7 .content .right-content .btn-wrapper {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        border-radius: 10px;
        padding: 24px; }
        @media (max-width: 991.9px) {
          body.page-template-shoppable section#section7 .content .right-content .btn-wrapper {
            background: none;
            border: 0;
            padding: 28px 0 0 0; } }

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }
@media (min-width: 1300px) {
  body.page-template-shoppable-recipes .container {
    max-width: 1240px; } }
body.page-template-shoppable-recipes section#header {
  overflow: hidden;
  height: auto;
  padding-top: 40px;
  background: linear-gradient(265.48deg, #005F88 36.94%, #014263 59.56%, #003451 78.14%);
  position: relative; }
  body.page-template-shoppable-recipes section#header:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../../shoppable/assets/images/desktop/01_corner.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 120%;
    width: 64%;
    z-index: 1; }
    @media (max-width: 1200px) {
      body.page-template-shoppable-recipes section#header:before {
        width: 64%; } }
    @media (max-width: 991.9px) {
      body.page-template-shoppable-recipes section#header:before {
        width: 64%; } }
    @media (max-width: 767.9px) {
      body.page-template-shoppable-recipes section#header:before {
        display: none;
        width: 100%;
        background-image: url(../../shoppable/assets/images/desktop/diagonal-hero-mobile.png); } }
  body.page-template-shoppable-recipes section#header h1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 58px;
    color: #EAF6FC;
    letter-spacing: 0.741313px;
    margin-bottom: 15px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable-recipes section#header h1 {
        font-size: 45px;
        line-height: 36px;
        margin-bottom: 14px;
        text-align: center; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable-recipes section#header h1 {
        font-size: 38.7646px;
        line-height: 43px;
        letter-spacing: 0.574733px;
        margin-bottom: 16px;
        text-align: left; } }
    body.page-template-shoppable-recipes section#header h1 b {
      font-weight: 700; }
    body.page-template-shoppable-recipes section#header h1 span.span1 {
      background: linear-gradient(138.14deg, #AEFFEC -1.46%, #86E4B7 41.31%, #7AD65A 66.39%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
  body.page-template-shoppable-recipes section#header h4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 33px;
    color: #B7E7FF;
    margin-bottom: 15px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable-recipes section#header h4 {
        width: auto;
        font-size: 20px;
        line-height: 32px;
        text-align: center; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable-recipes section#header h4 {
        font-size: 19px;
        letter-spacing: 0;
        line-height: 26px;
        margin-bottom: 12px;
        text-align: left; } }
  body.page-template-shoppable-recipes section#header p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #B7E7FF;
    margin-bottom: 22px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable-recipes section#header p {
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        margin: 0 0 20px; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable-recipes section#header p {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        margin: 0 auto 16px;
        text-align: left; } }
  body.page-template-shoppable-recipes section#header .hero-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-direction: row;
    height: auto;
    padding-right: 0;
    padding-bottom: 20px; }
    @media (max-width: 991px) {
      body.page-template-shoppable-recipes section#header .hero-container {
        flex-direction: column;
        padding: 0; } }
  body.page-template-shoppable-recipes section#header .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    visibility: hidden; }
    @media (max-width: 991px) {
      body.page-template-shoppable-recipes section#header .hero-content {
        width: 100%;
        max-width: 100%;
        margin: 20px auto 31px;
        padding: 0 15px; } }
    @media (max-width: 380px) {
      body.page-template-shoppable-recipes section#header .hero-content {
        margin: auto;
        text-align: left; } }
    @media (max-width: 991.9px) {
      body.page-template-shoppable-recipes section#header .hero-content div {
        text-align: center; } }
  body.page-template-shoppable-recipes section#header .hero-image-container {
    width: 70%;
    position: relative;
    height: 100%;
    z-index: 2;
    position: relative;
    visibility: hidden; }
    @media (max-width: 1260px) {
      body.page-template-shoppable-recipes section#header .hero-image-container {
        width: 60%; } }
    @media (max-width: 991px) {
      body.page-template-shoppable-recipes section#header .hero-image-container {
        width: 100%;
        max-width: 650px;
        margin: auto; } }
    body.page-template-shoppable-recipes section#header .hero-image-container .img-hero-phone {
      width: 100%;
      right: 0; }
    body.page-template-shoppable-recipes section#header .hero-image-container .img-hero-laptop {
      right: -90px;
      width: 1100px;
      padding-top: 30px;
      bottom: 0;
      position: relative; }
      @media (max-width: 991px) {
        body.page-template-shoppable-recipes section#header .hero-image-container .img-hero-laptop {
          width: 100%;
          min-width: 406px;
          right: 0; } }
body.page-template-shoppable-recipes section#phones {
  background: #FFF;
  padding: 93px 0 55px; }
  @media (max-width: 575.9px) {
    body.page-template-shoppable-recipes section#phones {
      padding: 39px 0 20px; } }
  body.page-template-shoppable-recipes section#phones h1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    text-align: center;
    color: #014263;
    margin-bottom: 32px; }
    body.page-template-shoppable-recipes section#phones h1 b {
      font-weight: 700; }
    @media (max-width: 575.9px) {
      body.page-template-shoppable-recipes section#phones h1 {
        font-size: 31.5px;
        line-height: 35px;
        letter-spacing: -0.5px;
        text-align: left;
        margin-bottom: 21px; } }
  body.page-template-shoppable-recipes section#phones h4 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    color: #014263;
    margin: 0 auto 43px;
    max-width: 729px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable-recipes section#phones h4 {
        font-size: 20px;
        line-height: 32px; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable-recipes section#phones h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 21px;
        text-align: left; } }
  @media (max-width: 575.9px) {
    body.page-template-shoppable-recipes section#phones .phone-wrapper {
      padding-top: 0;
      border-top: 0; } }
  body.page-template-shoppable-recipes section#phones .phone-wrapper h5 {
    color: #5FBA00;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 18px; }
    @media (max-width: 575.9px) {
      body.page-template-shoppable-recipes section#phones .phone-wrapper h5 {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 36px;
        margin-bottom: 7px; } }
  body.page-template-shoppable-recipes section#phones .phone-wrapper .buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 55px; }
    @media (max-width: 575.9px) {
      body.page-template-shoppable-recipes section#phones .phone-wrapper .buttons {
        margin-bottom: 25px; } }
    body.page-template-shoppable-recipes section#phones .phone-wrapper .buttons .bt {
      border-radius: 25.65px;
      background-color: #D9DDE0;
      margin: 0 8px;
      height: 52px;
      width: 220px;
      color: #5FBA00;
      font-size: 19px;
      letter-spacing: 0;
      line-height: 52px;
      cursor: pointer;
      transition: background-color .3s ease-in-out, color .3s ease-in-out;
      padding: 0 10px; }
      @media (max-width: 575.9px) {
        body.page-template-shoppable-recipes section#phones .phone-wrapper .buttons .bt {
          height: 72px;
          width: 90px;
          border-radius: 10px;
          font-size: 12px;
          letter-spacing: 0;
          line-height: 14px;
          margin: auto;
          display: flex;
          justify-content: center;
          flex-direction: column; } }
      body.page-template-shoppable-recipes section#phones .phone-wrapper .buttons .bt i, body.page-template-shoppable-recipes section#phones .phone-wrapper .buttons .bt svg {
        color: #5FBA00;
        font-size: 19px;
        letter-spacing: 0;
        line-height: 19px;
        margin-right: 7px; }
        @media (max-width: 575.9px) {
          body.page-template-shoppable-recipes section#phones .phone-wrapper .buttons .bt i, body.page-template-shoppable-recipes section#phones .phone-wrapper .buttons .bt svg {
            font-size: 22px;
            letter-spacing: 0;
            line-height: 22px;
            display: block;
            margin: 0 auto 5px; } }
      body.page-template-shoppable-recipes section#phones .phone-wrapper .buttons .bt:hover {
        background-color: #AFAFAF; }
      body.page-template-shoppable-recipes section#phones .phone-wrapper .buttons .bt.active {
        cursor: default;
        color: #FFFFFF;
        background-color: #5FBA00; }
        body.page-template-shoppable-recipes section#phones .phone-wrapper .buttons .bt.active i, body.page-template-shoppable-recipes section#phones .phone-wrapper .buttons .bt.active svg {
          color: #FFFFFF; }
        body.page-template-shoppable-recipes section#phones .phone-wrapper .buttons .bt.active:hover {
          background-color: #5FBA00; }
  body.page-template-shoppable-recipes section#phones .phone-wrapper .swappables .flex-wrapper {
    display: flex;
    justify-content: center; }
    body.page-template-shoppable-recipes section#phones .phone-wrapper .swappables .flex-wrapper .right-flex {
      width: 391px;
      text-align: left;
      align-self: center; }
      @media (max-width: 767.9px) {
        body.page-template-shoppable-recipes section#phones .phone-wrapper .swappables .flex-wrapper .right-flex {
          display: none; } }
  body.page-template-shoppable-recipes section#phones .phone-wrapper .swappables .use-case {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.5px;
    color: #014263;
    margin-bottom: 14px; }
  body.page-template-shoppable-recipes section#phones .phone-wrapper .swappables p.infos {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 0; }
  body.page-template-shoppable-recipes section#phones .phone-wrapper .swappables .phones-images {
    width: 958.31px;
    position: relative;
    margin: 0 150px 8px 0;
    cursor: pointer; }
    @media (max-width: 767.9px) {
      body.page-template-shoppable-recipes section#phones .phone-wrapper .swappables .phones-images {
        margin: auto; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable-recipes section#phones .phone-wrapper .swappables .phones-images {
        width: 100%; }
        body.page-template-shoppable-recipes section#phones .phone-wrapper .swappables .phones-images:after {
          color: #FFFFFF;
          font-family: "Lato";
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 15px;
          text-align: center;
          height: 62px;
          width: 62px;
          border-radius: 62px;
          background-color: #5FBA00;
          position: absolute;
          top: -15px;
          right: -5px;
          display: flex;
          justify-content: center;
          flex-direction: column;
          padding: 0px 10px;
          animation: pulse 2s infinite; } }
    body.page-template-shoppable-recipes section#phones .phone-wrapper .swappables .phones-images img {
      max-width: 100%; }
    body.page-template-shoppable-recipes section#phones .phone-wrapper .swappables .phones-images .click-here {
      position: absolute;
      right: -110px;
      height: 133px;
      width: 90px;
      top: 50%;
      margin-top: -66.5px; }
      @media (max-width: 575.9px) {
        body.page-template-shoppable-recipes section#phones .phone-wrapper .swappables .phones-images .click-here {
          display: none; } }
      body.page-template-shoppable-recipes section#phones .phone-wrapper .swappables .phones-images .click-here img {
        text-align: center;
        margin-bottom: 12px; }
      body.page-template-shoppable-recipes section#phones .phone-wrapper .swappables .phones-images .click-here p {
        color: #5FBA00;
        font-weight: bold;
        letter-spacing: 0;
        text-align: center;
        font-size: 17px;
        line-height: 24px; }
  body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 60px; }
    body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .divider {
      height: 2px;
      width: 80.5px;
      background-color: #455461;
      margin: 32px 26px; }
      @media (max-width: 575.9px) {
        body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .divider {
          width: 28.3px;
          margin: 19px 13px; } }
      body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .divider.active {
        background-color: #5FBA00; }
    body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .circle-holder {
      cursor: pointer;
      text-align: center;
      position: relative; }
      body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .circle-holder .circle {
        position: relative;
        height: 63px;
        width: 63px;
        border-radius: 63px;
        border: 2px solid #5FBA00;
        margin: 0 auto 9px;
        align-items: center;
        align-content: center;
        align-self: center;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .circle-holder .circle img {
          width: 65%; }
        @media (max-width: 575.9px) {
          body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .circle-holder .circle {
            height: 48px;
            width: 48px; } }
        body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .circle-holder .circle:after {
          color: #5FBA00;
          font-family: "Font Awesome 5 Pro";
          font-weight: 300;
          letter-spacing: 0;
          line-height: 63px;
          text-align: center; }
          @media (max-width: 575.9px) {
            body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .circle-holder .circle:after {
              line-height: 48px;
              font-size: 26px; } }
      body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .circle-holder .circle-text {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 36px;
        text-align: center;
        color: #5FBA00;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 36px;
        white-space: nowrap;
        position: absolute;
        left: -60px;
        right: 0;
        margin: auto;
        width: 186px;
        text-align: center; }
        @media (max-width: 575.9px) {
          body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .circle-holder .circle-text {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 16px;
            left: -51px;
            width: 140px; } }
      body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .circle-holder.next .circle {
        border: 2px solid #5FBA00; }
      body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .circle-holder.checked .circle {
        background-color: #5FBA00;
        border: 2px solid #5FBA00; }
        body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .circle-holder.checked .circle img {
          display: none; }
        body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .circle-holder.checked .circle:after {
          content: '\f00c';
          color: #FFFFFF;
          font-family: "Font Awesome 5 Pro";
          font-size: 29px;
          font-weight: 300;
          letter-spacing: 0;
          line-height: 63px;
          text-align: center; }
          @media (max-width: 575.9px) {
            body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .circle-holder.checked .circle:after {
              font-size: 27px;
              font-weight: 300;
              letter-spacing: 0;
              line-height: 48px; } }
      body.page-template-shoppable-recipes section#phones .phone-wrapper .icons-wrapper .circle-holder.checked .circle-text {
        color: #5FBA00; }
  body.page-template-shoppable-recipes section#phones .phone-wrapper .use-case.mobile {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 31.5px;
    line-height: 35px;
    letter-spacing: -0.5px;
    color: #014263;
    text-align: left;
    margin: 60px 0 17px; }
  body.page-template-shoppable-recipes section#phones .phone-wrapper p.infos.mobile {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #333333;
    margin-bottom: 0;
    text-align: left; }
body.page-template-shoppable-recipes section#steps {
  background: #F9F9F9;
  padding: 83px 0 112px; }
  @media (max-width: 991.9px) {
    body.page-template-shoppable-recipes section#steps {
      padding: 66px 0; } }
  @media (max-width: 575.9px) {
    body.page-template-shoppable-recipes section#steps {
      padding: 60px 0 60px; } }
  body.page-template-shoppable-recipes section#steps .steps-wrapper {
    margin: 0 -50px; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable-recipes section#steps .steps-wrapper {
        margin: 0 -25px; } }
    @media (max-width: 575.9px) {
      body.page-template-shoppable-recipes section#steps .steps-wrapper {
        margin: 0; } }
    body.page-template-shoppable-recipes section#steps .steps-wrapper h1 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 44px;
      text-align: center;
      color: #014263;
      margin-bottom: 22px; }
      @media (max-width: 575.9px) {
        body.page-template-shoppable-recipes section#steps .steps-wrapper h1 {
          font-size: 31.5px;
          line-height: 35px;
          letter-spacing: -0.5px;
          margin-bottom: 26px;
          text-align: left; } }
      body.page-template-shoppable-recipes section#steps .steps-wrapper h1 b {
        font-weight: 700; }
    body.page-template-shoppable-recipes section#steps .steps-wrapper h4 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 25px;
      line-height: 38px;
      text-align: center;
      color: #014263;
      margin: 0 auto 38px;
      max-width: 983px; }
      body.page-template-shoppable-recipes section#steps .steps-wrapper h4 b {
        font-weight: 700; }
      @media (max-width: 767.9px) {
        body.page-template-shoppable-recipes section#steps .steps-wrapper h4 {
          font-size: 22px;
          line-height: 32px;
          text-align: left;
          margin-bottom: 42px; } }
    body.page-template-shoppable-recipes section#steps .steps-wrapper .step-wrapper {
      padding: 0 50px; }
      @media (max-width: 991.9px) {
        body.page-template-shoppable-recipes section#steps .steps-wrapper .step-wrapper {
          padding: 0 25px; } }
      @media (max-width: 575.9px) {
        body.page-template-shoppable-recipes section#steps .steps-wrapper .step-wrapper {
          padding: 0 0 19px 0;
          max-width: 290px;
          margin-right: auto; }
          body.page-template-shoppable-recipes section#steps .steps-wrapper .step-wrapper:last-of-type {
            padding-bottom: 0; } }
      body.page-template-shoppable-recipes section#steps .steps-wrapper .step-wrapper .img-wrapper {
        position: relative;
        text-align: left;
        margin-bottom: 9px; }
        body.page-template-shoppable-recipes section#steps .steps-wrapper .step-wrapper .img-wrapper img {
          max-width: 42px; }
        @media (max-width: 575.9px) {
          body.page-template-shoppable-recipes section#steps .steps-wrapper .step-wrapper .img-wrapper {
            margin-bottom: 9px; }
            body.page-template-shoppable-recipes section#steps .steps-wrapper .step-wrapper .img-wrapper img {
              max-width: 42px;
              margin: auto; } }
      body.page-template-shoppable-recipes section#steps .steps-wrapper .step-wrapper p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
        letter-spacing: 0.500831px;
        color: #333333;
        text-align: left; }
        body.page-template-shoppable-recipes section#steps .steps-wrapper .step-wrapper p b {
          font-weight: 700; }
        @media (max-width: 575.9px) {
          body.page-template-shoppable-recipes section#steps .steps-wrapper .step-wrapper p {
            font-size: 17px;
            line-height: 26px;
            margin-bottom: 0; } }
body.page-template-shoppable-recipes section#section7 {
  background: linear-gradient(129.62deg, #48BAF4 -0.4%, #4CA5EC 47.85%, #177ABE 123.78%);
  position: relative;
  z-index: 1;
  padding: 114px 0 112px; }
  @media (max-width: 991.9px) {
    body.page-template-shoppable-recipes section#section7 {
      padding: 75px 0 80px; } }
  body.page-template-shoppable-recipes section#section7 .content {
    display: flex;
    justify-content: center; }
    @media (max-width: 991.9px) {
      body.page-template-shoppable-recipes section#section7 .content {
        flex-direction: column; } }
    body.page-template-shoppable-recipes section#section7 .content .left-content {
      padding-right: 13px;
      display: flex;
      align-self: center; }
      @media (max-width: 991.9px) {
        body.page-template-shoppable-recipes section#section7 .content .left-content {
          padding-right: 0px; } }
      @media (max-width: 767.9px) {
        body.page-template-shoppable-recipes section#section7 .content .left-content {
          padding: 0; } }
      body.page-template-shoppable-recipes section#section7 .content .left-content h2 {
        font-family: Raleway;
        font-style: normal;
        font-weight: normal;
        font-size: 42px;
        line-height: 44px;
        text-align: right;
        letter-spacing: -0.5px;
        color: #FFFFFF;
        margin-bottom: 0; }
        @media (max-width: 1200px) {
          body.page-template-shoppable-recipes section#section7 .content .left-content h2 {
            font-size: 31.5px;
            line-height: 33px; } }
        @media (max-width: 991.9px) {
          body.page-template-shoppable-recipes section#section7 .content .left-content h2 {
            text-align: center; } }
    body.page-template-shoppable-recipes section#section7 .content .right-content {
      padding-left: 13px; }
      @media (max-width: 991.9px) {
        body.page-template-shoppable-recipes section#section7 .content .right-content {
          padding-left: 0px;
          text-align: center; } }
      @media (max-width: 767.9px) {
        body.page-template-shoppable-recipes section#section7 .content .right-content {
          padding: 0; } }
      body.page-template-shoppable-recipes section#section7 .content .right-content .btn-wrapper {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        border-radius: 10px;
        padding: 24px; }
        @media (max-width: 991.9px) {
          body.page-template-shoppable-recipes section#section7 .content .right-content .btn-wrapper {
            background: none;
            border: 0;
            padding: 28px 0 0 0; } }

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }
@media (min-width: 1300px) {
  #bridge .container {
    max-width: 1240px; } }
#bridge section#header {
  background-color: #014263;
  padding: 120px 0;
  background-image: url("../images/bridge/gradient_top.png"), url("../images/bridge/gradient_bottom.png");
  background-position: top left, bottom right;
  background-repeat: no-repeat; }
  #bridge section#header h1 {
    color: #fff; }
  #bridge section#header p {
    color: #fff; }
  @media (max-width: 767.9px) {
    #bridge section#header {
      padding: 100px 0; } }
  #bridge section#header .left-content {
    padding-right: 30px;
    text-align: right;
    align-self: center; }
    @media (max-width: 767.9px) {
      #bridge section#header .left-content {
        padding-right: 0px;
        text-align: center;
        align-self: auto; } }
    #bridge section#header .left-content img {
      width: 205.91px;
      margin-bottom: 24px; }
    #bridge section#header .left-content .line1 {
      font-family: Lato;
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
      line-height: 30px;
      text-align: right;
      color: #FFFFFF; }
      @media (max-width: 767.9px) {
        #bridge section#header .left-content .line1 {
          text-align: center; } }
    #bridge section#header .left-content .line2 {
      font-family: Lato;
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 30px;
      text-align: right;
      color: #FFFFFF; }
      @media (max-width: 767.9px) {
        #bridge section#header .left-content .line2 {
          text-align: center; } }
  #bridge section#header .right-content {
    padding-left: 30px; }
    @media (max-width: 767.9px) {
      #bridge section#header .right-content {
        padding-left: 0px;
        padding-top: 38px; } }
    #bridge section#header .right-content b {
      font-family: Lato;
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 30px;
      color: #FFFFFF;
      display: block;
      margin-bottom: 14px; }
      @media (max-width: 767.9px) {
        #bridge section#header .right-content b {
          text-align: center; } }
    #bridge section#header .right-content p {
      font-family: Lato;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 1px;
      color: #FFFFFF;
      max-width: 416px;
      margin-bottom: 0; }
      @media (max-width: 767.9px) {
        #bridge section#header .right-content p {
          text-align: center; } }
#bridge section#slider {
  padding: 20px 0 30px; }
  #bridge section#slider h4 {
    font-family: Lato;
    margin-bottom: 14px;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #CBCBCB;
    position: relative; }
    #bridge section#slider h4:before {
      content: '';
      height: 1px;
      background-color: #ddd;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 1;
      top: 50%; }
    #bridge section#slider h4 span {
      display: inline-block;
      background-color: #fff;
      padding: 0 20px;
      z-index: 2;
      position: relative; }
  @media (max-width: 767.9px) {
    #bridge section#slider img {
      max-width: 100%;
      height: auto; } }
#bridge section#boxes {
  padding-bottom: 90px; }
  @media (max-width: 767.9px) {
    #bridge section#boxes {
      padding-bottom: 38px; } }
  #bridge section#boxes h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    text-align: center;
    color: #014263;
    margin-bottom: 32px; }
    #bridge section#boxes h2 span {
      font-weight: 700; }
  #bridge section#boxes .box-wrapper {
    padding: 8.5px; }
    @media (max-width: 767.9px) {
      #bridge section#boxes .box-wrapper {
        padding: 5px 0; } }
    #bridge section#boxes .box-wrapper .box {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(30, 204, 242, 0.07) 100%);
      border: 1px solid #B7E7FF;
      border-radius: 6px;
      padding: 53px 40px 40px;
      height: 100%; }
      @media (max-width: 767.9px) {
        #bridge section#boxes .box-wrapper .box {
          padding: 21px; } }
      #bridge section#boxes .box-wrapper .box .title {
        font-family: Lato;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #014263;
        margin-bottom: 6px; }
        #bridge section#boxes .box-wrapper .box .title img {
          width: 32px;
          display: block;
          margin-bottom: 12px; }
      #bridge section#boxes .box-wrapper .box p {
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1px;
        color: #272727; }
        @media (max-width: 767.9px) {
          #bridge section#boxes .box-wrapper .box p {
            font-size: 16px;
            line-height: 29px; } }
      #bridge section#boxes .box-wrapper .box a.learn-more, #bridge section#boxes .box-wrapper .box a.watch {
        font-family: Lato;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #177ABE;
        text-decoration: none;
        transition: all .3s ease-in-out; }
        @media (max-width: 767.9px) {
          #bridge section#boxes .box-wrapper .box a.learn-more, #bridge section#boxes .box-wrapper .box a.watch {
            font-size: 16px;
            line-height: 29px; } }
        #bridge section#boxes .box-wrapper .box a.learn-more:hover, #bridge section#boxes .box-wrapper .box a.watch:hover {
          color: #4CA5EC; }
      #bridge section#boxes .box-wrapper .box span.divider {
        display: inline-block;
        margin: 0 6px;
        color: #4CA5EC; }
#bridge section#section9 {
  background: linear-gradient(129.62deg, #48BAF4 -0.4%, #4CA5EC 47.85%, #177ABE 123.78%);
  transform: skewY(-5deg);
  position: relative;
  z-index: 1;
  padding: 192px 0 222px;
  margin-bottom: -100px; }
  @media (max-width: 991.9px) {
    #bridge section#section9 {
      padding: 60px 0 160px; } }
  #bridge section#section9 .container {
    transform: skewY(5deg); }
  #bridge section#section9 .content {
    display: flex;
    justify-content: center; }
    @media (max-width: 991.9px) {
      #bridge section#section9 .content {
        flex-direction: column; } }
    #bridge section#section9 .content .left-content {
      padding-right: 13px;
      display: flex;
      align-self: center; }
      @media (max-width: 991.9px) {
        #bridge section#section9 .content .left-content {
          padding-right: 0px; } }
      @media (max-width: 767.9px) {
        #bridge section#section9 .content .left-content {
          padding: 0; } }
      #bridge section#section9 .content .left-content h2 {
        font-family: Raleway;
        font-style: normal;
        font-weight: normal;
        font-size: 42px;
        line-height: 44px;
        text-align: right;
        letter-spacing: -0.5px;
        color: #FFFFFF;
        margin-bottom: 0; }
        @media (max-width: 1200px) {
          #bridge section#section9 .content .left-content h2 {
            font-size: 31.5px;
            line-height: 33px; } }
        @media (max-width: 991.9px) {
          #bridge section#section9 .content .left-content h2 {
            text-align: center; } }
    #bridge section#section9 .content .right-content {
      padding-left: 13px; }
      @media (max-width: 991.9px) {
        #bridge section#section9 .content .right-content {
          padding-left: 0px;
          text-align: center; } }
      @media (max-width: 767.9px) {
        #bridge section#section9 .content .right-content {
          padding: 0; } }
      #bridge section#section9 .content .right-content .btn-wrapper {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        border-radius: 10px;
        padding: 24px; }
        @media (max-width: 991.9px) {
          #bridge section#section9 .content .right-content .btn-wrapper {
            background: none;
            border: 0;
            padding: 28px 0 0 0; } }

#cpe section#header {
  background-image: url("/wp-content/themes/destinico/assets/images/cpe/gradient_lines.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #1A88CE;
  padding: 80px 0; }
  #cpe section#header h1 {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 42px;
    text-transform: uppercase;
    color: #FFFFFF; }
#cpe section#pages {
  padding: 82px 0;
  background-color: #F8F8F8; }
  #cpe section#pages .row {
    margin: 0 -10px; }
  #cpe section#pages .page-wrapper {
    padding: 10px; }
    #cpe section#pages .page-wrapper a.page {
      display: block;
      transition: all .3s ease-in-out; }
      #cpe section#pages .page-wrapper a.page:hover {
        box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.3); }
      #cpe section#pages .page-wrapper a.page .logo-wrapper {
        padding: 32px 20px;
        text-align: center;
        display: flex;
        justify-content: center; }
        #cpe section#pages .page-wrapper a.page .logo-wrapper img {
          max-width: 100%;
          align-self: center; }
      #cpe section#pages .page-wrapper a.page .title-wrapper {
        font-family: Lato;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #404040;
        text-align: center;
        padding: 25px 0;
        background-color: #FFFFFF; }

#pagenotfound section#header {
  padding-bottom: 100px;
  background: #F0F5F9; }
  #pagenotfound section#header .pagenotfound {
    position: relative; }
    #pagenotfound section#header .pagenotfound > span {
      font-family: Roboto;
      font-style: normal;
      font-weight: 900;
      font-size: 462px;
      line-height: 541px;
      text-align: center;
      color: #DCE8F2;
      display: block; }
      @media (max-width: 991.9px) {
        #pagenotfound section#header .pagenotfound > span {
          font-size: 360px; } }
      @media (max-width: 767.9px) {
        #pagenotfound section#header .pagenotfound > span {
          font-size: 200px;
          line-height: 254px;
          padding: 35px 0 160px; } }
    #pagenotfound section#header .pagenotfound .overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      bottom: 0;
      transform: translateY(-40%);
      display: flex;
      justify-content: center;
      flex-direction: column; }
      #pagenotfound section#header .pagenotfound .overlay h1 {
        font-family: Lato;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 45px;
        text-align: center;
        color: #014263;
        margin-bottom: 19px; }
        @media (max-width: 767.9px) {
          #pagenotfound section#header .pagenotfound .overlay h1 {
            font-size: 27px;
            line-height: 42px; } }
      #pagenotfound section#header .pagenotfound .overlay span {
        color: #01A4F5;
        font-weight: 800; }
      #pagenotfound section#header .pagenotfound .overlay .d-button a {
        min-width: 228px; }
        #pagenotfound section#header .pagenotfound .overlay .d-button a.blue-solid {
          background: #4CA5EC;
          border: 2px solid #4CA5EC; }
          #pagenotfound section#header .pagenotfound .overlay .d-button a.blue-solid:hover {
            border: 2px solid #014263;
            background-color: #014263; }
#pagenotfound section#navItems {
  background: #014263; }
  #pagenotfound section#navItems .container {
    padding-top: 11px;
    transform: translateY(-29%); }
    @media (max-width: 767.9px) {
      #pagenotfound section#navItems .container {
        transform: translateY(-23%); } }
    #pagenotfound section#navItems .container p {
      font-family: Lato;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 45px;
      text-align: center;
      color: #49A8EF;
      margin-bottom: 14px; }
      @media (max-width: 767.9px) {
        #pagenotfound section#navItems .container p {
          font-size: 18px;
          line-height: 26px; } }
    #pagenotfound section#navItems .container .nav-wrapper {
      background-color: #FFFFFF;
      border-radius: 3px; }
      #pagenotfound section#navItems .container .nav-wrapper .submenu {
        display: flex;
        justify-content: space-around;
        padding: 38px 0 52px; }
        @media (max-width: 991.9px) {
          #pagenotfound section#navItems .container .nav-wrapper .submenu {
            display: block;
            background: #F8F9F9;
            padding: 19px 0 26px;
            border-bottom: 1px solid #DFEBF0; } }
        #pagenotfound section#navItems .container .nav-wrapper .submenu .colm {
          padding: 0 23px;
          border-left: 1px solid #DFEBF0;
          flex-grow: 1; }
          @media (max-width: 991.9px) {
            #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .socials-wrapper {
              display: flex;
              flex-wrap: wrap;
              padding-bottom: 15px;
              position: relative; }
              #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .socials-wrapper:after {
                content: '';
                width: 2px;
                background: #DFEBF0;
                position: absolute;
                height: 80%;
                left: 0;
                right: 0;
                margin: auto;
                top: -4px; } }
    @media (max-width: 991.9px) and (max-width: 991.9px) {
      #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .socials-wrapper:after {
        top: 0; } }
          @media (max-width: 991.9px) {
              #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .socials-wrapper .submenu-item-wrapper {
                width: 50%;
                flex-grow: 1; }
              #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .socials-wrapper .submenu-item-wrapper:nth-of-type(even) a {
                padding-left: 20px; } }
          @media (max-width: 991.9px) {
            #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper-social a.submenu-item {
              border-bottom: 0px !important;
              margin-bottom: 20px !important; } }
          #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper .super-title {
            font-family: 'Lato';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: #717171;
            margin-bottom: 10px; }
            @media (max-width: 991.9px) {
              #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper .super-title {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                padding-left: 2px;
                color: #89A3AF;
                margin-top: 12px; } }
            @media (max-width: 991.9px) {
              #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper .super-title.super-title-social {
                margin-top: 16px; } }
            #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper .super-title.extra-top {
              margin-top: 16px; }
            #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper .super-title:before {
              content: '';
              width: 12px;
              height: 1px;
              background: #717171;
              left: 0;
              top: -5px;
              z-index: 2;
              position: relative;
              display: inline-block;
              margin-right: 2px; }
              @media (max-width: 991.9px) {
                #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper .super-title:before {
                  width: 10px; } }
            #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper .super-title.no-tab:before {
              display: none; }
          #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item {
            margin-bottom: 5px;
            display: block;
            border-radius: 11px;
            transition: all .3s ease-in-out;
            padding: 11px 17px; }
            @media (max-width: 991.9px) {
              #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item {
                border-bottom: 1px solid #DFEBF0;
                padding: 11px 0px 11px;
                margin-bottom: 0; } }
            #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item.social {
              margin-bottom: 5px; }
              @media (max-width: 991.9px) {
                #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item.social {
                  border-bottom: 0;
                  margin-bottom: 0;
                  margin-top: 5px; } }
            #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item:hover {
              background: #EAF6FC;
              text-decoration: none; }
              #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item:hover .sub-title {
                color: #014263; }
              #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item:hover .main-title {
                color: #014263; }
            #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .main-title {
              font-family: 'Lato';
              font-style: normal;
              font-weight: 700;
              font-size: 17px;
              line-height: 21px;
              color: #014263; }
              @media (max-width: 991.9px) {
                #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .main-title {
                  color: #014263; }
                  #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .main-title br {
                    display: none;
                    white-space: nowrap;
                    overflow: hidden; } }
            #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .sub-title {
              font-family: 'Lato';
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              line-height: 20px;
              color: #717171;
              transition: all .3s ease-in-out; }
              @media (max-width: 991.9px) {
                #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .sub-title {
                  font-weight: 500; }
                  #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .sub-title br {
                    display: none;
                    white-space: nowrap;
                    overflow: hidden; } }
            #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .social-text {
              font-family: 'IBM Plex Sans';
              font-style: normal;
              font-weight: 300;
              font-size: 14px;
              line-height: 20px;
              color: #374D56; }
              @media (max-width: 991.9px) {
                #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .social-text {
                  font-weight: 600; } }
              #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .social-text i, #pagenotfound section#navItems .container .nav-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .social-text svg {
                line-height: 16px;
                font-size: 26px;
                color: #177ABE;
                margin-right: 10px;
                display: inline-block;
                vertical-align: middle; }
          #pagenotfound section#navItems .container .nav-wrapper .submenu .colm:first-of-type {
            border-left: 0px solid #DFEBF0; }
          @media (max-width: 991.9px) {
            #pagenotfound section#navItems .container .nav-wrapper .submenu .colm:last-of-type a.submenu-item {
              border-bottom: 0px solid #DFEBF0; } }
          #pagenotfound section#navItems .container .nav-wrapper .submenu .colm a.bttn {
            display: block;
            width: 100%;
            max-width: 248px;
            height: 50px;
            line-height: 50px;
            border: none;
            background: #5FBA00;
            font-family: 'Lato';
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            text-align: center;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #FFFFFF;
            border-radius: 6px;
            padding: 0;
            margin-top: 23px; }
            #pagenotfound section#navItems .container .nav-wrapper .submenu .colm a.bttn:hover {
              background: #93d82f; }
            @media (max-width: 991.9px) {
              #pagenotfound section#navItems .container .nav-wrapper .submenu .colm a.bttn {
                display: none; } }
        @media (max-width: 991.9px) {
          #pagenotfound section#navItems .container .nav-wrapper .submenu .colm:last-of-type .submenu-item-wrapper:last-of-type a.submenu-item {
            border-bottom: 0; } }

#hsCustomFormModalConfirm .modal-content {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  border: 0; }
  #hsCustomFormModalConfirm .modal-content button.close {
    position: absolute;
    color: #fff;
    font-size: 20px;
    right: 10px;
    top: 10px;
    opacity: .5;
    transition: all .3s ease-in-out; }
    #hsCustomFormModalConfirm .modal-content button.close:hover {
      opacity: 1; }
#hsCustomFormModalConfirm .title-wrapper h1 {
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
  line-height: 74px;
  background: #014263;
  border-radius: 8px 8px 0 0;
  margin: 0; }
  @media (max-width: 767.9px) {
    #hsCustomFormModalConfirm .title-wrapper h1 {
      font-size: 20px;
      line-height: 54px; } }
#hsCustomFormModalConfirm p {
  color: #435764;
  font-family: 'Lato';
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31px;
  text-align: center;
  margin: 0; }
  @media (max-width: 767.9px) {
    #hsCustomFormModalConfirm p {
      font-size: 16px;
      line-height: 25px;
      padding-top: 2.25rem;
      padding-bottom: 2.25rem; } }
#hsCustomFormModalConfirm .continue-wrapper {
  background-color: #E0E0E080;
  text-align: center;
  padding: 35px 0;
  border-radius: 0 0 8px 8px; }
#hsCustomFormModalConfirm .btn {
  height: 50px;
  width: 248px;
  border-radius: 6px;
  background-color: #7ED321;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer; }
  #hsCustomFormModalConfirm .btn:hover {
    background: #93d82f; }

@media (max-width: 1200px) {
  #hsCustomFormModal .modal-dialog {
    max-width: 85% !important; } }
@media (max-width: 991.9px) {
  #hsCustomFormModal .modal-dialog {
    max-width: 95% !important; } }
#hsCustomFormModal .modal-content {
  position: relative;
  border-radius: 8px;
  background-color: transparent;
  border: 0; }
  #hsCustomFormModal .modal-content button.close {
    position: absolute;
    color: #fff;
    font-size: 20px;
    right: 10px;
    top: 10px;
    opacity: .5;
    transition: all .3s ease-in-out; }
    #hsCustomFormModal .modal-content button.close:hover {
      opacity: 1; }
#hsCustomFormModal form {
  background-color: #fff;
  padding-top: 34px;
  border-radius: 0 0 8px 8px; }
  @media (max-width: 767.9px) {
    #hsCustomFormModal form {
      padding-top: 20px; } }
#hsCustomFormModal .form-section1 .formfields, #hsCustomFormModal .form-section2 .formfields {
  width: 100%;
  margin: auto;
  padding: 0 85px 0 98px;
  text-align: left; }
  @media (max-width: 1200px) {
    #hsCustomFormModal .form-section1 .formfields, #hsCustomFormModal .form-section2 .formfields {
      padding: 0 40px 0 40px; } }
  @media (max-width: 991.9px) {
    #hsCustomFormModal .form-section1 .formfields, #hsCustomFormModal .form-section2 .formfields {
      padding: 0 25px; } }
#hsCustomFormModal .divider {
  border-top: 1px solid #EBEBF1;
  width: 100%;
  height: 1px;
  margin: 21px 0; }
  @media (max-width: 575.9px) {
    #hsCustomFormModal .divider {
      display: none; } }
#hsCustomFormModal .formfield {
  position: relative; }
  @media (max-width: 575.9px) {
    #hsCustomFormModal .formfield.mobile2 {
      display: none; } }
  #hsCustomFormModal .formfield.invalid label {
    color: #FF0000; }
  #hsCustomFormModal .formfield.invalid input {
    border: 2px solid #FF0000;
    position: relative; }
  #hsCustomFormModal .formfield.invalid input[type=checkbox] {
    border: 0px solid #FF0000; }
    #hsCustomFormModal .formfield.invalid input[type=checkbox]:before {
      color: #FF0000; }
  #hsCustomFormModal .formfield.invalid:after {
    content: '\f057';
    font-family: 'Font Awesome 5 Pro';
    color: #FF0000;
    position: absolute;
    right: 28px;
    top: 40px;
    font-size: 20px;
    font-weight: 600; }
    @media (max-width: 767.9px) {
      #hsCustomFormModal .formfield.invalid:after {
        font-size: 18px;
        top: 36px;
        right: 15px; } }
  #hsCustomFormModal .formfield.invalid.hide-invalid:after {
    display: none; }
  #hsCustomFormModal .formfield.valid input {
    position: relative; }
  #hsCustomFormModal .formfield.valid:after {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    color: #7ED321;
    position: absolute;
    right: 28px;
    top: 40px;
    font-size: 20px;
    font-weight: 600; }
    @media (max-width: 767.9px) {
      #hsCustomFormModal .formfield.valid:after {
        font-size: 18px;
        top: 36px;
        right: 15px; } }
#hsCustomFormModal .title-wrapper h1 {
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
  line-height: 74px;
  background: #014263;
  border-radius: 8px 8px 0 0;
  margin: 0; }
  @media (max-width: 767.9px) {
    #hsCustomFormModal .title-wrapper h1 {
      font-size: 20px;
      line-height: 26px;
      padding: 20px; } }
#hsCustomFormModal .title-wrapper .title1 b {
  white-space: nowrap; }
#hsCustomFormModal h2 {
  color: #1CA6F2;
  font-family: 'Lato';
  font-size: 24px;
  letter-spacing: 0.12px;
  line-height: 21px;
  font-weight: bold; }
  @media (max-width: 991.9px) {
    #hsCustomFormModal h2.line-two {
      line-height: 27px; } }
  @media (max-width: 767.9px) {
    #hsCustomFormModal h2 {
      font-size: 20px;
      line-height: 24px; } }
#hsCustomFormModal p {
  color: #435764;
  font-size: 10px;
  letter-spacing: 0.05px;
  line-height: 9px;
  margin-top: 10px; }
  @media (max-width: 767.9px) {
    #hsCustomFormModal p {
      line-height: 14px;
      margin-top: 0px; } }
  #hsCustomFormModal p a {
    color: #435764;
    text-decoration: underline; }
#hsCustomFormModal .continue-wrapper {
  background-color: #E0E0E080;
  text-align: center;
  padding: 35px 0;
  border-radius: 0 0 8px 8px;
  margin-top: 40px; }
  @media (max-width: 767.9px) {
    #hsCustomFormModal .continue-wrapper {
      margin-top: 10px; } }
  #hsCustomFormModal .continue-wrapper.submit-wrapper {
    margin-top: 9px; }
    #hsCustomFormModal .continue-wrapper.submit-wrapper div.btn {
      display: none; }
      @media (max-width: 575.9px) {
        #hsCustomFormModal .continue-wrapper.submit-wrapper div.btn {
          display: inline-block; } }
#hsCustomFormModal .btn {
  height: 50px;
  width: 248px;
  border-radius: 6px;
  background-color: #7ED321;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer; }
  #hsCustomFormModal .btn:hover {
    background: #93d82f; }
#hsCustomFormModal .marketing {
  padding-top: 10px; }
#hsCustomFormModal input[type=text], #hsCustomFormModal input[type=tel], #hsCustomFormModal input[type=email], #hsCustomFormModal .fake-select {
  color: #435764;
  width: calc( 100% - 13px);
  border: 2px solid #EBEBF1;
  border-radius: 4px;
  background-color: #FFFFFF;
  height: 56px;
  line-height: 56px;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.09px;
  margin: 0;
  margin-bottom: 23px;
  text-align: left;
  transition: all .3s ease-in-out;
  padding: 0 14px; }
  @media (max-width: 767.9px) {
    #hsCustomFormModal input[type=text], #hsCustomFormModal input[type=tel], #hsCustomFormModal input[type=email], #hsCustomFormModal .fake-select {
      margin-bottom: 10px;
      font-size: 14px;
      height: 46px;
      line-height: 46px;
      width: 100%; } }
  #hsCustomFormModal input[type=text]:focus, #hsCustomFormModal input[type=tel]:focus, #hsCustomFormModal input[type=email]:focus, #hsCustomFormModal .fake-select:focus {
    border: 2px solid #1CA6F2; }
#hsCustomFormModal .fake-select {
  position: relative;
  cursor: pointer; }
  #hsCustomFormModal .fake-select #currentSelection.untouched {
    color: #BCBCBC; }
  #hsCustomFormModal .fake-select .options-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    margin-top: 2px;
    top: 56px;
    right: -2px; }
    #hsCustomFormModal .fake-select .options-wrapper .options {
      border: 2px solid #EBEBF1; }
      #hsCustomFormModal .fake-select .options-wrapper .options .option {
        color: #8D8D8D;
        cursor: pointer;
        padding: 0 14px; }
        #hsCustomFormModal .fake-select .options-wrapper .options .option:hover {
          background-color: #F6F7F9;
          color: #435764; }
  #hsCustomFormModal .fake-select .fa-chevron-down, #hsCustomFormModal .fake-select .fa-chevron-up {
    position: absolute;
    font-size: 20px;
    right: 15px;
    top: 15px; }
    @media (max-width: 767.9px) {
      #hsCustomFormModal .fake-select .fa-chevron-down, #hsCustomFormModal .fake-select .fa-chevron-up {
        font-size: 18px;
        top: 13px; } }
  #hsCustomFormModal .fake-select .fa-chevron-down {
    color: #BCBCBC; }
  #hsCustomFormModal .fake-select .fa-chevron-up {
    color: #435764; }
  #hsCustomFormModal .fake-select .fa-chevron-up {
    display: none; }
  #hsCustomFormModal .fake-select.opened .options-wrapper {
    max-height: 500px;
    line-height: 56px;
    border-radius: 3px; }
    #hsCustomFormModal .fake-select.opened .options-wrapper .options .option.selected {
      background-color: #E0E0E0;
      color: #435764; }
  #hsCustomFormModal .fake-select.opened .fa-chevron-up {
    display: block; }
  #hsCustomFormModal .fake-select.opened .fa-chevron-down {
    display: none; }
#hsCustomFormModal select {
  display: none; }
#hsCustomFormModal input[type=submit] {
  height: 50px;
  width: 248px;
  border-radius: 6px;
  background-color: #7ED321;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  text-align: center;
  color: #fff;
  margin: 0 auto; }
  @media (max-width: 575.9px) {
    #hsCustomFormModal input[type=submit] {
      display: none; } }
#hsCustomFormModal input[type=checkbox] {
  -webkit-appearance: none; }
  #hsCustomFormModal input[type=checkbox]:hover:before {
    color: #1CA6F2; }
#hsCustomFormModal input[type=checkbox] + label {
  color: #8D8D8D;
  font-family: 'Lato';
  font-size: 15px;
  letter-spacing: 0.08px;
  line-height: 20px; }
#hsCustomFormModal input[type='checkbox']:before {
  content: '\f0c8';
  font-family: Font Awesome\ 5 Pro;
  margin-right: 10px;
  font-size: 24px;
  color: #EBEBF1;
  vertical-align: middle;
  font-weight: 100;
  transition: all .3s ease-in-out; }
#hsCustomFormModal input[type='checkbox']:checked:before {
  color: #1CA6F2;
  content: '\f14a';
  font-weight: 600; }
#hsCustomFormModal label {
  color: #1CA6F2;
  font-family: 'Lato';
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.42px;
  line-height: 20px;
  text-align: left;
  width: 100%; }
  #hsCustomFormModal label span {
    display: inline-block;
    margin: 0 0 8px 0; }
  #hsCustomFormModal label .message-text {
    font-size: 17px; }
  #hsCustomFormModal label.extra {
    color: #435764;
    font-size: 15px;
    letter-spacing: 0.08px;
    line-height: 2px;
    font-weight: normal; }
    @media (max-width: 767.9px) {
      #hsCustomFormModal label.extra {
        line-height: 20px; } }
    @media (max-width: 767.9px) {
      #hsCustomFormModal label.extra span {
        width: calc(100% - 40px);
        vertical-align: top; } }
  #hsCustomFormModal label input {
    color: #435764;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.09px; }
#hsCustomFormModal .checkboxes label {
  font-weight: normal;
  color: #8D8D8D;
  line-height: 14px; }
#hsCustomFormModal textarea {
  width: 100%;
  border: 2px solid #EBEBF1;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-family: 'Lato';
  font-size: 18px;
  letter-spacing: 0.09px;
  min-height: 170px;
  margin-top: 10px;
  padding: 13px; }
  @media (max-width: 767.9px) {
    #hsCustomFormModal textarea {
      min-height: 100px; } }
#hsCustomFormModal .checkbox-title {
  color: #1CA6F2;
  font-family: 'Lato';
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.42px;
  line-height: 20px;
  margin-bottom: 10px; }

@media (max-width: 991.9px) {
  .custom_nav_mobile_underlay.open {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1048;
    background: #000;
    opacity: .4; } }

.custom_nav {
  position: relative;
  z-index: 1049;
  background: #FFF;
  padding-bottom: 1px; }
  .custom_nav .container-fluid {
    padding: 0; }
  @media (min-width: 576px) {
    .custom_nav .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .custom_nav .container {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .custom_nav .container {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .custom_nav .container {
      max-width: 1140px;
      position: unset; } }
  .custom_nav .inner-nav {
    display: flex;
    justify-content: space-between; }
    .custom_nav .inner-nav .logo-wrapper {
      padding: 28px 0 0px; }
      @media (max-width: 991.9px) {
        .custom_nav .inner-nav .logo-wrapper {
          padding: 26px 0; } }
      .custom_nav .inner-nav .logo-wrapper a {
        text-decoration: none; }
        .custom_nav .inner-nav .logo-wrapper a img {
          width: 123.52px; }
          @media (max-width: 991.9px) {
            .custom_nav .inner-nav .logo-wrapper a img {
              width: 131px; } }
    .custom_nav .inner-nav .mobile-toggle {
      display: none;
      padding: 26px 0;
      cursor: pointer; }
      .custom_nav .inner-nav .mobile-toggle i, .custom_nav .inner-nav .mobile-toggle svg {
        color: #333333;
        line-height: 36px;
        font-size: 28px; }
        .custom_nav .inner-nav .mobile-toggle i.fa-times, .custom_nav .inner-nav .mobile-toggle svg.fa-times {
          display: none; }
      .custom_nav .inner-nav .mobile-toggle.open i.fa-times {
        display: block; }
      .custom_nav .inner-nav .mobile-toggle.open i.fa-bars {
        display: none; }
      @media (max-width: 991.9px) {
        .custom_nav .inner-nav .mobile-toggle {
          display: block; } }
    @media (max-width: 991.9px) {
      .custom_nav .inner-nav .nav-items-wrapper {
        max-height: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
        position: absolute;
        background: #fff;
        top: 90px;
        z-index: 1;
        width: 100%;
        left: 0;
        right: 0; }
        .custom_nav .inner-nav .nav-items-wrapper.open {
          max-height: 2000px;
          border-bottom: 2px solid #E8B227; } }
    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex; }
      @media (max-width: 991.9px) {
        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items {
          display: block; } }
      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item {
        padding: 0; }
        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item .nav-item-title {
          font-family: 'Raleway';
          font-style: normal;
          font-weight: 700;
          font-size: 17px;
          line-height: 38px;
          text-align: right;
          color: #014263;
          padding: 32px 50px 32px 0;
          transition: all .3s ease-in-out;
          position: relative; }
          @media (max-width: 1200px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item .nav-item-title {
              padding: 32px 30px 32px 0; } }
          @media (max-width: 991.9px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item .nav-item-title {
              padding: 16px 25px 16px 25px;
              font-family: 'Raleway';
              font-style: normal;
              font-weight: 700;
              font-size: 21px;
              line-height: 28px;
              color: #374D56;
              text-align: left;
              border-bottom: 1px solid #DFEBF0; } }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item .nav-item-title > a:not(.bttn) {
            display: block;
            color: #014263;
            transition: all .3s ease-in-out; }
          @media (max-width: 991.9px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item .nav-item-title a.mbbtn {
              color: #FFFFFF; } }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item .nav-item-title.login a {
            color: #92CF48;
            text-decoration: underline; }
            @media (max-width: 767.9px) {
              .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item .nav-item-title.login a {
                text-decoration: none; } }
        @media (min-width: 992px) {
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item:hover .nav-item-title {
            color: #177ABE; }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item:hover .nav-item-title > a {
              color: #177ABE; } }
        @media (max-width: 991.9px) {
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.open {
            background: #F8F9F9; }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.open .nav-item-title {
              color: #177ABE;
              border-bottom: 0; }
              .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.open .nav-item-title > a {
                color: #177ABE; } }
        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub {
          transition: all .3s ease-in-out; }
          @media (max-width: 991.9px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub {
              position: relative; } }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .nav-item-title {
            cursor: pointer;
            transition: all .3s ease-in-out; }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .nav-item-title:after {
              content: '\f078';
              font-family: "Font Awesome 5 Pro";
              font-weight: 900;
              transition: all .3s ease-in-out;
              position: absolute;
              right: 38px;
              top: 34px;
              font-size: 10px;
              color: #177ABE; }
              @media (max-width: 1200px) {
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .nav-item-title:after {
                  right: 18px; } }
              @media (max-width: 991.9px) {
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .nav-item-title:after {
                  right: 25px;
                  content: '\f054';
                  top: 16px;
                  font-size: 16px;
                  color: #177ABE; } }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .nav-item-title:before {
              content: '';
              border-bottom: 0px solid #E8B227;
              left: 0;
              right: 0;
              bottom: 0;
              z-index: 1;
              position: absolute;
              transform: translateX(-25px); }
              @media (max-width: 991.9px) {
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .nav-item-title:before {
                  display: none; } }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper {
            max-height: 0;
            position: absolute;
            z-index: 1;
            transition: all .3s ease-in-out;
            overflow: hidden;
            top: 102px;
            left: 0;
            right: 0;
            background-color: #fff;
            box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.1);
            border-top: 1px solid #DFEBF0; }
            @media (max-width: 991.9px) {
              .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper {
                box-shadow: none;
                border-top: 0px solid #DFEBF0;
                top: 0px;
                background-color: #F8F9F9;
                position: relative; } }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu {
              display: flex;
              justify-content: space-around;
              padding: 38px 0 52px; }
              @media (max-width: 991.9px) {
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu {
                  display: block;
                  background: #F8F9F9;
                  padding: 0;
                  border-bottom: 1px solid #DFEBF0; } }
              .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm {
                padding: 0 23px;
                border-left: 1px solid #DFEBF0;
                flex-grow: 1; }
                @media (max-width: 991.9px) {
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .socials-wrapper {
                    display: flex;
                    flex-wrap: wrap;
                    padding-bottom: 15px;
                    position: relative; }
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .socials-wrapper:after {
                      content: '';
                      width: 2px;
                      background: #DFEBF0;
                      position: absolute;
                      height: 80%;
                      left: 0;
                      right: 0;
                      margin: auto;
                      top: -4px; } }
    @media (max-width: 991.9px) and (max-width: 991.9px) {
      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .socials-wrapper:after {
        top: 0; } }
                @media (max-width: 991.9px) {
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .socials-wrapper .submenu-item-wrapper {
                      width: 50%;
                      flex-grow: 1; }
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .socials-wrapper .submenu-item-wrapper:nth-of-type(even) a {
                      padding-left: 20px; } }
                @media (max-width: 991.9px) {
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper-social a.submenu-item {
                    border-bottom: 0px !important;
                    margin-bottom: 20px !important; } }
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title {
                  font-family: 'Lato';
                  font-style: normal;
                  font-weight: 400;
                  font-size: 14px;
                  line-height: 20px;
                  color: #717171;
                  margin-bottom: 10px; }
                  @media (max-width: 991.9px) {
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title {
                      font-weight: 500;
                      font-size: 14px;
                      line-height: 20px;
                      padding-left: 2px;
                      color: #89A3AF;
                      margin-top: 12px; } }
                  @media (max-width: 991.9px) {
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title.super-title-social {
                      margin-top: 16px; } }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title.extra-top {
                    margin-top: 16px; }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title:before {
                    content: '';
                    width: 12px;
                    height: 1px;
                    background: #717171;
                    left: 0;
                    top: -5px;
                    z-index: 2;
                    position: relative;
                    display: inline-block;
                    margin-right: 2px; }
                    @media (max-width: 991.9px) {
                      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title:before {
                        width: 10px; } }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title.no-tab:before {
                    display: none; }
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item {
                  margin-bottom: 5px;
                  display: block;
                  border-radius: 11px;
                  transition: all .3s ease-in-out;
                  padding: 11px 17px; }
                  @media (max-width: 991.9px) {
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item {
                      border-bottom: 1px solid #DFEBF0;
                      padding: 11px 0px 11px;
                      margin-bottom: 0; } }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item.social {
                    margin-bottom: 5px; }
                    @media (max-width: 991.9px) {
                      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item.social {
                        border-bottom: 0;
                        margin-bottom: 0;
                        margin-top: 5px; } }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item:hover {
                    background: #EAF6FC; }
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item:hover .sub-title {
                      color: #014263; }
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item:hover .main-title {
                      color: #014263; }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .main-title {
                    font-family: 'Lato';
                    font-style: normal;
                    font-weight: 700;
                    font-size: 17px;
                    line-height: 21px;
                    color: #014263; }
                    @media (max-width: 991.9px) {
                      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .main-title {
                        color: #014263; }
                        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .main-title br {
                          display: none;
                          white-space: nowrap;
                          overflow: hidden; } }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .sub-title {
                    font-family: 'Lato';
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 20px;
                    color: #717171;
                    transition: all .3s ease-in-out; }
                    @media (max-width: 991.9px) {
                      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .sub-title {
                        font-weight: 500; }
                        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .sub-title br {
                          display: none;
                          white-space: nowrap;
                          overflow: hidden; } }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .social-text {
                    font-family: 'IBM Plex Sans';
                    font-style: normal;
                    font-weight: 300;
                    font-size: 14px;
                    line-height: 20px;
                    color: #374D56; }
                    @media (max-width: 991.9px) {
                      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .social-text {
                        font-weight: 600; } }
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .social-text i, .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .social-text svg {
                      line-height: 16px;
                      font-size: 26px;
                      color: #177ABE;
                      margin-right: 10px;
                      display: inline-block;
                      vertical-align: middle; }
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm:first-of-type {
                  border-left: 0px solid #DFEBF0; }
                @media (max-width: 991.9px) {
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm:last-of-type a.submenu-item {
                    border-bottom: 0px solid #DFEBF0; } }
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm a.bttn {
                  display: block;
                  width: 100%;
                  max-width: 248px;
                  height: 50px;
                  line-height: 50px;
                  border: none;
                  background: #5FBA00;
                  font-family: 'Lato';
                  font-style: normal;
                  font-weight: 700;
                  font-size: 16px;
                  text-align: center;
                  letter-spacing: 0.1em;
                  text-transform: uppercase;
                  color: #FFFFFF;
                  border-radius: 6px;
                  padding: 0;
                  margin-top: 23px; }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm a.bttn:hover {
                    background: #93d82f; }
                  @media (max-width: 991.9px) {
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm a.bttn {
                      display: none; } }
              @media (max-width: 991.9px) {
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm:last-of-type .submenu-item-wrapper:last-of-type a.submenu-item {
                  border-bottom: 0; } }
          @media (min-width: 992px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub:hover .nav-item-title:after {
              transform: scale(-1);
              color: #48BAF4;
              top: 31px; } }
  @media (min-width: 992px) and (max-width: 991.9px) {
    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub:hover .nav-item-title:after {
      transform: none;
      color: #717171;
      top: 16px; } }
          @media (min-width: 992px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub:hover .nav-item-title:before {
              border-bottom: 3px solid #48BAF4; }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub:hover .submenu-wrapper {
              max-height: 500px; } }
          @media (min-width: 992px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub.closed .submenu-wrapper {
              max-height: 0px; } }
          @media (max-width: 991.9px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub.open .nav-item-title:after {
              transform: none;
              color: #717171;
              top: 16px; } }
          @media (max-width: 991.9px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub.open .submenu-wrapper {
              max-height: 1000px; } }
        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.no-sub .nav-item-title {
          padding: 32px 30px 32px 0; }
          @media (max-width: 1200px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.no-sub .nav-item-title {
              padding: 32px 30px 32px 0; } }
          @media (max-width: 991.9px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.no-sub .nav-item-title {
              padding: 16px 25px 16px 25px;
              font-family: 'IBM Plex Sans';
              font-style: normal;
              font-weight: 600;
              font-size: 21px;
              line-height: 28px;
              color: #374D56;
              text-align: left; } }
        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item a {
          text-decoration: none; }
      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.vertb {
        padding: 32px 30px 32px 0; }
        @media (max-width: 1200px) {
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.vertb {
            padding: 32px 30px 32px 0; } }
        @media (max-width: 991.9px) {
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.vertb {
            padding: 32px 15px 32px 0;
            display: none; } }
        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.vertb .line {
          background: #DFEBF0;
          width: 1px;
          height: 38px; }
      @media (max-width: 991.9px) {
        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn {
          background: #F8F9F9; }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn.mobile-btn1 {
            padding-top: 24px; }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn.mobile-btn2 {
            padding-bottom: 24px; }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn a {
            height: 50px;
            border: 0;
            font-family: Lato;
            font-style: normal;
            font-weight: bold;
            font-size: 16px;
            line-height: 50px;
            text-align: center;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            text-align: center;
            padding: 0 30px;
            display: inline-block;
            transition: all .3s ease-in-out;
            border-radius: 0;
            white-space: nowrap;
            min-width: 228px;
            border-radius: 6px;
            color: #FFFFFF;
            background-color: #5FBA00; }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn a:hover {
              color: #FFFFFF;
              background-color: #4A9100; } }
    @media (max-width: 991.9px) and (max-width: 767.9px) {
      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn a {
        width: 100%; } }
      @media (max-width: 991.9px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn a:visited {
              color: #FFFFFF; }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn a.login {
              background: transparent;
              color: #E8B227 !important;
              line-height: 56px;
              border: 2px solid #E8B227; }
              .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn a.login:hover {
                color: #FFFFFF !important;
                background-color: #177ABE;
                border: 2px solid #177ABE; }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn .nav-item-title {
            border: 0; } }

footer {
  z-index: 1;
  position: relative; }
  footer .footnav {
    background: #062A3C;
    padding: 50px 0; }
    @media (max-width: 991.9px) {
      footer .footnav {
        padding: 10px 0; } }
    footer .footnav h2 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 800;
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 15px;
      color: #B7E7FF;
      opacity: .7;
      text-align: center; }
      @media (max-width: 991.9px) {
        footer .footnav h2 {
          font-size: 20px;
          line-height: 31px;
          margin-bottom: 20px;
          text-align: left; } }
    footer .footnav .flex-wrapper {
      display: flex;
      justify-content: center; }
      @media (max-width: 991.9px) {
        footer .footnav .flex-wrapper {
          flex-direction: column; } }
    footer .footnav .left-content {
      text-align: center;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding-right: 40px;
      width: 178px; }
      @media (max-width: 991.9px) {
        footer .footnav .left-content {
          display: none;
          padding: 0; } }
      footer .footnav .left-content .logo-wrapper img {
        max-width: 138px;
        opacity: .4; }
    @media (max-width: 991.9px) {
      footer .footnav .center-content {
        order: 1; } }
    footer .footnav .center-content ul {
      max-width: 250px;
      margin: auto; }
      @media (max-width: 991.9px) {
        footer .footnav .center-content ul {
          max-width: 100%; } }
    @media (max-width: 991.9px) {
      footer .footnav .right-content {
        order: 0; } }
    footer .footnav .right-content h2 {
      text-align: left; }
    footer .footnav .right-content ul {
      max-width: 440px; }
    footer .footnav .center-content, footer .footnav .right-content {
      padding: 20px 40px 14px;
      border-left: 1px solid #014263; }
      @media (max-width: 991.9px) {
        footer .footnav .center-content, footer .footnav .right-content {
          border: 0;
          padding: 10px 10px; } }
      footer .footnav .center-content ul, footer .footnav .right-content ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        margin-bottom: 0; }
        @media (max-width: 991.9px) {
          footer .footnav .center-content ul, footer .footnav .right-content ul {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1; } }
        footer .footnav .center-content ul li, footer .footnav .right-content ul li {
          margin-bottom: 10px; }
          footer .footnav .center-content ul li a, footer .footnav .right-content ul li a {
            font-family: 'Source Sans Pro';
            font-style: normal;
            font-weight: 600;
            font-size: 15px;
            line-height: 29px;
            color: #B7E7FF;
            text-decoration: none;
            transition: all .3s ease-in-out;
            opacity: .6;
            white-space: nowrap; }
            footer .footnav .center-content ul li a:hover, footer .footnav .right-content ul li a:hover {
              color: #B7E7FF;
              opacity: 1; }
            footer .footnav .center-content ul li a i, footer .footnav .center-content ul li a svg, footer .footnav .right-content ul li a i, footer .footnav .right-content ul li a svg {
              font-size: 26px;
              margin-right: 10px;
              color: #B7E7FF;
              vertical-align: middle; }
  footer .copyright {
    background: #081F29;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    color: #B7E7FF;
    padding: 13px 0;
    opacity: .8; }
    @media (max-width: 767.9px) {
      footer .copyright {
        font-size: 12px;
        line-height: 19px; } }
    footer .copyright a {
      text-decoration: none;
      color: #B7E7FF;
      opacity: .8;
      transition: all .3s ease-in-out; }
      footer .copyright a:hover {
        opacity: 1; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a.btn {
  height: 50px;
  border: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  transition: all .3s ease-in-out;
  border-radius: 0;
  white-space: nowrap;
  min-width: 228px;
  background: #5FBA00;
  border-radius: 6px; }
  @media (max-width: 767.9px) {
    a.btn {
      width: 100%; } }
  a.btn:hover {
    color: #FFFFFF;
    background-color: #4A9100; }
  a.btn.yellow {
    color: #FFFFFF;
    background-color: #EFBC07; }
    a.btn.yellow:hover {
      color: #FFFFFF;
      background-color: #D8A800; }
  a.btn.white {
    color: #B7E7FF;
    background-color: transparent;
    border: 2px solid #B7E7FF; }
    a.btn.white:hover {
      color: #014263;
      background-color: #EAF6FC;
      border: 1px solid #EAF6FC; }
  a.btn.blue {
    color: #FFFFFF;
    background-color: #014263; }
    a.btn.blue:hover {
      color: #014263;
      background-color: #EAF6FC; }
  a.btn.bluenavbtn {
    color: #FFFFFF;
    background-color: #014263; }
    a.btn.bluenavbtn:hover {
      color: #014263;
      background-color: #EAF6FC;
      border: 2px solid #014263; }
  a.btn.green {
    color: #FFFFFF;
    background-color: #5FBA00;
    border: 0px solid transparent; }
    a.btn.green:hover {
      color: #5FBA00;
      background-color: #FFFFFF;
      border: 0px solid #FFFFFF; }

b {
  font-weight: 700; }

.heavy {
  font-weight: 900; }

@media (min-width: 1300px) {
  .container {
    max-width: 1250px; } }
.shake {
  animation: shake 10s ease infinite; }

@keyframes shake {
  0%, 100% {
    transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateY(10px); } }
nav {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: all .3s ease-in-out;
  z-index: 100;
  top: 0;
  opacity: 1; }
  nav .light {
    display: block; }
  nav .dark {
    display: none; }
  nav.nav-fixed .light {
    display: none; }
  nav.nav-fixed .dark {
    display: block; }
  @media (max-width: 767.9px) {
    nav {
      box-shadow: none; } }
  nav .inner-nav {
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    @media (max-width: 1200px) {
      nav .inner-nav {
        max-width: 100%;
        padding: 13px 19px; } }
    @media (max-width: 991.9px) {
      nav .inner-nav {
        padding: 2px 19px; } }
    @media (max-width: 991.9px) {
      nav .inner-nav {
        padding: 0 19px;
        height: 79px;
        max-width: 100%;
        justify-content: end; } }
    nav .inner-nav .logo {
      display: flex;
      align-self: center; }
      nav .inner-nav .logo a {
        display: block; }
        nav .inner-nav .logo a img {
          max-width: 255px; }
          @media (max-width: 767.9px) {
            nav .inner-nav .logo a img {
              max-width: 209px; } }
    nav .inner-nav .nav-btn {
      margin-right: 36px; }
      @media (max-width: 767.9px) {
        nav .inner-nav .nav-btn {
          display: none; } }
    nav .inner-nav .nav-links {
      flex-grow: 1; }
    nav .inner-nav .menu-toggle {
      font-size: 26px;
      font-weight: 300;
      letter-spacing: 0.65px;
      line-height: 79px;
      color: #FFF;
      cursor: pointer;
      background: #177ABE;
      border-radius: 4.56px;
      line-height: 54px;
      height: 50px;
      width: 50px;
      text-align: center;
      transition: all .3s ease-in-out; }
      nav .inner-nav .menu-toggle:hover {
        background: #177ABE; }
      nav .inner-nav .menu-toggle .fa-bars:before {
        font-weight: bold; }
      @media (max-width: 991.9px) {
        nav .inner-nav .menu-toggle {
          display: block;
          color: #177ABE;
          background: none; } }

.dropdownmenu-wrapper {
  width: 410px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  transition: all .3s ease-in-out;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08); }
  @media (max-width: 575.9px) {
    .dropdownmenu-wrapper {
      width: 380px; } }
  .dropdownmenu-wrapper.open {
    max-height: 560px; }
  .dropdownmenu-wrapper .dropdownmenu {
    padding: 72px 45px 45px;
    background: #FFFFFF;
    position: relative;
    border-bottom: 2px solid #5FBA00; }
    @media (max-width: 767.9px) {
      .dropdownmenu-wrapper .dropdownmenu {
        padding: 25px 45px 45px; } }
    .dropdownmenu-wrapper .dropdownmenu .close-btn {
      cursor: pointer;
      position: absolute;
      top: 13px;
      right: 15px;
      background: #177ABE;
      border-radius: 4.56px;
      line-height: 62px;
      height: 50px;
      width: 50px;
      color: #fff;
      text-align: center;
      transition: all .3s ease-in-out; }
      .dropdownmenu-wrapper .dropdownmenu .close-btn:hover {
        background: #0094DE; }
      .dropdownmenu-wrapper .dropdownmenu .close-btn i {
        font-size: 26px; }
    .dropdownmenu-wrapper .dropdownmenu .logo {
      margin-bottom: 41px;
      display: none; }
      @media (max-width: 767.9px) {
        .dropdownmenu-wrapper .dropdownmenu .logo {
          display: block; } }
      .dropdownmenu-wrapper .dropdownmenu .logo img {
        width: 209px; }
    .dropdownmenu-wrapper .dropdownmenu ul.links-list li {
      margin-bottom: 16px; }
      .dropdownmenu-wrapper .dropdownmenu ul.links-list li a {
        font-size: 19px;
        line-height: 31px;
        text-decoration: none;
        color: #333333;
        transition: all .3s ease-in-out;
        font-weight: 500; }
        .dropdownmenu-wrapper .dropdownmenu ul.links-list li a:hover {
          color: #177ABE; }
    .dropdownmenu-wrapper .dropdownmenu ul.social-links {
      border-top: 1px solid #EBEBEB;
      display: flex;
      justify-content: start;
      padding-top: 33px;
      margin-bottom: 36px;
      flex-wrap: wrap; }
      .dropdownmenu-wrapper .dropdownmenu ul.social-links li {
        width: 50%;
        margin-bottom: 10px; }
        .dropdownmenu-wrapper .dropdownmenu ul.social-links li a {
          font-weight: 600;
          font-size: 15px;
          line-height: 29px;
          text-decoration: none;
          color: #333333;
          transition: all .3s ease-in-out; }
          .dropdownmenu-wrapper .dropdownmenu ul.social-links li a:hover {
            color: #0094DE; }
          .dropdownmenu-wrapper .dropdownmenu ul.social-links li a i {
            font-size: 24px;
            margin-right: 22px;
            line-height: 29px;
            vertical-align: middle; }
            .dropdownmenu-wrapper .dropdownmenu ul.social-links li a i:hover {
              color: #0094DE; }
    .dropdownmenu-wrapper .dropdownmenu .btn {
      font-size: 16px;
      min-width: 270px; }

.page-template-uk section#section1 {
  position: relative;
  z-index: 2;
  background: linear-gradient(117.56deg, #005F88 31.54%, #014263 62.86%, #003451 89.91%);
  padding-top: 80px; }
  @media (max-width: 991.9px) {
    .page-template-uk section#section1 {
      padding-top: 90px; } }
  .page-template-uk section#section1:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    background-image: url("../images/desktop/01_diagonal_hero.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%; }
    @media (max-width: 1200px) {
      .page-template-uk section#section1:before {
        background-size: 100%; } }
  .page-template-uk section#section1 .container {
    position: relative;
    z-index: 2; }
    @media (max-width: 991.9px) {
      .page-template-uk section#section1 .container {
        padding: 0; } }
    .page-template-uk section#section1 .container .content {
      padding: 60px 0 33px; }
      @media (max-width: 767.9px) {
        .page-template-uk section#section1 .container .content {
          padding: 0; } }
      .page-template-uk section#section1 .container .content .left-content h1 {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 500;
        font-size: 51.7002px;
        line-height: 65px;
        margin-bottom: 45px;
        color: #FFFFFF; }
        @media (max-width: 991.9px) {
          .page-template-uk section#section1 .container .content .left-content h1 {
            margin-bottom: 40px; } }
        .page-template-uk section#section1 .container .content .left-content h1 b {
          font-weight: 700; }
        .page-template-uk section#section1 .container .content .left-content h1 span.span1 {
          background: linear-gradient(91.57deg, #AEFFEB 2.09%, #86E4B7 19.11%, #7AD65A 50.86%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
        .page-template-uk section#section1 .container .content .left-content h1 span.span2 {
          background: linear-gradient(90.4deg, #AEFFEB 3.41%, #86E4B7 47.52%, #7AD65A 81.93%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
        @media (max-width: 1200px) {
          .page-template-uk section#section1 .container .content .left-content h1 {
            font-size: 34px;
            line-height: 43px; } }
      .page-template-uk section#section1 .container .content .left-content p {
        font-family: 'Lato';
        font-weight: 400;
        font-size: 23px;
        line-height: 33px;
        color: #FFFFFF;
        margin-bottom: 30px;
        margin-left: 85px; }
        @media (max-width: 1200px) {
          .page-template-uk section#section1 .container .content .left-content p {
            font-weight: 500;
            font-size: 18px;
            line-height: 32px; } }
        @media (max-width: 991.9px) {
          .page-template-uk section#section1 .container .content .left-content p {
            margin-left: 43px; } }
        .page-template-uk section#section1 .container .content .left-content p:first-of-type {
          position: relative; }
          .page-template-uk section#section1 .container .content .left-content p:first-of-type:before {
            content: '';
            position: absolute;
            left: -23px;
            top: 0;
            height: 65px;
            background-color: #92CF48;
            width: 2px; }
        @media (max-width: 767.9px) {
          .page-template-uk section#section1 .container .content .left-content p:last-of-type {
            margin-left: auto; } }
      @media (max-width: 767.9px) {
        .page-template-uk section#section1 .container .content .left-content {
          padding: 0 15px; } }
      @media (max-width: 991.9px) {
        .page-template-uk section#section1 .container .content .right-content img {
          transform: scale(1.4) translateX(20px); } }
      @media (max-width: 767.9px) {
        .page-template-uk section#section1 .container .content .right-content img {
          transform: 0; } }
      @media (max-width: 767.9px) {
        .page-template-uk section#section1 .container .content .right-content {
          padding-bottom: 0;
          margin-top: 23px; }
          .page-template-uk section#section1 .container .content .right-content img {
            margin: auto;
            max-width: 80%;
            transform: translateX(-35%); } }
  @media (max-width: 767.9px) and (max-width: 767.9px) {
    .page-template-uk section#section1 .container .content .right-content {
      height: 230px; } }

      @media (max-width: 767.9px) {
        .page-template-uk section#section1 .container .content .right-content img {
          margin: auto;
          max-width: 100%;
          transform: translateX(0); } }
.page-template-uk section#section2 {
  position: relative;
  z-index: 1;
  background: #fff;
  position: relative;
  padding: 52px 0 48px; }
  @media (max-width: 991.9px) {
    .page-template-uk section#section2 {
      padding: 52px 0 36px; } }
  .page-template-uk section#section2 .container h4 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    text-align: center;
    color: #014263;
    text-align: center;
    margin-bottom: 25px; }
    @media (max-width: 991.9px) {
      .page-template-uk section#section2 .container h4 {
        font-family: 'Raleway';
        font-size: 31.5px;
        line-height: 33px;
        letter-spacing: -0.5px;
        text-align: left; } }
  .page-template-uk section#section2 .container .carousel {
    position: relative;
    padding: 0 50px; }
    @media (max-width: 767.9px) {
      .page-template-uk section#section2 .container .carousel {
        padding: 0; } }
    .page-template-uk section#section2 .container .carousel .logos .mobile {
      display: none; }
    @media (max-width: 767.9px) {
      .page-template-uk section#section2 .container .carousel .logos .desktop {
        display: none; }
      .page-template-uk section#section2 .container .carousel .logos .mobile {
        display: block; } }
    .page-template-uk section#section2 .container .carousel .cnav {
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center; }
      @media (max-width: 767.9px) {
        .page-template-uk section#section2 .container .carousel .cnav {
          display: none; } }
      .page-template-uk section#section2 .container .carousel .cnav .customBtn {
        position: absolute;
        width: 42px;
        height: 42px;
        line-height: 42px;
        background: #F1F7FA;
        border-radius: 6px;
        text-align: center;
        transition: all .3s ease-in-out; }
        .page-template-uk section#section2 .container .carousel .cnav .customBtn:hover {
          background: #B7E7FF; }
        .page-template-uk section#section2 .container .carousel .cnav .customBtn img {
          width: 11px; }
        .page-template-uk section#section2 .container .carousel .cnav .customBtn.customPrevBtn {
          left: 0; }
        .page-template-uk section#section2 .container .carousel .cnav .customBtn.customNextBtn {
          right: 0; }
  .page-template-uk section#section2 .container h5 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 20.1487px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    margin-top: 25px; }
    @media (max-width: 991.9px) {
      .page-template-uk section#section2 .container h5 {
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
        text-align: left; } }
.page-template-uk section#section3 {
  background: linear-gradient(269.28deg, #FAFDFE -1.6%, #EAF6FC 46.81%, #E0EDF3 101.69%);
  position: relative;
  z-index: 1;
  padding: 240px 0 165px; }
  .page-template-uk section#section3:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    background-image: url("../images/desktop/02_diagonal.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100%; }
  @media (max-width: 991.9px) {
    .page-template-uk section#section3 {
      padding: 105px 0 110px; } }
  @media (max-width: 767.9px) {
    .page-template-uk section#section3 {
      padding: 105px 0 41px;
      background: linear-gradient(269.28deg, #FAFDFE -1.6%, #EAF6FC 46.81%, #E0EDF3 101.69%); } }
  .page-template-uk section#section3 .container {
    position: relative;
    z-index: 1; }
  .page-template-uk section#section3 .left-content .img-wrapper {
    position: absolute;
    right: 0;
    z-index: 2;
    text-align: right;
    bottom: 0;
    top: -25%; }
    @media (max-width: 991.9px) {
      .page-template-uk section#section3 .left-content .img-wrapper {
        top: 0; } }
    .page-template-uk section#section3 .left-content .img-wrapper img {
      max-width: 785px;
      margin-left: auto; }
      @media (max-width: 1200px) {
        .page-template-uk section#section3 .left-content .img-wrapper img {
          max-height: 100%; } }
      @media (max-width: 991.9px) {
        .page-template-uk section#section3 .left-content .img-wrapper img {
          width: 100%; } }
    @media (max-width: 991.9px) {
      .page-template-uk section#section3 .left-content .img-wrapper {
        margin-left: -75px;
        position: relative;
        width: 100%;
        top: 0;
        margin-top: -20px;
        right: auto; } }
    @media (max-width: 767.9px) {
      .page-template-uk section#section3 .left-content .img-wrapper {
        position: relative;
        width: 100%;
        margin-left: -15px;
        top: 0;
        margin-top: -20px;
        right: auto; } }
  .page-template-uk section#section3 .right-content {
    padding-left: 48px; }
    @media (max-width: 991.9px) {
      .page-template-uk section#section3 .right-content {
        padding-left: 15px; } }
    .page-template-uk section#section3 .right-content h2 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 44px;
      color: #014263;
      margin-bottom: 18px;
      max-width: 512px;
      margin-left: auto; }
      @media (max-width: 1200px) {
        .page-template-uk section#section3 .right-content h2 {
          font-size: 31.5px;
          line-height: 35px;
          letter-spacing: -0.5px; } }
      @media (max-width: 991.9px) {
        .page-template-uk section#section3 .right-content h2 {
          max-width: 100%; } }
      @media (max-width: 767.9px) {
        .page-template-uk section#section3 .right-content h2 {
          margin-bottom: 12px; } }
    .page-template-uk section#section3 .right-content p {
      max-width: 512px;
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 32px;
      color: #333333;
      letter-spacing: -.2px;
      margin-left: auto; }
      @media (max-width: 1200px) {
        .page-template-uk section#section3 .right-content p {
          font-size: 17px;
          line-height: 27px;
          letter-spacing: 0; } }
      @media (max-width: 991.9px) {
        .page-template-uk section#section3 .right-content p {
          max-width: 100%; } }
    .page-template-uk section#section3 .right-content a {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      text-decoration-line: underline;
      color: #177ABE; }
      @media (max-width: 991.9px) {
        .page-template-uk section#section3 .right-content a {
          margin-bottom: 40px;
          display: block; } }
.page-template-uk section#section4 {
  height: 193px;
  background: #CFE5EF;
  overflow: visible; }
  @media (max-width: 991.9px) {
    .page-template-uk section#section4 {
      height: auto;
      margin-bottom: -90px; } }
  .page-template-uk section#section4 .box-wrapper {
    padding: 53px 48px 60px;
    background: linear-gradient(180deg, #F4F8FE 0%, #FAFDFF 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 20px rgba(1, 66, 99, 0.15);
    border-radius: 6px;
    transform: translateY(-21%);
    position: relative;
    z-index: 2;
    margin: 0 15px; }
    @media (max-width: 767.9px) {
      .page-template-uk section#section4 .box-wrapper {
        padding: 40px 40px 30px;
        margin: 0 0 21px 0;
        transform: translateY(-35px); } }
    .page-template-uk section#section4 .box-wrapper .box {
      text-align: center; }
      .page-template-uk section#section4 .box-wrapper .box .img-wrapper {
        margin-bottom: 24px;
        height: 70px; }
        @media (max-width: 767.9px) {
          .page-template-uk section#section4 .box-wrapper .box .img-wrapper {
            height: auto; } }
        .page-template-uk section#section4 .box-wrapper .box .img-wrapper img {
          max-width: 97px; }
      .page-template-uk section#section4 .box-wrapper .box h2 {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 34px;
        text-align: center;
        color: #014263;
        margin-bottom: 12px; }
        @media (max-width: 991.9px) {
          .page-template-uk section#section4 .box-wrapper .box h2 {
            font-size: 22px;
            line-height: 23px;
            text-align: center;
            letter-spacing: -0.5px; } }
      .page-template-uk section#section4 .box-wrapper .box p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        color: #333333; }
        @media (max-width: 991.9px) {
          .page-template-uk section#section4 .box-wrapper .box p {
            font-weight: 400;
            font-size: 15px;
            line-height: 27px; } }
.page-template-uk section#section5 {
  background: linear-gradient(124.18deg, #005F88 31.03%, #014263 59.41%, #003451 83.94%);
  position: relative;
  z-index: 1;
  padding: 188px 0 165px; }
  .page-template-uk section#section5:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    background-image: url("../images/desktop/07_diagonal.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%; }
  @media (max-width: 991.9px) {
    .page-template-uk section#section5 {
      padding: 90px 0 41px; } }
  .page-template-uk section#section5 .left-content {
    display: flex;
    align-self: center; }
    @media (max-width: 991.9px) {
      .page-template-uk section#section5 .left-content {
        margin-top: 29px; } }
    .page-template-uk section#section5 .left-content .img-wrapper {
      z-index: 1; }
      @media (max-width: 991.9px) {
        .page-template-uk section#section5 .left-content .img-wrapper {
          margin-bottom: -80px; } }
  .page-template-uk section#section5 .right-content {
    padding-left: 97px; }
    @media (max-width: 991.9px) {
      .page-template-uk section#section5 .right-content {
        padding-left: 0; } }
    .page-template-uk section#section5 .right-content h2 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 44px;
      color: #B7E7FF; }
      @media (max-width: 1200px) {
        .page-template-uk section#section5 .right-content h2 {
          font-size: 31.5px;
          line-height: 35px;
          letter-spacing: -0.5px; } }
    .page-template-uk section#section5 .right-content .logo {
      margin-top: 44px; }
      @media (max-width: 991.9px) {
        .page-template-uk section#section5 .right-content .logo {
          vertical-align: top;
          margin-top: 20px;
          display: inline-block; } }
      @media (max-width: 767.9px) {
        .page-template-uk section#section5 .right-content .logo {
          margin-top: 33px;
          display: block; } }
      .page-template-uk section#section5 .right-content .logo img {
        width: 42px;
        margin-bottom: 11px; }
        @media (max-width: 991.9px) {
          .page-template-uk section#section5 .right-content .logo img {
            margin-bottom: 14px; } }
    .page-template-uk section#section5 .right-content p {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 32px;
      color: #FFFFFF; }
      @media (max-width: 1200px) {
        .page-template-uk section#section5 .right-content p {
          font-size: 17px;
          line-height: 27px; } }
      @media (max-width: 991.9px) {
        .page-template-uk section#section5 .right-content p {
          display: inline-block;
          width: calc(100% - 50px);
          padding-left: 20px;
          margin-top: 20px; } }
      @media (max-width: 767.9px) {
        .page-template-uk section#section5 .right-content p {
          padding-left: 0px;
          margin-top: 0px;
          width: 100%;
          display: block; } }
.page-template-uk section#section6 {
  padding: 156px 0 156px;
  background: #EAF6FC; }
  @media (max-width: 991.9px) {
    .page-template-uk section#section6 {
      padding: 90px 0 60px; } }
  .page-template-uk section#section6 .flex-wrapper {
    display: flex;
    justify-content: center; }
    @media (max-width: 991.9px) {
      .page-template-uk section#section6 .flex-wrapper {
        flex-direction: column; } }
    .page-template-uk section#section6 .flex-wrapper .btn-wrapper {
      margin-right: 43px;
      background: rgba(72, 186, 244, 0.07);
      border: 1px solid rgba(23, 122, 190, 0.2);
      border-radius: 10px;
      text-align: center;
      padding: 25px; }
      @media (max-width: 991.9px) {
        .page-template-uk section#section6 .flex-wrapper .btn-wrapper {
          order: 1;
          border: none;
          background: none;
          margin: auto; } }
      .page-template-uk section#section6 .flex-wrapper .btn-wrapper p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #014263; }
        @media (max-width: 991.9px) {
          .page-template-uk section#section6 .flex-wrapper .btn-wrapper p br {
            display: none; } }
    @media (max-width: 991.9px) {
      .page-template-uk section#section6 .flex-wrapper .text {
        order: 0; } }
    .page-template-uk section#section6 .flex-wrapper .text h2 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 44px;
      color: #014263;
      margin-bottom: 14px; }
      @media (max-width: 1200px) {
        .page-template-uk section#section6 .flex-wrapper .text h2 {
          font-size: 31.5px;
          line-height: 35px;
          letter-spacing: -0.5px; } }
      @media (max-width: 991.9px) {
        .page-template-uk section#section6 .flex-wrapper .text h2 {
          font-weight: 400;
          font-size: 22px;
          line-height: 30px;
          letter-spacing: -0.5px;
          margin-bottom: 21px; }
          .page-template-uk section#section6 .flex-wrapper .text h2 br {
            display: none; } }
    .page-template-uk section#section6 .flex-wrapper .text p {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 32px;
      color: #333333;
      margin-bottom: 0;
      max-width: 682px;
      margin-right: auto; }
      @media (max-width: 1200px) {
        .page-template-uk section#section6 .flex-wrapper .text p {
          font-size: 17px;
          line-height: 27px; } }
.page-template-uk section#section7 {
  background: linear-gradient(129.62deg, #48BAF4 -0.4%, #4CA5EC 47.85%, #177ABE 123.78%);
  position: relative;
  z-index: 1;
  padding: 114px 0 114px; }
  @media (max-width: 991.9px) {
    .page-template-uk section#section7 {
      padding: 75px 0 75px; } }
  .page-template-uk section#section7 .content {
    display: flex;
    justify-content: center; }
    @media (max-width: 991.9px) {
      .page-template-uk section#section7 .content {
        flex-direction: column; } }
    .page-template-uk section#section7 .content .left-content {
      padding-right: 13px;
      display: flex;
      align-self: center; }
      @media (max-width: 991.9px) {
        .page-template-uk section#section7 .content .left-content {
          padding-right: 0px; } }
      @media (max-width: 767.9px) {
        .page-template-uk section#section7 .content .left-content {
          padding: 0; } }
      .page-template-uk section#section7 .content .left-content h2 {
        font-family: Raleway;
        font-style: normal;
        font-weight: normal;
        font-size: 42px;
        line-height: 44px;
        text-align: right;
        letter-spacing: -0.5px;
        color: #FFFFFF;
        margin-bottom: 0; }
        @media (max-width: 1200px) {
          .page-template-uk section#section7 .content .left-content h2 {
            font-size: 31.5px;
            line-height: 33px; } }
        @media (max-width: 991.9px) {
          .page-template-uk section#section7 .content .left-content h2 {
            text-align: center; } }
    .page-template-uk section#section7 .content .right-content {
      padding-left: 13px; }
      @media (max-width: 991.9px) {
        .page-template-uk section#section7 .content .right-content {
          padding-left: 0px;
          text-align: center; } }
      @media (max-width: 767.9px) {
        .page-template-uk section#section7 .content .right-content {
          padding: 0; } }
      .page-template-uk section#section7 .content .right-content .btn-wrapper {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        border-radius: 10px;
        padding: 24px; }
        @media (max-width: 991.9px) {
          .page-template-uk section#section7 .content .right-content .btn-wrapper {
            background: none;
            border: 0;
            padding: 28px 0 0 0; } }

footer {
  z-index: 2;
  position: relative; }
  footer .footnav {
    background: #062A3C;
    padding: 50px 0; }
    footer .footnav h2 {
      font-family: Raleway;
      font-style: normal;
      font-weight: 800;
      font-size: 24px;
      line-height: 29px;
      color: #B7E7FF;
      opacity: 0.6;
      margin-bottom: 16px; }
      @media (max-width: 991.9px) {
        footer .footnav h2 {
          font-size: 20px;
          line-height: 20px;
          margin-bottom: 10px; } }
    footer .footnav .content {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767.9px) {
        footer .footnav .content {
          flex-wrap: wrap; } }
      @media (max-width: 767.9px) {
        footer .footnav .content {
          flex-direction: column; } }
      footer .footnav .content .left-more-content {
        display: flex;
        align-self: center;
        text-align: center;
        flex-basis: 33%; }
        footer .footnav .content .left-more-content a {
          margin: auto; }
          footer .footnav .content .left-more-content a img {
            width: 138.63px; }
        @media (max-width: 991.9px) {
          footer .footnav .content .left-more-content {
            display: none; } }
      footer .footnav .content .left-content, footer .footnav .content .middle-content {
        border-left: 1px solid #014263;
        flex-basis: 33%;
        padding: 0 40px; }
        @media (max-width: 991.9px) {
          footer .footnav .content .left-content, footer .footnav .content .middle-content {
            order: 1;
            flex-basis: 100%;
            border: none;
            padding: 0; } }
        footer .footnav .content .left-content ul, footer .footnav .content .middle-content ul {
          columns: 2;
          -webkit-columns: 2;
          -moz-columns: 2; }
          @media (max-width: 767.9px) {
            footer .footnav .content .left-content ul, footer .footnav .content .middle-content ul {
              columns: 1;
              -webkit-columns: 1;
              -moz-columns: 1; } }
          @media (max-width: 991.9px) {
            footer .footnav .content .left-content ul li, footer .footnav .content .middle-content ul li {
              margin-bottom: 10px; } }
          footer .footnav .content .left-content ul li a, footer .footnav .content .middle-content ul li a {
            font-family: Source Sans Pro;
            font-style: normal;
            font-weight: 600;
            font-size: 15px;
            line-height: 29px;
            color: #B7E7FF;
            opacity: .7;
            text-decoration: none;
            transition: all .3s ease-in-out; }
            footer .footnav .content .left-content ul li a:hover, footer .footnav .content .middle-content ul li a:hover {
              opacity: 1; }
            footer .footnav .content .left-content ul li a i, footer .footnav .content .middle-content ul li a i {
              font-size: 20px;
              margin-right: 13px; }
      @media (max-width: 991.9px) {
        footer .footnav .content .right-content {
          margin-top: 0px;
          margin-bottom: 40px;
          flex-basis: 100%; } }
      @media (max-width: 767.9px) {
        footer .footnav .content .right-content {
          order: 0; } }
      footer .footnav .content .right-content input {
        width: 278px;
        height: 50px;
        background: #014263;
        border: 2px solid #177ABE;
        box-sizing: border-box;
        border-radius: 6px;
        margin-right: 14px;
        padding: 0 19px; }
        @media (max-width: 767.9px) {
          footer .footnav .content .right-content input {
            width: 100%;
            margin-bottom: 14px; } }
  footer .copyright {
    background: #081F29;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    color: #B7E7FF;
    padding: 13px 0; }
    footer .copyright .content {
      opacity: 0.8; }
      footer .copyright .content a {
        text-decoration: none;
        color: #B7E7FF;
        opacity: 0.8;
        transition: all .3s ease-in-out; }
        footer .copyright .content a:hover {
          color: #B7E7FF;
          opacity: 1; }

#hsCustomFormModalConfirm .modal-content {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  border: 0; }
  #hsCustomFormModalConfirm .modal-content button.close {
    position: absolute;
    color: #fff;
    font-size: 20px;
    right: 10px;
    top: 10px;
    opacity: .5;
    transition: all .3s ease-in-out; }
    #hsCustomFormModalConfirm .modal-content button.close:hover {
      opacity: 1; }
#hsCustomFormModalConfirm .title-wrapper h1 {
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
  line-height: 74px;
  background: #014263;
  border-radius: 8px 8px 0 0;
  margin: 0; }
  @media (max-width: 767.9px) {
    #hsCustomFormModalConfirm .title-wrapper h1 {
      font-size: 20px;
      line-height: 54px; } }
#hsCustomFormModalConfirm p {
  color: #435764;
  font-family: 'Lato';
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31px;
  text-align: center;
  margin: 0; }
  @media (max-width: 767.9px) {
    #hsCustomFormModalConfirm p {
      font-size: 16px;
      line-height: 25px;
      padding-top: 2.25rem;
      padding-bottom: 2.25rem; } }
#hsCustomFormModalConfirm .continue-wrapper {
  background-color: #E0E0E080;
  text-align: center;
  padding: 35px 0;
  border-radius: 0 0 8px 8px; }
#hsCustomFormModalConfirm .btn {
  height: 50px;
  width: 248px;
  border-radius: 6px;
  background-color: #7ED321;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer; }
  #hsCustomFormModalConfirm .btn:hover {
    background: #93d82f; }

@media (max-width: 1200px) {
  #hsCustomFormModal .modal-dialog {
    max-width: 85% !important; } }
@media (max-width: 991.9px) {
  #hsCustomFormModal .modal-dialog {
    max-width: 95% !important; } }
#hsCustomFormModal .modal-content {
  position: relative;
  border-radius: 8px;
  background-color: transparent;
  border: 0; }
  #hsCustomFormModal .modal-content button.close {
    position: absolute;
    color: #fff;
    font-size: 20px;
    right: 10px;
    top: 10px;
    opacity: .5;
    transition: all .3s ease-in-out; }
    #hsCustomFormModal .modal-content button.close:hover {
      opacity: 1; }
#hsCustomFormModal form {
  background-color: #fff;
  padding-top: 34px;
  border-radius: 0 0 8px 8px; }
  @media (max-width: 767.9px) {
    #hsCustomFormModal form {
      padding-top: 20px; } }
#hsCustomFormModal .form-section1 .formfields, #hsCustomFormModal .form-section2 .formfields {
  width: 100%;
  margin: auto;
  padding: 0 85px 0 98px;
  text-align: left; }
  @media (max-width: 1200px) {
    #hsCustomFormModal .form-section1 .formfields, #hsCustomFormModal .form-section2 .formfields {
      padding: 0 40px 0 40px; } }
  @media (max-width: 991.9px) {
    #hsCustomFormModal .form-section1 .formfields, #hsCustomFormModal .form-section2 .formfields {
      padding: 0 25px; } }
#hsCustomFormModal .divider {
  border-top: 1px solid #EBEBF1;
  width: 100%;
  height: 1px;
  margin: 21px 0; }
  @media (max-width: 575.9px) {
    #hsCustomFormModal .divider {
      display: none; } }
#hsCustomFormModal .formfield {
  position: relative; }
  @media (max-width: 575.9px) {
    #hsCustomFormModal .formfield.mobile2 {
      display: none; } }
  #hsCustomFormModal .formfield.invalid label {
    color: #FF0000; }
  #hsCustomFormModal .formfield.invalid input {
    border: 2px solid #FF0000;
    position: relative; }
  #hsCustomFormModal .formfield.invalid input[type=checkbox] {
    border: 0px solid #FF0000; }
    #hsCustomFormModal .formfield.invalid input[type=checkbox]:before {
      color: #FF0000; }
  #hsCustomFormModal .formfield.invalid:after {
    content: '\f057';
    font-family: 'Font Awesome 5 Pro';
    color: #FF0000;
    position: absolute;
    right: 28px;
    top: 40px;
    font-size: 20px;
    font-weight: 600; }
    @media (max-width: 767.9px) {
      #hsCustomFormModal .formfield.invalid:after {
        font-size: 18px;
        top: 36px;
        right: 15px; } }
  #hsCustomFormModal .formfield.invalid.hide-invalid:after {
    display: none; }
  #hsCustomFormModal .formfield.valid input {
    position: relative; }
  #hsCustomFormModal .formfield.valid:after {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    color: #7ED321;
    position: absolute;
    right: 28px;
    top: 40px;
    font-size: 20px;
    font-weight: 600; }
    @media (max-width: 767.9px) {
      #hsCustomFormModal .formfield.valid:after {
        font-size: 18px;
        top: 36px;
        right: 15px; } }
#hsCustomFormModal .title-wrapper h1 {
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
  line-height: 74px;
  background: #014263;
  border-radius: 8px 8px 0 0;
  margin: 0; }
  @media (max-width: 767.9px) {
    #hsCustomFormModal .title-wrapper h1 {
      font-size: 20px;
      line-height: 26px;
      padding: 20px; } }
#hsCustomFormModal .title-wrapper .title1 b {
  white-space: nowrap; }
#hsCustomFormModal h2 {
  color: #1CA6F2;
  font-family: 'Lato';
  font-size: 24px;
  letter-spacing: 0.12px;
  line-height: 21px;
  font-weight: bold; }
  @media (max-width: 991.9px) {
    #hsCustomFormModal h2.line-two {
      line-height: 27px; } }
  @media (max-width: 767.9px) {
    #hsCustomFormModal h2 {
      font-size: 20px;
      line-height: 24px; } }
#hsCustomFormModal p {
  color: #435764;
  font-size: 10px;
  letter-spacing: 0.05px;
  line-height: 9px;
  margin-top: 10px; }
  @media (max-width: 767.9px) {
    #hsCustomFormModal p {
      line-height: 14px;
      margin-top: 0px; } }
  #hsCustomFormModal p a {
    color: #435764;
    text-decoration: underline; }
#hsCustomFormModal .continue-wrapper {
  background-color: #E0E0E080;
  text-align: center;
  padding: 35px 0;
  border-radius: 0 0 8px 8px;
  margin-top: 40px; }
  @media (max-width: 767.9px) {
    #hsCustomFormModal .continue-wrapper {
      margin-top: 10px; } }
  #hsCustomFormModal .continue-wrapper.submit-wrapper {
    margin-top: 9px; }
    #hsCustomFormModal .continue-wrapper.submit-wrapper div.btn {
      display: none; }
      @media (max-width: 575.9px) {
        #hsCustomFormModal .continue-wrapper.submit-wrapper div.btn {
          display: inline-block; } }
#hsCustomFormModal .btn {
  height: 50px;
  width: 248px;
  border-radius: 6px;
  background-color: #7ED321;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer; }
  #hsCustomFormModal .btn:hover {
    background: #93d82f; }
#hsCustomFormModal .marketing {
  padding-top: 10px; }
#hsCustomFormModal input[type=text], #hsCustomFormModal input[type=tel], #hsCustomFormModal input[type=email], #hsCustomFormModal .fake-select {
  color: #435764;
  width: calc( 100% - 13px);
  border: 2px solid #EBEBF1;
  border-radius: 4px;
  background-color: #FFFFFF;
  height: 56px;
  line-height: 56px;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.09px;
  margin: 0;
  margin-bottom: 23px;
  text-align: left;
  transition: all .3s ease-in-out;
  padding: 0 14px; }
  @media (max-width: 767.9px) {
    #hsCustomFormModal input[type=text], #hsCustomFormModal input[type=tel], #hsCustomFormModal input[type=email], #hsCustomFormModal .fake-select {
      margin-bottom: 10px;
      font-size: 14px;
      height: 46px;
      line-height: 46px;
      width: 100%; } }
  #hsCustomFormModal input[type=text]:focus, #hsCustomFormModal input[type=tel]:focus, #hsCustomFormModal input[type=email]:focus, #hsCustomFormModal .fake-select:focus {
    border: 2px solid #1CA6F2; }
#hsCustomFormModal .fake-select {
  position: relative;
  cursor: pointer; }
  #hsCustomFormModal .fake-select #currentSelection.untouched {
    color: #BCBCBC; }
  #hsCustomFormModal .fake-select .options-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    margin-top: 2px;
    top: 56px;
    right: -2px; }
    #hsCustomFormModal .fake-select .options-wrapper .options {
      border: 2px solid #EBEBF1; }
      #hsCustomFormModal .fake-select .options-wrapper .options .option {
        color: #8D8D8D;
        cursor: pointer;
        padding: 0 14px; }
        #hsCustomFormModal .fake-select .options-wrapper .options .option:hover {
          background-color: #F6F7F9;
          color: #435764; }
  #hsCustomFormModal .fake-select .fa-chevron-down, #hsCustomFormModal .fake-select .fa-chevron-up {
    position: absolute;
    font-size: 20px;
    right: 15px;
    top: 15px; }
    @media (max-width: 767.9px) {
      #hsCustomFormModal .fake-select .fa-chevron-down, #hsCustomFormModal .fake-select .fa-chevron-up {
        font-size: 18px;
        top: 13px; } }
  #hsCustomFormModal .fake-select .fa-chevron-down {
    color: #BCBCBC; }
  #hsCustomFormModal .fake-select .fa-chevron-up {
    color: #435764; }
  #hsCustomFormModal .fake-select .fa-chevron-up {
    display: none; }
  #hsCustomFormModal .fake-select.opened .options-wrapper {
    max-height: 500px;
    line-height: 56px;
    border-radius: 3px; }
    #hsCustomFormModal .fake-select.opened .options-wrapper .options .option.selected {
      background-color: #E0E0E0;
      color: #435764; }
  #hsCustomFormModal .fake-select.opened .fa-chevron-up {
    display: block; }
  #hsCustomFormModal .fake-select.opened .fa-chevron-down {
    display: none; }
#hsCustomFormModal select {
  display: none; }
#hsCustomFormModal input[type=submit] {
  height: 50px;
  width: 248px;
  border-radius: 6px;
  background-color: #7ED321;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  text-align: center;
  color: #fff;
  margin: 0 auto; }
  @media (max-width: 575.9px) {
    #hsCustomFormModal input[type=submit] {
      display: none; } }
#hsCustomFormModal input[type=checkbox] {
  -webkit-appearance: none; }
  #hsCustomFormModal input[type=checkbox]:hover:before {
    color: #1CA6F2; }
#hsCustomFormModal input[type=checkbox] + label {
  color: #8D8D8D;
  font-family: 'Lato';
  font-size: 15px;
  letter-spacing: 0.08px;
  line-height: 20px; }
#hsCustomFormModal input[type='checkbox']:before {
  content: '\f0c8';
  font-family: Font Awesome\ 5 Pro;
  margin-right: 10px;
  font-size: 24px;
  color: #EBEBF1;
  vertical-align: middle;
  font-weight: 100;
  transition: all .3s ease-in-out; }
#hsCustomFormModal input[type='checkbox']:checked:before {
  color: #1CA6F2;
  content: '\f14a';
  font-weight: 600; }
#hsCustomFormModal label {
  color: #1CA6F2;
  font-family: 'Lato';
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.42px;
  line-height: 20px;
  text-align: left;
  width: 100%; }
  #hsCustomFormModal label span {
    display: inline-block;
    margin: 0 0 8px 0; }
  #hsCustomFormModal label .message-text {
    font-size: 17px; }
  #hsCustomFormModal label.extra {
    color: #435764;
    font-size: 15px;
    letter-spacing: 0.08px;
    line-height: 2px;
    font-weight: normal; }
    @media (max-width: 767.9px) {
      #hsCustomFormModal label.extra {
        line-height: 20px; } }
    @media (max-width: 767.9px) {
      #hsCustomFormModal label.extra span {
        width: calc(100% - 40px);
        vertical-align: top; } }
  #hsCustomFormModal label input {
    color: #435764;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.09px; }
#hsCustomFormModal .checkboxes label {
  font-weight: normal;
  color: #8D8D8D;
  line-height: 14px; }
#hsCustomFormModal textarea {
  width: 100%;
  border: 2px solid #EBEBF1;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-family: 'Lato';
  font-size: 18px;
  letter-spacing: 0.09px;
  min-height: 170px;
  margin-top: 10px;
  padding: 13px; }
  @media (max-width: 767.9px) {
    #hsCustomFormModal textarea {
      min-height: 100px; } }
#hsCustomFormModal .checkbox-title {
  color: #1CA6F2;
  font-family: 'Lato';
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.42px;
  line-height: 20px;
  margin-bottom: 10px; }

body {
  font-family: "Source Sans Pro",Arial,sans-serif;
  color: #333333; }

.body-padding {
  padding-top: 88px; }
  @media (max-width: 767.9px) {
    .body-padding {
      padding-top: 58px; } }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a.btn {
  height: 58px;
  border: 0;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  transition: all .3s ease-in-out;
  border-radius: 0;
  white-space: nowrap;
  min-width: 228px;
  background: #F8A500;
  border-radius: 36px; }
  @media (max-width: 767.9px) {
    a.btn {
      width: 100%; } }
  a.btn:hover {
    color: #FFFFFF;
    background-color: #DD9300; }

b {
  font-weight: bold; }

.shake {
  animation: shake 10s ease infinite; }

@keyframes shake {
  0%, 100% {
    transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateY(10px); } }
nav {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: all .3s ease-in-out;
  z-index: 100;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  top: 0;
  opacity: 1; }
  @media (max-width: 767.9px) {
    nav {
      box-shadow: none;
      background: transparent; } }
  nav.nav-fixed {
    position: fixed;
    opacity: 0;
    transition: all .3s ease-in-out; }
    @media (max-width: 767.9px) {
      nav.nav-fixed {
        background: #fff; } }
  nav .inner-nav {
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    @media (max-width: 1200px) {
      nav .inner-nav {
        max-width: 100%;
        padding: 13px 19px; } }
    @media (max-width: 991.9px) {
      nav .inner-nav {
        padding: 2px 19px; } }
    @media (max-width: 991.9px) {
      nav .inner-nav {
        padding: 0 19px;
        height: 79px;
        max-width: 100%;
        justify-content: end; } }
    nav .inner-nav .logo {
      display: flex;
      align-self: center; }
      nav .inner-nav .logo a {
        display: block; }
        nav .inner-nav .logo a img {
          max-width: 177px; }
          @media (max-width: 767.9px) {
            nav .inner-nav .logo a img {
              max-width: 148px; } }
    nav .inner-nav .nav-btn {
      margin-right: 36px; }
      @media (max-width: 767.9px) {
        nav .inner-nav .nav-btn {
          display: none; } }
    nav .inner-nav .nav-links {
      flex-grow: 1; }
    nav .inner-nav .menu-toggle {
      font-size: 30px;
      font-weight: 300;
      letter-spacing: 0.65px;
      line-height: 79px;
      color: #333;
      cursor: pointer; }
      nav .inner-nav .menu-toggle .fa-bars:before {
        font-weight: bold; }
      @media (max-width: 767.9px) {
        nav .inner-nav .menu-toggle {
          display: block; } }

.dropdownmenu-wrapper {
  width: 410px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 100;
  transition: all .3s ease-in-out;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08); }
  @media (max-width: 575.9px) {
    .dropdownmenu-wrapper {
      width: 380px; } }
  .dropdownmenu-wrapper.open {
    max-height: 529px; }
  .dropdownmenu-wrapper .dropdownmenu {
    padding: 72px 45px 45px;
    background: #FFFFFF;
    position: relative;
    border-bottom: 2px solid #F8A500; }
    @media (max-width: 767.9px) {
      .dropdownmenu-wrapper .dropdownmenu {
        padding: 25px 45px 45px; } }
    .dropdownmenu-wrapper .dropdownmenu .close-btn {
      cursor: pointer;
      position: absolute;
      top: 13px;
      right: 18px; }
      .dropdownmenu-wrapper .dropdownmenu .close-btn i {
        color: #333333;
        font-size: 30px;
        transition: all .3s ease-in-out; }
        .dropdownmenu-wrapper .dropdownmenu .close-btn i:hover {
          color: #DD9300; }
    .dropdownmenu-wrapper .dropdownmenu .logo {
      margin-bottom: 41px;
      display: none; }
      @media (max-width: 767.9px) {
        .dropdownmenu-wrapper .dropdownmenu .logo {
          display: block; } }
      .dropdownmenu-wrapper .dropdownmenu .logo img {
        width: 148px; }
    .dropdownmenu-wrapper .dropdownmenu ul.links-list li {
      margin-bottom: 16px; }
      .dropdownmenu-wrapper .dropdownmenu ul.links-list li a {
        font-size: 19px;
        line-height: 31px;
        text-decoration: none;
        color: #333333;
        transition: all .3s ease-in-out; }
        .dropdownmenu-wrapper .dropdownmenu ul.links-list li a:hover {
          color: #DD9300; }
    .dropdownmenu-wrapper .dropdownmenu ul.social-links {
      border-top: 1px solid #EBEBEB;
      display: flex;
      justify-content: start;
      padding-top: 33px;
      margin-bottom: 36px;
      flex-wrap: wrap; }
      .dropdownmenu-wrapper .dropdownmenu ul.social-links li {
        width: 50%;
        margin-bottom: 10px; }
        .dropdownmenu-wrapper .dropdownmenu ul.social-links li a {
          font-weight: 600;
          font-size: 15px;
          line-height: 29px;
          text-decoration: none;
          color: #333333;
          transition: all .3s ease-in-out; }
          .dropdownmenu-wrapper .dropdownmenu ul.social-links li a:hover {
            color: #DD9300; }
          .dropdownmenu-wrapper .dropdownmenu ul.social-links li a i {
            font-size: 24px;
            margin-right: 22px;
            line-height: 29px;
            vertical-align: middle; }
            .dropdownmenu-wrapper .dropdownmenu ul.social-links li a i:hover {
              color: #DD9300; }
    .dropdownmenu-wrapper .dropdownmenu .btn {
      font-size: 16px;
      min-width: 270px; }

.content-wrapper {
  position: relative; }
  .content-wrapper section#title {
    background: linear-gradient(204.06deg, #005F88 3.38%, #014263 54.65%, #003451 98.95%);
    padding: 56px 0 111px; }
    @media (max-width: 767.9px) {
      .content-wrapper section#title {
        padding: 27px 0 57px; } }
    .content-wrapper section#title h1 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 50px;
      line-height: 56px;
      text-align: center;
      color: #EAF6FC; }
      @media (max-width: 767.9px) {
        .content-wrapper section#title h1 {
          font-size: 35px;
          line-height: 41px;
          text-align: left; } }
      .content-wrapper section#title h1 b {
        font-weight: 700; }
  .content-wrapper section#filter {
    margin-top: -85px; }
    @media (max-width: 767.9px) {
      .content-wrapper section#filter {
        margin-top: -35px; } }
    .content-wrapper section#filter .filter-wrapper {
      background: #FFFFFF;
      border: 1px solid #D6D8DD;
      border-radius: 10px;
      background: #FFFFFF; }
      .content-wrapper section#filter .filter-wrapper .top-row {
        padding: 30px 40px 30px 50px;
        border-bottom: 1px solid #D6D8DD; }
        @media (max-width: 991.9px) {
          .content-wrapper section#filter .filter-wrapper .top-row {
            padding: 20px; } }
        .content-wrapper section#filter .filter-wrapper .top-row .title {
          font-family: 'Lato';
          font-style: normal;
          font-weight: 700;
          font-size: 20px;
          line-height: 33px;
          color: #2A363D;
          margin-bottom: 29px; }
        .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper {
          display: flex;
          justify-content: space-between; }
          @media (max-width: 991.9px) {
            .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper {
              flex-wrap: wrap; } }
          .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .subtitle {
            font-family: 'Lato';
            font-style: normal;
            font-weight: 700;
            font-size: 13px;
            line-height: 15px;
            color: #2A363D;
            margin-bottom: 9px; }
          .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .flex-col {
            padding: 0 20px 0 0;
            height: 100%; }
            @media (max-width: 767.9px) {
              .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .flex-col {
                padding: 0 0 20px; } }
            .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .flex-col.channels {
              flex-grow: 1;
              max-width: 440px; }
            .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .flex-col.additional {
              padding: 0;
              padding-left: 21px;
              border-left: 1px solid #D6D8DD; }
              @media (max-width: 991.9px) {
                .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .flex-col.additional {
                  border-left: 0;
                  padding-left: 0;
                  border-top: 1px solid #D6D8DD;
                  width: 100%;
                  padding-top: 29px; } }
          .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes {
            display: flex;
            flex-wrap: wrap; }
            .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes .box {
              background: #FFFFFF;
              border: 1px solid #D6D8DD;
              border-radius: 10px;
              padding: 18px 23px;
              margin-bottom: 10px;
              margin-right: 10px;
              display: inline-block;
              cursor: pointer;
              transition: all .3s ease-in-out;
              flex-grow: 1; }
              @media (max-width: 767.9px) {
                .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes .box {
                  flex-grow: 0;
                  padding: 18px 38px 18px 18px; } }
              .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes .box:hover {
                background: #EFF4F7; }
                @media (max-width: 767.9px) {
                  .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes .box:hover {
                    background: #FFFFFF; } }
              .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes .box.active {
                background: #EFF4F7;
                position: relative; }
                .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes .box.active:after {
                  content: '';
                  background-image: url("../../retailer-network/assets/images/desktop/close.png");
                  background-repeat: no-repeat;
                  background-size: contain;
                  width: 20px;
                  height: 20px;
                  position: absolute;
                  top: 10px;
                  right: 10px; }
              .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes .box p {
                font-family: 'Lato';
                font-style: normal;
                font-weight: 700;
                font-size: 13px;
                line-height: 15px;
                color: #2A363D;
                margin-bottom: 18px;
                white-space: nowrap; }
              .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes .box .retailers {
                font-family: 'Lato';
                font-style: normal;
                font-weight: 400;
                font-size: 11px;
                line-height: 11px;
                color: #717171; }
              .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes .box.box-sf {
                border-left: 7px solid #E8C37C; }
              .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes .box.box-df {
                border-left: 7px solid #F0B3A1; }
              .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes .box.box-nf {
                border-left: 7px solid #C1B0EA; }
              .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes .box.box-def {
                border-left: 7px solid #B1DCF2; }
              .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes .box.box-cf {
                border-left: 7px solid #D6D8DD; }
              .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .boxes .box.box-uf {
                border-left: 7px solid #D6D8DD; }
          .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .filter-toggle {
            background: #FFFFFF;
            border: 1px solid #D6D8DD;
            border-radius: 10px;
            font-family: 'Lato';
            font-style: normal;
            font-weight: 700;
            font-size: 13px;
            line-height: 53px;
            height: 53px;
            color: #2A363D;
            margin-bottom: 10px;
            width: 100%;
            padding: 0 21px;
            min-width: 244px;
            cursor: pointer; }
            .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .filter-toggle img {
              width: 18px;
              margin-right: 10px;
              vertical-align: sub; }
            .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .filter-toggle:hover {
              background: #EFF4F7; }
            .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .filter-toggle.active {
              background: #EFF4F7;
              position: relative; }
              .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .filter-toggle.active:after {
                content: '';
                background-image: url("../../retailer-network/assets/images/desktop/close.png");
                background-repeat: no-repeat;
                background-size: contain;
                width: 20px;
                height: 20px;
                position: absolute;
                top: 0;
                right: 10px;
                bottom: 0;
                margin: auto; }
            .content-wrapper section#filter .filter-wrapper .top-row .flex-wrapper .filter-toggle.fake {
              background-color: transparent;
              border: 0;
              color: #717171;
              cursor: default;
              font-weight: 400;
              margin-bottom: 0; }
      .content-wrapper section#filter .filter-wrapper .bot-row {
        padding: 13px 39px 18px 50px;
        display: flex;
        justify-content: space-between;
        line-height: 26px; }
        @media (max-width: 767.9px) {
          .content-wrapper section#filter .filter-wrapper .bot-row {
            padding: 19px 25px;
            flex-direction: column; } }
        .content-wrapper section#filter .filter-wrapper .bot-row .result-count {
          font-family: 'Lato';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          color: #2A363D;
          padding-right: 40px;
          align-self: center; }
          .content-wrapper section#filter .filter-wrapper .bot-row .result-count span {
            font-weight: 700;
            display: inline-block;
            min-width: 36px;
            text-align: right; }
            @media (max-width: 767.9px) {
              .content-wrapper section#filter .filter-wrapper .bot-row .result-count span {
                min-width: 0; } }
          @media (max-width: 767.9px) {
            .content-wrapper section#filter .filter-wrapper .bot-row .result-count {
              margin-top: 15px;
              padding-right: 0px;
              width: 100%; } }
        .content-wrapper section#filter .filter-wrapper .bot-row .search-wrapper {
          flex-grow: 1;
          text-align: left;
          padding-right: 40px;
          position: relative;
          align-self: center; }
          @media (max-width: 767.9px) {
            .content-wrapper section#filter .filter-wrapper .bot-row .search-wrapper {
              margin-top: 20px;
              padding-right: 0px;
              width: 100%; } }
          .content-wrapper section#filter .filter-wrapper .bot-row .search-wrapper img.search {
            width: 14px;
            position: absolute;
            left: 0;
            top: 7px; }
          .content-wrapper section#filter .filter-wrapper .bot-row .search-wrapper img.reset-text {
            width: 20px;
            cursor: pointer;
            margin-left: -25px; }
          .content-wrapper section#filter .filter-wrapper .bot-row .search-wrapper input {
            padding: 0 25px;
            font-family: 'Lato';
            font-style: normal;
            font-weight: 700;
            font-size: 13px;
            color: #2A363D;
            width: 100%;
            max-width: 278px;
            border: 0;
            border-bottom: 1px solid #D6D8DD;
            outline: 0; }
            .content-wrapper section#filter .filter-wrapper .bot-row .search-wrapper input ::-webkit-input-placeholder {
              color: #717171;
              font-weight: 400; }
            .content-wrapper section#filter .filter-wrapper .bot-row .search-wrapper input :-moz-placeholder {
              color: #717171;
              font-weight: 400; }
            .content-wrapper section#filter .filter-wrapper .bot-row .search-wrapper input ::-moz-placeholder {
              color: #717171;
              font-weight: 400; }
            .content-wrapper section#filter .filter-wrapper .bot-row .search-wrapper input :-ms-input-placeholder {
              color: #717171;
              font-weight: 400; }
            @media (max-width: 767.9px) {
              .content-wrapper section#filter .filter-wrapper .bot-row .search-wrapper input {
                max-width: 100%;
                width: 100%; } }
        .content-wrapper section#filter .filter-wrapper .bot-row .filter-reset {
          font-family: 'Lato';
          font-style: normal;
          font-weight: 700;
          font-size: 13px;
          color: #799ABB;
          cursor: pointer;
          align-self: center;
          transition: all .3s ease-in-out; }
          @media (max-width: 767.9px) {
            .content-wrapper section#filter .filter-wrapper .bot-row .filter-reset {
              width: 100%; } }
          .content-wrapper section#filter .filter-wrapper .bot-row .filter-reset img {
            width: 15px;
            margin-right: 7px; }
          .content-wrapper section#filter .filter-wrapper .bot-row .filter-reset:hover {
            color: #407AB4; }
  .content-wrapper section#alphabet {
    margin: 15px 0 20px; }
    .content-wrapper section#alphabet .letters {
      background: #F8F9F9;
      border-radius: 10px;
      display: flex;
      justify-content: space-between;
      padding: 0 25px; }
      @media (max-width: 991.9px) {
        .content-wrapper section#alphabet .letters {
          flex-wrap: wrap;
          padding: 5px;
          justify-content: center; } }
      .content-wrapper section#alphabet .letters .letter {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 40px;
        color: #799ABB;
        flex-grow: 1;
        text-align: center;
        cursor: pointer;
        transition: all .3s ease-in-out; }
        .content-wrapper section#alphabet .letters .letter:hover {
          color: #407AB4; }
        @media (max-width: 991.9px) {
          .content-wrapper section#alphabet .letters .letter {
            padding: 0 15px;
            flex-grow: 0; } }
  .content-wrapper section#retailers {
    padding-bottom: 50px; }
    .content-wrapper section#retailers .letter-wrapper {
      max-height: auto;
      transition: all .3s ease-in-out; }
      .content-wrapper section#retailers .letter-wrapper.hide {
        max-height: 0;
        overflow: hidden; }
      .content-wrapper section#retailers .letter-wrapper .heading {
        background: #F8F9F9;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 40px;
        color: #717171;
        height: 40px;
        padding: 0 17px; }
        @media (max-width: 767.9px) {
          .content-wrapper section#retailers .letter-wrapper .heading {
            padding: 10px 0px;
            font-family: 'IBM Plex Sans';
            font-style: normal;
            font-weight: 500;
            font-size: 39px;
            line-height: 51px;
            text-align: center;
            color: #D6D8DD;
            height: auto; } }
      .content-wrapper section#retailers .letter-wrapper .results .result {
        height: 87px;
        display: flex;
        justify-content: space-between;
        padding: 0 38px 0 20px;
        border-bottom: 1px solid #D6D8DD; }
        @media (max-width: 767.9px) {
          .content-wrapper section#retailers .letter-wrapper .results .result {
            height: auto;
            padding: 11px 20px 11px 20px; } }
        .content-wrapper section#retailers .letter-wrapper .results .result .logo {
          width: 115px;
          padding-right: 40px;
          align-self: center;
          min-width: 115px; }
          .content-wrapper section#retailers .letter-wrapper .results .result .logo img {
            max-height: 44px;
            max-width: 100%; }
        .content-wrapper section#retailers .letter-wrapper .results .result .mobile-wrapper {
          display: flex;
          justify-content: space-between;
          flex-grow: 1; }
          @media (max-width: 767.9px) {
            .content-wrapper section#retailers .letter-wrapper .results .result .mobile-wrapper {
              flex-direction: column;
              flex-grow: 1; } }
        .content-wrapper section#retailers .letter-wrapper .results .result .name {
          font-family: 'Lato';
          font-style: normal;
          font-weight: 400;
          font-size: 17px;
          line-height: 87px;
          color: #333333;
          flex-grow: 1;
          padding-right: 40px; }
          @media (max-width: 767.9px) {
            .content-wrapper section#retailers .letter-wrapper .results .result .name {
              padding-right: 0;
              line-height: 28px; } }
        .content-wrapper section#retailers .letter-wrapper .results .result .logos {
          align-self: center; }
          .content-wrapper section#retailers .letter-wrapper .results .result .logos img {
            margin-right: 20px;
            width: 18px; }
          @media (max-width: 767.9px) {
            .content-wrapper section#retailers .letter-wrapper .results .result .logos {
              margin-top: 10px;
              width: 100%; } }
        .content-wrapper section#retailers .letter-wrapper .results .result .channel {
          font-family: 'Lato';
          font-style: normal;
          font-weight: 400;
          font-size: 11px;
          line-height: 27px;
          color: #AF6363;
          align-self: center;
          display: flex; }
          @media (max-width: 767.9px) {
            .content-wrapper section#retailers .letter-wrapper .results .result .channel {
              margin-top: 10px;
              align-self: flex-start;
              flex-wrap: wrap; } }
          .content-wrapper section#retailers .letter-wrapper .results .result .channel span {
            height: 27px;
            border-radius: 10px;
            display: block;
            padding: 0 15px;
            margin-left: 20px; }
            @media (max-width: 767.9px) {
              .content-wrapper section#retailers .letter-wrapper .results .result .channel span {
                margin-bottom: 10px;
                margin-left: 0px;
                margin-right: 10px; } }
            .content-wrapper section#retailers .letter-wrapper .results .result .channel span.SPINS {
              background-color: #E9C78666;
              color: #8C6B2C; }
            .content-wrapper section#retailers .letter-wrapper .results .result .channel span.Datasembly {
              background-color: #F0B3A166;
              color: #94443E; }
            .content-wrapper section#retailers .letter-wrapper .results .result .channel span.Nielsen {
              background-color: #C1B0EA66;
              color: #5B4889; }
            .content-wrapper section#retailers .letter-wrapper .results .result .channel span.eCommerce {
              background-color: #B1DCF266;
              color: #41718B; }
            .content-wrapper section#retailers .letter-wrapper .results .result .channel span.Canada {
              background-color: #B6B6B666;
              color: #656565; }
            .content-wrapper section#retailers .letter-wrapper .results .result .channel span.UK {
              background-color: #B6B6B666;
              color: #656565; }
  .content-wrapper .scrollTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #E8B227;
    opacity: .7;
    transition: all .3s ease-in-out;
    z-index: 10;
    color: #fff;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    cursor: pointer; }
    .content-wrapper .scrollTop:hover {
      opacity: 1; }
    @media (max-width: 767.9px) {
      .content-wrapper .scrollTop {
        bottom: 20px;
        right: 20px; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
footer .footnav {
  background: #272B35;
  padding: 50px 0; }
  footer .footnav h2 {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9); }
    @media (max-width: 991.9px) {
      footer .footnav h2 {
        font-size: 20px;
        line-height: 31px;
        margin-bottom: 20px; } }
  footer .footnav .left-content ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3; }
    @media (max-width: 767.9px) {
      footer .footnav .left-content ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1; } }
    @media (max-width: 991.9px) {
      footer .footnav .left-content ul li {
        margin-top: 10px; }
        footer .footnav .left-content ul li.social1 {
          margin-top: 40px; } }
    footer .footnav .left-content ul li a {
      font-family: Source Sans Pro;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 29px;
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none;
      transition: all .3s ease-in-out; }
      footer .footnav .left-content ul li a:hover {
        color: white; }
      footer .footnav .left-content ul li a i {
        font-size: 20px;
        margin-right: 23px;
        color: white; }
  @media (max-width: 991.9px) {
    footer .footnav .right-content {
      margin-top: 44px; } }
  footer .footnav .right-content .text-wrapper {
    display: flex;
    justify-content: start; }
    @media (max-width: 767.9px) {
      footer .footnav .right-content .text-wrapper {
        flex-direction: column;
        margin-top: 16px; } }
    footer .footnav .right-content .text-wrapper p {
      font-family: Source Sans Pro;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 29px;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 0;
      padding-right: 15px; }
      @media (max-width: 991.9px) {
        footer .footnav .right-content .text-wrapper p {
          margin-bottom: 24px; } }
    footer .footnav .right-content .text-wrapper a.btnblk {
      border: 2px solid rgba(255, 255, 255, 0.9);
      box-sizing: border-box;
      border-radius: 36px;
      height: 48px;
      line-height: 48px;
      font-family: Source Sans Pro;
      font-style: normal;
      font-weight: bold;
      font-size: 15px;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #FFFFFF;
      transition: all .3s ease-in-out;
      min-width: 217px;
      text-align: center;
      text-decoration: none; }
      @media (max-width: 767.9px) {
        footer .footnav .right-content .text-wrapper a.btnblk {
          width: 100%; } }
      footer .footnav .right-content .text-wrapper a.btnblk:hover {
        background: #FFFFFF;
        color: #272B35; }
footer .copyright {
  background: #343945;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  padding: 13px 0; }
  footer .copyright a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7); }
    footer .copyright a:hover {
      color: white; }

/*# sourceMappingURL=style.css.map */
