.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Dokdo, sans-serif;
  color: #3d3d3d;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  letter-spacing: -3px;
}

h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 25px;
  border-bottom: 3px solid #000;
  font-family: Dokdo, sans-serif;
  color: #3d3d3d;
  font-size: 75px;
  line-height: 75px;
  font-weight: 400;
  letter-spacing: -3px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Dokdo, sans-serif;
  color: #3d3d3d;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Dokdo, sans-serif;
  color: #3d3d3d;
  font-size: 27px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

h5 {
  margin-bottom: 10px;
  font-family: Dokdo, sans-serif;
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  margin-bottom: 50px;
}

a {
  font-family: Dokdo, sans-serif;
  color: #3d3d3d;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 20px;
}

.body {
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
  font-weight: 300;
}

.container {
  z-index: 500;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.bottom {
  position: relative;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-bar {
  height: 40px;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 0px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar-link {
  position: relative;
  padding-top: 7px;
  padding-bottom: 3px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
}

.nav-bar-link:hover {
  color: #845a3d;
}

.nav-bar-link.login.mobile {
  display: none;
}

.nav-bar-link.register.mobile {
  display: none;
}

.nav-bar-link.active {
  font-family: 'Josefin Sans', sans-serif;
  color: #999;
}

.line-nav-bar {
  width: 1px;
  height: 14px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #c4c4c4;
}

.logo {
  position: relative;
  top: 50%;
  width: 240px;
  height: 80px;
  background-image: url('../images/logo.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.nav-menu-b {
  position: relative;
  z-index: 500;
  height: 110px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.nav-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Dokdo, sans-serif;
  color: #845a3d;
  font-size: 24px;
  font-weight: 400;
}

.nav-menu-link:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: auto 44px;
  background-repeat: no-repeat;
}

.nav-menu-link.blog {
  margin-left: 20px;
}

.nav-menu-link.blog:hover {
  background-image: url('../images/menu-blog.svg');
}

.nav-menu-link.about:hover {
  background-image: url('../images/menu-about.svg');
}

.nav-menu-link.services:hover {
  background-image: url('../images/menu-services.svg');
}

.nav-menu-link.info:hover {
  background-image: url('../images/menu-info.svg');
}

.icon-dropdown {
  display: none;
  width: 12px;
  height: 8px;
  margin-top: 4px;
  margin-left: 10px;
  float: right;
  background-image: url('../images/icon-dropdown_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.submenu-link {
  margin-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Dokdo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.submenu-link:hover {
  color: #ef727a;
}

.submenu-link-b {
  position: relative;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.submenu-link-b.about {
  margin-right: 286px;
}

.submenu-link-b.services {
  margin-right: 305px;
}

.icon-dropdown-grey {
  display: none;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
  float: right;
  background-image: url('../images/icon-dropdown-grey.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.nav-dropdown {
  position: static;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
}

.nav-dropdown-toggle {
  position: static;
  height: 100%;
  padding: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.submenu {
  position: absolute;
  left: 0%;
  top: 100%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 50px;
  background-color: #f0fafa;
  box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.submenu-align-b {
  display: block;
  height: 50px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 40px;
  padding-left: 40px;
}

.section-home-banner {
  position: relative;
  height: 650px;
  background-image: url('../images/home-banner1.5x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-txt-b {
  position: relative;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content {
  padding-top: 25px;
  padding-bottom: 100px;
}

.section-content.newsletter {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eee;
}

.section-content.bottom {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f0f1fa;
}

.section-content.home {
  padding-top: 100px;
}

.section-content.membership {
  padding-bottom: 2px;
}

.section-content.info {
  padding-bottom: 75px;
}

.home-content-b {
  width: 33.33%;
  padding-right: 1.25%;
  padding-left: 1.25%;
  float: left;
}

.home-align-b {
  margin-right: -1.25%;
  margin-bottom: 100px;
  margin-left: -1.25%;
}

.home-txt-b {
  position: relative;
  height: 220px;
  padding: 20px 5px;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}

.home-txt-b.about {
  border-top-color: #eba3af;
  border-bottom-color: #eba3af;
}

.home-txt-b.business {
  border-top-color: #98dada;
  border-bottom-color: #98dada;
}

.home-txt-b.strategies {
  border-top-color: #98a0da;
  border-bottom-color: #98a0da;
}

.icon-arrow {
  width: 18px;
  height: 14px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 10px;
  float: right;
  background-image: url('../images/icon-arrow.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-arrow.back {
  margin-right: 10px;
  margin-left: 0px;
  float: left;
  background-image: url('../images/icon-arrow-back.svg');
  background-position: 0% 50%;
}

.btn-txt {
  float: left;
  text-align: right;
}

.home-news-title {
  margin-bottom: 50px;
  text-align: center;
}

.home-bottom-b {
  width: 50%;
  padding-right: 50px;
}

.heading-bottom {
  margin-right: 12px;
  margin-bottom: 0px;
  float: left;
  border-bottom-style: none;
  font-size: 50px;
  line-height: 60px;
}

.heading-bottom.brown {
  color: #845a3d;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #ffb67b;
  color: #fff;
  font-size: 24px;
}

.btn.bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-left: 40px;
}

.btn.news {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.btn.partner {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -75px;
}

.btn.cookies {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-left: 100px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #3d3d3d;
  font-family: 'Noto Sans';
}

.btn.cookies:hover {
  background-color: #999;
}

.btn.newsletter {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.hide {
  display: none;
}

.home-news-align {
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.blog-content-b {
  width: 33.33%;
  margin-bottom: 75px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.line {
  height: 3px;
  margin-top: 15px;
  background-color: #ffb67b;
}

.line.date {
  width: 52px;
  height: 3px;
  margin-top: 7px;
  background-color: #f6c069;
}

.line.business {
  background-color: #98dada;
}

.line.news {
  background-color: #f6c069;
}

.home-newsletter-b {
  position: relative;
}

.heading-newsletter {
  position: relative;
  left: 50%;
  display: inline-block;
  margin-bottom: 25px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.form-field-b {
  width: 25%;
  margin-bottom: 10px;
  padding-right: 1.5%;
  padding-left: 1.5%;
  float: left;
}

.form-field-b.area {
  position: relative;
  width: 50%;
  padding-right: 0%;
  padding-left: 2.5%;
  float: right;
}

.form-field-b.partner {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 5%;
  padding-left: 0%;
}

.form-b {
  margin-bottom: 0px;
}

.form-field-label {
  display: inline-block;
  margin-right: 3px;
  font-family: Dokdo, sans-serif;
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 400;
}

.form-field-mark {
  display: inline-block;
  margin-right: 5px;
  color: #ef727a;
}

.txt-field {
  height: 40px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 16px;
}

.txt-field.newsletter {
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
}

.txt-field.newsletter:focus {
  border-color: #ffb67b;
}

.txt-field.business {
  border-style: solid;
  border-width: 1px;
  border-color: #98dada;
}

.txt-field.business:focus {
  border-color: #ffb67b;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-right: 270px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txt-small {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.txt-small.checkbox {
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-align-b {
  margin-right: -1.5%;
  margin-left: -1.5%;
}

.form-align-b.info {
  width: 50%;
  margin-left: 0%;
  float: left;
}

.form-checkbox {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b0c4;
  border-radius: 0px;
  background-color: #fff;
}

.footer {
  background-color: #fff5ee;
}

.txt-footer {
  float: left;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 22px;
}

.txt-footer.bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 30px;
}

.footer-title {
  margin-bottom: 5px;
  font-family: Dokdo, sans-serif;
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

.footer-follow-link {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-follow-link:hover {
  opacity: 0.6;
}

.footer-follow-link.youtube {
  background-image: url('../images/icon-social-youtube.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-follow-link.linkedin {
  margin-bottom: 3px;
  background-image: url('../images/icon-social-linkedin.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-follow-link.twitter {
  background-image: url('../images/icon-social-twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-follow-link.fb {
  background-image: url('../images/icon-social-fb.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-follow-link.ig {
  background-image: url('../images/icon-social-ig.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-follow-link.weibo {
  width: 30px;
  margin-right: 0px;
  background-image: url('../images/icon-social-weibo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-follow-link.pinterest {
  background-image: url('../images/icon-social-pinterest.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-link-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 26px;
}

.footer-link:hover {
  color: #845a3d;
  text-decoration: underline;
}

.footer-contact-b {
  width: auto;
  min-width: 270px;
  float: right;
}

.icon-footer {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-bottom: 2px;
  float: left;
}

.icon-footer.location {
  width: 22px;
  height: 22px;
  background-image: url('../images/icon-location.svg');
  background-position: 50% 50%;
  background-size: auto 21px;
  background-repeat: no-repeat;
}

.icon-footer.phone {
  background-image: url('../images/icon-phone.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.icon-footer.email {
  background-image: url('../images/icon-email.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.footer-logo-b {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 50px;
  padding-bottom: 25px;
}

.footer-contact-hk {
  margin-bottom: 20px;
}

.txt-copyright {
  display: inline-block;
  margin-right: 5px;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.footer-link-txt {
  font-family: 'Josefin Sans', sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.footer-link-txt:hover {
  color: #ef727a;
  text-decoration: underline;
}

.copyright-link-txt {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.copyright-link-txt:hover {
  color: #ef727a;
  text-decoration: underline;
}

.copyright-txt-b {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #ffb67b;
}

.blog-img-b {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 10px;
}

.footer-contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1500;
  background-color: #fff5ee;
}

.btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 20px;
  height: 20px;
  margin-top: 15px;
  margin-right: 15px;
  background-image: url('../images/icon-close.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-link-b {
  display: none;
}

.logo-align {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.txt-cookies {
  font-family: 'Noto Sans';
  color: #e1ddd4;
}

.heading-cookies {
  font-family: 'Noto Sans';
  color: #e1ddd4;
  font-weight: 700;
}

.cookies-txt-b {
  width: 70%;
  margin-left: 60px;
  float: left;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.cookies-b {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cookies {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: none;
  background-color: #6d6d6b;
}

.cookies-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  float: left;
  background-image: url('../images/icon-cookies.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cookies-align {
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-expand-b {
  overflow: hidden;
}

.all {
  margin-top: 150px;
}

.section-banner {
  height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.section-banner.about {
  background-color: #f1bec7;
  background-image: url('../images/about-banner1.5x.jpg');
}

.section-banner.services {
  background-color: #b6e5e5;
  background-image: url('../images/services-banner1.5x.jpg');
}

.section-banner.blog {
  background-color: #f8d296;
  background-image: url('../images/blog-banner1.5x.jpg');
  background-position: 100% 50%;
  background-size: auto 100%;
}

.section-banner.info {
  background-color: #b6bce5;
  background-image: url('../images/info-banner1.5x.jpg');
}

.breadcrumb-b {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
}

.breadcrumb-link {
  padding-top: 2px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Josefin Sans', sans-serif;
  color: #666;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.breadcrumb-link:hover {
  color: #999;
}

.icon-breadcrumb {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  background-image: url('../images/icon-breadcrumb.svg');
  background-position: 50% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
}

.heading-banner.mobile {
  display: none;
}

.title-b {
  position: relative;
  height: 250px;
}

.img-b {
  width: 36.66%;
  margin-top: 5px;
  padding-top: 26.5%;
  padding-bottom: 26.5%;
  float: right;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-b.info {
  float: left;
  background-image: url('../images/info-img2x.jpg');
}

.img-b.our-mission {
  background-image: url('../images/about-img2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-b.strategies-details {
  background-image: url('../images/info-details-img2x.jpg');
}

.left-content-b {
  width: 55%;
  float: left;
}

.heading-sub {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-sub.contact {
  margin-bottom: 0px;
}

.heading-sub.news {
  margin-bottom: 25px;
}

.title-stroke {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 5px;
  height: 80%;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.title-stroke.about {
  background-color: #eba3af;
}

.title-stroke.news {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 95%;
  background-color: #f6c069;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.title-stroke.business {
  background-color: #98dada;
}

.title-stroke.business {
  background-color: #98dada;
}

.about-txt-b {
  margin-top: 25px;
}

.contact-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-row {
  margin-bottom: 50px;
  float: left;
}

.contact-row.email {
  margin-bottom: 0px;
}

.faq-filter-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-list-b {
  width: 70%;
  float: right;
  border-top: 1px solid #f7dadf;
}

.faq-filter-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Dokdo, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.faq-filter-link:hover {
  color: #845a3d;
}

.faq-filter-link.active {
  color: #845a3d;
}

.faq-link-txt {
  float: left;
}

.faq-btn {
  position: relative;
  display: block;
  font-family: Dokdo, sans-serif;
  color: #3d3d3d;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.faq-open {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 20px;
  margin-right: 2.5%;
  float: right;
  background-image: url('../images/icon-arrow.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.faq-expand-txt-b {
  margin-top: 20px;
  padding-left: 2.5%;
  border-left: 3px solid #eba3af;
}

.faq-mask {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #fdf5f7;
}

.faq-txt-hover {
  position: relative;
  z-index: 1;
  display: none;
  padding: 19px 50px 15px 2.5%;
}

.faq-txt-hover:hover {
  color: #845a3d;
}

.faq-mask-click {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #fdf5f7;
}

.faq-txt {
  position: relative;
  z-index: 1;
  padding: 19px 50px 15px 2.5%;
}

.faq-txt:hover {
  color: #845a3d;
}

.faq-b {
  border-bottom: 1px solid #f7dadf;
}

.faq-expand {
  overflow: hidden;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.faq-paragraph {
  margin-bottom: 25px;
  text-align: left;
}

.services-align-b {
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.services-b {
  position: relative;
  width: 33.33%;
  margin-bottom: 75px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.partner-txt-b {
  z-index: 500;
  width: 50%;
  float: left;
}

.bullet {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  float: left;
}

.bullet.faq {
  width: 35px;
  height: 27px;
  background-image: url('../images/bullet-faqs.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bullet.info {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-image: url('../images/icon-info.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bullet.services {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-image: url('../images/icon-services.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bullet.about {
  background-image: url('../images/icon-about.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-row {
  margin-bottom: 15px;
  border-bottom: 3px solid #98dada;
}

.partner-b {
  position: relative;
}

.partner-b.form {
  margin-top: 100px;
  margin-bottom: 75px;
}

.graphic-b {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50%;
  float: right;
  color: #fdf5f7;
  text-align: center;
}

.graphic-b.contact {
  position: relative;
}

.blog-align-b {
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.info-linking-b {
  margin-top: 50px;
  margin-right: -1.5%;
  margin-left: -1.5%;
}

.info-b {
  margin-bottom: 25px;
}

.info-align-b {
  position: relative;
  width: 33.33%;
  height: 320px;
  margin-bottom: 75px;
  padding-right: 1.5%;
  padding-left: 1.5%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon-info {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 130px;
  height: 130px;
  margin-top: 15px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.icon-info._05 {
  background-image: url('../images/info-icon052x.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.icon-info._06 {
  background-image: url('../images/info-icon062x.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.icon-info._02 {
  background-image: url('../images/info-icon022x.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.icon-info._01 {
  background-image: url('../images/info-icon012x.png');
}

.icon-info._03 {
  background-image: url('../images/info-icon032x.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.icon-info._04 {
  background-image: url('../images/info-icon042x.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.info-content-b {
  width: 55%;
  float: left;
}

.info-content-b.info {
  float: right;
}

.info-steps-align-b {
  position: relative;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-steps-no {
  width: 50px;
  color: #98a0da;
  font-size: 70px;
  line-height: 50px;
  font-weight: 100;
  text-align: left;
}

.info-steps-no._1 {
  padding-right: 15px;
  text-align: center;
}

.info-steps-no-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-listing-b {
  margin-bottom: 25px;
}

.details-listing-txt-b {
  margin-left: 35px;
}

.pop-screen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3000;
  overflow: auto;
  background-color: #f0f0f0;
}

.news-details-img {
  margin-bottom: 25px;
}

.heading-home {
  color: #845a3d;
  text-shadow: 1px 1px 10px hsla(0, 0%, 100%, 0.7);
}

.heading-home.mobile {
  display: none;
}

.line-home-banner {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 1px;
  float: left;
  background-color: #3d3d3d;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.home-banner-link {
  margin-left: 60px;
  float: left;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-shadow: 1px 1px 5px hsla(0, 0%, 100%, 0.7);
}

.home-banner-link:hover {
  opacity: 0.5;
}

.faq-dropdown {
  display: none;
}

.benefits-img-b {
  margin-bottom: 10px;
}

.icon-circle-about {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  border-radius: 20px;
  background-color: #1e4ca9;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.icon-circle-about-hover {
  position: absolute;
  top: 50%;
  display: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  border-radius: 20px;
  background-color: #eba3af;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.icon-circle-membership {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  border-radius: 20px;
  background-color: #6ba4b8;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.icon-circle-membership-hover {
  position: absolute;
  top: 50%;
  display: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  border-radius: 20px;
  background-color: #b6e5e5;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.icon-circle-learning {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  border-radius: 20px;
  background-color: #a9c47f;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.icon-circle-learning-hover {
  position: absolute;
  top: 50%;
  display: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  border-radius: 20px;
  background-color: #b6bce5;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.icon-circle-promotion {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  border-radius: 20px;
  background-color: #8f3237;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.icon-circle-promotion-hover {
  position: absolute;
  top: 50%;
  display: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  border-radius: 20px;
  background-color: #f8d296;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.icon-dropdown-mobile {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  background-image: url('../images/icon-dropdown-mobile.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-dropdown-open {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  float: right;
  background-image: url('../images/icon-dropdown.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.newsletter-thankyou {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: auto;
  margin-bottom: 5px;
  color: #7c7fab;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.logo-footer {
  display: block;
  width: 240px;
  height: 80px;
  background-image: url('../images/logo.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-footer.w--current {
  display: block;
}

.icon-circle-lang {
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  float: left;
  border-radius: 20px;
  background-color: #999;
}

.icon-circle-lang-hover {
  position: relative;
  display: none;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  float: left;
  border-radius: 20px;
  background-color: #666;
}

.country-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.country-bg2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.country-link-txt-white {
  display: none;
  color: #fff;
}

.txt-unit-info {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 500;
  margin-top: -23px;
  margin-left: -5px;
  padding: 1px 4px 1px 5px;
  background-color: #b6bce5;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.txt-calculator-info {
  position: absolute;
  margin-top: -85px;
  padding: 1px 4px 1px 5px;
  background-color: #b6bce5;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.qualifications-txt {
  position: relative;
  z-index: 1;
  padding: 10px 2.5%;
  color: #3d3d3d;
  font-weight: 500;
}

.qualifications-txt:hover {
  color: #b6bce5;
}

.qualifications-mask {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #f0f1fa;
}

.qualifications-mask-click {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #f0f1fa;
}

.qualifications-open {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-right: 2.5%;
  background-image: url('../images/icon-qualifications-open.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.qualifications-close {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 2.5%;
  background-image: url('../images/icon-qualifications-close.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.qualifications-txt-hover {
  position: relative;
  z-index: 1;
  display: none;
  padding: 10px 2.5%;
  color: #b6bce5;
  font-weight: 500;
}

.qualifications-txt-hover:hover {
  color: #b6bce5;
}

.qualifications-expand {
  overflow: hidden;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.calculator-mobile-b {
  display: none;
}

.paging-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paging-link {
  width: 26px;
  height: 26px;
  margin-right: 3px;
  margin-left: 3px;
  padding-top: 3px;
  font-family: 'Josefin Sans', sans-serif;
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.paging-link:hover {
  color: rgba(52, 55, 60, 0.5);
}

.paging-link.current {
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  color: #f6c069;
  font-weight: 600;
}

.paging-link-previous {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/icon-paging-previous.svg');
  background-position: 50% 45%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Noto Sans';
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.paging-link-previous.dim {
  opacity: 0.25;
}

.paging-link-next {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/icon-paging-next.svg');
  background-position: 50% 45%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Noto Sans';
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.paging-link-next:hover {
  opacity: 0.5;
}

.home-banner-l {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 50%;
}

.home-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  background-image: url('../images/home-img2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-b-l {
  width: 26%;
  float: left;
}

.txt-link {
  font-family: 'Josefin Sans', sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0px;
  text-decoration: underline;
}

.txt-link:hover {
  color: #ef727a;
}

.breadcrumb-txt {
  padding-top: 2px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Josefin Sans', sans-serif;
  color: #666;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.link-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3d3d3d;
  font-size: 22px;
}

.link-view.home {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 5px;
  margin-bottom: 20px;
}

.link-view.news {
  margin-top: 30px;
}

.link-view.back {
  margin-top: 0px;
}

.link-view.info {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  min-width: 151px;
  margin-top: 0px;
  margin-bottom: 25px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.btn-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-color: #ef727a;
}

.txt-btn {
  position: relative;
  z-index: 100;
}

.heading-banner-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  margin-bottom: 25px;
  float: left;
}

.contact-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0px;
}

.contact-link:hover {
  color: #eba3af;
  text-decoration: underline;
}

.heading-news-details {
  margin-bottom: 0px;
}

.paging-active {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 26px;
  height: 18px;
  margin-top: -20px;
  background-image: url('../images/icon-blog.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.paging-txt {
  position: relative;
  z-index: 100;
}

.info-color-b {
  position: relative;
  width: 100%;
  height: 320px;
  padding: 150px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f1fa;
  text-align: center;
}

.info-sub-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  float: none;
  border-bottom-color: #98a0da;
}

.info-steps-row {
  position: relative;
  margin-top: 25px;
}

.content-graphic-b {
  position: relative;
}

.txt-col {
  width: 50%;
  float: left;
}

.partner-form-b {
  position: relative;
  padding-bottom: 20px;
}

.txt-area {
  min-height: 126px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #98dada;
  border-radius: 8px;
}

.txt-area:focus {
  border-color: #ffb67b;
}

.line-message {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 3px;
  height: 152px;
  margin-left: -1px;
  background-color: #98dada;
}

.details-img-b {
  margin-bottom: 45px;
}

.services-heading {
  border-bottom-color: #98dada;
}

.txt-line-b {
  margin-bottom: 50px;
  border-bottom: 3px solid #000;
}

.txt-line-b.business {
  border-bottom-color: #98dada;
}

.txt-line-b.strategies {
  border-bottom-color: #98a0da;
}

.home-news-heading {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.services-img {
  width: 100%;
}

.details-listing-title-b {
  position: relative;
  padding-left: 35px;
}

.details-listing-title {
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
}

.info-heading {
  border-bottom-color: #98a0da;
}

html.w-mod-js *[data-ix="opacity-0"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="width-0"] {
  width: 0px;
}

html.w-mod-js *[data-ix="move-form-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="move-form-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="move-form-bottom-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-form-bottom-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="mask"] {
  width: 0px;
}

html.w-mod-js *[data-ix="mask-click"] {
  display: none;
}

html.w-mod-js *[data-ix="faq-expand"] {
  height: 0px;
}

html.w-mod-js *[data-ix="pop-screen"] {
  display: none;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="txt-info"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="calculator-mobile"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="pop-calculator"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="faq-list-b"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 75px;
    line-height: 75px;
  }

  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .container.nav-bar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container.home {
    height: 450px;
  }

  .container.bottom {
    height: 300px;
  }

  .container.menu {
    height: 70px;
  }

  .nav-bar {
    display: none;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: auto;
    background-color: #fff5ee;
  }

  .nav-bar-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-bar-link.login.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    height: 56px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }

  .nav-bar-link.register.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    height: 56px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }

  .logo {
    width: 138px;
    height: 46px;
  }

  .nav-menu-b {
    height: 70px;
  }

  .nav-menu-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5%;
  }

  .nav-menu-link:hover {
    background-image: none;
    color: #ffb67b;
  }

  .nav-menu-link.blog {
    margin-left: 0px;
    border-bottom: 1px solid #fff;
  }

  .nav-menu-link.blog:hover {
    background-image: none;
  }

  .nav-menu-link.about:hover {
    background-image: none;
  }

  .nav-menu-link.services:hover {
    background-image: none;
  }

  .nav-menu-link.info:hover {
    background-image: none;
  }

  .icon-dropdown {
    position: absolute;
    left: auto;
    top: 50%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-right: 5%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .submenu-link {
    width: 100%;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    font-weight: 400;
  }

  .submenu-link-b {
    display: block;
  }

  .submenu-link-b.about {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .submenu-link-b.services {
    margin-right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .submenu-link-b.learning {
    margin-right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .nav-dropdown {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid #fff;
  }

  .nav-dropdown-toggle {
    position: relative;
    width: 100%;
  }

  .nav-dropdown-toggle.w--open {
    height: auto;
  }

  .submenu {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: auto;
    background-color: #fff;
    box-shadow: none;
  }

  .submenu-align-b {
    height: auto;
    padding: 10px 0px;
  }

  .section-home-banner {
    height: 450px;
  }

  .home-banner-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-content.home {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-txt-b {
    height: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-bottom {
    margin-bottom: 0px;
  }

  .btn.bottom {
    margin-left: 5%;
  }

  .btn.newsletter {
    position: relative;
    left: 50%;
    margin-top: 25px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .blog-content-b {
    width: 50%;
  }

  .checkbox-field {
    padding-right: 0px;
  }

  .footer-title {
    font-size: 20px;
    line-height: 22px;
  }

  .footer-link {
    font-size: 20px;
    line-height: 22px;
  }

  .footer-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header {
    height: auto;
  }

  .btn-menu {
    height: 70px;
    padding: 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-menu.w--open {
    background-color: transparent;
  }

  .mobile-menu-line01 {
    width: 30px;
    height: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #845a3d;
  }

  .mobile-menu-line02 {
    width: 30px;
    height: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #845a3d;
  }

  .mobile-menu-line03 {
    width: 30px;
    height: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #845a3d;
  }

  .btn-close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-right: 5%;
  }

  .nav-link-b {
    display: block;
    height: 56px;
    background-color: #f0fafa;
  }

  .logo-align {
    height: 70px;
  }

  .all {
    margin-top: 0px;
    padding-top: 70px;
  }

  .contact-b {
    width: 100%;
    float: none;
  }

  .faq-filter-b {
    display: none;
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .faq-list-b {
    width: 100%;
  }

  .faq-filter-link {
    margin-right: 0%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2.5%;
  }

  .faq-filter-link:hover {
    background-color: #fdf5f7;
  }

  .faq-filter-link.w--current {
    color: #eba3af;
  }

  .services-b {
    width: 50%;
  }

  .partner-txt-b {
    position: static;
    float: left;
  }

  .graphic-b {
    padding-top: 0px;
    padding-left: 10%;
  }

  .info-linking-b {
    margin-right: -2.5%;
    margin-left: -2.5%;
  }

  .info-align-b {
    width: 50%;
    height: 300px;
    margin-bottom: 50px;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }

  .faq-dropdown {
    display: block;
    margin-bottom: 50px;
  }

  .faq-dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 2.5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-style: solid;
    border-width: 1px;
    border-color: #f7dadf;
    background-color: #fff;
    font-family: Dokdo, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .faq-dropdown-arrow {
    width: 25px;
    height: 25px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/icon-dropdown_2.svg');
    background-position: 50% 60%;
    background-size: 17px;
    background-repeat: no-repeat;
  }

  .faq-dropdown-list {
    height: auto;
    border-right: 1px solid #f7dadf;
    border-bottom: 1px solid #f7dadf;
    border-left: 1px solid #f7dadf;
    background-color: #d4d8db;
  }

  .faq-dropdown-list.w--open {
    background-color: #fff;
  }

  .icon-dropdown-mobile {
    margin-left: 0px;
  }

  .icon-dropdown-open {
    display: none;
  }

  .newsletter-thankyou {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .logo-footer {
    width: 180px;
    height: 60px;
    margin-top: 0px;
  }

  .calculator-mobile-b {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3000;
    display: none;
    overflow: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .footer-b-l {
    width: 23%;
    min-width: 200px;
    margin-right: 2.5%;
  }

  .link-view {
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .link-view.home {
    margin-bottom: 15px;
  }

  .graphic-img {
    float: right;
  }

  .info-heading {
    border-bottom-color: #98a0da;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    font-size: 45px;
    line-height: 40px;
  }

  h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 35px;
  }

  h3 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
  }

  h4 {
    font-size: 24px;
    line-height: 24px;
  }

  h5 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 22px;
  }

  p {
    margin-bottom: 25px;
  }

  .container.home {
    height: 300px;
  }

  .container.bottom {
    height: auto;
  }

  .container.menu {
    height: 60px;
  }

  .nav-bar-link.login.mobile {
    font-size: 14px;
  }

  .nav-bar-link.register.mobile {
    font-size: 14px;
  }

  .nav-menu-b {
    height: 60px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  }

  .submenu-align-b {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section-home-banner {
    height: 300px;
    background-position: 60% 50%;
  }

  .section-content {
    padding-top: 15px;
    padding-bottom: 50px;
  }

  .section-content.bottom {
    height: auto;
    padding-top: 0px;
  }

  .section-content.home {
    padding-bottom: 0px;
  }

  .section-content.info {
    padding-bottom: 25px;
  }

  .home-content-b {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .home-align-b {
    margin-right: 0%;
    margin-bottom: 25px;
    margin-left: 0%;
  }

  .home-txt-b {
    height: auto;
  }

  .btn-txt {
    margin-top: 0px;
  }

  .home-news-title {
    margin-bottom: 25px;
  }

  .home-bottom-b {
    width: 100%;
    margin-top: 25px;
    padding-right: 0px;
  }

  .heading-bottom {
    padding-bottom: 0px;
    font-size: 35px;
    line-height: 40px;
  }

  .btn.bottom {
    position: relative;
    left: 50%;
    margin-top: 25px;
    margin-left: 0%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .btn.news {
    margin-bottom: 50px;
  }

  .btn.partner {
    left: 50%;
    width: 100%;
    margin-top: 25px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .btn.cookies {
    position: static;
    margin-left: 0px;
  }

  .btn.newsletter {
    left: 50%;
    margin-top: 15px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .blog-content-b {
    margin-bottom: 50px;
  }

  .line.date {
    width: 45px;
  }

  .form-field-b {
    width: 100%;
    margin-bottom: 10px;
  }

  .form-field-b.area {
    width: 100%;
    padding-left: 0%;
  }

  .form-field-b.partner {
    width: 100%;
    padding-right: 0%;
  }

  .txt-small {
    font-size: 14px;
    line-height: 20px;
  }

  .form-align-b.info {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .txt-footer {
    line-height: 24px;
  }

  .txt-footer.bottom {
    position: static;
    margin-bottom: 0px;
  }

  .footer-title {
    font-size: 20px;
    line-height: 22px;
  }

  .footer-follow-link {
    margin-right: 15px;
  }

  .footer-follow-link.youtube {
    margin-left: 0px;
  }

  .footer-follow-link.fb {
    margin-left: 0px;
  }

  .footer-follow-link.ig {
    margin-left: 0px;
  }

  .footer-follow-link.weibo {
    margin-left: 0px;
  }

  .footer-link-b {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
    margin-left: 0%;
  }

  .footer-link {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .footer-contact-b {
    width: 100%;
  }

  .icon-footer {
    width: 18px;
    height: 18px;
    margin-top: 0px;
  }

  .icon-footer.location {
    width: 18px;
    height: 18px;
    background-size: contain;
  }

  .icon-footer.phone {
    background-size: 16px;
  }

  .icon-footer.email {
    margin-top: 0px;
    background-size: 16px;
  }

  .footer-logo-b {
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-b {
    display: block;
  }

  .footer-contact-hk {
    margin-bottom: 25px;
  }

  .txt-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-link-txt {
    font-size: 16px;
    line-height: 24px;
  }

  .copyright-link-txt {
    font-size: 14px;
    line-height: 20px;
  }

  .copyright-txt-b {
    text-align: center;
  }

  .btn-menu {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-align {
    height: 60px;
  }

  .txt-cookies {
    font-size: 12px;
    line-height: 20px;
  }

  .cookies-txt-b {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .cookies-b {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cookies-img {
    display: none;
  }

  .cookies-align {
    position: static;
    display: block;
  }

  .all {
    padding-top: 60px;
  }

  .section-banner {
    height: 200px;
  }

  .breadcrumb-b {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }

  .breadcrumb-link {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }

  .icon-breadcrumb {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-left: 5px;
    background-size: auto 10px;
  }

  .heading-banner.mobile {
    display: block;
  }

  .heading-banner.medical {
    display: none;
  }

  .title-b {
    height: 200px;
  }

  .img-b {
    width: 100%;
    margin-top: 0px;
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .img-b.our-mission {
    background-position: 50% 75%;
  }

  .img-b.strategies-details {
    background-position: 50% 35%;
  }

  .left-content-b {
    width: 100%;
    margin-bottom: 25px;
  }

  .heading-sub {
    height: 24px;
  }

  .contact-row {
    margin-bottom: 25px;
  }

  .contact-row.email {
    margin-bottom: 25px;
  }

  .faq-filter-b {
    margin-bottom: 25px;
  }

  .faq-filter-link {
    font-size: 20px;
    line-height: 24px;
  }

  .faq-btn {
    font-size: 20px;
    line-height: 22px;
  }

  .faq-expand-txt-b {
    margin-top: 15px;
  }

  .faq-txt-hover {
    padding-top: 12px;
    padding-right: 40px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .faq-txt {
    padding-top: 12px;
    padding-right: 40px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .faq-paragraph {
    margin-bottom: 20px;
  }

  .services-b {
    margin-bottom: 50px;
  }

  .partner-txt-b {
    width: 100%;
    margin-bottom: 25px;
  }

  .partner-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .partner-b.form {
    margin-top: 50px;
  }

  .graphic-b {
    position: static;
    width: 100%;
    padding-left: 0%;
  }

  .info-linking-b {
    margin-top: 25px;
  }

  .info-b {
    margin-bottom: 0px;
  }

  .info-align-b {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

  .info-content-b {
    width: 100%;
  }

  .info-content-b.info {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .info-steps-align-b {
    padding-left: 30px;
  }

  .info-steps-no {
    width: 30px;
    font-size: 45px;
    line-height: 35px;
  }

  .info-steps-no._1 {
    padding-right: 10px;
  }

  .info-steps-no-b {
    width: 30px;
  }

  .news-details-img {
    margin-bottom: 20px;
  }

  .heading-home {
    display: none;
    margin-bottom: 3px;
    letter-spacing: 1px;
  }

  .heading-home.mobile {
    display: block;
  }

  .line-home-banner {
    width: 30px;
  }

  .home-banner-link {
    margin-left: 35px;
    font-size: 18px;
    line-height: 20px;
  }

  .faq-dropdown {
    margin-bottom: 25px;
  }

  .faq-dropdown-toggle {
    font-size: 20px;
    line-height: 24px;
  }

  .newsletter-thankyou {
    font-size: 17px;
  }

  .logo-footer {
    margin-bottom: 10px;
  }

  .txt-calculator-info {
    margin-top: -70px;
  }

  .home-img {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    padding-top: 24.5%;
    padding-bottom: 24.5%;
  }

  .fotter-follow-b {
    margin-bottom: 25px;
  }

  .footer-b-l {
    width: 100%;
  }

  .txt-link {
    font-size: 14px;
    line-height: 20px;
  }

  .breadcrumb-txt {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }

  .link-view {
    position: static;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 20px;
  }

  .link-view.home {
    position: static;
    margin-bottom: 0px;
  }

  .link-view.news {
    margin-top: 15px;
  }

  .link-view.info {
    margin-top: 15px;
  }

  .heading-banner-b {
    margin-bottom: 15px;
  }

  .contact-link {
    margin-top: 10px;
  }

  .info-color-b {
    height: auto;
    padding-bottom: 55px;
  }

  .graphic-img {
    width: 75%;
    float: none;
  }

  .txt-col {
    width: 100%;
  }

  .txt-col.info {
    margin-top: 25px;
  }

  .partner-form-b {
    width: 100%;
    padding-bottom: 15px;
  }

  .line-message {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 22px;
    margin-left: 0px;
  }

  .details-img-b {
    margin-bottom: 20px;
  }

  .txt-line-b {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  .blog-content-b {
    width: 100%;
  }

  .checkbox-field {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-banner.about {
    background-position: 85% 50%;
  }

  .section-banner.services {
    background-position: 85% 50%;
  }

  .section-banner.blog {
    background-position: 85% 50%;
  }

  .section-banner.info {
    background-position: 85% 50%;
  }

  .services-b {
    width: 100%;
  }
}

