/* Reset style */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

td, td img {
  vertical-align: top;
}

input, select, button, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input[type=checkbox] {
  vertical-align: middle;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* Reset style end */
/* Basic style */
html {
  height: 100% !important;
  overflow-y: scroll !important;
}

html.no-scroll {
  overflow: hidden !important;
}

html, body {
  height: 100%;
  margin-right: 0 !important;
}

.wrapper {
  margin: 0 auto;
  max-width: 100%;
  min-height: 100%;
  height: auto !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

input, select, button, textarea {
  font-family: inherit;
  outline: none;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
  outline: none;
}

a {
  color: #152E57;
}

a, input, button, a img, textarea {
  -webkit-transition: color 0.35s, background 0.35s, opacity 0.35s, border 0.35s, -webkit-box-shadow 0.35s;
  transition: color 0.35s, background 0.35s, opacity 0.35s, border 0.35s, -webkit-box-shadow 0.35s;
  transition: color 0.35s, background 0.35s, opacity 0.35s, border 0.35s, box-shadow 0.35s;
  transition: color 0.35s, background 0.35s, opacity 0.35s, border 0.35s, box-shadow 0.35s, -webkit-box-shadow 0.35s;
  outline: none;
}

a:hover, a:focus, input:hover, input:focus, button:hover, button:focus, a img:hover, a img:focus, textarea:hover, textarea:focus {
  outline: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

svg {
  -webkit-transition: fill 0.35s, stroke 0.35s, opacity 0.35s;
  transition: fill 0.35s, stroke 0.35s, opacity 0.35s;
  max-width: 100%;
  height: auto;
  direction: ltr;
}

svg path, svg rect, svg g, svg circle, svg line {
  -webkit-transition: fill 0.35s, stroke 0.35s, opacity 0.35s;
  transition: fill 0.35s, stroke 0.35s, opacity 0.35s;
}

ul, ol {
  list-style-type: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.text-black {
  color: #000 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.d-none {
  display: none;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 30px !important;
  }
}
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.pt-40 {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .pt-40 {
    padding-top: 20px;
  }
}
.pt-20 {
  padding-top: 20px;
}

.position-relative {
  position: relative;
}

.row {
  display: grid;
  grid-gap: 30px;
}

.row--2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .row--2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.row--3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 576px) {
  .row--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.row--4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
  .row--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.row--5 {
  grid-template-columns: repeat(5, 1fr);
}

.row--6 {
  grid-template-columns: repeat(6, 1fr);
}

/* Basic style end */
@font-face {
  font-family: "Foco-Bold";
  src: url("../fonts/Foco-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Foco-Regular";
  src: url("../fonts/Foco-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1200px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 0.4vw;
  }
}
@media (max-width: 1199px) {
  html {
    font-size: 0.834028357vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 1.3037809648vw;
  }
}
@media (max-width: 475px) {
  html {
    font-size: 1.7361111111vw;
  }
}
body {
  font-size: 2.5rem;
  position: relative;
  line-height: 3rem;
  font-family: "Foco-Regular";
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Foco-Bold";
  line-height: 1.2;
}

strong {
  font-weight: normal;
  font-family: "Foco-Bold";
}

.container {
  margin: 0 auto;
  width: 1200px;
  padding: 0 15px;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/* Header */
.sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.sticky-wrapper.is-sticky .header {
  background: #fff;
}

.sticky-wrapper.is-sticky .header__logo svg path {
  fill: #15254F;
}

.sticky-wrapper.is-sticky .header__btn {
  background: #15254F;
  color: #ffffff;
}

.sticky-wrapper.is-sticky .header__btn:hover {
  background: transparent;
  color: #15254F;
  border-color: #15254F;
}

.sticky-wrapper.is-sticky .header__mnuBtn {
  border-color: #000;
}

.sticky-wrapper.is-sticky .header__mnuBtn svg circle, .sticky-wrapper.is-sticky .header__mnuBtn svg line {
  stroke: #000;
}

.header {
  position: absolute;
  width: 1460px !important;
  max-width: 100%;
  top: 3rem !important;
  z-index: 101 !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin: 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 0 14px 20px 0 rgba(92, 92, 92, 0.1);
  box-shadow: 0 14px 20px 0 rgba(92, 92, 92, 0.1);
  padding: 0 6rem;
  border-radius: 50px;
}

.header.opened:after {
  opacity: 1;
  pointer-events: unset;
}

.header:after {
  content: "";
  position: absolute;
  top: -3rem;
  height: 100vh;
  right: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
  background: linear-gradient(105deg, rgba(227, 244, 247, 0.8) 16.07%, rgba(157, 219, 240, 0.8) 97.64%);
  opacity: 0;
}

@media (max-width: 767px) {
  .header {
    border-radius: 30px;
  }
}
.header .leftBox {
  grid-gap: 20px 30px;
}

@media (max-width: 1199px) {
  .header .leftBox {
    grid-gap: 15px;
  }
}
.header .rightBox {
  grid-gap: 10px;
}

.header .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  .header .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__logo {
  position: relative;
  top: -2.5rem !important;
  z-index: 1;
}

.header__logo img {
  height: 8.8rem;
}

.header__nav {
  grid-gap: 2rem 0;
  font-family: "Foco-Bold";
}

@media (max-width: 767px) {
  .header__nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    right: 0;
    background: #fff;
    padding: 80px 20px 80px;
    border-radius: 30px;
  }
}
.header__nav > div {
  height: 100%;
}

@media (max-width: 767px) {
  .header__nav > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__nav a {
  color: #000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 2.5rem;
  border-top: 0.5rem solid transparent;
}

@media (max-width: 767px) {
  .header__nav a {
    border-top: none;
    border-bottom: 0.5rem solid transparent;
  }
}
.header__nav a.active, .header__nav a:hover {
  color: #D52B1E;
  border-color: #D52B1E;
}

.header__nav a:last-child.active, .header__nav a:last-child:hover {
  color: #00BEE4;
  border-color: #00BEE4;
}

@media (max-width: 1199px) {
  .header__nav a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .header__nav a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
  }
  .header__nav a:last-child {
    margin-bottom: 0;
  }
}
.header__mnuBtn {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 2px solid #000;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .header__mnuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
  }
}
.header__mnuBtn.active line:nth-child(2) {
  opacity: 0;
}

.header__mnuBtn.active line:first-child {
  -webkit-transform: translate(17.5px, 23.5px) rotate(45deg);
  -ms-transform: translate(17.5px, 23.5px) rotate(45deg);
  transform: translate(17.5px, 23.5px) rotate(45deg);
}

.header__mnuBtn.active line:last-child {
  -webkit-transform: translate(17.5px, 33.428px) rotate(-45deg);
  -ms-transform: translate(17.5px, 33.428px) rotate(-45deg);
  transform: translate(17.5px, 33.428px) rotate(-45deg);
}

.header__mnuBtn svg {
  display: block;
}

/* Header End */
/* Banner */
.banner {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.banner__el {
  position: absolute;
  top: 0;
  right: 0;
  width: 57rem;
}

@media (max-width: 767px) {
  .banner__el {
    width: 150px;
    height: auto;
  }
}
.banner__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.banner__bg img, .banner__bg video {
  width: 100%;
  height: 100%;
  -o-object-position: bottom center;
  object-position: bottom center;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner__bg video {
  pointer-events: none;
}

.banner__bg video::-webkit-media-control {
  display: none;
}

.banner__title em {
  -webkit-text-stroke-width: 1.5rem;
  -webkit-text-stroke-color: #FFF;
  font-size: 20.1rem;
  line-height: 20rem;
  font-style: normal;
  letter-spacing: 0;
  background: linear-gradient(83deg, #D52B1E 17.98%, #FF6319 87.53%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner__title span {
  text-shadow: 0 4px 20px #004669;
  font-family: "Foco-Regular";
  font-size: 6.7rem;
  line-height: 6.7rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .banner__title span {
    font-size: 29px;
    line-height: 29px;
    text-shadow: 0 1.725px 8.623px #004669;
  }
}
.banner__title img {
  display: block;
  margin-bottom: 1rem;
}

.banner__title img:not(.full) {
  width: 69rem;
  max-width: 100%;
}

@media (max-width: 767px) {
  .banner__title img:not(.full) {
    max-width: 75%;
  }
}
.banner__arrow {
  position: absolute;
  bottom: 7rem;
  left: 50%;
  margin-left: -20.5px;
  -webkit-animation: arrow_down 3s linear infinite;
  animation: arrow_down 3s linear infinite;
}

@media (max-width: 767px) {
  .banner__arrow {
    display: none;
  }
}
.banner__container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .banner__container {
    max-height: 85rem;
  }
}
@media (min-width: 2100px) {
  .banner__container {
    max-height: 95rem;
  }
}
@media (max-width: 767px) {
  .banner__container {
    height: auto;
    max-height: unset;
    min-height: 420px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 140px;
  }
}
.banner__container--top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .banner__container--top {
    padding-top: 14rem;
  }
}
@media (min-width: 2100px) {
  .banner__container--top {
    padding-top: 12rem;
  }
}
@media (max-width: 767px) {
  .banner__container--top {
    min-height: 180px;
    padding-top: 15px;
  }
  .banner__container--top img {
    max-height: 40px;
  }
}
.banner__note {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1rem;
}

.banner__note:after {
  content: "";
  left: 15px;
  background: #ffffff;
  top: -1rem;
  position: absolute;
  width: 15rem;
  height: 2px;
}

/* Banner End */
/* Section */
.section {
  padding: 9rem 0;
}

@media (max-width: 767px) {
  .section {
    padding: 13rem 0;
  }
}
.section--blue {
  background: linear-gradient(105deg, #E3F4F7 16.07%, #9DDBF0 97.64%);
}

.section--grey {
  background: linear-gradient(259deg, #F3F5F9 42.91%, #D3D5D7 98.42%);
}

.section--anim.active svg.lines-vertical rect.anim, .section--anim.active svg.lines-vertical path.anim {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.section--anim.active svg.lines-horizontal rect.anim, .section--anim.active svg.lines-horizontal path.anim {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.section--anim.active svg.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.section--anim.active svg.zoom-in {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.section.active svg.lines-vertical rect.anim, .section.active svg.lines-vertical path.anim {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.section.active svg.lines-horizontal rect.anim, .section.active svg.lines-horizontal path.anim {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.section.active svg.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.section.active svg.zoom-in {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.section svg, .section img {
  display: block;
}

@media (max-width: 767px) {
  .section svg, .section img {
    margin: 0 auto;
    height: auto;
  }
}
.section svg.lines-vertical rect, .section svg.lines-vertical path.anim, .section img.lines-vertical rect, .section img.lines-vertical path.anim {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transform-box: fill-box;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.section svg.lines-vertical path.anim--down, .section img.lines-vertical path.anim--down {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.section svg.lines-horizontal rect, .section svg.lines-horizontal path.anim, .section img.lines-horizontal rect, .section img.lines-horizontal path.anim {
  transform-box: fill-box;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.section svg.fade-in, .section img.fade-in {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.section svg.zoom-in, .section img.zoom-in {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.section .row {
  grid-gap: 3rem 9rem;
}

@media (max-width: 767px) {
  .section .row > div:first-child {
    position: relative;
  }
}
.section .row:not(:last-child) {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .section .row:not(:last-child) {
    padding-bottom: 9rem;
    margin-bottom: 9rem;
  }
  .section .row:not(:last-child):after {
    content: "";
    height: 1px;
    background: #000;
    position: absolute;
    left: -15rem;
    right: -15rem;
    bottom: 0;
  }
}
.section__title {
  font-size: 6.1rem;
  line-height: 6.1rem;
}

@media (max-width: 767px) {
  .section__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section__title--health span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
  .section__title--health span span:nth-child(1) {
    display: none;
  }
  .section__title--health span svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 36px;
    width: auto;
    left: 145px;
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .section__title--coffee span svg {
    left: 125px;
  }
}
@media (max-width: 767px) {
  .section__title--hidden {
    display: none;
  }
}
.section__title span {
  color: #D52B1E;
  font-size: 3.2rem;
  grid-gap: 0.5rem;
  line-height: 3.2rem;
}

@media (max-width: 767px) {
  .section__title span {
    font-size: 20px;
    line-height: 20px;
  }
}
.section__title em {
  color: #739600;
  font-style: normal;
}

.section__title em.blue {
  color: #00BEE4;
}

.section__img {
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .section__img {
    bottom: 0;
    left: auto;
    top: -50px;
    right: 0;
    max-width: 45%;
  }
}
@media (max-width: 576px) {
  .section__img {
    max-width: 55%;
  }
}
@media (min-width: 768px) {
  .section__img--1 {
    left: -3rem;
    bottom: -18rem;
    width: 101rem;
  }
}
@media (min-width: 1620px) {
  .section__img--1 {
    width: 87rem;
  }
}
@media (max-width: 767px) {
  .section__img--2 {
    right: -15px;
    max-width: 55%;
    top: -37px;
  }
}
@media (min-width: 768px) {
  .section__img--3 {
    left: 15%;
  }
}
@media (max-width: 767px) {
  .section__img--3 {
    top: -54px;
    max-width: 42%;
    right: -10px;
  }
}
@media (max-width: 413px) {
  .section__img--3 {
    top: -37px;
  }
}
@media (min-width: 768px) {
  .section__img--4 {
    left: -3rem;
    bottom: -7.5rem;
  }
}
@media (max-width: 767px) {
  .section__img--4 {
    max-width: 52%;
    top: -26px;
    right: -3px;
  }
}
@media (max-width: 413px) {
  .section__img--4 {
    top: -16px;
  }
}
@media (min-width: 768px) {
  .section__img--5 {
    left: 5%;
    bottom: -11rem;
  }
}
@media (max-width: 767px) {
  .section__img--5 {
    max-width: 45%;
    top: -45px;
  }
}
@media (max-width: 767px) {
  .section__img--6 {
    right: -7px;
    max-width: 47%;
    top: -55px;
  }
}
@media (max-width: 413px) {
  .section__img--6 {
    top: -45px;
    right: -6px;
    max-width: 47%;
  }
}
@media (min-width: 768px) {
  .section__img--7 {
    left: 0;
    bottom: -3rem;
  }
}
@media (max-width: 767px) {
  .section__img--7 {
    top: -45px;
    right: -10px;
  }
}
.section__text {
  color: #424242;
}

@media (max-width: 576px) {
  .section__text br {
    display: none;
  }
}
.section__text--minh {
  min-height: 5.95rem;
}

.section__text--minh-3 {
  min-height: 8.93rem;
}

.section__text--minh-4 {
  min-height: 11.9rem;
}

/* Section */
/* Mobile row tabs */
.row-tabs {
  display: none;
}

@media (max-width: 767px) {
  .row-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.5rem;
  }
}
.row-tabs__btn {
  padding: 0 15px;
  min-height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 45.5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-family: "Foco-Bold";
  cursor: pointer;
  color: #7E7E7E;
  -webkit-transition: background 0.2s, color 0.2s, border-color 0.2s;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.row-tabs__btn.active {
  color: #000;
}

@media (max-width: 767px) {
  .row-tab-hidden {
    display: none;
  }
}
@font-face {
  font-family: "Foco-Bold";
  src: url("../fonts/Foco-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Foco-Regular";
  src: url("../fonts/Foco-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Footer */
.footer__top {
  background: #00A6DD;
  padding: 45px 0;
}

.footer__text {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .footer__text {
    font-size: 32px;
    line-height: 32px;
  }
}
.footer__btn {
  padding: 20px 50px;
  background: #ffffff;
  border-radius: 50px;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #00A6DD;
  font-family: "Foco-Bold";
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: color 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.05s, -webkit-transform 0.55s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.55s ease;
  transition: color 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.05s, -webkit-transform 0.55s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.55s ease;
  transition: color 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.05s, transform 0.55s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.55s ease;
  transition: color 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.05s, transform 0.55s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.55s ease, -webkit-transform 0.55s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.55s ease;
}

.footer__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  aspect-ratio: 1;
  background: #002d47;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
  pointer-events: none;
}

.footer__btn::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -80%;
  width: 45%;
  height: 200%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(255, 255, 255, 0.28)), to(transparent));
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.28) 50%, transparent 100%);
  -webkit-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  transform: skewX(-18deg);
  pointer-events: none;
}

.footer__btn:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28), 0 6px 18px rgba(0, 0, 0, 0.12);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28), 0 6px 18px rgba(0, 0, 0, 0.12);
}

.footer__btn:hover::before {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.footer__btn:hover::after {
  left: 130%;
  -webkit-transition: left 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: left 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.footer__btn:active {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.footer__bottom {
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 567px) {
  .footer__bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 567px) {
  .footer__bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 15px;
  }
}
.footer__bottom .element {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 15rem;
}

@media (min-width: 1600px) {
  .footer__bottom .element {
    width: 30rem;
  }
}
@media (min-width: 1920px) {
  .footer__bottom .element {
    width: 35rem;
  }
}
.footer__bottom p {
  font-size: 18px;
  color: #424242;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .footer__bottom p {
    margin-bottom: 20px;
  }
}
/* Footer End*/
@-webkit-keyframes unfoldIn {
  0% {
    -webkit-transform: scaleY(0.005) scaleX(0);
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldIn {
  0% {
    -webkit-transform: scaleY(0.005) scaleX(0);
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes unfoldOut {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(0.005) scaleX(0);
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes unfoldOut {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(0.005) scaleX(0);
    transform: scaleY(0.005) scaleX(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
/* Modal End */
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8) translateY(1000px);
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8) translateY(1000px);
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(1000px);
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(1000px);
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@-webkit-keyframes scaleBack {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@keyframes scaleBack {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@-webkit-keyframes scaleForward {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleForward {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes quickScaleDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99.9% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes quickScaleDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99.9% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow_down {
  0% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
@keyframes arrow_down {
  0% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}