.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a img {
  border: none;
  vertical-align: middle;
}
input,
textarea {
  outline: none;
  resize: none;
}
.clear {
  clear: both;
  line-height: 0;
  height: 0;
  display: block;
}
.text_r {
  text-align: right;
}
.text_c {
  text-align: center;
}
.text_l {
  text-align: left;
}
.ov {
  overflow: hidden;
}
.block {
  display: block;
}
.in_bl {
  display: inline-block !important;
}
.inline {
  display: inline-block;
}
.hidden {
  visibility: hidden;
}
.none {
  display: none;
}
sup,
sub {
  vertical-align: baseline;
  position: relative;
  font-size: .4em;
  line-height: 1;
}
sup {
  bottom: 1.4ex;
}
sub {
  top: .5ex;
}
.va_t {
  vertical-align: top;
}
.va_m {
  vertical-align: middle;
}
.va_b {
  vertical-align: bottom;
}
.va_middle_out {
  position: relative;
  line-height: 0;
  font-size: 0;
}
.uppercase {
  text-transform: uppercase;
}
html,
body {
  min-width: 320px;
  height: 100%;
}
.wrapper {
  height: 100%;
  min-height: 100%;
  color: #fff;
  font-family: 'Eurostile LT Std', sans-serif;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:focus {
  outline: none;
}
.link {
  font-weight: 700;
  color: #139fe0;
}
.link:hover {
  opacity: 0.8;
}
.h2 {
  font-family: 'Eurostile LT Std', sans-serif;
  font-size: 71px;
  font-weight: 700;
  color: #2e305d;
  margin-bottom: 44px;
}
@media (max-width: 1500px) {
  .h2 {
    font-size: 52px;
  }
}
@media (max-width: 1250px) {
  .h2 {
    font-size: 55px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .h2 {
    font-size: 27px;
  }
}
.h3 {
  font-family: 'Eurostile LT Std', sans-serif;
  font-size: 58px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1500px) {
  .h3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .h3 {
    font-size: 28px;
  }
}
.h5 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: #2e305d;
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.btn {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
}
.btn-basic {
  width: 200px;
  background: #00ab71;
  color: #fff;
  text-transform: uppercase;
}
.btn-basic:hover {
  background: #00784f;
}
@media (max-width: 1200px) {
  .btn-basic {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .btn-basic {
    width: 140px;
    font-size: 13px;
  }
}
.btn-info {
  width: 180px;
  line-height: 42px;
  background: #139fe0;
  color: #fff;
  text-transform: uppercase;
}
.btn-info:hover {
  background: #0f7eb1;
}
@media (max-width: 1200px) {
  .btn-info {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .btn-info {
    width: 90%;
    font-size: 13px;
  }
}
.btn-accent {
  width: 200px;
  color: #fff;
  background: #ef5a5b;
}
.btn-accent:hover {
  background: #ea2c2d;
}
.btn-primary {
  width: 260px;
  background: #7377aa;
  color: #fff;
}
.btn-primary.dark {
  background: #52578e;
}
.btn-primary.dark:hover {
  background: #3f436e;
}
.btn-primary:hover {
  background: #585d92;
}
.btn-form {
  font-size: 20px;
  height: 66px;
  line-height: 66px;
  color: #fff;
  padding: 0 25px;
  background: #139fe0;
}
.btn-form:hover {
  background: #0f7eb1;
}
@media (max-width: 991px) {
  .btn-form {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
.btn + .btn {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .btn + .btn {
    margin-left: 10px;
  }
}
.btn_big {
  display: block;
  margin: 0 auto;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  border-radius: 27px;
}
@media (max-width: 1500px) {
  .btn_big {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .btn_big {
    height: 40px;
    width: 160px;
    line-height: 40px;
    font-size: 14px;
  }
}
.btn:focus {
  outline: none;
}
.main-nav__wrap {
  position: fixed;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
}
@media (max-width: 1200px) {
  .main-nav__wrap {
    left: 7px;
  }
}
@media (max-width: 767px) {
  .main-nav__wrap {
    display: none;
  }
}
.main-nav__item + li {
  margin-top: 12px;
}
.main-nav__link {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 21px;
  text-align: center;
  border: 4px solid transparent;
  border-radius: 100%;
  position: relative;
}
.main-nav__link:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-nav__link.light:before {
  background: rgba(53, 151, 185, 0.5);
}
.main-nav__link.light.active {
  border-color: rgba(53, 151, 185, 0.5);
}
.main-nav__link.dark:before {
  background: #fff;
}
.main-nav__link.dark.active {
  border-color: #fff;
}
.main-nav__link:hover:before,
.main-nav__link.active:before {
  background: #f28a8b;
}
.section {
  position: relative;
}
.section__intro {
  height: 100%;
  background: url("../images/intro_bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
  line-height: 0;
  font-size: 0;
}
.section__intro:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .section__intro {
    height: auto;
    min-height: 100%;
    padding: 137px 0 80px;
    background: url("../images/intro_bg_mob.jpg") no-repeat bottom center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.section__intro .header {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  text-align: right;
  z-index: 1;
}
@media (max-width: 767px) {
  .section__intro .header {
    text-align: center;
  }
}
.section__intro .body {
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1500px) {
  .section__intro .body {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .section__intro .body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section__intro .body {
    font-size: 13px;
  }
}
.section__intro .body .desc {
  display: inline-block;
  margin: 0 auto 30px;
  line-height: 1.4;
  text-align: left;
}
.section__intro .logo {
  width: 290px;
  margin: 0 auto 27px;
}
.section__intro .logo img {
  width: 100%;
}
@media (max-width: 767px) {
  .section__intro .logo {
    max-width: 87%;
  }
}
.section__intro .title {
  display: block;
  font-size: 36px;
  color: #84d8ff;
  font-weight: 500;
  margin-bottom: 34px;
}
@media (max-width: 1500px) {
  .section__intro .title {
    font-size: 30px;
    margin-right: -50px;
    margin-left: -50px;
  }
}
@media (max-width: 1250px) {
  .section__intro .title {
    margin: 0 0 34px 0;
  }
}
@media (max-width: 1200px) {
  .section__intro .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .section__intro .title {
    font-size: 18px;
  }
}
.section__story {
  padding: 180px 0 107px;
  color: #191a2f;
  font-family: 'Ubuntu', sans-serif;
  font-size: 22px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .section__story {
    padding-top: 140px;
    font-size: 17px;
  }
}
@media (max-width: 1250px) {
  .section__story {
    padding: 60px 0 80px;
  }
}
@media (max-width: 1250px) {
  .section__story .col-lg-4,
  .section__story .col-lg-7 {
    width: 98%;
  }
}
@media (max-width: 1200px) {
  .section__story {
    font-size: 18px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section__story {
    padding-top: 50px;
    font-size: 15px;
  }
  .section__story .col-lg-4,
  .section__story .col-lg-7 {
    width: 100%;
  }
}
.section__features {
  padding: 66px 0 91px;
  color: #fff;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  background: url("../images/spots.png") #2a264b;
}
.section__features .title-desc {
  font-size: 22px;
  display: block;
  text-transform: uppercase;
  margin-top: -8px;
}
@media (max-width: 1500px) {
  .section__features .title-desc {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .section__features .title-desc {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .section__features {
    padding: 68px 0 78px;
  }
}
@media (max-width: 767px) {
  .section__features {
    padding: 35px 0;
  }
}
.section__timeline {
  padding: 100px 0;
  text-align: center;
  background: #f6f6f6;
  font-size: 20px;
  color: #191a2f;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .section__timeline {
    font-size: 19px;
    padding: 55px 0 70px;
  }
}
@media (max-width: 1200px) {
  .section__timeline {
    padding: 75px 0;
  }
  .section__timeline .h2 {
    font-size: 71px;
  }
}
@media (max-width: 767px) {
  .section__timeline {
    padding: 40px 0;
  }
  .section__timeline .h2 {
    font-size: 27px;
  }
}
.footer {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  background: #25273b;
}
@media (max-width: 991px) {
  .footer {
    height: 50px;
    line-height: 50px;
  }
}
.quotes__list {
  position: relative;
  padding-right: 88px;
}
.quotes__list:after {
  content: '';
  display: block;
  clear: both;
}
.quotes__list:before {
  content: '';
  position: absolute;
  top: -100%;
  right: 0;
  left: -100%;
  bottom: -100%;
  background: rgba(185, 225, 237, 0.1);
}
@media (max-width: 1250px) {
  .quotes__list:before {
    right: -100%;
    bottom: -35px;
  }
}
@media (max-width: 767px) {
  .quotes__list:before {
    bottom: 0;
  }
}
@media (max-width: 1500px) {
  .quotes__list {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 1250px) {
  .quotes__list {
    margin: 0 -5% 52px;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .quotes__list {
    margin-right: -1%;
    margin-left: -2%;
  }
}
@media (max-width: 767px) {
  .quotes__list {
    margin-bottom: 40px;
  }
}
.quotes__item {
  font-size: 18px;
  position: relative;
  font-family: 'Eurostile LT Std', sans-serif;
  padding-left: 113px;
  letter-spacing: 0.35px;
}
.quotes__item:before {
  content: '\201c';
  font-size: 156px;
  color: #4a4e7c;
  opacity: 0.2;
  font-style: italic;
  position: absolute;
  top: 44px;
  left: 15px;
  line-height: 0;
}
@media (max-width: 1500px) {
  .quotes__item:before {
    left: -18px;
    font-size: 105px;
    top: 32px;
  }
}
@media (max-width: 1250px) {
  .quotes__item:before {
    left: 0;
    font-size: 112px;
    top: 38px;
  }
}
@media (max-width: 1200px) {
  .quotes__item:before {
    font-size: 100px;
    top: 28px;
    left: -6px;
  }
}
@media (max-width: 767px) {
  .quotes__item:before {
    font-size: 80px;
  }
}
@media (max-width: 1500px) {
  .quotes__item {
    font-size: 14px;
    padding-left: 45px;
  }
}
@media (max-width: 1250px) {
  .quotes__item {
    width: 33.33%;
    float: left;
    padding-left: 70px;
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .quotes__item {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .quotes__item {
    width: 100%;
    padding-left: 46px;
    margin-bottom: 33px;
  }
}
@media (min-width: 1251px) {
  .quotes__item + li {
    margin-top: 105px;
  }
}
.quotes__txt {
  font-style: italic;
  margin-bottom: 35px;
}
@media (max-width: 1500px) {
  .quotes__txt {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .quotes__txt {
    margin-bottom: 10px;
  }
}
.quotes__author {
  font-family: 'Ubuntu', sans-serif;
  color: rgba(67, 71, 72, 0.8);
  display: block;
  text-align: right;
}
.story__box {
  margin-left: 3.4%;
}
@media (min-width: 1251px) {
  .story__box {
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .story__box {
    margin: 0;
  }
}
.story__box p {
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .story__box p {
    margin-bottom: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .story__box p {
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
.features__wrap {
  padding-top: 90px;
}
@media (max-width: 1200px) {
  .features__wrap {
    padding-top: 50px;
  }
}
.features__list {
  color: #000;
  overflow: hidden;
}
.features__list:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1250px) {
  .features__list {
    max-width: 920px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .features__list {
    max-width: 670px;
  }
}
.features__item {
  width: 24.55%;
  height: 626px;
  float: left;
  font-size: 19px;
  background: #fff;
  padding: 35px;
  text-align: center;
}
@media (max-width: 1500px) {
  .features__item {
    height: 405px;
    font-size: 14px;
    padding: 15px;
  }
}
@media (max-width: 1250px) {
  .features__item {
    width: 48%;
    height: 580px;
    margin-bottom: 25px;
    padding: 30px;
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .features__item {
    height: 500px;
    padding: 24px;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .features__item {
    margin: 0 10px !important;
    height: auto;
    min-height: 400px;
  }
}
@media (min-width: 1251px) {
  .features__item + li {
    margin-left: 0.6%;
  }
}
.features__item .title {
  display: block;
  padding: 20px 0 24px;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .features__item .title {
    font-size: 31px;
  }
}
@media (max-width: 1250px) {
  .features__item .title {
    font-size: 46px;
  }
}
@media (max-width: 1200px) {
  .features__item .title {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .features__item .title {
    font-size: 34px;
    padding: 10px 0 15px;
  }
}
.features__item .txt_big {
  display: block;
  font-size: 27px;
  font-weight: 500;
  padding: 17px 10px;
}
@media (max-width: 1500px) {
  .features__item .txt_big {
    font-size: 18px;
    padding: 8px;
  }
}
@media (max-width: 1250px) {
  .features__item .txt_big {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .features__item .txt_big {
    font-size: 23px;
    padding: 14px 5px;
  }
}
@media (max-width: 767px) {
  .features__item .txt_big {
    font-size: 20px;
  }
}
.features__item .delimiter {
  display: inline-block;
  width: 28px;
  height: 6px;
  background: #ef5a5b;
}
@media (max-width: 1200px) {
  .features__item .delimiter {
    width: 23px;
    height: 5px;
  }
}
.features__item.intro {
  font-size: 20px;
  line-height: 1.6;
  padding-left: 25px;
  padding-right: 25px;
}
.features__item.intro .list-square {
  font-size: 16px;
  margin-top: 26px;
}
@media (max-width: 1500px) {
  .features__item.intro .list-square {
    font-size: 13px;
    margin-top: 14px;
  }
}
@media (max-width: 1500px) {
  .features__item.intro {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  .features__item.intro {
    margin-right: 2%;
  }
}
@media (max-width: 1200px) {
  .features__item.intro {
    font-size: 16px;
  }
}
.features__item.global {
  font-size: 20px;
  line-height: 1.5;
  background-image: url("../images/features_img2.png");
  background-repeat: no-repeat;
  background-position: center 54%;
  background-size: 80% auto;
}
.features__item.global p:first-of-type {
  margin-bottom: 240px;
}
@media (max-width: 1500px) {
  .features__item.global p:first-of-type {
    margin-bottom: 155px;
  }
}
@media (max-width: 1200px) {
  .features__item.global p:first-of-type {
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .features__item.global p:first-of-type {
    margin-bottom: 172px;
  }
}
@media (max-width: 1500px) {
  .features__item.global {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .features__item.global {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .features__item.global .list-square {
    font-size: 14px;
  }
}
.features__item.fair .desc {
  margin: -16px 0 17px;
}
@media (max-width: 767px) {
  .features__item.fair .desc {
    margin: 0;
  }
}
@media (max-width: 1250px) {
  .features__item.fair {
    margin-right: 2%;
  }
}
.features__item.integrity {
  line-height: 1.6;
  background-image: url("../images/features_img3.png");
  background-repeat: no-repeat;
  background-position: center 84%;
}
.list-square {
  text-align: left;
  line-height: 1.5;
}
.list-square li {
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  padding-left: 20px;
  font-style: italic;
}
.list-square li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #ef5a5b;
  position: absolute;
  top: 6px;
  left: 0;
}
.list-square li + li {
  margin-top: 10px;
}
.list-circle li {
  position: relative;
  padding-left: 16px;
}
.list-circle li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #ef5a5b;
  position: absolute;
  top: 14px;
  left: 1px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .list-circle li:before {
    top: 7px;
  }
}
.timeline__wrap {
  max-width: 1435px;
  margin: 0 auto 75px;
}
@media (max-width: 1200px) {
  .timeline__wrap {
    padding-left: 2%;
  }
}
@media (max-width: 991px) {
  .timeline__wrap {
    display: inline-block;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .timeline__wrap {
    margin-bottom: 10px;
  }
}
.timeline__list {
  padding-top: 463px;
  margin-right: -13%;
}
.timeline__list:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1500px) {
  .timeline__list {
    padding-top: 410px;
  }
}
@media (max-width: 1200px) {
  .timeline__list {
    padding-top: 290px;
    margin-right: -15%;
  }
}
@media (max-width: 991px) {
  .timeline__list {
    padding-top: 10px;
    margin: 0;
  }
}
.timeline__item {
  width: 14.2%;
  float: left;
  position: relative;
  text-align: left;
}
.timeline__item:before {
  content: '';
  height: 14px;
  width: 100%;
  background: url("../images/dash.png") repeat-x;
  position: absolute;
  left: 2px;
  z-index: 0;
}
@media (max-width: 991px) {
  .timeline__item:before {
    width: 4px;
    height: 100%;
    background: url("../images/dash_vertival.png") repeat-y;
    top: 27px;
    left: 19px;
  }
}
@media (max-width: 991px) {
  .timeline__item {
    width: 100%;
    padding-bottom: 50px;
  }
}
.timeline__item:nth-child(odd):before {
  bottom: 15px;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
}
@media (max-width: 991px) {
  .timeline__item:nth-child(odd):before {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
  }
}
.timeline__item:nth-child(even):before {
  bottom: 36px;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
}
@media (max-width: 991px) {
  .timeline__item:nth-child(even):before {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
  }
}
.timeline__item:nth-child(even) .timeline__img {
  margin-top: 25px;
}
@media (max-width: 1200px) {
  .timeline__item:nth-child(even) .timeline__img {
    margin-top: 16px;
  }
}
.timeline__item:last-of-type {
  width: auto;
}
.timeline__item:last-of-type:before {
  display: none;
}
.timeline__item:hover:not(.disabled) .timeline__info {
  transform: scale(1.1);
}
.timeline__item.disabled .timeline__info {
  opacity: 0.5;
}
.timeline__item.disabled .timeline__img {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
}
.timeline__item:nth-child(1) .timeline__info {
  top: -162px;
}
@media (max-width: 1200px) {
  .timeline__item:nth-child(1) .timeline__info {
    top: -105px;
  }
}
.timeline__item:nth-child(2) .timeline__info {
  top: -332px;
}
@media (max-width: 1200px) {
  .timeline__item:nth-child(2) .timeline__info {
    top: -216px;
  }
}
.timeline__item:nth-child(3) .timeline__info {
  top: -144px;
}
@media (max-width: 1200px) {
  .timeline__item:nth-child(3) .timeline__info {
    top: -94px;
  }
}
.timeline__item:nth-child(4) .timeline__info {
  top: -397px;
}
@media (max-width: 1200px) {
  .timeline__item:nth-child(4) .timeline__info {
    top: -258px;
  }
}
@media (max-width: 991px) {
  .timeline__item:nth-child(4) {
    padding-bottom: 88px;
  }
}
.timeline__item:nth-child(5) .timeline__info {
  top: -188px;
}
@media (max-width: 1200px) {
  .timeline__item:nth-child(5) .timeline__info {
    top: -123px;
  }
}
.timeline__item:nth-child(6) .timeline__info {
  top: -345px;
}
@media (max-width: 1200px) {
  .timeline__item:nth-child(6) .timeline__info {
    top: -226px;
  }
}
.timeline__item:nth-child(7) .timeline__info {
  top: -220px;
}
@media (max-width: 1200px) {
  .timeline__item:nth-child(7) .timeline__info {
    top: -142px;
  }
}
.timeline__img {
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  border: 6px solid #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-left: -28px;
}
.timeline__img img {
  width: 100%;
}
@media (max-width: 1200px) {
  .timeline__img {
    width: 42px;
    height: 42px;
    margin-left: -21px;
  }
}
@media (max-width: 991px) {
  .timeline__img {
    margin: 0 !important;
  }
}
.timeline__info {
  color: #2e305d;
  text-align: center;
  position: absolute;
  bottom: 15px;
  top: -400px;
  left: -50%;
  width: 100%;
  min-width: 150px;
  transform-origin: bottom;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .timeline__info {
    top: 0 !important;
    left: 100px !important;
    width: auto;
    max-width: 180px;
    text-align: left;
  }
  .timeline__info:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #c8c8c8;
    top: 17px;
    left: -17px;
  }
  .timeline__info:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 62px;
    background: #c8c8c8;
    bottom: 0;
    top: 19px;
    right: 100%;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .timeline__info:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #c8c8c8;
    bottom: 0;
    top: 0;
    left: 50%;
  }
}
@media (min-width: 992px) {
  .timeline__info.left {
    left: 0;
    text-align: left;
    transform-origin: left;
  }
  .timeline__info.left:after {
    left: 0;
  }
  .timeline__info.left .timeline__title {
    margin-left: -10px;
    max-width: 200px;
  }
  .timeline__info.left .timeline__date {
    margin-left: -10px;
  }
  .timeline__info.left .timeline__date:before {
    left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .timeline__info.left .timeline__title {
    max-width: 150px;
  }
}
@media (max-width: 1200px) {
  .timeline__info.right {
    right: 21px;
  }
}
@media (min-width: 992px) {
  .timeline__info.right {
    left: inherit;
    right: 30px;
    text-align: right;
    transform-origin: right;
  }
  .timeline__info.right:after {
    left: inherit;
    right: 0;
  }
  .timeline__info.right .timeline__title {
    margin-right: -10px;
  }
  .timeline__info.right .timeline__date {
    margin-right: -10px;
  }
  .timeline__info.right .timeline__date:before {
    left: inherit;
    right: 10px;
    margin-right: -3px;
  }
}
.timeline__title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 1.25;
  background: #f6f6f6;
  position: relative;
  z-index: 1;
}
.timeline__title .small {
  display: block;
  font-weight: 300;
  font-size: 19px;
}
@media (max-width: 1500px) {
  .timeline__title .small {
    font-size: 13px;
  }
}
@media (max-width: 1500px) {
  .timeline__title {
    font-size: 21px;
  }
}
@media (max-width: 1200px) {
  .timeline__title {
    font-size: 16px;
  }
}
.timeline__date {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  padding: 6px 0 15px;
  color: rgba(46, 48, 93, 0.5);
  background: #f6f6f6;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .timeline__date {
    font-size: 13px;
    display: block;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .timeline__date:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #c8c8c8;
    top: 100%;
    left: 50%;
    margin-left: -3px;
  }
}
.faq__list {
  margin-bottom: 30px;
}
.faq__title {
  display: block;
  color: #191a2f;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
}
@media (max-width: 1249px) {
  .faq__title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 17px;
    line-height: 1.2;
  }
}
.faq__desc {
  font-size: 16px;
  color: #434748;
  line-height: 1.4;
}
@media (max-width: 1249px) {
  .faq__desc {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .faq__desc {
    font-size: 13px;
  }
}
.faq__remark {
  display: block;
  font-size: 16px;
  color: rgba(67, 71, 72, 0.5);
  line-height: 1.4;
  max-width: 660px;
  margin: 68px 0 30px 16px;
}
.form {
  position: relative;
  font-family: 'Ubuntu', sans-serif;
}
@media (max-width: 767px) {
  .form {
    padding-bottom: 67px;
  }
}
.form__title {
  font-size: 26px;
  margin-bottom: 28px;
  display: block;
}
.form__title.success {
  display: none;
}
@media (max-width: 1500px) {
  .form__title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .form__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .form__title {
    font-size: 19px;
  }
}
.form__row {
  display: inline-block;
  width: 100%;
  position: relative;
}
.form__row:after {
  content: '';
  display: block;
  clear: both;
}
.form .btn-form {
  float: right;
  position: relative;
  border-radius: 0 5px 5px 0;
}
@media (max-width: 767px) {
  .form .btn-form {
    position: absolute;
    bottom: -72px;
    left: 0;
    border-radius: 5px;
    width: 100%;
  }
}
.form__inputWrap {
  overflow: hidden;
}
.form__inputDesc {
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  left: 2px;
  top: 103%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .form__inputDesc {
    font-size: 13px;
  }
}
.form.error .input {
  border-color: #e30b34;
}
.form.error .input:focus {
  box-shadow: inset 0 4px 7px rgba(227, 11, 52, 0.26);
}
.form.error .form__inputDesc {
  opacity: 1;
  visibility: visible;
}
.form.success .form__title {
  display: none;
}
.form.success .form__title.success {
  display: block;
}
.form__sub_small {
  padding-bottom: 20px;
  max-width: 600px;
}
@media (max-width: 767px) {
  .form__sub_small {
    padding-bottom: 62px;
  }
}
.form__sub_small .input {
  padding: 6.5px 20px;
  height: 45px;
  font-size: 19px;
}
@media (max-width: 767px) {
  .form__sub_small .input {
    padding: 6.5px 13px;
    height: 40px;
    font-size: 16px;
  }
}
.form__sub_small .btn-form {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .form__sub_small .btn-form {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    bottom: -52px;
  }
}
.input {
  width: 100%;
  padding: 13.5px 30px;
  background: #ffffff;
  border-radius: 5px 0 0 5px;
  font-size: 26px;
  color: #121325;
  font-weight: 300;
  border: 1px solid #dfdfdf;
  line-height: normal;
  height: 66px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.input:focus {
  box-shadow: inset 0 4px 7px rgba(123, 123, 123, 0.15);
  border-color: #139fe0;
}
.input:focus:-ms-input-placeholder {
  color: transparent;
}
.input__wrap {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .input {
    font-size: 16px;
    height: 50px;
    padding: 8.5px 20px;
  }
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 90%;
  }
}
.modal-title {
  display: block;
  font-family: 'Eurostile LT Std', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #2e305d;
  margin-bottom: 14px;
}
@media (max-width: 1500px) {
  .modal-title {
    font-size: 43px;
  }
}
@media (max-width: 1249px) {
  .modal-title {
    font-size: 38px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modal-title {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 1250px) {
  .modal-xl {
    max-width: 1200px;
    width: 80%;
  }
}
.modal-content {
  font-family: 'Ubuntu', sans-serif;
  padding: 74px 67px 65px;
  color: #191a2f;
  font-size: 18px;
  border-radius: 20px;
}
@media (max-width: 1500px) {
  .modal-content {
    padding: 55px 45px 45px;
  }
}
@media (max-width: 1249px) {
  .modal-content {
    padding: 27px 30px 28px;
  }
}
@media (max-width: 767px) {
  .modal-content {
    font-size: 14px;
    padding: 25px 0 0;
    border-radius: 10px;
  }
}
.modal-header {
  border: none;
  text-align: center;
}
@media (max-width: 767px) {
  .modal-header {
    padding-bottom: 0;
  }
}
.modal-header .close {
  background: transparent;
  color: #bdbcbd;
  font-size: 23px;
  position: absolute;
  top: 18px;
  right: 19px;
  padding: 20px;
}
.modal-header .close:hover {
  opacity: 0.8;
}
@media (max-width: 1249px) {
  .modal-header .close {
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .modal-header .close {
    font-size: 15px;
    padding: 13px 20px;
  }
}
.modal-body {
  line-height: 1.6;
}
.modal-body p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .modal-body p {
    margin-bottom: 8px;
  }
}
.modal-body .faq__desc {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.video__wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .video__wrap {
    display: none;
  }
}
.video__bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -100;
  right: 0;
  bottom: 0;
  object-position: 100% 50%;
  overflow: hidden;
}
video {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
video {
  object-fit: cover;
  object-position: right center;
  font-family: 'object-fit: cover; object-position: right center;';
}
.tablet .video__wrap,
.mobile .video__wrap {
  display: none;
}
iframe[name="google_conversion_frame"] {
  display: none;
}