@import url(https://fonts.googleapis.com/css?family=Barlow:400,400i,500,500i,600,600i,700,700i&display=swap);@charset "UTF-8";
/**
* @license
* MyFonts Webfont Build ID 506084
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license from one of MyFonts official sites.
* http://www.fonts.com
* http://www.myfonts.com
* http://www.linotype.com
*
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;

  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear::before, .clear::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.clear::after {
  clear: both;
}

.clear {
  zoom: 1;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
}

.error404 {
  background-color: #fff;
}

.b-404 {
  color: #000;
  font-family: "Arial";
  padding: 180px 0;
  min-height: 70vh;
}
.b-404-main {
  text-align: center;
}
.b-404-main h1 {
  font-size: 24px;
}
.b-404-main a {
  color: #000;
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-top: 15px;
  text-transform: uppercase;
}
.b-404-main a:hover {
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body, html {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  color: #033047;
  font-family: TTNormsPro-Normal;
  font-size: 18px;
  line-height: 1.5;
  min-height: 100vh;
  position: relative;
  font-variant-ligatures: none;
  overflow-x: hidden;
}

.ligature-dis {
  font-variant-ligatures: discretionary-ligatures;
}

a {
  text-decoration: none;
}

.l-wrapper {
  padding-top: 150px;
}
@media (max-width: 900px) {
  .l-wrapper {
    padding-top: 120px;
  }
}
@media (max-width: 600px) {
  .l-wrapper {
    padding-top: 90px;
  }
}

.l-master {
  width: 100%;
}
.l-master.m-fixed {
  position: fixed;
  z-index: 10000;
}

.l-main {
  margin: auto;
  width: 1160px;
}
@media (max-width: 1160px) {
  .l-main {
    width: 100%;
  }
}

#intercom-container {
  position: fixed !important;
  z-index: 8000 !important;
}

.b-mobile-nav {
  transition: all 0.4s ease-in-out;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #033047;
  left: 0;
  top: -100vh;
  z-index: 30000;
}
.b-mobile-nav.m-open {
  top: 0;
}
.b-mobile-nav-logo {
  background-color: #033047;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 27px 20px;
  z-index: 2;
}
.b-mobile-nav-logo a {
  display: block;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 29px;
  width: 171px;
  background-image: url("../img/logo_light.svg");
  position: relative;
  overflow: hidden;
}
.b-mobile-nav-logo a span {
  position: absolute;
  left: 1000em;
}
.b-mobile-nav-close {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/icon_mobile_close.svg");
  position: absolute;
  right: 20px;
  top: 17px;
  overflow: hidden;
  z-index: 3;
}
.b-mobile-nav-close span {
  left: -300px;
  position: absolute;
}
.b-mobile-nav-wrap {
  display: flex;
}
@media (min-width: 1200px) {
  .b-mobile-nav {
    display: none;
  }
}

.b-mobile-nav-files {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  margin-bottom: 24px;
  padding-top: 30px;
}
.b-mobile-nav-files a {
  color: #FFF9F2;
  font-size: 18px;
  display: block;
  margin-bottom: 18px;
}

.b-mobile-nav-main {
  padding: 90px 20px 30px;
  width: 100%;
}
.b-mobile-nav-main-item {
  color: #FFF9F2;
  font-size: 22px;
  display: block;
  line-height: 1.5;
  margin-bottom: 18px;
}
.b-mobile-nav-main-subitem {
  color: #FFF9F2;
  font-size: 18px;
  display: block;
  padding-left: 10px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.b-mobile-nav-main-subitem.coming-soon span {
  opacity: 0.7;
}
.b-mobile-nav-main-subitem.coming-soon span.label {
  color: #033047;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  background: #ffd770;
  padding: 2px;
  opacity: 1;
  margin-left: 10px;
}
.b-mobile-nav-main-subitem::before {
  content: "\203A   ";
}

.b-mobile-nav-menu li {
  display: block;
  margin-bottom: 12px;
}
.b-mobile-nav-menu li a {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.b-mobile-nav-menu li a:hover {
  opacity: 0.8;
}
.b-mobile-nav-menu.m-large li a {
  font-size: 22px;
}

.b-mobile-nav-actions {
  margin-bottom: 24px;
}
.b-mobile-nav-actions ul {
  display: flex;
}
.b-mobile-nav-actions ul li {
  margin-right: 10px;
}
.b-mobile-nav-actions ul li:first-child::after {
  content: "/";
  color: #FFF9F2;
  font-size: 22px;
  padding-left: 10px;
}
.b-mobile-nav-actions ul li a {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  color: #FFF9F2;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
.b-mobile-nav-actions ul li a:hover {
  opacity: 0.8;
}
.b-mobile-nav-actions ul li a.m-register {
  color: #ffd770;
}

.b-mobile-nav-languages {
  display: flex;
  justify-content: flex-end;
}
.b-mobile-nav-languages .b-lang-switch {
  display: flex;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 22px;
  overflow: hidden;
}
.b-mobile-nav-languages .b-lang-switch li {
  width: 72px;
}
.b-mobile-nav-languages .b-lang-switch li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #fff;
  color: #033047;
  text-transform: uppercase;
}
.b-mobile-nav-languages .b-lang-switch li a.m-active {
  background-color: transparent;
  color: #fff;
}

.b-mobile-nav-main-social {
  margin-top: 30px;
  padding-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 500px) and (max-width: 1200px) {
  .b-mobile-nav-main-social .b-social-items a {
    height: 40px;
    width: 40px;
  }
}

.b-main-copy {
  color: #033047;
  font-size: 18px;
  line-height: 34px;
  font-family: TTNormsPro-Normal;
}
@media (max-width: 768px) {
  .b-main-copy {
    font-size: 16px;
  }
}
.b-main-copy strong {
  font-family: TTNormsPro-Bold;
}
.b-main-copy h1 {
  font-size: 52px;
  line-height: 56px;
  margin-bottom: 24px;
  font-family: TTNormsPro-Bold;
}
@media (max-width: 768px) {
  .b-main-copy h1 {
    font-size: 38px;
  }
}
.b-main-copy h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: TTNormsPro-Medium;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .b-main-copy h2 {
    font-size: 28px;
  }
}
.b-main-copy h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: TTNormsPro-Medium;
}
.b-main-copy p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 34px;
}
.b-main-copy p:last-child {
  margin-bottom: 0;
}
.b-main-copy em {
  font-style: italic;
}
.b-main-copy a {
  color: #128ac8;
}
.b-main-copy a:hover {
  text-decoration: underline;
}
.b-main-copy strong {
  font-weight: 700;
}
.b-main-copy.m-white {
  color: #fff;
}
.b-main-copy.m-medium {
  font-size: 16px;
}
@media (max-width: 768px) {
  .b-main-copy.m-medium {
    font-size: 14px;
  }
}

.b-main-button, .b-fq-form .wpforms-submit-container .wpforms-submit {
  height: 60px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  line-height: 18px;
  padding: 0 30px;
  font-family: TTNormsPro-Medium;
}
.b-main-button.m-medium, .b-fq-form .wpforms-submit-container .m-medium.wpforms-submit {
  border-radius: 22px;
  height: 44px;
}
.b-main-button.m-brand-3, .b-fq-form .wpforms-submit-container .wpforms-submit {
  background-color: #ffd770;
  color: #033047;
}
.b-main-button.m-brand-3:hover, .b-fq-form .wpforms-submit-container .wpforms-submit:hover {
  background-color: #f3b63b;
}
.b-main-button.m-brand-4, .b-fq-form .wpforms-submit-container .m-brand-4.wpforms-submit {
  background-color: #fa8888;
  color: #033047;
}
.b-main-button.m-brand-4:hover, .b-fq-form .wpforms-submit-container .m-brand-4.wpforms-submit:hover {
  background-color: #f85757;
}
.b-main-button.m-brand-5, .b-fq-form .wpforms-submit-container .m-brand-5.wpforms-submit {
  background-color: #fff;
  color: #033047;
}
.b-main-button.m-brand-5:hover, .b-fq-form .wpforms-submit-container .m-brand-5.wpforms-submit:hover {
  background-color: #e6e6e6;
}
.b-main-button.m-brand-2, .b-fq-form .wpforms-submit-container .m-brand-2.wpforms-submit {
  background-color: #128ac8;
  color: #fff;
}
.b-main-button.m-brand-2:hover, .b-fq-form .wpforms-submit-container .m-brand-2.wpforms-submit:hover {
  background-color: #033047;
}
.b-main-button.m-brand-1, .b-fq-form .wpforms-submit-container .m-brand-1.wpforms-submit {
  background-color: #033047;
  color: #fff;
}
.b-main-button.m-brand-1:hover, .b-fq-form .wpforms-submit-container .m-brand-1.wpforms-submit:hover {
  background-color: #033047;
}
.b-main-button-download {
  position: relative;
  padding-left: 30px;
}
.b-main-button-download::before {
  position: absolute;
  left: 0;
  content: "";
  width: 13px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 13px 15px;
  background-image: url("../img/icon_download.svg");
  top: 50%;
  transform: translateY(-50%);
}

.b-social-items {
  display: flex;
}
.b-social-items-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: 1000em;
  margin-right: 15px;
}
.b-social-items-item:last-child {
  margin-right: 0;
}
.b-social-items-item:hover {
  opacity: 0.8;
}
.b-social-items-item.m-facebook {
  background-image: url("../img/icon_Facebook_dark.svg");
}
.b-social-items-item.m-facebook.m-light {
  background-image: url("../img/icon_Facebook.svg");
}
.b-social-items-item.m-linkedin {
  background-image: url("../img/icon_linkedin_dark.svg");
}
.b-social-items-item.m-linkedin.m-light {
  background-image: url("../img/icon_linkedin.svg");
}
.b-social-items-item.m-twitter {
  background-image: url("../img/icon_twitter_dark.svg");
}
.b-social-items-item.m-twitter.m-light {
  background-image: url("../img/icon_twitter.svg");
}

.b-header {
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 104px;
  padding: 0 30px;
  z-index: 100;
  max-width: 100vw;
}
@media (max-width: 1200px) {
  .b-header {
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .b-header {
    height: 80px;
    padding: 0 20px;
  }
}
.b-header.m-light {
  background-color: #ffffff;
}
.b-header.m-light .b-header-logo {
  background-image: url("../img/logo_dark.svg");
}
.b-header.m-light .b-header-nav-item {
  color: #033047;
  font-family: TTNormsPro-Medium;
}
.b-header.m-light .b-header-nav-item.m-sub::after {
  border-top-color: #fff;
}
.b-header.m-light .b-header-nav-item:hover {
  color: #fa8888;
}
.b-header.m-light .b-header-nav-item.m-current {
  color: #fa8888;
}
.b-header.m-light .b-header-options-login-link {
  color: #033047;
  padding: 12px 20px;
  background: #E6EAED;
  border-radius: 50px;
  font-size: 17px;
}
.b-header.m-light .b-header-options-login-link:hover {
  color: #fa8888;
}
.b-header.m-light .b-header-options-lang-current {
  color: #033047;
  font-size: 17px;
}
.b-header.m-light .b-header-options-lang-current::after {
  border-top-color: #033047;
}
.b-header.m-light .b-header-options-lang-current.m-active, .b-header.m-light .b-header-options-lang-current:hover {
  color: #fa8888;
}
.b-header.m-light .b-header-options-lang-current.m-active::after, .b-header.m-light .b-header-options-lang-current:hover::after {
  border-top-color: #fa8888;
}
.b-header.m-light.m-submenu-open {
  background-color: #fff9f2;
}
.b-header.m-active {
  background-color: #ffffff;
}
.b-header.m-active .b-header-logo {
  background-image: url("../img/logo_dark.svg");
}
.b-header.m-active .b-header-nav-item {
  color: #033047;
  font-family: TTNormsPro-Medium;
  font-size: 17px;
}
.b-header.m-active .b-header-nav-item.m-sub::after {
  border-top-color: #033047;
}
.b-header.m-active .b-header-nav-item.m-sub.m-current::after {
  border-top-color: #fa8888;
}
.b-header.m-active .b-header-nav-item.m-sub:hover::after {
  border-top-color: #fa8888;
}
.b-header.m-active .b-header-nav-item:hover {
  color: #fa8888;
}
.b-header.m-active .b-header-nav-item.m-current {
  color: #fa8888;
}
.b-header.m-active .b-header-options-login-link {
  color: #033047;
  padding: 12px 20px;
  background: #E6EAED;
  border-radius: 50px;
  font-size: 17px;
}
.b-header.m-active .b-header-options-login-link:hover {
  color: #fa8888;
}
.b-header.m-active .b-header-options-lang-current {
  color: #033047;
}
.b-header.m-active .b-header-options-lang-current::after {
  border-top-color: #033047;
}
.b-header.m-active .b-header-options-lang-current.m-active, .b-header.m-active .b-header-options-lang-current:hover {
  color: #fa8888;
}
.b-header.m-active .b-header-options-lang-current.m-active::after, .b-header.m-active .b-header-options-lang-current:hover::after {
  border-top-color: #fa8888;
}
.b-header.m-show {
  top: 0;
}
.b-header.m-hide {
  top: -104px;
}

.logged-in .b-header.m-show {
  top: 32px;
}

.b-header-col.m-logo {
  flex: 0 0 220px;
}
@media (max-width: 1280px) {
  .b-header-col.m-logo {
    flex: 0 0 200px;
  }
}
@media (max-width: 1200px) {
  .b-header-col.m-logo {
    flex: 1;
  }
}
.b-header-col.m-nav {
  flex: 1;
}
@media (max-width: 1200px) {
  .b-header-col.m-nav {
    display: none;
  }
}
.b-header-col.m-options {
  flex: 0 0 480px;
}
@media (max-width: 1200px) {
  .b-header-col.m-options {
    display: none;
  }
}
.b-header-col.m-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .b-header-col.m-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.b-header-logo {
  display: block;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 29px;
  width: 171px;
  background-image: url("../img/logo_dark.svg");
  position: relative;
  overflow: hidden;
}
@media (max-width: 360px) {
  .b-header-logo {
    height: 20px;
    width: 118px;
  }
}
.b-header-logo.m-light {
  background-image: url("../img/logo_dark.svg");
}
.b-header-logo span {
  position: absolute;
  left: 1000em;
}

.b-header-nav {
  display: flex;
}
@media (max-width: 1280px) {
  .b-header-nav {
    justify-content: flex-start;
  }
}
.b-header-nav-item {
  display: inline-flex;
  transition: all 0.2s ease-in-out;
  color: #033047;
  font-size: 17px;
  line-height: 1.5;
  position: relative;
  margin: 0 20px;
}
.b-header-nav-item:hover {
  color: #fa8888;
}
.b-header-nav-item.m-current {
  color: #fa8888;
}
.b-header-nav-item.m-sub {
  padding-right: 15px;
  position: relative;
}
.b-header-nav-item.m-sub::after {
  transition: all 0.2s ease-in-out;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #033047 transparent transparent;
  position: absolute;
  right: 0;
  content: "";
  top: 11px;
}
.b-header-nav-item.m-sub.m-active, .b-header-nav-item.m-sub.m-current, .b-header-nav-item.m-sub:hover {
  color: #fa8888;
}
.b-header-nav-item.m-sub.m-active::after, .b-header-nav-item.m-sub.m-current::after, .b-header-nav-item.m-sub:hover::after {
  border-top-color: #fa8888 !important;
}

.b-header-submenu {
  transition: all 0.2s ease-in-out;
  max-height: 0vh;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #ffffff;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  border-top: 1px solid #ffffff;
}
.b-header-submenu.m-open {
  max-height: 100vh;
  border-top: 1px solid #E6EAED;
}
.b-header-submenu-items {
  display: flex;
  height: 100%;
  margin: auto;
  flex-wrap: wrap;
}
@media (max-width: 1170px) {
  .b-header-submenu-items {
    width: 100%;
  }
}
.b-header-submenu-items-item {
  transition: all 0.2s ease-in-out;
  color: #033047;
  flex: 1 0 25%;
  height: 115px;
  margin-bottom: 30px;
}
.b-header-submenu-items-item-main {
  display: block;
  height: 100%;
  overflow: hidden;
}
.b-header-submenu-items-item-main figure {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin: auto;
  position: relative;
}
.b-header-submenu-items-item-main figure img {
  height: auto;
  width: 100%;
  position: relative;
}
.b-header-submenu-items-item-main figure span.label {
  position: absolute;
  color: #033047;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  background: #ffd770;
  left: 55px;
  top: 0;
  padding: 2px;
}
.b-header-submenu-items-item-main-title {
  height: 72px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px 10px;
}
.b-header-submenu-items-item-main-title span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.b-header-submenu-items-item:hover {
  color: #fa8888;
}
.b-header-submenu-items-item:hover .b-header-submenu-items-item-main-title span {
  border-bottom: 2px solid #fa8888;
}
.b-header-submenu-items-item.coming-soon .b-header-submenu-items-item-main figure img {
  opacity: 0.5;
}
.b-header-submenu-items-item.coming-soon .b-header-submenu-items-item-main-title {
  opacity: 0.5;
}
.b-header-submenu-items-item.coming-soon:hover {
  color: #033047;
}
.b-header-submenu-items-item.coming-soon:hover .b-header-submenu-items-item-main-title span {
  border: none;
}

.b-header-options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: TTNormsPro-Medium;
}
.b-header-options-login {
  margin-left: 20px;
}
.b-header-options-login-link {
  transition: all 0.2s ease-in-out;
  color: #033047;
  font-size: 18px;
  line-height: 1.5;
}
.b-header-options-login-link:hover {
  color: #fa8888;
}
.b-header-options-signup {
  margin-left: 20px;
  font-size: 17px;
}

.b-header-options-lang {
  position: relative;
}
.b-header-options-lang-current {
  transition: all 0.2s ease-in-out;
  color: #033047;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  padding-right: 15px;
}
.b-header-options-lang-current::after {
  transition: all 0.2s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #033047 transparent transparent;
}
.b-header-options-lang-current:hover, .b-header-options-lang-current.m-active {
  color: #fa8888;
}
.b-header-options-lang-current:hover::after, .b-header-options-lang-current.m-active::after {
  border-top-color: #fa8888;
}
.b-header-options-lang .b-lang-switch {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  background-color: #fff;
  border: 1px solid #FFF9F2;
  border-radius: 5px;
  overflow: hidden;
}
.b-header-options-lang .b-lang-switch li {
  display: block;
}
.b-header-options-lang .b-lang-switch li a {
  transition: all 0.2s ease-in-out;
  display: block;
  color: #033047;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 5px 20px;
}
.b-header-options-lang .b-lang-switch li a.m-active {
  background-color: #E0E0E0;
}
.b-header-options-lang .b-lang-switch li a:hover {
  background-color: #033047;
  color: #fff;
}

.b-mobile-burger {
  width: 24px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../../../icons/icon_mobilemenu.svg");
  margin-left: 20px;
}

.b-mobile-nav {
  transition: all 0.4s ease-in-out;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  left: 0;
  top: -100vh;
  z-index: 30000;
}
.b-mobile-nav.m-open {
  top: 0;
}
.b-mobile-nav-logo {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 27px 20px;
  z-index: 2;
}
.b-mobile-nav-logo a {
  display: block;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 29px;
  width: 171px;
  background-image: url("../img/logo_dark.svg");
  position: relative;
  overflow: hidden;
}
.b-mobile-nav-logo a span {
  position: absolute;
  left: 1000em;
}
.b-mobile-nav-close {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/icon_mobile_close.svg");
  position: absolute;
  right: 20px;
  top: 17px;
  overflow: hidden;
  z-index: 3;
}
.b-mobile-nav-close span {
  left: -300px;
  position: absolute;
}
.b-mobile-nav-wrap {
  display: flex;
}
@media (min-width: 1200px) {
  .b-mobile-nav {
    display: none;
  }
}

.b-mobile-nav-files {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  margin-bottom: 24px;
  padding-top: 30px;
}
.b-mobile-nav-files a {
  color: #FFF9F2;
  font-size: 18px;
  display: block;
  margin-bottom: 18px;
}

.b-mobile-nav-main {
  padding: 90px 20px 30px;
  width: 100%;
}
.b-mobile-nav-main-item {
  color: #FFF9F2;
  font-size: 22px;
  display: block;
  line-height: 1.5;
  margin-bottom: 18px;
}
.b-mobile-nav-main-subitem {
  color: #FFF9F2;
  font-size: 18px;
  display: block;
  padding-left: 10px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.b-mobile-nav-main-subitem::before {
  content: "\203A   ";
}

.b-mobile-nav-menu li {
  display: block;
  margin-bottom: 12px;
}
.b-mobile-nav-menu li a {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.b-mobile-nav-menu li a:hover {
  opacity: 0.8;
}
.b-mobile-nav-menu.m-large li a {
  font-size: 22px;
}

.b-mobile-nav-actions {
  margin-bottom: 24px;
}
.b-mobile-nav-actions ul {
  display: flex;
}
.b-mobile-nav-actions ul li {
  margin-right: 10px;
}
.b-mobile-nav-actions ul li:first-child::after {
  content: "/";
  color: #FFF9F2;
  font-size: 22px;
  padding-left: 10px;
}
.b-mobile-nav-actions ul li a {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  color: #FFF9F2;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
.b-mobile-nav-actions ul li a:hover {
  opacity: 0.8;
}
.b-mobile-nav-actions ul li a.m-register {
  color: #ffd770;
}

.b-mobile-nav-languages {
  display: flex;
  justify-content: flex-end;
}
.b-mobile-nav-languages .b-lang-switch {
  display: flex;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 22px;
  overflow: hidden;
}
.b-mobile-nav-languages .b-lang-switch li {
  width: 72px;
}
.b-mobile-nav-languages .b-lang-switch li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #fff;
  color: #033047;
  text-transform: uppercase;
}
.b-mobile-nav-languages .b-lang-switch li a.m-active {
  background-color: transparent;
  color: #fff;
}

.b-mobile-nav-main-social {
  margin-top: 30px;
  padding-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 500px) and (max-width: 1200px) {
  .b-mobile-nav-main-social .b-social-items a {
    height: 40px;
    width: 40px;
  }
}

.b-about-hero {
  background-color: #fff;
  padding-top: 104px;
  width: 100vw;
  overflow-x: hidden;
}
.b-about-hero-cols {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .b-about-hero-cols {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
@media (max-width: 1220px) {
  .b-about-hero-cols {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-about-hero-cols {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .b-about-hero-cols {
    align-items: flex-start;
  }
}

.b-about-hero-main {
  flex: 0 0 50%;
  padding: 96px 0 48px 0;
  z-index: 10;
}
@media (max-width: 900px) {
  .b-about-hero-main {
    flex: 1;
    padding: 30px 0 0;
  }
}
.b-about-hero-main-copy {
  margin-bottom: 42px;
}

.b-about-hero-image {
  flex: 1;
  position: relative;
  left: 100px;
  align-self: flex-start;
  z-index: 0;
}
@media (max-width: 900px) {
  .b-about-hero-image {
    left: auto;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .b-about-hero-image {
    left: auto;
    padding: 0;
  }
}
.b-about-hero-image figure {
  line-height: 0;
}
.b-about-hero-image figure img {
  height: auto;
  position: relative;
  width: 75vw;
  margin-top: -15vw;
  height: auto;
}
@media (max-width: 900px) {
  .b-about-hero-image figure img {
    width: 170vw;
    margin-top: -60vw;
    margin-left: -7vw;
    z-index: 0;
  }
}

.b-about-story {
  background-color: #033047;
  padding: 120px 0;
}
@media (max-width: 900px) {
  .b-about-story {
    padding: 42px 0;
    overflow: hidden;
  }
}
.b-about-story-cols {
  display: flex;
}
@media (max-width: 900px) {
  .b-about-story-cols {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
@media (max-width: 1220px) {
  .b-about-story-cols {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-about-story-cols {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.b-about-story-image {
  flex: 1;
  position: relative;
}
@media (max-width: 900px) {
  .b-about-story-image {
    order: 2;
    margin-top: 24px;
  }
}
.b-about-story-image figure {
  line-height: 0;
  position: relative;
  right: 96px;
}
@media (max-width: 900px) {
  .b-about-story-image figure {
    right: auto;
  }
}
.b-about-story-image figure img {
  height: auto;
  width: 100%;
}

.b-about-story-main {
  flex: 0 0 50%;
  padding-left: 20px;
}
@media (max-width: 900px) {
  .b-about-story-main {
    flex: 1;
    padding-left: 0;
  }
}

.b-team {
  background-color: #fff;
  padding: 120px 0;
  overflow-x: hidden;
}
@media (max-width: 900px) {
  .b-team {
    padding: 42px 0;
  }
}
.b-team h1 {
  font-size: 40px;
  line-height: 50px;
  font-family: TTNormsPro-Medium;
}
.b-team-item {
  margin-bottom: 90px;
  position: relative;
}
@media (max-width: 1220px) {
  .b-team-item {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-team-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.b-team-item:last-child {
  margin-bottom: 0;
}
.b-team-item-title {
  padding-bottom: 36px;
}
@media (max-width: 900px) {
  .b-team-item-title {
    max-width: 720px;
    margin: auto;
    padding-bottom: 0;
  }
}
.b-team-item-title .b-main-copy {
  max-width: 660px;
}
.b-team-item-main {
  display: flex;
}
@media (max-width: 900px) {
  .b-team-item-main {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
.b-team-item-main-author {
  flex: 0 0 260px;
  padding-top: 6px;
}
@media (max-width: 900px) {
  .b-team-item-main-author {
    order: 2 !important;
    margin-top: 30px;
    flex: 1;
  }
}
.b-team-item-main-copy {
  flex: 1;
}
@media (max-width: 900px) {
  .b-team-item-main-copy {
    order: 1 !important;
  }
}
.b-team-item:nth-child(odd) .b-team-item-main-author {
  order: 1;
}
.b-team-item:nth-child(odd) .b-team-author {
  padding-right: 40px;
  border-right: 1px solid #ffd770;
}
@media (max-width: 900px) {
  .b-team-item:nth-child(odd) .b-team-author {
    padding-right: 0;
    border-right: none;
  }
}
.b-team-item:nth-child(odd) .b-team-item-main-copy {
  order: 2;
}
@media (max-width: 900px) {
  .b-team-item:nth-child(odd) {
    margin-bottom: 180px;
  }
}
.b-team-item:nth-child(even) .b-team-item-title {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .b-team-item:nth-child(even) .b-team-item-title {
    justify-content: flex-start;
  }
}
.b-team-item:nth-child(even) .b-team-item-main-author {
  order: 2;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .b-team-item:nth-child(even) .b-team-item-main-author {
    justify-content: flex-start;
  }
}
.b-team-item:nth-child(even) .b-team-author {
  padding-left: 40px;
  border-left: 1px solid #ffd770;
}
@media (max-width: 900px) {
  .b-team-item:nth-child(even) .b-team-author {
    padding-left: 0;
    border-left: none;
  }
}
.b-team-item:nth-child(even) .b-team-item-main-copy {
  order: 1;
}
.b-team-item:nth-child(even)::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -90px;
  top: 0;
  content: "";
  width: 378px;
  height: 320px;
  background-image: url("../img/about_team_bg.svg");
}
@media (max-width: 900px) {
  .b-team-item:nth-child(even)::before {
    top: -140px;
    left: -50x;
  }
}
.b-team-author {
  text-align: center;
  width: 200px;
}
@media (max-width: 900px) {
  .b-team-author {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    border-top: 1px solid #ffd770;
    padding-top: 30px;
    width: 100%;
  }
}
.b-team-author-image {
  line-height: 0;
  margin: auto;
  width: 80px;
  position: relative;
  top: -12px;
}
@media (max-width: 900px) {
  .b-team-author-image {
    flex: 0 0 120px;
    margin-right: 20px;
  }
}
.b-team-author-image img {
  height: auto;
  width: 100%;
}
@media (max-width: 900px) {
  .b-team-author-main {
    flex: 1;
  }
}
.b-team-author-name {
  color: #2a2a2a;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .b-team-author-name {
    font-size: 16px;
  }
}
.b-team-author-position {
  color: #033047;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .b-team-author-position {
    font-size: 12px;
  }
}
.b-team-author-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
@media (max-width: 900px) {
  .b-team-author-social {
    justify-content: flex-start;
  }
}
.b-team-author-social li {
  margin: 0 10px;
}
@media (max-width: 900px) {
  .b-team-author-social li {
    margin: 0 20px 0 0;
  }
}
.b-team-author-social li a {
  transition: all 0.2s ease-in-out;
  height: 30px;
  width: 30px;
  display: block;
  overflow: hidden;
  text-indent: -1000em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.b-team-author-social li a:hover {
  opacity: 0.6;
}
.b-team-author-social li a.m-facebook {
  background-image: url("../img/icon_facebook_outline.svg");
}
.b-team-author-social li a.m-linkedin {
  background-image: url("../img/icon_linkedin_outline.svg");
}
.b-team-author-social li a.m-twitter {
  background-image: url("../img/icon_twitter_outline.svg");
}

.b-about-news {
  background-color: #ffd770;
  padding: 120px 0;
}
@media (max-width: 1220px) {
  .b-about-news {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-about-news {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .b-about-news {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.b-about-news-hgroup {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .b-about-news-hgroup {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .b-about-news-hgroup-btn {
    display: none;
  }
}
.b-about-news h1 {
  font-family: TTNormsPro-Medium;
  font-size: 40px;
  line-height: 50px;
}
.b-about-news h3 {
  font-family: TTNormsPro-Medium;
  font-size: 26px;
  line-height: 34px;
}
@media (min-width: 900px) {
  .b-about-news-mobile-btn {
    display: none;
  }
}
.b-about-news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (min-width: 900px) {
  .b-about-news-list {
    margin: 0;
  }
}
@media (max-width: 900px) {
  .b-about-news-list {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
.b-about-news-list-item {
  width: 33.3333333333%;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .b-about-news-list-item {
    margin: 0 auto 60px;
    padding: 0;
    width: 100%;
  }
}
.b-about-news-item {
  display: block;
  height: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
}
.b-about-news-item-date {
  color: #033047;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 6px;
}
.b-about-news-item-title {
  color: #128ac8;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

.b-testimonials {
  background-color: #ffd770;
  padding-top: 120px;
  width: 100%;
}
.b-testimonials-main {
  margin: auto;
  width: 1440px;
  background-image: url("../img/about_testimonials_bg.svg");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 409px 324px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .b-testimonials-main {
    width: 100%;
  }
}
.b-testimonials-hgroup {
  text-align: center;
  margin-bottom: 60px;
}
.b-testimonials-items {
  padding-bottom: 120px;
}
.b-testimonials-items-item {
  padding: 0 20px;
}
.b-testimonials .slick-track {
  display: flex !important;
}
.b-testimonials .slick-slide {
  float: left;
  height: inherit !important;
  min-height: 1px;
  outline: 0 !important;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
@media (max-width: 1100px) {
  .b-testimonials .slick-slide {
    opacity: 1 !important;
  }
}
.b-testimonials .slick-slide > div {
  display: flex;
  height: 100%;
}
.b-testimonials .slick-slide.slick-active {
  opacity: 1 !important;
}
.b-testimonials .slick-next,
.b-testimonials .slick-prev {
  display: none !important;
}
.b-testimonials .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.b-testimonials .slick-dots li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -500px;
  margin: 0 5px;
}
.b-testimonials .slick-dots li.slick-active {
  background-color: #128ac8;
}
.b-testimonials-item {
  background-color: #fff;
  height: 100%;
}
.b-testimonials-item-main {
  display: block;
  border-top: 6px solid #128ac8;
  padding: 40px;
  outline: 0;
}
@media (max-width: 1100px) {
  .b-testimonials-item-main {
    padding: 40px 20px;
  }
}
.b-testimonials-item-name {
  color: #2a2a2a;
  font-size: 28px;
  line-height: 1.5;
}
.b-testimonials-item-position {
  color: #033047;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 6px;
}
.b-testimonials-item-copy {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 18px;
}

.b-careers {
  background-color: #fff;
  padding: 60px 0;
}
.b-careers h1 {
  font-size: 40px;
  line-height: 50px;
  font-family: TTNormsPro-Medium;
}
.b-careers-main {
  display: flex;
}
@media (max-width: 1220px) {
  .b-careers-main {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-careers-main {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .b-careers-main {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
.b-careers-main-image {
  line-height: 0;
  flex: 0 0 60%;
  padding-right: 5%;
}
@media (max-width: 900px) {
  .b-careers-main-image {
    padding-right: 0;
    flex: 1;
    max-width: 500px;
    margin: auto;
  }
}
.b-careers-main-image img {
  height: auto;
  width: 100%;
}
.b-careers-main-copy {
  flex: 0 0 40%;
  padding-top: 48px;
}
@media (max-width: 900px) {
  .b-careers-main-copy {
    flex: 1;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.b-careers-main-list {
  margin-top: 18px;
}
.b-careers-main-list ul li {
  color: #128ac8;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.b-careers-main-list ul li a {
  transition: all 0.2s ease-in-out;
  color: #128ac8;
  display: inline-block;
}
.b-careers-main-list ul li a:hover {
  text-decoration: underline;
}
.b-careers-main-list ul li:last-child {
  margin-bottom: 0;
}
.b-careers-main-list ul li::before {
  content: "\203A   ";
}

.b-careers-detail {
  background-color: #fff;
}

.b-careers-detail-hero {
  width: 100%;
  background-color: #ffd770;
  padding: 184px 0 40px;
}
.b-careers-detail-hero-main {
  margin: auto;
  width: 760px;
}
@media (max-width: 800px) {
  .b-careers-detail-hero-main {
    width: 100%;
    padding: 0 20px;
  }
}
.b-careers-detail-hero-main a {
  color: #033047;
}
.b-careers-detail-hero-main-back {
  margin-bottom: 36px;
}
.b-careers-detail-hero-main-back a::before {
  content: "\2039   ";
}
.b-careers-detail-hero-main-description {
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .b-careers-detail-hero-main-description {
    font-size: 38px;
  }
}
.b-careers-detail-hero-main-description strong {
  font-weight: 700;
}

.b-careers-detail-main {
  margin: auto;
  width: 760px;
  padding: 54px 0 80px;
}
@media (max-width: 800px) {
  .b-careers-detail-main {
    width: 100%;
    padding: 38px 20px;
  }
}

.b-careers-detail-main-apply {
  background-color: #ffd770;
  padding: 30px;
  margin-top: 42px;
}
.b-careers-detail-main-apply-copy {
  color: #033047;
  font-size: 18px;
}
.b-careers-detail-main-apply-copy h2 {
  font-weight: 700;
  margin-bottom: 10px;
}
.b-careers-detail-main-apply-copy p {
  line-height: 1.5;
}
.b-careers-detail-main-apply-copy a {
  color: #033047;
  text-decoration: underline;
}
.b-careers-detail-main-apply-copy strong {
  font-weight: 700;
}
.b-careers-detail-main-apply-button {
  margin-top: 36px;
}
@media (max-width: 500px) {
  .b-careers-detail-main-apply-button .b-main-button, .b-careers-detail-main-apply-button .b-fq-form .wpforms-submit-container .wpforms-submit, .b-fq-form .wpforms-submit-container .b-careers-detail-main-apply-button .wpforms-submit {
    width: 100%;
    height: 50px;
  }
}

.b-careers-detail-main-about {
  margin-top: 60px;
  position: relative;
  padding-top: 42px;
  background-image: url("../img/logo_dark.svg");
  background-size: 171px 29px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.b-careers-detail-copy {
  color: #033047;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .b-careers-detail-copy {
    font-size: 16px;
  }
}
.b-careers-detail-copy h2 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 700;
  margin-top: 42px;
}
@media (max-width: 768px) {
  .b-careers-detail-copy h2 {
    font-size: 16px;
  }
}
.b-careers-detail-copy p {
  margin-bottom: 24px;
}
.b-careers-detail-copy p:last-child {
  margin-bottom: 0;
}
.b-careers-detail-copy em {
  font-style: italic;
}
.b-careers-detail-copy a {
  color: #128ac8;
}
.b-careers-detail-copy a:hover {
  text-decoration: underline;
}
.b-careers-detail-copy strong {
  font-weight: 700;
}
.b-careers-detail-copy ul {
  margin-bottom: 24px;
}
.b-careers-detail-copy ul li {
  position: relative;
  padding-left: 30px;
  line-height: 30px;
  margin-bottom: 12px;
}
.b-careers-detail-copy ul li::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/icon_checkmark_small.svg");
  height: 18px;
  width: 19px;
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
}

.career-hero .b-about-hero-image figure img {
  width: 50vw !important;
  margin-top: 0px !important;
  margin-left: -5vw;
}
@media (max-width: 900px) {
  .career-hero .b-about-hero-image {
    display: none;
  }
}

.career-list {
  z-index: 100;
  transform: translateZ(10px);
  padding-bottom: 120px;
}
@media (max-width: 1220px) {
  .career-list {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .career-list {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.career-list a {
  color: #033047;
}
.career-list .one-element {
  background: #ffd770;
  padding: 30px;
  margin-bottom: 20px;
}
.career-list .one-element:after {
  content: "";
  float: none;
  clear: both;
  display: block;
}
.career-list .one-element .title {
  float: left;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
}
@media (max-width: 900px) {
  .career-list .one-element .title {
    font-size: 20px;
    line-height: 28px;
    float: none;
  }
}
.career-list .one-element .read-more {
  float: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: right;
}
@media (max-width: 900px) {
  .career-list .one-element .read-more {
    text-align: left;
    float: none;
  }
}

.b-home-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 920px;
  z-index: -1;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1800px;
  /*&::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: $c-black;
    opacity: 0.4;
    top: 0;
    left: 0;
    z-index: 1;
  }*/
}
@media (max-width: 900px) {
  .b-home-image {
    background-size: 200vw;
    height: 90vw;
    background-position: 21%;
    position: relative;
    margin-bottom: -100px;
  }
}
@media (max-width: 768px) {
  .b-home-image {
    background-size: 200vw;
    height: 100vw;
    background-position: 21%;
    position: relative;
    margin-bottom: -100px;
  }
}
.b-home-image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-btn {
  margin-right: 10px;
}

html[lang=lv-LV] .ios-btn, html[lang=ru-RU] .ios-btn {
  margin-bottom: 20px;
}

.ios-btn {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .ios-btn {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

html[lang=en-US] .b-home-hero-main-title {
  font-variant-ligatures: discretionary-ligatures;
}

.b-home-hero {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: 548px;
  background-repeat: no-repeat;
  background-position: center;
  font-family: TTNormsPro-Bold;
}
@media (max-width: 900px) {
  .b-home-hero {
    background-size: 400px;
    height: auto;
  }
}
@media (max-width: 420px) {
  .b-home-hero {
    background-size: 240px;
  }
}
.b-home-hero-main {
  max-width: 860px;
  padding: 0 20px;
  text-align: left;
  align-self: flex-start;
  margin-top: 400px;
  margin-bottom: 120px;
}
@media (max-width: 900px) {
  .b-home-hero-main {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.b-home-hero-main-title {
  color: #033047;
  font-size: 66px;
  line-height: 70px;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .b-home-hero-main-title {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (max-width: 768px) {
  .b-home-hero-main-title {
    font-size: 50px;
    line-height: 58px;
  }
}
.b-home-hero-main-copy {
  font-size: 22px;
  line-height: 36px;
  max-width: 560px;
  font-family: TTNormsPro-Normal;
  color: #033047;
}
.b-home-hero-main-copy p {
  font-size: 22px !important;
  line-height: 36px !important;
  max-width: 560px;
  font-family: TTNormsPro-Normal;
  color: #033047;
}
.b-home-hero-main-logos {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 43px;
}
.b-home-hero-main-logos li {
  line-height: 0;
  margin: 0 40px 0 0;
}
.b-home-hero-main-logos li:first-child img {
  max-height: 40px;
}
.b-home-hero-main-logos li:last-child {
  margin-right: 0px;
}
@media (max-width: 600px) {
  .b-home-hero-main-logos li {
    padding-right: 5%;
  }
}
.b-home-hero-main-logos li img {
  height: auto;
  width: 100%;
  max-height: 32px;
}
.b-home-hero-main-button {
  margin-top: 30px;
}
.b-home-hero-main-button a {
  font-size: 22px;
  line-height: 22px;
  padding: 24px 50px;
}
@media (max-width: 768px) {
  .b-home-hero-main-button {
    width: 100%;
  }
}
.b-home-hero-scroll {
  position: absolute;
  bottom: 0;
  z-index: 5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  padding-bottom: 24px;
  text-align: center;
}
.b-home-hero-scroll::after {
  width: 1px;
  height: 20px;
  background-color: #FFF9F2;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
}

@media (max-width: 768px) {
  .b-main-button, .b-fq-form .wpforms-submit-container .wpforms-submit {
    width: 100%;
  }
}

.b-home-products, .b-home-personal, .b-home-savings, .b-home-ridehail, .b-home-did-u-know {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .b-home-products, .b-home-personal, .b-home-savings, .b-home-ridehail, .b-home-did-u-know {
    padding-top: 42px;
  }
}
.b-home-products-cols, .b-home-personal-cols, .b-home-savings-cols, .b-home-ridehail-cols, .b-home-did-u-know-cols {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .b-home-products-cols, .b-home-personal-cols, .b-home-savings-cols, .b-home-ridehail-cols, .b-home-did-u-know-cols {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
@media (max-width: 1220px) {
  .b-home-products-cols, .b-home-personal-cols, .b-home-savings-cols, .b-home-ridehail-cols, .b-home-did-u-know-cols {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-home-products-cols, .b-home-personal-cols, .b-home-savings-cols, .b-home-ridehail-cols, .b-home-did-u-know-cols {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.b-home-products-cols-image, .b-home-personal-cols-image, .b-home-savings-cols-image, .b-home-ridehail-cols-image, .b-home-did-u-know-cols-image {
  flex: 1;
  line-height: 0;
}
@media (max-width: 900px) {
  .b-home-products-cols-image, .b-home-personal-cols-image, .b-home-savings-cols-image, .b-home-ridehail-cols-image, .b-home-did-u-know-cols-image {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .b-home-products-cols-image, .b-home-personal-cols-image, .b-home-savings-cols-image, .b-home-ridehail-cols-image, .b-home-did-u-know-cols-image {
    padding: 0;
  }
}
.b-home-products-cols-image img, .b-home-personal-cols-image img, .b-home-savings-cols-image img, .b-home-ridehail-cols-image img, .b-home-did-u-know-cols-image img {
  height: auto;
  width: 100%;
}
.b-home-products-cols-main, .b-home-personal-cols-main, .b-home-savings-cols-main, .b-home-ridehail-cols-main, .b-home-did-u-know-cols-main {
  flex: 0 0 580px;
  padding-left: 120px;
}
@media (max-width: 900px) {
  .b-home-products-cols-main, .b-home-personal-cols-main, .b-home-savings-cols-main, .b-home-ridehail-cols-main, .b-home-did-u-know-cols-main {
    flex: 1;
    padding-left: 0;
    order: 1;
  }
}
.b-home-products-cols-main-items, .b-home-personal-cols-main-items, .b-home-savings-cols-main-items, .b-home-ridehail-cols-main-items, .b-home-did-u-know-cols-main-items {
  margin-top: 24px;
}
.b-home-products-cols-main-items ul, .b-home-personal-cols-main-items ul, .b-home-savings-cols-main-items ul, .b-home-ridehail-cols-main-items ul, .b-home-did-u-know-cols-main-items ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .b-home-products-cols-main-items ul, .b-home-personal-cols-main-items ul, .b-home-savings-cols-main-items ul, .b-home-ridehail-cols-main-items ul, .b-home-did-u-know-cols-main-items ul {
    display: block;
  }
}
.b-home-products-cols-main-items ul li, .b-home-personal-cols-main-items ul li, .b-home-savings-cols-main-items ul li, .b-home-ridehail-cols-main-items ul li, .b-home-did-u-know-cols-main-items ul li {
  width: 65%;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .b-home-products-cols-main-items ul li, .b-home-personal-cols-main-items ul li, .b-home-savings-cols-main-items ul li, .b-home-ridehail-cols-main-items ul li, .b-home-did-u-know-cols-main-items ul li {
    width: 100%;
  }
}
.b-home-products-cols-main-items ul li:nth-child(even), .b-home-personal-cols-main-items ul li:nth-child(even), .b-home-savings-cols-main-items ul li:nth-child(even), .b-home-ridehail-cols-main-items ul li:nth-child(even), .b-home-did-u-know-cols-main-items ul li:nth-child(even) {
  width: 35%;
}
@media (max-width: 768px) {
  .b-home-products-cols-main-items ul li:nth-child(even), .b-home-personal-cols-main-items ul li:nth-child(even), .b-home-savings-cols-main-items ul li:nth-child(even), .b-home-ridehail-cols-main-items ul li:nth-child(even), .b-home-did-u-know-cols-main-items ul li:nth-child(even) {
    width: 100%;
  }
}
.b-home-products-cols-main-items ul li a, .b-home-personal-cols-main-items ul li a, .b-home-savings-cols-main-items ul li a, .b-home-ridehail-cols-main-items ul li a, .b-home-did-u-know-cols-main-items ul li a {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  color: #128ac8;
  font-style: 18px;
  line-height: 1.5;
}
.b-home-products-cols-main-items ul li a:hover, .b-home-personal-cols-main-items ul li a:hover, .b-home-savings-cols-main-items ul li a:hover, .b-home-ridehail-cols-main-items ul li a:hover, .b-home-did-u-know-cols-main-items ul li a:hover {
  color: #033047;
}
.b-home-products-cols-main-items ul li a::before, .b-home-personal-cols-main-items ul li a::before, .b-home-savings-cols-main-items ul li a::before, .b-home-ridehail-cols-main-items ul li a::before, .b-home-did-u-know-cols-main-items ul li a::before {
  content: "\203A   ";
}

.b-home-did-u-know {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fa8888;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .b-home-did-u-know {
    margin-top: 0px;
    padding-bottom: 50px;
  }
}
.b-home-did-u-know-cols-image {
  align-self: flex-end;
  margin-bottom: -120px;
  margin-top: -240px;
}
@media (max-width: 900px) {
  .b-home-did-u-know-cols-image {
    margin-bottom: 50px;
    margin-top: -120px;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .b-home-did-u-know-cols-image {
    max-width: auto;
  }
}
@media (max-width: 900px) {
  .b-home-did-u-know-cols-image img {
    margin-left: -20px;
    margin-right: -20px;
    width: calc( 100% + 40px );
  }
}
.b-home-did-u-know-cols-main-button {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .b-home-did-u-know-cols-main-button {
    width: 100%;
  }
}

.b-home-ridehail {
  background-color: #ffd770;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 900px) {
  .b-home-ridehail {
    overflow: hidden;
    padding-bottom: 50px;
  }
}
.b-home-ridehail-cols-image {
  position: relative;
  align-self: flex-start;
}
.b-home-ridehail-cols-image img {
  position: absolute;
  top: -375px;
  width: 1259px;
  left: 50px;
}
@media (max-width: 900px) {
  .b-home-ridehail-cols-image img {
    position: relative;
    top: auto;
    width: 800px;
    margin-top: -350px;
    margin-right: -111px;
    margin-left: 111px;
    margin-bottom: 50px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .b-home-ridehail-cols-image img {
    position: relative;
    width: 200vw;
    left: 50px;
    margin-top: -68vw;
    margin-left: -30vw;
    top: auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .b-home-ridehail-cols-image img {
    position: relative;
    width: 200vw;
    left: 50px;
    margin-top: -83vw;
    margin-left: -30vw;
    top: auto;
    margin-bottom: 50px;
  }
}
.b-home-ridehail-cols-main {
  flex: 0 0 460px;
  padding-left: 0px;
}
.b-home-ridehail-cols-main-button {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .b-home-ridehail-cols-main-button {
    width: 100%;
  }
}

.b-home-personal {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #033047;
}
.b-home-personal img {
  margin-top: -50px;
  margin-bottom: -120px;
  z-index: 10;
  position: relative;
}
@media (max-width: 900px) {
  .b-home-personal img {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .b-home-personal img {
    margin: -50px -20px 40px -20px;
    width: calc( 100% + 40px );
  }
}
.b-home-personal-cols-main {
  padding-left: 0px;
  padding-right: 120px;
}
@media (max-width: 900px) {
  .b-home-personal-cols-main {
    padding-right: 0px;
  }
}
.b-home-personal-cols-main .b-main-copy {
  color: #fff;
}
.b-home-personal-cols-main-button {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .b-home-personal-cols-main-button {
    width: 100%;
  }
}

.b-home-savings {
  padding-top: 300px;
  padding-bottom: 200px;
}
@media (max-width: 900px) {
  .b-home-savings {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .b-home-savings {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.b-home-savings img {
  margin-top: -111px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .b-home-savings img {
    margin-left: -20px;
    margin-left: -20px;
    width: calc( 100% + 40px );
    margin-bottom: 50px;
  }
}
.b-home-savings .disclaimer {
  font-size: 14px;
  line-height: 22px;
  margin-top: 40px;
}
.b-home-savings .disclaimer p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 40px;
}

.b-home-signup {
  background-color: #FFF9F2;
  width: 100%;
  padding-top: 48px;
}
.b-home-signup-cols {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .b-home-signup-cols {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
@media (max-width: 1220px) {
  .b-home-signup-cols {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-home-signup-cols {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.b-home-signup-cols-image {
  flex: 1;
  line-height: 0;
  padding: 0 6%;
}
@media (max-width: 1100px) {
  .b-home-signup-cols-image {
    padding: 0;
  }
}
@media (max-width: 900px) {
  .b-home-signup-cols-image {
    order: 2;
    padding: 0 10%;
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .b-home-signup-cols-image {
    order: 2;
    padding: 0;
  }
}
.b-home-signup-cols-image img {
  height: auto;
  width: 100%;
}
.b-home-signup-cols-main {
  flex: 0 0 580px;
  padding-right: 120px;
}
@media (max-width: 900px) {
  .b-home-signup-cols-main {
    flex: 1;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.b-home-signup-cols-main-button {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .b-home-signup-cols-main-button {
    width: 100%;
  }
}

.b-home-steps {
  background-color: #128ac8;
  width: 100%;
  padding: 120px 0;
}
@media (max-width: 900px) {
  .b-home-steps {
    padding: 42px 0 0;
  }
}
.b-home-steps-title {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 900px) {
  .b-home-steps-title {
    padding: 15px;
    margin-bottom: 60px;
  }
}
.b-home-steps-items {
  display: flex;
}
@media (max-width: 1220px) {
  .b-home-steps-items {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-home-steps-items {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .b-home-steps-items {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
.b-home-steps-items-item {
  flex: 1;
  padding: 0 15px;
}
@media (max-width: 900px) {
  .b-home-steps-items-item {
    margin-bottom: 60px;
  }
}
.b-home-steps-items-item figure {
  margin: auto;
  text-align: center;
}
.b-home-steps-items-item figure img {
  height: 177px;
  width: auto;
}
.b-home-steps-items-item-copy {
  margin-top: 24px;
  text-align: center;
}

.b-home-nominations {
  background-color: #fff;
  width: 100%;
  padding: 170px 0;
}
.b-home-nominations h2 {
  font-family: TTNormsPro-Medium;
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1220px) {
  .b-home-nominations {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-home-nominations {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .b-home-nominations {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.b-home-nominations .b-nominations-hgroup {
  text-align: center;
}
.b-home-nominations .b-nominations-items {
  padding: 40px 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-home-nominations .b-nominations-items-item {
  height: 200px;
}
@media (max-width: 900px) {
  .b-home-nominations .b-nominations-items-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) {
  .b-home-nominations .b-nominations-items {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
.b-home-nominations .b-nominations-items .b-nominations-item {
  max-width: 280px;
  height: 100%;
  padding: 0 10px;
}
.b-home-nominations .b-nominations-items .b-nominations-item-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 100%;
}
.b-home-nominations .b-nominations-items .b-nominations-item-main figure {
  max-height: 145px;
  max-width: 90%;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.b-home-nominations .b-nominations-items .b-nominations-item-main figure img {
  max-height: 145px;
  max-width: 90%;
}
.b-home-nominations .b-nominations-items .b-nominations-item-main .b-nominations-item-name {
  font-size: 18px;
  line-height: 34px;
}

.b-home-signup-2 {
  background-color: #FFF9F2;
  width: 100%;
  padding: 120px 0;
}
@media (max-width: 1220px) {
  .b-home-signup-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-home-signup-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .b-home-signup-2 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.b-home-signup-2-cols {
  background-color: #ffd770;
  background-image: url("../img/striped_circle_cut.png");
  background-repeat: no-repeat;
  background-size: 217px 164px;
  background-position: 100% 100%;
  padding: 80px 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 900px) {
  .b-home-signup-2-cols {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .b-home-signup-2-cols {
    align-items: center;
    padding: 42px 30px 0;
  }
}
.b-home-signup-2-cols-image {
  flex: 0 0 385px;
  position: relative;
}
@media (max-width: 900px) {
  .b-home-signup-2-cols-image {
    flex: 1;
    order: 2;
    padding: 0 10px;
  }
}
.b-home-signup-2-cols-image figure {
  position: absolute;
  width: 100%;
  bottom: -80px;
  left: 0;
  padding-left: 30px;
  line-height: 0;
}
@media (max-width: 900px) {
  .b-home-signup-2-cols-image figure {
    position: relative;
    padding-left: 0;
    bottom: 0;
  }
}
.b-home-signup-2-cols-image figure img {
  height: auto;
  width: 100%;
}
.b-home-signup-2-cols-main {
  flex: 1;
  padding-left: 120px;
  padding-right: 30px;
}
@media (max-width: 900px) {
  .b-home-signup-2-cols-main {
    padding: 0;
    text-align: center;
    margin-bottom: 42px;
  }
}
.b-home-signup-2-cols-main-button {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .b-home-signup-2-cols-main-button {
    width: 100%;
  }
}

.b-hero-sections-scroll-helper {
  position: fixed;
  bottom: 0;
  z-index: 5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  padding-bottom: 24px;
  text-align: center;
}
.b-hero-sections-scroll-helper::after {
  width: 1px;
  height: 20px;
  background-color: #FFF9F2;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
}

.b-hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 600px) {
  .b-hero-section {
    min-height: auto;
  }
}
.b-hero-section-main {
  display: flex;
  position: relative;
  z-index: 3;
}
@media (max-width: 900px) {
  .b-hero-section-main {
    flex-direction: column;
    max-width: 720px;
    margin: auto;
  }
}
.b-hero-section-main.m-left {
  justify-content: flex-start;
}
.b-hero-section-main.m-right {
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .b-hero-section-main.m-right {
    justify-content: flex-start;
  }
}
.b-hero-section-main-content {
  flex: 0 0 320px;
}
@media (max-width: 900px) {
  .b-hero-section-main-content {
    flex: 1;
  }
}
.b-hero-section-logos {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .b-hero-section-logos li {
    padding-right: 5%;
  }
}
.b-hero-section-logos li img {
  height: auto;
  width: 100%;
}
.b-hero-section-products {
  margin-top: 24px;
}
.b-hero-section-products li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.b-hero-section-products li img {
  margin-right: 20px;
}
.b-hero-section-products li span {
  color: #fff;
}
.b-hero-section-button {
  margin-top: 36px;
}
@media (max-width: 768px) {
  .b-hero-section-button {
    width: 100%;
  }
}

.b-home-how {
  background-color: #FFF9F2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 120px 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .b-home-how {
    min-height: auto;
    padding: 90px 0;
  }
}
.b-home-how-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media (max-width: 900px) {
  .b-home-how-main {
    flex-direction: column;
    max-width: 720px;
    margin: auto;
  }
}
.b-home-how-main-copy {
  flex: 0 0 320px;
}
@media (max-width: 900px) {
  .b-home-how-main-copy {
    flex: 1;
  }
}
.b-home-how-main-image {
  line-height: 0;
  flex: 0 0 320px;
}
@media (max-width: 900px) {
  .b-home-how-main-image {
    flex: 1;
    max-width: 320px;
    margin: auto;
    padding-top: 48px;
  }
}
.b-home-how-main-image img {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  height: auto;
  width: 100%;
}
.b-home-how ol {
  counter-reset: ol-counter;
}
.b-home-how ol li {
  counter-increment: ol-counter;
  padding-left: 50px;
  position: relative;
  margin-bottom: 36px;
}
.b-home-how ol li::before {
  content: counter(ol-counter);
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  width: 30px;
  border-bottom: 2px solid #fa8888;
  text-align: center;
}

.b-home-contact {
  background-color: #033047;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 60px;
  z-index: 1;
}
@media (max-width: 768px) {
  .b-home-contact {
    min-height: auto;
    padding: 90px 0;
  }
}
.b-home-contact .l-main {
  height: 100vh;
}
@media (max-width: 900px) {
  .b-home-contact .l-main {
    height: auto;
  }
}
.b-home-contact-main {
  display: flex;
  height: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media (max-width: 900px) {
  .b-home-contact-main {
    flex-direction: column;
    max-width: 720px;
    margin: auto;
    justify-content: flex-start;
  }
}
.b-home-contact-main-image {
  line-height: 0;
  display: flex;
  width: 540px;
  align-items: flex-end;
}
@media (max-width: 900px) {
  .b-home-contact-main-image {
    display: block;
    order: 2;
    max-width: 720px;
    margin: auto;
    width: auto;
    padding-top: 48px;
  }
}
.b-home-contact-main-image img {
  height: auto;
  width: 100%;
}
.b-home-contact-main-copy {
  display: flex;
  align-items: center;
  width: 320px;
}
@media (max-width: 900px) {
  .b-home-contact-main-copy {
    display: block;
    order: 1;
    width: auto;
    max-width: 720px;
    margin: auto;
  }
}
.b-home-contact-main-button {
  margin-top: 36px;
  width: 100%;
}

.b-home-register {
  background-color: #033047;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.b-home-register-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.b-home-register-main-inner {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.5s;
  padding-top: 150px;
  z-index: 3;
}
@media (max-width: 900px) {
  .b-home-register-main-inner {
    opacity: 1 !important;
  }
}
.b-home-register-main-inner.m-show {
  opacity: 1;
  padding-top: 120px;
}
.b-home-register-main-copy {
  text-align: center;
}
.b-home-register-main-button {
  margin-top: 36px;
}
@media (max-width: 768px) {
  .b-home-register-main-button {
    width: 100%;
  }
}

.b-product-hero {
  padding-top: 104px;
  width: 100vw;
  overflow: visible;
}
.b-product-hero.m-dark {
  background-color: #033047;
  padding-bottom: 60px;
}
.b-product-hero-cols {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .b-product-hero-cols {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
@media (max-width: 1220px) {
  .b-product-hero-cols {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-product-hero-cols {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.b-product-hero-cols-item {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .b-product-hero-cols-item {
    width: 100%;
  }
}
.b-product-hero-cols-item:nth-child(2) {
  z-index: 1;
}

.b-other-product-hero {
  background-color: #ffd770;
  padding-top: 104px;
  width: 100vw;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.b-other-product-hero.m-dark {
  background-color: #033047;
  padding-bottom: 60px;
}
.b-other-product-hero-cols {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .b-other-product-hero-cols {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
@media (max-width: 1220px) {
  .b-other-product-hero-cols {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-other-product-hero-cols {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.b-other-product-hero-cols-item {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .b-other-product-hero-cols-item {
    width: 100%;
  }
}
.b-other-product-hero-cols-item:nth-child(2) {
  z-index: 1;
}

.b-other-product-hero-main {
  width: 50%;
}
@media (max-width: 900px) {
  .b-other-product-hero-main {
    width: 100%;
  }
}
.b-other-product-hero-main-inner {
  padding: 96px 120px 96px 120px;
}
@media (max-width: 900px) {
  .b-other-product-hero-main-inner {
    padding: 0;
  }
}
.b-other-product-hero-main-hgroup {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .b-other-product-hero-main-hgroup {
    flex-direction: column;
    text-align: center;
  }
}
.b-other-product-hero-main-hgroup figure {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .b-other-product-hero-main-hgroup figure {
    margin-right: 0 auto;
  }
  .b-other-product-hero-main-hgroup figure:last-child {
    margin-top: 24px;
  }
}
.b-other-product-hero-main-hgroup figure img {
  max-height: 34px;
  max-width: 100%;
  display: block;
  margin: 18px auto;
}
.b-other-product-hero-main-hgroup figure.m-logos img {
  max-height: 26px;
}
.b-other-product-hero-main-copy {
  margin-bottom: 42px;
}
@media (max-width: 900px) {
  .b-other-product-hero-main-copy {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .b-other-product-hero-main-button {
    text-align: center;
  }
}

.b-product-hero-main {
  width: 50%;
}
@media (max-width: 900px) {
  .b-product-hero-main {
    width: 100%;
  }
}
.b-product-hero-main-inner {
  padding: 96px 120px 96px 0;
}
@media (max-width: 900px) {
  .b-product-hero-main-inner {
    padding: 0;
  }
}
.b-product-hero-main-hgroup {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .b-product-hero-main-hgroup {
    flex-direction: column;
    text-align: center;
  }
}
.b-product-hero-main-hgroup figure {
  margin-right: 30px;
  line-height: 0;
}
@media (max-width: 900px) {
  .b-product-hero-main-hgroup figure {
    margin-right: 0;
  }
  .b-product-hero-main-hgroup figure:last-child {
    margin-top: 24px;
  }
}
.b-product-hero-main-hgroup figure img {
  max-height: 34px;
  max-width: 100%;
}
.b-product-hero-main-hgroup figure.m-logos img {
  max-height: 26px;
}
.b-product-hero-main-copy {
  margin-bottom: 42px;
}
@media (max-width: 900px) {
  .b-product-hero-main-copy {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .b-product-hero-main-button {
    text-align: center;
  }
}

.b-product-hero-image {
  display: flex;
  height: 100%;
}
@media (max-width: 900px) {
  .b-product-hero-image {
    padding: 0 30px;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .b-product-hero-image {
    padding: 0;
  }
}
.b-product-hero-image.m-top {
  align-items: flex-start;
  padding-top: 12px;
}
.b-product-hero-image.m-center {
  align-items: center;
}
.b-product-hero-image.m-bottom {
  align-items: flex-end;
}
.b-product-hero-image figure {
  line-height: 0;
  position: absolute;
  width: 1096px;
  left: -120px;
  top: -270px;
}
@media (max-width: 900px) {
  .b-product-hero-image figure {
    position: relative !important;
    width: auto !important;
    top: 0;
    left: 0;
  }
}
.b-product-hero-image figure img {
  height: auto;
  width: 100%;
}
@media (max-width: 900px) {
  .b-product-hero-image figure img {
    height: auto;
    width: 220vw;
    margin-left: -45vw;
    margin-top: -62vw;
  }
}
.b-product-hero-image.m-wide {
  position: relative;
}
.b-product-hero-image.m-wide figure {
  position: absolute;
  height: 100%;
  top: 0;
  width: 846px;
  left: -150px;
  padding: 0;
}
@media (max-width: 900px) {
  .b-product-hero-image.m-wide figure {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
  }
}

.b-other-product-hero-image {
  display: flex;
  height: 100%;
}
@media (max-width: 900px) {
  .b-other-product-hero-image {
    padding: 0 30px;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .b-other-product-hero-image {
    padding: 0;
  }
}
.b-other-product-hero-image.m-top {
  align-items: flex-start;
  padding-top: 12px;
}
.b-other-product-hero-image.m-center {
  align-items: center;
}
.b-other-product-hero-image.m-bottom {
  align-items: flex-end;
}
.b-other-product-hero-image figure {
  line-height: 0;
  text-align: center;
  width: 100%;
}
.b-other-product-hero-image figure img {
  height: auto;
  width: 100%;
}
.b-other-product-hero-image.m-wide {
  position: relative;
}
.b-other-product-hero-image.m-wide figure {
  position: absolute;
  height: 100%;
  top: 0;
  width: 846px;
  left: -150px;
  padding: 0;
}
@media (max-width: 900px) {
  .b-other-product-hero-image.m-wide figure {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
  }
}

.bigger-button {
  font-size: 22px;
  line-height: 22px;
  padding: 24px 50px;
}

.full-image {
  height: 30vw;
  max-height: 350px;
  background-position: center;
  background-size: cover;
}

.full-row {
  margin-top: 120px;
  position: relative;
}
@media (max-width: 900px) {
  .full-row {
    margin-top: 20px;
  }
}
.full-row .pattern {
  position: absolute;
  top: -36px;
  left: 35%;
}
@media (max-width: 900px) {
  .full-row .pattern {
    display: none;
  }
}

.fleet-pattern {
  position: absolute;
  top: -22%;
  right: -40%;
}
@media (max-width: 900px) {
  .fleet-pattern {
    right: -60%;
    top: 0%;
  }
}
@media (max-width: 768px) {
  .fleet-pattern {
    right: -20%;
    top: 50%;
    width: 100%;
  }
}

.b-product-main-content.m-dark {
  background-color: #033047;
}
.b-product-main-content-wrap {
  background-color: #fff;
  padding: 78px 8.6%;
}
@media (max-width: 768px) {
  .b-product-main-content-wrap {
    padding: 42px 30px;
  }
}

@media (max-width: 900px) {
  .b-product-main-content-main {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
.b-product-main-content-main-title {
  text-align: center;
  margin-bottom: 60px;
}
.b-product-main-content-main-title .b-main-copy h2 {
  margin-bottom: 0;
}
.b-product-main-content-main-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .b-product-main-content-main-list ul {
    display: block;
  }
}
.b-product-main-content-main-list ul li {
  margin-bottom: 42px;
  width: 47.7%;
  padding-left: 60px;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 768px) {
  .b-product-main-content-main-list ul li {
    width: 100%;
  }
}
.b-product-main-content-main-list ul li a {
  transition: all 0.2s ease-in-out;
  color: #128ac8;
}
.b-product-main-content-main-list ul li a:hover {
  color: #033047;
}
.b-product-main-content-main-list ul li::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/icon_checkmark.svg");
  height: 38px;
  width: 38px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.b-product-main-content-main-info {
  text-align: center;
  padding-top: 42px;
  margin-top: 18px;
  font-size: 14px;
  line-height: 22px;
}

.b-product-faq {
  width: 100%;
}
.b-product-faq-item {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.b-product-faq-item:last-child {
  margin-bottom: 0;
}
.b-product-faq-item-q {
  display: block;
  cursor: pointer;
  margin-bottom: 12px;
  position: relative;
}
.b-product-faq-item-q::after {
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/icon_down_arrow.svg");
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 12px;
  content: "";
}
.b-product-faq-item-q.m-active::after {
  transform: rotate(180deg);
  transform-origin: center;
}
.b-product-faq-item-q p {
  color: #128ac8;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
.b-product-faq-item-a {
  transition: all 0.6s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.b-product-faq-item-a.m-open {
  max-height: 1000px;
}

.b-product-main-content + .b-product-quotes {
  position: relative;
}
.b-product-main-content + .b-product-quotes::before, .b-product-main-content + .b-product-quotes::after {
  height: 120px;
  background-color: #128ac8;
  top: -120px;
  content: "";
  position: absolute;
  width: calc((100vw - 1160px) / 2);
}
.b-product-main-content + .b-product-quotes::before {
  left: 0;
}
.b-product-main-content + .b-product-quotes::after {
  right: 0;
}
.b-product-main-content + .b-product-quotes.m-dark::before, .b-product-main-content + .b-product-quotes.m-dark::after {
  background-color: #FFF9F2;
}

.b-product-quotes {
  background-color: #128ac8;
  padding: 120px 0;
}
@media (max-width: 900px) {
  .b-product-quotes {
    padding: 42px 0 0;
  }
}
.b-product-quotes-title {
  text-align: center;
  margin-bottom: 60px;
}
.b-product-quotes-items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1220px) {
  .b-product-quotes-items {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-product-quotes-items {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .b-product-quotes-items {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
.b-product-quotes-items-item {
  width: 33.3333333333%;
}
@media (max-width: 900px) {
  .b-product-quotes-items-item {
    width: 100%;
  }
}
.b-product-quotes.m-dark {
  background-color: #FFF9F2;
}
.b-product-quotes.m-dark .b-product-quote-copy {
  color: #033047;
}
.b-product-quotes.m-dark .b-product-quote-name {
  color: #033047;
}

.b-product-quote {
  padding-right: 7.7%;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 900px) {
  .b-product-quote {
    padding: 0;
    text-align: center;
    padding-bottom: 72px;
  }
}
.b-product-quote::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/icon_quote.svg");
  height: 25px;
  width: 31px;
  position: absolute;
  content: "";
  left: 0px;
  top: -12px;
}
@media (max-width: 900px) {
  .b-product-quote::before {
    left: 50%;
    margin-left: -15px;
    top: -36px;
  }
}
.b-product-quote-copy {
  color: #FFF9F2;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 900px) {
  .b-product-quote-copy {
    font-size: 22px;
  }
}
.b-product-quote-name {
  color: #FFF9F2;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 12px;
}
.b-product-quote-name::before {
  content: "- ";
}

.b-fac {
  background-color: #ffd770;
  padding: 120px 0;
}
@media (max-width: 900px) {
  .b-fac {
    padding: 42px 0;
  }
}
.b-fac-hgroup {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 8.6%;
}
.b-fac-steps {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1220px) {
  .b-fac-steps {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-fac-steps {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .b-fac-steps {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .b-fac-steps {
    flex-direction: row;
  }
}
.b-fac-steps-item {
  padding: 0 20px;
  width: 25%;
  position: relative;
}
@media (max-width: 900px) {
  .b-fac-steps-item {
    width: 50%;
    margin-bottom: 40px;
  }
  .b-fac-steps-item:nth-child(even)::after {
    display: none;
  }
}
.b-fac-steps-item::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/icon_arrow.svg");
  position: absolute;
  content: "";
  right: -11px;
  top: 50px;
  height: 7px;
  width: 18px;
}
@media (max-width: 600px) {
  .b-fac-steps-item {
    width: 100%;
  }
  .b-fac-steps-item::after {
    right: 0;
    left: 50%;
    margin-left: -8px;
    top: auto;
    bottom: -24px;
    transform: rotate(90deg);
  }
  .b-fac-steps-item:nth-child(even)::after {
    display: block;
  }
}
.b-fac-steps-item:last-child::after {
  display: none;
}

.b-fac-step {
  display: block;
  height: 100%;
  background-color: #fff;
}
.b-fac-step figure {
  line-height: 0;
  margin-bottom: 24px;
}
.b-fac-step figure img {
  height: auto;
  width: 100%;
}
.b-fac-step-main {
  padding: 0 20px 66px;
  position: relative;
}
.b-fac-step-main-title {
  color: #033047;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
}
.b-fac-step-main-copy {
  color: #033047;
  font-size: 16px;
  line-height: 1.5;
}
.b-fac-step-main-example {
  position: absolute;
  bottom: 0;
  padding-bottom: 12px;
}
.b-fac-step-main-example a {
  transition: all 0.2s ease-in-out;
  color: #128ac8;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}
.b-fac-step-main-example a::before {
  content: "\203A   ";
}
.b-fac-step-main-example a:hover {
  color: #033047;
}

.b-product-cta {
  background-color: #fff;
  padding-top: 42px;
}
.b-product-cta-cols {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 900px) {
  .b-product-cta-cols {
    align-items: center;
  }
}
@media (max-width: 1220px) {
  .b-product-cta-cols {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-product-cta-cols {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .b-product-cta-cols {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
.b-product-cta-cols-image {
  flex: 0 0 370px;
}
@media (max-width: 900px) {
  .b-product-cta-cols-image {
    flex: 1;
    order: 2;
  }
}
.b-product-cta-cols-image figure {
  line-height: 0;
}
.b-product-cta-cols-image figure img {
  height: auto;
  width: 100%;
}
.b-product-cta-cols-main {
  flex: 1;
  padding-bottom: 78px;
  padding-right: 30px;
}
@media (max-width: 900px) {
  .b-product-cta-cols-main {
    text-align: center;
    padding-right: 0;
    padding-bottom: 60px;
  }
}

@media (max-width: 900px) {
  .b-fq .l-main.m-flex {
    background-color: #ffd770;
    display: flex;
    flex-direction: column;
  }
  .b-fq .l-main.m-flex .b-fq-hero {
    order: 2;
  }
}

.b-fq {
  background-color: #ffd770;
  background-image: url("../img/tilt.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 120%;
}

.b-fq-hero {
  padding: 378px 0 120px;
  position: absolute;
  top: -104px;
  left: 0;
  width: 100%;
}
@media (max-width: 900px) {
  .b-fq-hero {
    padding: 42px 0;
    top: auto;
    position: relative;
    padding: 0;
  }
}
.b-fq-hero::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -360px;
  margin-left: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/quote.svg");
  width: 378px;
  height: 320px;
}
@media (max-width: 900px) {
  .b-fq-hero::after {
    display: none;
  }
}
.b-fq-hero-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1220px) {
  .b-fq-hero-main {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-fq-hero-main {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .b-fq-hero-main {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .b-fq-hero-main {
    display: block;
  }
  .b-fq-hero-main .b-fq-hero-title {
    text-align: center;
  }
}
.b-fq-hero-main-content {
  width: 400px;
}
@media (max-width: 1100px) {
  .b-fq-hero-main-content {
    width: 320px;
  }
}
@media (max-width: 900px) {
  .b-fq-hero-main-content {
    width: 100%;
  }
}
.b-fq-hero h2 {
  color: #033047;
}
.b-fq-hero-list {
  margin-top: 36px;
}
.b-fq-hero-list ul li {
  color: #033047;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-left: 58px;
  position: relative;
}
.b-fq-hero-list ul li::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/icon_checkmark.svg");
  height: 38px;
  width: 38px;
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
}
.b-fq-hero-list ul li strong {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 12px;
}

.b-fq-main-wrap {
  width: 56.8%;
  padding: 184px 0 120px;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .b-fq-main-wrap {
    width: 100%;
    padding: 0 0 60px;
    margin-top: 100px;
  }
}

.b-fq-main {
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 40px 0;
}
@media (max-width: 1220px) {
  .b-fq-main {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-fq-main {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.b-fq-main-hgroup {
  text-align: center;
  margin-bottom: 40px;
}
.b-fq-main-hgroup figure {
  line-height: 0;
  margin-bottom: 18px;
}
.b-fq-main-hgroup figure img {
  height: auto;
  width: 54px;
}

.b-fq-form .wpforms-field {
  margin-bottom: 40px;
  display: flex;
  height: 34px;
  align-items: center;
  padding: 0 40px;
  position: relative;
}
@media (max-width: 768px) {
  .b-fq-form .wpforms-field {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 0;
  }
}
.b-fq-form .wpforms-field.m-no-margin {
  margin-bottom: 12px;
}
.b-fq-form .wpforms-field label.wpforms-error {
  color: #fa8888;
  font-size: 14px;
  position: absolute;
  right: 40px;
  bottom: -20px;
  z-index: 2;
}
.b-fq-form .wpforms-field .wpforms-field-label {
  flex: 0 0 200px;
  color: #033047;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 768px) {
  .b-fq-form .wpforms-field .wpforms-field-label {
    flex: 1;
    margin-bottom: 18px;
  }
}
.b-fq-form .wpforms-field .wpforms-field-label.wpforms-label-hide {
  visibility: hidden;
}
.b-fq-form .wpforms-field input,
.b-fq-form .wpforms-field textarea {
  color: #414B5F;
  flex: 1;
  border: 0;
  border-bottom: 1px solid #033047;
  height: 34px;
  padding: 0;
  font-size: 16px;
  font-family: TTNormsPro-Normal;
  outline: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .b-fq-form .wpforms-field input,
.b-fq-form .wpforms-field textarea {
    flex: auto;
  }
}
.b-fq-form .wpforms-field textarea {
  resize: none;
}
.b-fq-form .wpforms-field select {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #414B5F;
  height: 34px;
  padding: 0;
  font-size: 16px;
  font-family: TTNormsPro-Normal;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
}
.b-fq-form .wpforms-field-radio ul {
  display: flex;
  align-items: center;
}
.b-fq-form .wpforms-field-radio ul li {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
.b-fq-form .wpforms-field-radio ul li label {
  color: #414B5F;
  font-size: 16px;
  line-height: 1.3;
  margin-left: 5px;
}
.b-fq-form .wpforms-field-radio ul li input {
  height: auto;
  width: 16px;
}
.b-fq-form .wpforms-submit-container {
  border-top: 1px solid #E0E0E0;
  padding: 40px 40px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 80px;
}
.b-fq-form .wpforms-submit-container .wpforms-submit {
  margin-right: 15px;
}
.b-fq-form .wpforms-confirmation-container {
  text-align: center;
}
.b-fq-form .wpforms-field-hp {
  display: none;
}

.b-contact-section {
  background-color: #fff;
  padding: 78px 0;
  width: 100%;
}
@media (max-width: 900px) {
  .b-contact-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.b-contact-section-cols {
  display: flex;
  align-items: center;
}
@media (max-width: 1220px) {
  .b-contact-section-cols {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-contact-section-cols {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .b-contact-section-cols {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
.b-contact-section-cols-main {
  flex: 1;
  padding-left: 140px;
  background-image: url("../img//icon_info.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 114px 114px;
}
@media (max-width: 900px) {
  .b-contact-section-cols-main {
    padding-left: 0;
    background-position: 50% 0;
    padding-top: 140px;
    text-align: center;
  }
}
.b-contact-section-cols-button {
  flex: 0 0 300px;
  text-align: right;
}
@media (max-width: 900px) {
  .b-contact-section-cols-button {
    flex: 1;
    text-align: center;
    margin-top: 24px;
    width: 100%;
  }
}

.b-news {
  background-color: #fff;
  min-height: 100vh;
  width: 100%;
  padding: 162px 0 60px;
  position: relative;
}
@media (max-width: 900px) {
  .b-news {
    padding-top: 100px;
  }
}
@media (max-width: 880px) {
  .b-news {
    background: linear-gradient(0deg, #fff 85%, #033047 15%);
  }
}
@media (max-width: 500px) {
  .b-news {
    background: linear-gradient(0deg, #fff 90%, #033047 10%);
  }
}
.b-news::before {
  background-color: #033047;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  height: 500px;
  position: absolute;
}
@media (max-width: 900px) {
  .b-news::before {
    height: 400px;
  }
}
@media (max-width: 880px) {
  .b-news::before {
    display: none;
  }
}
.b-news-title {
  text-align: center;
  margin-bottom: 42px;
  font-family: TTNormsPro-Medium;
}
.b-news-title h1 {
  color: #fff;
}
.b-news .l-main {
  position: relative;
  z-index: 2;
}

.b-news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 900px) {
  .b-news-list {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
@media (max-width: 1220px) {
  .b-news-list {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-news-list {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .b-news-list {
    margin: 0 auto;
    flex-direction: column;
  }
}
.b-news-list-item {
  padding: 0 20px;
  margin-bottom: 60px;
  width: 33.3333333333%;
}
@media (max-width: 900px) {
  .b-news-list-item {
    margin: 0 auto 60px;
    width: 400px;
    padding: 0;
  }
}
@media (min-width: 900px) {
  .b-news-list-item:first-child {
    flex: 0 0 100%;
    min-height: 400px;
    width: 100%;
  }
  .b-news-list-item:first-child .b-news-item {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .b-news-list-item:first-child .b-news-item figure {
    flex: 1;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .b-news-list-item:first-child .b-news-item figure::after {
    display: none;
  }
  .b-news-list-item:first-child .b-news-item-main {
    flex: 0 0 500px;
    background-color: #fff;
    padding: 42px 40px;
  }
}
@media (max-width: 900px) {
  .b-news-list-item:first-child .b-news-item figure {
    margin-bottom: 0;
  }
  .b-news-list-item:first-child .b-news-item-main {
    background-color: #fff;
    padding-top: 18px;
    padding: 18px;
  }
}
@media (max-width: 460px) {
  .b-news-list-item {
    width: 100%;
  }
}

.b-news-item {
  display: block;
}
.b-news-item figure {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 55%;
  margin-bottom: 18px;
}
.b-news-item figure::after {
  content: "";
  display: block;
}
.b-news-item figure img {
  display: none;
}
.b-news-item-main-date {
  transition: all 0.2s ease-in-out;
  color: #033047;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.b-news-item-main-title {
  transition: all 0.2s ease-in-out;
  color: #033047;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 12px;
}
.b-news-item-main-copy .b-main-copy {
  transition: all 0.2s ease-in-out;
}
.b-news-item:hover .b-news-item-main-title,
.b-news-item:hover .b-main-copy {
  color: #128ac8;
}

.b-news-detail {
  padding-top: 104px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 880px) {
  .b-news-detail {
    background: linear-gradient(0deg, #fff 85%, #033047 15%);
  }
}
@media (max-width: 500px) {
  .b-news-detail {
    background: linear-gradient(0deg, #fff 90%, #033047 10%);
  }
}
.b-news-detail::before {
  background-color: #033047;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  height: 500px;
  position: absolute;
}
@media (max-width: 880px) {
  .b-news-detail::before {
    display: none;
  }
}
.b-news-detail-main {
  margin: auto;
  max-width: 820px;
  padding: 120px 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 880px) {
  .b-news-detail-main {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .b-news-detail-main {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.b-news-detail-main-back {
  margin-bottom: 36px;
}
@media (max-width: 880px) {
  .b-news-detail-main-back {
    text-align: center;
  }
}
.b-news-detail-main-back a {
  color: #ffd770;
}
.b-news-detail-main-back a::before {
  content: "\2039   ";
}
.b-news-detail-main-content figure {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  padding-bottom: 55%;
}
.b-news-detail-main-content figure::after {
  content: "";
  display: block;
}
.b-news-detail-main-content figure img {
  display: none;
}
.b-news-detail-main-content-date {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.b-news-detail-main-share {
  border-top: 1px solid #E0E0E0;
  margin-top: 30px;
  padding-top: 30px;
}
.b-news-detail-main-share-main {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .b-news-detail-main-share-main {
    display: block;
  }
}
.b-news-detail-main-share-main-title {
  font-size: 18px;
  line-height: 1.5;
  margin-right: 20px;
}
@media (max-width: 500px) {
  .b-news-detail-main-share-main-title {
    margin: 0 0 18px;
  }
}
.b-news-detail-main-share-main ul {
  display: flex;
  align-items: center;
}
.b-news-detail-main-share-main ul li {
  margin-right: 20px;
}
.b-news-detail-main-share-main ul li a {
  height: 30px;
  width: 30px;
  display: block;
  overflow: hidden;
  text-indent: -1000em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-in-out;
}
.b-news-detail-main-share-main ul li a:hover {
  opacity: 0.6;
}
.b-news-detail-main-share-main ul li a.m-facebook {
  background-image: url("../img/icon_Facebook_dark.svg");
}
.b-news-detail-main-share-main ul li a.m-linkedin {
  background-image: url("../img/icon_linkedin_dark.svg");
}
.b-news-detail-main-share-main ul li a.m-twitter {
  background-image: url("../img/icon_twitter_dark.svg");
}

.b-home-scrolling-circle {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 1200px) {
  .b-home-scrolling-circle {
    display: none;
  }
}
.b-home-scrolling-circle.m-min svg {
  top: 30%;
  height: 100px;
  width: 100px;
}
.b-home-scrolling-circle svg {
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.b-home-scrolling-circle .m-circle {
  transition: all 0.2s ease-in-out;
  fill: #fff;
}
.b-home-scrolling-circle .m-circle.m-dark {
  fill: #033047;
}
.b-home-scrolling-circle .m-inner-1 {
  transition: all 0.2s ease-in-out;
  fill: #fff;
}
.b-home-scrolling-circle .m-inner-1.m-dark {
  fill: #033047;
}
.b-home-scrolling-circle .m-inner-2,
.b-home-scrolling-circle .m-inner-3 {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.b-home-scrolling-circle .m-inner-2.m-show,
.b-home-scrolling-circle .m-inner-3.m-show {
  opacity: 1;
}
.b-home-scrolling-circle .m-inner-line-1 {
  opacity: 0;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.2s;
}
.b-home-scrolling-circle .m-inner-line-1.m-show {
  opacity: 1;
}
.b-home-scrolling-circle .m-inner-line-2 {
  opacity: 0;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.4s;
}
.b-home-scrolling-circle .m-inner-line-2.m-show {
  opacity: 1;
}
.b-home-scrolling-circle .m-inner-line-3 {
  opacity: 0;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.6s;
}
.b-home-scrolling-circle .m-inner-line-3.m-show {
  opacity: 1;
}
.b-home-scrolling-circle .m-inner-line-4 {
  opacity: 0;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.8s;
}
.b-home-scrolling-circle .m-inner-line-4.m-show {
  opacity: 1;
}

.b-products {
  padding: 60px 0;
}
@media (max-width: 600px) {
  .b-products {
    padding-top: 30px;
  }
}

.b-products-hero {
  position: relative;
  margin-bottom: 90px;
}
.b-products-hero-main {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .b-products-hero-main {
    text-align: left;
    max-width: 720px;
    margin: auto;
  }
}
.b-products-hero::before, .b-products-hero::after {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  z-index: 1;
}
@media (max-width: 768px) {
  .b-products-hero::before, .b-products-hero::after {
    display: none;
  }
}
.b-products-hero::before {
  background-image: url("../img/img_extra_products_left.png");
  width: 514px;
  height: 432px;
  top: -250px;
  left: -330px;
}
@media (max-width: 900px) {
  .b-products-hero::before {
    top: -350px;
  }
}
.b-products-hero::after {
  background-image: url("../img/img_extra_products_right.png");
  width: 282px;
  height: 362px;
  top: 0px;
  right: -140px;
}
@media (max-width: 900px) {
  .b-products-hero::after {
    top: -50px;
  }
}

.b-products-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 900px) {
  .b-products-columns {
    display: block;
    max-width: 720px;
    margin: auto;
  }
}
.b-products-columns-item {
  padding: 0 15px;
  width: 50%;
}
@media (max-width: 900px) {
  .b-products-columns-item {
    padding: 0;
    width: 100%;
  }
}

.b-product-item {
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 0 30px;
  width: 100%;
}
@media (max-width: 600px) {
  .b-product-item {
    padding: 0 15px;
  }
}
.b-product-item-intro {
  display: flex;
  margin-bottom: 36px;
}
@media (max-width: 600px) {
  .b-product-item-intro {
    flex-direction: column;
  }
}
.b-product-item-intro-image {
  flex: 0 0 150px;
}
@media (max-width: 600px) {
  .b-product-item-intro-image {
    flex: 1;
  }
}
.b-product-item-intro-image-desktop {
  line-height: 0;
}
@media (max-width: 600px) {
  .b-product-item-intro-image-desktop {
    display: none;
  }
}
.b-product-item-intro-image-desktop img {
  height: auto;
  width: 100%;
}
.b-product-item-intro-image-mobile {
  line-height: 0;
  display: none;
  padding-right: 10%;
}
.b-product-item-intro-image-mobile img {
  height: auto;
  width: 100%;
}
@media (max-width: 600px) {
  .b-product-item-intro-image-mobile {
    display: block;
  }
}
.b-product-item-intro-copy {
  flex: 1;
  padding: 30px 0 0 30px;
}
@media (max-width: 600px) {
  .b-product-item-intro-copy {
    padding: 30px 0 0;
  }
}
.b-product-item-main {
  background-color: #FFF9F2;
  display: inline-block;
  padding: 30px;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 600px) {
  .b-product-item-main {
    padding: 30px 15px;
  }
}
.b-product-item-main-copy .b-main-copy ul {
  margin-bottom: 18px;
}
.b-product-item-main-copy .b-main-copy ul li {
  padding-left: 25px;
  margin-bottom: 12px;
  position: relative;
}
.b-product-item-main-copy .b-main-copy ul li::before {
  position: absolute;
  content: "";
  left: 0;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img//icon_bullet.svg");
  top: 7px;
}

.b-products-description {
  padding-top: 90px;
}
.b-products-description .b-main-copy {
  text-align: center;
  margin: 0 auto;
  max-width: 660px;
}
@media (max-width: 900px) {
  .b-products-description .b-main-copy {
    text-align: left;
    max-width: 720px;
    margin: auto;
  }
}

.b-claims-hero-main {
  align-items: center;
  display: flex;
}
@media (max-width: 900px) {
  .b-claims-hero-main {
    text-align: left;
    max-width: 720px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .b-claims-hero-main {
    flex-direction: column;
  }
}
.b-claims-hero-main-copy {
  flex: 1;
}
.b-claims-hero-main-copy .b-main-copy h1 {
  margin-bottom: 0;
}
.b-claims-hero-main-image {
  line-height: 0;
  flex: 0 0 360px;
}
@media (max-width: 768px) {
  .b-claims-hero-main-image {
    flex: 1;
    max-width: 320px;
    margin: auto;
  }
}
.b-claims-hero-main-image img {
  height: auto;
  width: 100%;
}

.b-claims-process {
  padding-top: 60px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.b-claims-process-copy {
  text-align: center;
  margin: auto;
  max-width: 660px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .b-claims-process-copy {
    text-align: left;
    max-width: 720px;
    margin: auto;
  }
}
.b-claims-process-steps {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 90px;
}
.b-claims-process-steps-item {
  width: 25%;
  text-align: center;
  position: relative;
}
.b-claims-process-steps-item::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/icon_arrow.svg");
  position: absolute;
  content: "";
  right: -15px;
  top: 75px;
  height: 8px;
  width: 35px;
}
.b-claims-process-steps-item:last-child::after {
  display: none;
}
@media (max-width: 800px) {
  .b-claims-process-steps-item {
    width: 50%;
    margin-bottom: 48px;
  }
  .b-claims-process-steps-item:nth-child(2)::after {
    display: none;
  }
}
@media (max-width: 600px) {
  .b-claims-process-steps-item {
    width: 100%;
  }
  .b-claims-process-steps-item::after {
    display: none;
  }
}
.b-claims-process-steps-item figure {
  line-height: 0;
  margin-bottom: 24px;
}
.b-claims-process-steps-item figure img {
  height: auto;
  max-width: 150px;
}
.b-claims-process-steps-item-copy {
  padding: 0 15px;
}

.b-support-hero {
  padding: 150px 0;
  position: relative;
  background-color: #ffd770;
}
@media (max-width: 900px) {
  .b-support-hero {
    padding: 100px 0 60px;
  }
}
.b-support-hero-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.25;
}
.b-support-hero-bg img {
  display: none;
}
.b-support-hero .l-main {
  position: relative;
  z-index: 2;
}
.b-support-hero-main {
  flex: 0 0 50%;
  z-index: 10;
  position: relative;
}
.b-support-hero-cols {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .b-support-hero-cols {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
@media (max-width: 1220px) {
  .b-support-hero-cols {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-support-hero-cols {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.b-support-hero-cols-image {
  flex: 1;
  padding-right: 60px;
}
.b-support-hero-cols-image img {
  height: auto;
  position: relative;
  width: 100vw;
  margin-top: -20vw;
  flex: 1;
  margin-left: -10vw;
  margin-bottom: -24vw;
}
@media (max-width: 900px) {
  .b-support-hero-cols-image img {
    width: 170vw;
    margin-top: -40vw;
    margin-left: 30vw;
    z-index: 0;
  }
}
.b-support-hero-cols-main {
  padding-left: 40px;
}
@media (max-width: 900px) {
  .b-support-hero-cols-main {
    padding-left: 0;
  }
}
.b-support-hero-cols-main-links {
  display: flex;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .b-support-hero-cols-main-links {
    display: block;
  }
}
.b-support-hero-cols-main-links li {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .b-support-hero-cols-main-links li {
    margin: 0 0 24px;
  }
  .b-support-hero-cols-main-links li:last-child {
    margin-bottom: 0;
  }
}
.b-support-hero-cols-main-links li a {
  transition: all 0.2s ease-in-out;
  color: #128ac8;
  display: inline-block;
}
.b-support-hero-cols-main-links li a:hover {
  opacity: 0.8;
}
.b-support-hero-cols-main-links li a::before {
  content: "\203A";
  margin-right: 8px;
}

.b-support-contact {
  padding: 40px 0;
}
@media (max-width: 1220px) {
  .b-support-contact {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-support-contact {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .b-support-contact {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media (max-width: 900px) {
  .b-support-contact {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
.b-support-contact-title {
  padding-bottom: 42px;
}
.b-support-contact .l-main {
  border-bottom: 1px solid #E6EAED;
  padding-bottom: 60px;
}
.b-support-contact-cols {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .b-support-contact-cols {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
.b-support-contact-cols-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 24px;
}

.b-support-contact-items-item {
  margin-bottom: 24px;
}
.b-support-contact-items-item .b-main-copy p {
  margin-bottom: 0;
  font-size: 16px;
}
.b-support-contact-items-item .b-main-copy a {
  display: inline-block;
  font-size: 18px;
  margin-top: 6px;
}

.b-support-contact-form {
  width: 660px;
}
@media (max-width: 900px) {
  .b-support-contact-form {
    margin-top: 60px;
  }
}
@media (max-width: 720px) {
  .b-support-contact-form {
    width: 100%;
  }
}
.b-support-contact-form .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-top: 24px;
}
@media (max-width: 600px) {
  .b-support-contact-form .wpforms-field-container {
    display: block;
  }
}
.b-support-contact-form .wpforms-field label {
  display: none;
}
.b-support-contact-form .wpforms-field-hp {
  display: none;
}
.b-support-contact-form .wpforms-field-text,
.b-support-contact-form .wpforms-field-email {
  flex: 0 0 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.b-support-contact-form .wpforms-field-text input,
.b-support-contact-form .wpforms-field-email input {
  transition: all 0.2s ease-in-out;
  color: #033047;
  background: none;
  border: none;
  border-bottom: 1px solid #688391;
  height: 34px;
  font-family: TTNormsPro-Normal;
  font-size: 18px;
  line-height: 1.5;
  max-width: 100%;
  width: 100%;
  outline: 0;
  padding-bottom: 12px;
}
.b-support-contact-form .wpforms-field-text input:focus,
.b-support-contact-form .wpforms-field-email input:focus {
  border-bottom-color: #128ac8;
}
.b-support-contact-form .wpforms-field-textarea {
  flex-basis: 100%;
  padding: 0 10px;
}
.b-support-contact-form .wpforms-field-textarea textarea {
  transition: all 0.2s ease-in-out;
  color: #033047;
  background: none;
  border: none;
  border-bottom: 1px solid #688391;
  height: 34px;
  font-family: TTNormsPro-Normal;
  font-size: 18px;
  line-height: 1.5;
  max-width: 100%;
  width: 100%;
  outline: 0;
  padding-bottom: 12px;
  resize: none;
  height: 72px;
}
.b-support-contact-form .wpforms-field-textarea textarea:focus {
  border-bottom-color: #128ac8;
}
.b-support-contact-form .wpforms-error {
  color: #fa8888;
  font-size: 16px;
}
.b-support-contact-form .wpforms-submit-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.b-support-contact-form .wpforms-submit-container button {
  height: 60px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  padding: 0 30px;
  background-color: #ffd770;
  color: #033047;
  margin-right: 20px;
}
.b-support-contact-form .wpforms-submit-container button:hover {
  background-color: #033047;
}
.b-support-contact-form .wpforms-confirmation-container {
  background-color: #fff;
  color: #033047;
  text-align: center;
  padding: 36px 30px;
  width: 100%;
}
.b-support-contact-form ::-webkit-input-placeholder {
  color: #033047;
}
.b-support-contact-form ::-moz-placeholder {
  color: #033047;
}
.b-support-contact-form :-ms-input-placeholder {
  color: #033047;
}
.b-support-contact-form :-moz-placeholder {
  color: #033047;
}

.b-support-presskit {
  background-color: #fff;
  padding: 90px 0;
}
@media (max-width: 1220px) {
  .b-support-presskit {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-support-presskit {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .b-support-presskit {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.b-support-presskit-cols {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .b-support-presskit-cols {
    margin: auto;
    max-width: 720px;
    flex-direction: column;
  }
}
.b-support-presskit-cols-main {
  position: relative;
  padding-left: 140px;
}
@media (max-width: 900px) {
  .b-support-presskit-cols-main {
    padding-left: 0;
    padding-top: 130px;
    text-align: center;
  }
}
.b-support-presskit-cols-main::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/cachet_circle_dark.svg");
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .b-support-presskit-cols-main::before {
    top: auto;
    transform: translateY(0);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}
@media (max-width: 900px) {
  .b-support-presskit-cols-button {
    margin-top: 24px;
    width: 100%;
  }
  .b-support-presskit-cols-button a {
    width: 100%;
  }
}

.b-footer {
  background-color: #033047;
  padding: 78px 0 30px;
  font-family: TTNormsPro-Medium;
}
@media (max-width: 768px) {
  .b-footer {
    padding: 42px 0;
  }
}

.b-footer-main {
  display: flex;
}
@media (max-width: 1220px) {
  .b-footer-main {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-footer-main {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .b-footer-main {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .b-footer-main {
    flex-direction: column;
  }
}
.b-footer-main-logo {
  flex: 0 0 25.8%;
}
@media (max-width: 768px) {
  .b-footer-main-logo {
    flex: 0 0 100%;
    margin-bottom: 42px;
  }
}
.b-footer-main-logo a {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 29px;
  width: 171px;
  background-image: url("../img/logo_light.svg");
  position: relative;
  overflow: hidden;
}
.b-footer-main-logo a span {
  position: absolute;
  left: 1000em;
}
.b-footer-main-nav {
  flex: 1;
}
.b-footer-main-nav-cols {
  display: flex;
}
@media (max-width: 768px) {
  .b-footer-main-nav-cols {
    display: block;
  }
}
.b-footer-main-nav-cols-col {
  max-width: 220px;
  margin-right: 20%;
}
@media (max-width: 900px) {
  .b-footer-main-nav-cols-col {
    margin-right: 10%;
  }
}
@media (max-width: 768px) {
  .b-footer-main-nav-cols-col {
    margin-right: 0;
    max-width: inherit;
  }
}
.b-footer-main-nav-cols-col:last-child {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .b-footer-main-nav-cols-col:last-child {
    margin-top: 60px;
  }
}
.b-footer-main-social {
  flex: 0 0 260px;
}
@media (max-width: 1100px) {
  .b-footer-main-social {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 150px;
  }
}
@media (max-width: 768px) {
  .b-footer-main-social {
    flex: 1;
    justify-content: flex-start;
    margin-top: 60px;
  }
}

.b-footer-navigation-title {
  color: #FFF9F2;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.b-footer-navigation ul li {
  margin-bottom: 12px;
}
.b-footer-navigation ul li:last-child {
  margin-bottom: 0;
}
.b-footer-navigation ul li a {
  display: inline-block;
  color: #FFF9F2;
  font-size: 16px;
  line-height: 1.5;
}
.b-footer-navigation ul li a:hover {
  text-decoration: underline;
}

.b-footer-social-title {
  color: #FFF9F2;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.b-footer-social ul {
  display: flex;
}
.b-footer-social ul li {
  margin-right: 20px;
}
.b-footer-social ul li:last-child {
  margin-right: 0;
}
.b-footer-social ul li a {
  transition: all 0.2s ease-in-out;
  height: 30px;
  width: 30px;
  display: block;
  overflow: hidden;
  text-indent: -1000em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.b-footer-social ul li a:hover {
  opacity: 0.6;
}
.b-footer-social ul li a.m-facebook {
  background-image: url("../img/icon_Facebook.svg");
}
.b-footer-social ul li a.m-linkedin {
  background-image: url("../img/icon_linkedin.svg");
}
.b-footer-social ul li a.m-twitter {
  background-image: url("../img/icon_twitter.svg");
}

.b-footer-secondary {
  border-top: 1px solid #414B5F;
  padding-top: 30px;
  margin-top: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .b-footer-secondary {
    flex-direction: column;
  }
}
@media (max-width: 1220px) {
  .b-footer-secondary {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .b-footer-secondary {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.b-footer-secondary-copy {
  color: #FFF9F2;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .b-footer-secondary-copy {
    margin-bottom: 12px;
  }
}
.b-footer-secondary-nav ul {
  display: flex;
  align-items: center;
}
@media (max-width: 400px) {
  .b-footer-secondary-nav ul {
    flex-direction: column;
  }
}
.b-footer-secondary-nav ul li {
  position: relative;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .b-footer-secondary-nav ul li {
    padding: 0 10px;
  }
}
@media (max-width: 400px) {
  .b-footer-secondary-nav ul li {
    padding: 0;
  }
}
.b-footer-secondary-nav ul li::after {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #FFF9F2;
  content: "";
  right: 8px;
  border-radius: 100%;
  top: 50%;
}
@media (max-width: 768px) {
  .b-footer-secondary-nav ul li::after {
    right: -3px;
  }
}
@media (max-width: 400px) {
  .b-footer-secondary-nav ul li::after {
    display: none;
  }
}
.b-footer-secondary-nav ul li:last-child {
  padding-right: 0;
}
.b-footer-secondary-nav ul li:last-child::after {
  display: none;
}
.b-footer-secondary-nav ul li a {
  display: inline-block;
  color: #FFF9F2;
  font-size: 16px;
  line-height: 1.5;
}
.b-footer-secondary-nav ul li a:hover {
  text-decoration: underline;
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
  position: fixed;
  display: block;
  background-color: #033047;
  padding: 18px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  z-index: 9000;
}
@media (max-width: 900px) {
  .cc-window {
    width: 700px;
  }
}
@media (max-width: 700px) {
  .cc-window {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-window.cc-bottom {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.cc-window .cc-message {
  color: #FFF9F2;
  font-family: TTNormsPro-Normal;
  font-size: 14px;
  font-weight: 500;
}
.cc-window .cc-message p {
  display: block;
}
.cc-window .cc-message p a {
  display: inline-block;
  color: #FFF9F2;
  text-decoration: underline;
}
.cc-window .cc-message p a:hover {
  text-decoration: none;
}
.cc-window .cc-compliance {
  margin-left: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_close.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.cc-window .cc-compliance a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
  overflow: hidden;
  outline: 0;
}

.b-loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 9999;
}
.b-loading-main {
  width: 548px;
  height: 548px;
  position: relative;
  background-image: url("../img//striped_circle_dark.png");
  background-size: 548px 548px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-loading-main-items {
  position: relative;
  z-index: 2;
}
.b-loading-main-items-logo {
  width: 62px;
  height: 82px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/img_cachet_circle_mini.svg");
}
.b-loading-main-items-title {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.5;
  color: #033047;
}
.b-loading svg {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 685px;
  height: 685px;
}

.b-general-detail {
  background-color: #fff;
}

.b-general-detail-hero {
  width: 100%;
  background-color: #FFF9F2;
  padding: 184px 0 40px;
}
.b-general-detail-hero-main {
  margin: auto;
  width: 760px;
}
@media (max-width: 800px) {
  .b-general-detail-hero-main {
    width: 100%;
    padding: 0 20px;
  }
}
.b-general-detail-hero-main-back {
  margin-bottom: 36px;
}
.b-general-detail-hero-main-back a::before {
  content: "\2039   ";
}
.b-general-detail-hero-main-description {
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .b-general-detail-hero-main-description {
    font-size: 38px;
  }
}
.b-general-detail-hero-main-description strong {
  font-weight: 700;
}

.b-general-detail-main {
  margin: auto;
  width: 760px;
  padding: 54px 0 80px;
}
@media (max-width: 800px) {
  .b-general-detail-main {
    width: 100%;
    padding: 38px 20px;
  }
}

.b-general-detail-copy {
  color: #033047;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 768px) {
  .b-general-detail-copy {
    font-size: 16px;
  }
}
.b-general-detail-copy h2 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 700;
  margin-top: 42px;
}
@media (max-width: 768px) {
  .b-general-detail-copy h2 {
    font-size: 16px;
  }
}
.b-general-detail-copy p {
  margin-bottom: 24px;
}
.b-general-detail-copy p:last-child {
  margin-bottom: 0;
}
.b-general-detail-copy em {
  font-style: italic;
}
.b-general-detail-copy a {
  color: #128ac8;
}
.b-general-detail-copy a:hover {
  text-decoration: underline;
}
.b-general-detail-copy strong {
  font-weight: 700;
}
.b-general-detail-copy ul {
  margin-bottom: 24px;
}
.b-general-detail-copy ul li {
  position: relative;
  padding-left: 30px;
  line-height: 30px;
  margin-bottom: 12px;
}
.b-general-detail-copy ul li::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/icon_checkmark_small.svg");
  height: 18px;
  width: 19px;
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
}
.b-general-detail-copy ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.b-general-detail-copy ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.b-general-detail-copy ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.b-general-detail-copy li ol > li {
  margin: 0;
}
.b-general-detail-copy li ol > li:before {
  content: counters(item, ".") " ";
}

.campaign {
  width: 100%;
  background-color: white;
}

.campaign__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .campaign__row {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.campaign__col {
  width: 50%;
}
@media (max-width: 768px) {
  .campaign__col {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .campaign__col-img {
    order: -1;
  }
}
.campaign__col-img img {
  width: calc(100% + 30px);
  height: auto;
  margin-left: -30px;
}
@media (max-width: 768px) {
  .campaign__col-img img {
    width: 100%;
    margin-left: 0;
  }
}
.megamenu {
  font-family: TTNormsPro-Normal;
  /* Mobiel */
}
.megamenu .tab-container,
.megamenu .help-container {
  width: 100%;
  margin: 0;
  box-shadow: 0 20px 32px 0px #0000000d;
}
.megamenu .tabul {
  float: left;
  background-color: White;
  color: #000;
  width: 30%;
  height: 100%;
}
.megamenu .tablinks {
  display: block;
  background-color: inherit;
  color: #688391;
  padding: 16px;
  padding-left: 8.812rem;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 26px;
  position: relative;
  font-family: TTNormsPro-Medium;
}
.megamenu .tablinks:hover {
  color: #033047;
}
.megamenu .tabul button.active {
  color: #033047;
}
.megamenu .tabcontent {
  float: right;
  width: 70%;
  background-color: transparent;
  min-height: 300px;
  padding: 20px 0px;
}
.megamenu .private-main-container,
.megamenu .business-main-container,
.megamenu .gig-main-container {
  padding: 0 12px;
  border-left: none;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.megamenu .pointer-image {
  position: absolute;
  top: 0.9rem;
  left: -2rem;
  width: 20px;
  height: 40px;
}
.megamenu .pointer-image {
  left: -1.1rem;
}
.megamenu .private-insurance {
  padding: 10px;
  font-size: 30px;
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.megamenu .accident-insurance,
.megamenu .hospital-insurance,
.megamenu .micro-insurance {
  opacity: 0.9;
  cursor: context-menu;
}
.megamenu .horizontal-line-container {
  background-color: #fa8887;
}
.megamenu .horizontal-line {
  min-width: 296px;
  border: 1px solid #ffa4a4;
  margin: 0 auto;
  width: 98%;
}
.megamenu .horizontal-line-help {
  min-width: 296px;
  border: 1px solid #D1DBE2;
  margin: 0 auto;
  width: 96%;
  margin-top: 4px;
  margin-bottom: 1.5rem;
}
.megamenu .traffic {
  width: 48px;
  height: 48px;
}
.megamenu .private-text,
.megamenu .business-text {
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #033047;
  padding-left: 16px;
  text-align: initial;
}
.megamenu .private-text:hover,
.megamenu .business-text:hover {
  text-decoration: underline;
}
.megamenu .accident-text:hover,
.megamenu .hospial-text:hover,
.megamenu .micro-text:hover {
  text-decoration: none;
}
.megamenu .business-text {
  color: white;
}
.megamenu .image-container {
  display: flex;
  flex-direction: row;
  width: 80%;
  align-items: center;
}
.megamenu .help-container {
  display: flex;
  flex-direction: row;
  border: 1px solid #e6eaed;
  border-bottom: 0;
}
.megamenu .help-links {
  width: 30%;
  background-color: white;
  border-right: 1px solid #e6eaed;
  padding: 28px 40px 28px 8.812rem;
}
.megamenu .help-links-container {
  display: flex;
  flex-direction: row;
  color: #033047;
}
.megamenu .help-links-container:hover {
  color: #fa8888;
}
.megamenu .help-links-container:hover button {
  color: #fa8888;
}
.megamenu .help-links-btn {
  display: block;
  color: #033047;
  padding: 10px 8px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  background-color: white;
  font-family: TTNormsPro-Normal;
}
.megamenu .help-claim-report {
  padding-left: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.megamenu .claim-text-container {
  padding-left: 40px;
}
.megamenu .claim-text-head {
  font-size: 26px;
  line-height: 34px;
  color: #033047;
}
.megamenu .claim-text-desc {
  font-size: 18px;
  line-height: 32px;
  color: #033047;
  max-width: 460px;
  padding-bottom: 20px;
}
.megamenu .mobile-service-menu,
.megamenu .mobile-help-menu {
  display: none;
  width: 100%;
}
.megamenu .mobile-help-menu {
  background: #e6eaed;
  border-radius: 8px;
}
.megamenu .dropdown-private,
.megamenu .dropdown-gig,
.megamenu .dropdown-business {
  min-width: 328px;
  height: 48px;
  background-color: transparent;
  border-radius: 8px;
  flex-grow: 0;
  margin: 8px 0 0;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  color: #033047;
  text-align: left;
  border: none;
  outline: none;
  padding-left: 16px;
}
.megamenu .dropdown-private {
  background-color: #ffd770;
}
.megamenu .dropdown-gig {
  background-color: #fa8887;
}
.megamenu .dropdown-business {
  background-color: #128ac8;
  color: white;
}
.megamenu .arrow_bottom {
  float: right;
  height: 8px;
  margin-top: 12px;
  width: 8px;
  margin-right: 5px;
}
.megamenu .dropdown-private-container,
.megamenu .dropdown-gig-container,
.megamenu .dropdown-business-container {
  display: none;
  background-color: transparent;
  margin-top: -5px;
  border: 8px;
}
.megamenu .help-menu-container {
  margin-top: -5px;
  border: 8px;
}
.megamenu .dropdown-private-item,
.megamenu .dropdown-gig-item,
.megamenu .dropdown-business-item,
.megamenu .help-menu-item {
  display: block;
  padding: 1rem 0rem;
  background: transparent;
  text-align: left;
  text-decoration: none;
  color: #033047;
  font-size: 16px;
  line-height: 32px;
  padding-left: 16px;
  padding-bottom: 12px;
}
.megamenu .help-menu-container a:first-child {
  padding-top: 24px;
}
.megamenu .dropdown-private-item:last-child,
.megamenu .dropdown-gig-item:last-child,
.megamenu .dropdown-business-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.megamenu .dropdown-private-item {
  background-color: #ffd770;
}
.megamenu .dropdown-gig-item {
  background-color: #fa8887;
}
.megamenu .dropdown-business-item {
  background-color: #128ac8;
  color: white;
}
.megamenu .help-menu-container {
  margin-bottom: -4px;
  margin-left: 6px;
}
.megamenu .soon-text {
  margin-bottom: -4px;
  margin-left: 6px;
}
.megamenu .claim-image-container-mobile {
  margin-left: 1rem;
}
.megamenu .claim-text-head-mobile {
  font-size: 22px;
  line-height: 34px;
  color: #033047;
}
.megamenu .claim-text-container-mobile {
  padding-left: 1.5rem;
}
.megamenu .claim-text-head-mobile {
  margin: 1rem 0 1rem 0;
}
@media screen and (max-width: 1200px) {
  .megamenu .tab-container,
.megamenu .help-container {
    display: none;
  }
  .megamenu .mobile-service-menu,
.megamenu .mobile-help-menu {
    display: block;
  }
}
.megamenu .head {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  color: #033047;
  border-bottom: 1px solid #E6EAED;
}
.megamenu .head .menu-head {
  padding: 16px 0px;
  font-size: 22px;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
.megamenu .mobile-button-cont {
  width: 100%;
  margin-top: 15px;
}
.megamenu .mobile-button-cont .login-btn, .megamenu .mobile-button-cont .signup-btn {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-align: center;
  /* Black */
  color: #033047;
  line-height: 44px;
  text-align: center;
  width: 100%;
  border-radius: 50px;
}
.megamenu .mobile-button-cont .login-btn {
  background: #E6EAED;
}
.megamenu .mobile-button-cont .login-btn:after {
  display: none;
}
.megamenu .b-mobile-nav-actions ul li:first-child::after {
  display: none !important;
}

.text-white {
  color: #fff !important;
}
.text-white .private-text {
  color: #fff;
}

.soon {
  border-radius: 3px;
  font-size: 12px;
  background: #ffffff;
  padding: 3px 7px 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -43px;
  margin-bottom: 6px;
  display: inline-block;
}

.b-header-submenu.m-open {
  box-shadow: 0px 20px 32px rgba(0, 0, 0, 0.05);
}

.b-mobile-nav-close {
  width: 35px !important;
  height: 35px !important;
}

.claimlink {
  color: #033047;
}
.claimlink .claim-text-head {
  color: #033047;
}
.claimlink:hover {
  color: #fa8887;
}
.claimlink:hover .claim-text-head {
  color: #fa8887;
}