html{
  font-size: 62.5%;
}
body{
  font-family: 'Lexend';
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #0B0A0A;
  background: #F7F3EF;
}
h1,h2,h3,h4,h5,h6{
  color: #0B0A0A;
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0px;
  padding: 0px;
}
ul,ol{
  margin: 0px;
  padding:0px;
  list-style: none;
}
a{
  text-decoration: none !important;
  outline: none !important;
  color: #0B0A0A;
}
p{
  margin-bottom: 2.4rem;
}
p:last-child{
  margin-bottom: 0;
}
ul{
  margin-bottom: 2.4rem;
}
ul:last-child{
  margin-bottom: 0;
}
ul > li{
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 1.6rem;
}
ul > li:last-child{
  margin-bottom: 0;
}
ul > li:after {
  position: absolute;
  content: "";
  height: 2rem;
  width: 2rem;
  border: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../images/icon-arrow-right.png);
  background-position: center;
  background-size: cover;
}
ol{
  counter-reset: number;
  margin-bottom: 2.4rem;
}
ol:last-child{
  margin-bottom: 0;
}
ol > li{
  position: relative;
  padding-left: 2.6rem;
  counter-increment: number;
  margin-bottom: 0;
}
ol > li:last-child{
  margin-bottom: 0;
}
ol > li:after{
  content: none;
}
ol > li::before {
  position: absolute;
  content: "";
  width: 1.8rem;
  text-align: right;
  left: 0;
  top: 0;
  content: counter(number)".";
}
.container{
  padding: 0 1.5rem;
}
.container-full{
  max-width: 1602px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.no-point li{
  padding: 0;
}
.no-point li::after{
  content: none;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1404px) {
  .container {
    max-width: 1374px;
  }
}
.header-black + main{
  padding-top: 18.2rem;
}
.text-white,.text-white *{
  color: #fff !important;
}
.text-green,.text-green *{
  color: #5EDC86 !important;
}
.bg-white{
  width: 100%;
  background: #F7F3EF;
  box-shadow: 0px 0px 40px 0px #00000008;
  border-radius: 3.2rem;
  position: relative;
  z-index: 1;
}
.bg-shadow-lg{
  box-shadow: 0px -10px 80px 0px rgba(0, 0, 0, 0.05);
}
.bg-black{
  background-image: url(../images/bg-black.jpg);
  background-size: cover;
  background-position: bottom center;
  /* background: #0B0A0A; */
}
.bg-dark-black{
  background: #0B0A0A;
}
h1,.h1,.h1 *{
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 700;
  margin: 0;
}
h2,.h2,.h2 *{
  font-size: 3.5rem;
  line-height: 4.6rem;
  font-weight: 400;
  margin: 0;
}
h3,.h3,.h3 *{
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 400;
  margin: 0;
}
h4,.h4,.h4 *{
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 400;
  margin: 0;
}
h5,.h5,.h5 *{
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin: 0;
}
.fw-48,.fw-48 *{
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 400;
  margin: 0;
}
.fw-24,.fw-24 *{
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 400;
  margin: 0;
}
.lh-32,
.lh-32 *{
  line-height: 3.2rem;
}
.h-60{
  min-height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.title{
  position: relative;
  z-index: 1;
}
.subtitle{
  margin: 0 0 2.4rem !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: #5EDC86 !important;
  font-size: 1.4rem !important;
  line-height: 2rem !important;
}
.text-transform-initial{
  text-transform: initial !important;
}
.text-black,.text-black *{
  color: #0B0A0A !important;
}
button{
  outline: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.btn-group{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -0.8rem -1rem;
}
.btn-group.center{
  justify-content: center;
}
.btn-group .btn{
  margin: 0 0.8rem 1rem;
}
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  border: 2px solid transparent;
  padding: 0 3.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 5rem;
}
.btn img{
  margin-left: 0.8rem;
  width: 2rem;
  height: auto;
  max-height: 2rem;
  transition: all 0.15s ease-in-out;
}
.btn-lg{
  font-size: 1.8rem !important;
}
.btn-md{
  height: 5.4rem !important;
  font-size: 1.8rem !important;
  font-weight: 600;
}
.btn-sm{
  height: 4.8rem !important;
  padding: 0 2.4rem 0 3.2rem !important;
  font-weight: 400;
  border-width: 1px;
}
.btn-green{
  background: #5EDC86;
  border-color: #5EDC86;
}
.btn-green-white{
  color: #fff;
}
.btn-green:hover{
  background: transparent;
  color: #5EDC86;
}
.btn-green-black:hover,
.btn-green-white:hover{
  color: #0B0A0A;
}
.btn-green-outline{
  border-color: #5EDC86;
}
.btn-green-outline:hover{
  background: #5EDC86;
}
.btn-black-outline{
  border-color: #000000;
}
.btn-black-outline:hover{
  background: #000000;
  color: #5EDC86;
}
.btn-link{
  outline: none !important;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.btn-link img{
  margin-left: 0.8rem;
  width: 2rem;
  height: 2rem;
}
.btn-link:hover{
  text-decoration: underline !important;
}
.btn-link-white{
  color: #fff !important;
}
.owl-nav{
  display: flex;
  align-items: center;
  margin-top: 6.4rem;
}
.btn-owl{
  width: 4.8rem !important;
  height: 4.8rem !important;
  border-radius: 50% !important;
  border-width: 1px !important;
  padding: 0 !important;
  border-color: #0B0A0A !important;
  margin: 0 0.8rem !important;
}
.btn-owl:hover{
  background: #0B0A0A !important;
}
.bg-black .btn-owl,
.btn-owl-white{
  border-color: #fff !important;
}
.bg-black .btn-owl:hover,
.btn-owl-white:hover{
  background: #fff !important;
}
.btn-owl:first-child{
  margin-left: 0 !important;
}
.btn-owl:last-child{
  margin-right: 0 !important;
}
.btn-owl img{
  margin: 0 !important;
}
.btn-owl:hover img,
.bg-black .btn-owl img,
.btn-owl-white img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.bg-black .btn-owl:hover img,
.btn-owl-white:hover img{
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.link-list li{
  margin-bottom: 0.8rem;
}
.link-list li:last-child{
  margin-bottom: 0;
}
.badge{
  height: 3.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 2.4rem;
  padding: 0 2.4rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2rem;
}
.badge-green{
  background: #5EDC86;
  color: #000000;
}
.border-radius-32{
  overflow: hidden;
  border-radius: 3.2rem;
}
.icon-lg{
  width: 2.4rem;
  height: 2.4rem;
}
.icon-md{
  width: 2rem;
  height: 2rem;
}
.icon-sm{
  width: 1.6rem;
  height: 1.6rem;
}
.has-shape{
  position: relative;
}
.has-shape::after{
  position: absolute;
  content: "";
  width: 102.557rem;
  height: 103.45rem;
  left: 0;
  right: 0;
  bottom: -12.8rem;
  margin: auto;
  background: rgba(94, 220, 134, 0.3);
  border-radius: 25.8rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-filter: blur(250px);
  filter: blur(250px);
  opacity: 0.15;
  z-index: -1;
}
.shape-top::after{
  top: -34rem;
  bottom: auto !important;
}
.row {
  --bs-gutter-x: 2.4rem;
}
.row-0{
  --bs-gutter-x: 0 !important;
}
.w-100{
  width: 100%;
}
.mb-8{
  margin-bottom: 0.8rem !important;
}
.mr-12{
  margin-right: 1.2rem;
}
.mb-16{
  margin-bottom: 1.6rem;
}
.mb-24{
  margin-bottom: 2.4rem;
}
.mt-24{
  margin-top: 2.4rem;
}
.pt-24{
  padding-top: 2.4rem;
}
.pr-24{
  padding-right: 2.4rem;
}
.p-32{
  padding: 3.2rem;
}
.mt-32{
  margin-top: 3.2rem;
}
.mb-32{
  margin-bottom: 3.2rem;
}
.pt-32{
  padding-top: 3.2rem;
}
.mt-48{
  margin-top: 4.8rem;
}
.p-48{
  padding: 4.8rem;
}
.mb-48{
  margin-bottom: 4.8rem;
}
.pt-48{
  padding-top: 4.8rem;
}
.pb-48{
  padding-bottom: 4.8rem;
}
.p-64{
  padding: 6.4rem;
}
.mt-64{
  margin-top: 6.4rem;
}
.mb-64{
  margin-bottom: 6.4rem;
}
.mb-128{
  margin-bottom: 12.8rem;
}
.pt-128{
  padding-top: 12.8rem;
}
.pb-128{
  padding-bottom: 12.8rem;
}
.pt-365{
  padding-top: 36.5rem;
}
.m-top-24{
  margin-top: 2.4rem !important;
}
.m-bottom-48 {
  margin-bottom: 4.8rem !important;
}
@media(min-width:1404px) and (max-width:1559.98px){
  .has-shape::after {
    width: 89.557rem;
    height: 90.45rem;
  }
}
@media(min-width:1404px) and (max-width:1503.98px){
  .container-full{
    padding: 0 2rem;
  }
}
@media(min-width:1360px) and (max-width:1403.98px){
  .header-black + main {
    padding-top: 16.4rem;
  }
  .container-full{
    padding: 0 2rem;
  }
  h1,.h1, .h1 * {
    font-size: 4.6rem;
    line-height: 5.6rem;
  }
  h2,.h2, .h2 * {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
  h3,.h3, .h3 * {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  h4,.h4, .h4 * {
    font-size: 1.9rem;
    line-height: 3.2rem;
  }
  .fw-48, .fw-48 * {
    font-size: 4.6rem;
    line-height: 5.6rem;
  }
  .fw-24, .fw-24 * {
    font-size: 2.3rem;
    line-height: 3.5rem;
  }
  .subtitle {
    margin: 0 0 2rem !important;
  }
  .btn {
    height: 5.6rem;
    padding: 0 3.2rem;
  }
  .btn-md {
    height: 5rem !important;
    font-size: 1.7rem !important;
    padding: 0 3rem;
  }
  .btn-lg {
    font-size: 1.7rem !important;
  }
  .btn-sm {
    height: 4.6rem !important;
    padding: 0 2rem 0 2.8rem !important;
  }
  .btn-link {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
  .owl-nav {
    margin-top: 5.6rem;
  }
  .badge {
    height: 3.2rem;
    padding: 0 2rem;
    font-size: 1.3rem;
  }
  .has-shape::after {
    width: 79.557rem;
    height: 80.45rem;
    bottom: -10.4rem;
  }
  .shape-top::after {
    top: -25rem;
  }
  .mt-24 {
    margin-top: 2rem;
  }
  .mb-24 {
    margin-bottom: 2rem;
  }
  .pt-24{
    padding-top: 2rem;
  }
  .mt-32 {
    margin-top: 2.8rem;
  }
  .mb-32 {
    margin-bottom: 2.8rem;
  }
  .pt-32 {
    padding-top: 2.8rem;
  }
  .p-32 {
    padding: 2.8rem;
  }
  .mt-48 {
    margin-top: 4rem;
  }
  .p-48 {
    padding: 4rem;
  }
  .pb-48 {
    padding-bottom: 4rem;
  }
  .pt-48 {
    padding-top: 4rem;
  }
  .m-bottom-48 {
    margin-bottom: 4rem !important;
  }
  .mb-48 {
    margin-bottom: 4rem;
  }
  .mt-64 {
    margin-top: 5.6rem;
  }
  .mb-64 {
    margin-bottom: 5.6rem;
  }
  .p-64 {
    padding: 5.6rem;
  }
  .pt-128 {
    padding-top: 10.4rem;
  }
  .pb-128 {
    padding-bottom: 10.4rem;
  }
  .mb-128 {
    margin-bottom: 10.4rem;
  }
  .pt-365 {
    padding-top: 35.8rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  body {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .container-full{
    padding: 0 2rem;
  }
  .header-black + main {
    padding-top: 16.3rem;
  }
  p {
    margin-bottom: 2rem;
  }
  ul,ol{
    margin-bottom: 2rem;
  }
  h1,.h1, .h1 * {
    font-size: 4rem;
    line-height: 5rem;
  }
  h2,.h2, .h2 * {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
  h3,.h3, .h3 * {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
  h4,.h4, .h4 * {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .fw-48, .fw-48 * {
    font-size: 4rem;
    line-height: 5rem;
  }
  .fw-24, .fw-24 * {
    font-size: 2rem;
    line-height: 3rem;
  }
  .subtitle {
    margin: 0 0 2rem !important;
    font-size: 1.3rem !important;
    line-height: 1.9rem !important;
  }
  .btn {
    height: 5.6rem;
    padding: 0 3rem;
    font-size: 1.5rem;
  }
  .btn-md {
    height: 5rem !important;
    font-size: 1.6rem !important;
    padding: 0 2.6rem !important;
  }
  .btn-sm {
    height: 4.6rem !important;
    padding: 0 2rem 0 2.8rem !important;
  }
  .btn-lg {
    font-size: 1.6rem !important;
  }
  .owl-nav {
    margin-top: 4.8rem;
  }
  .btn-link {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .badge {
    height: 3.2rem;
    padding: 0 2rem;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
  .has-shape::after {
    width: 69.557rem;
    height: 70.45rem;
    bottom: -9.6rem;
  }
  .shape-top::after {
    top: -20rem;
  }
  .mt-24 {
    margin-top: 2rem;
  }
  .mb-24 {
    margin-bottom: 2rem;
  }
  .pt-24{
    padding-top: 2rem;
  }
  .pr-24 {
    padding-right: 1.2rem;
  }
  .mt-32 {
    margin-top: 2.8rem;
  }
  .mb-32 {
    margin-bottom: 2.8rem;
  }
  .pt-32 {
    padding-top: 2.8rem;
  }
  .p-32 {
    padding: 2.8rem;
  }
  .p-48 {
    padding: 4rem;
  }
  .mt-48 {
    margin-top: 4rem;
  }
  .m-bottom-48 {
    margin-bottom: 4rem !important;
  }
  .mb-48 {
    margin-bottom: 4rem;
  }
  .pb-48 {
    padding-bottom: 4rem;
  }
  .pt-48 {
    padding-top: 4rem;
  }
  .mt-64 {
    margin-top: 5.6rem;
  }
  .mb-64 {
    margin-bottom: 5.6rem;
  }
  .p-64 {
    padding: 5.6rem;
  }
  .pt-128 {
    padding-top: 9.6rem;
  }
  .pb-128 {
    padding-bottom: 9.6rem;
  }
  .mb-128 {
    margin-bottom: 9.6rem;
  }
  .pt-365 {
    padding-top: 34.9rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  body {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .header-black + main {
    padding-top: 14.3rem;
  }
  .bg-white,
  .border-radius-32{
    border-radius: 2rem;
  }
  p {
    margin-bottom: 1.6rem;
  }
  ul,ol{
    margin-bottom: 2rem;
  }
  ul > li {
    margin-bottom: 1.2rem;
  }
  h1,.h1, .h1 * {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  h2,.h2, .h2 * {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
  h3,.h3, .h3 * {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  h4,.h4, .h4 * {
    font-size: 1.7rem;
    line-height: 2.9rem;
  }
  h5,.h5, .h5 * {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .subtitle {
    margin: 0 0 1.6rem !important;
    font-size: 1.3rem !important;
    line-height: 1.9rem !important;
  }
  .fw-48, .fw-48 * {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  .fw-24, .fw-24 * {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .btn-group {
    margin: 0 -0.5rem -1rem;
  }
  .btn-group .btn {
    margin: 0 0.5rem 1rem;
  }
  .btn {
    height: 5.4rem;
    padding: 0 2.4rem;
    font-size: 1.5rem;
  }
  .btn-md {
    height: 4.8rem !important;
    font-size: 1.5rem !important;
  }
  .btn-lg {
    font-size: 1.5rem !important;
  }
  .btn-link {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .btn-link img {
    margin-left: 0.6rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  .btn-sm {
    height: 4.4rem !important;
    padding: 0 1.6rem 0 2.4rem !important;
  }
  .owl-nav {
    margin-top: 4rem;
  }
  .btn-owl {
    width: 4.4rem !important;
    height: 4.4rem !important;
    margin: 0 0.6rem !important;
  }
  .badge {
    height: 3rem;
    padding: 0 2rem;
    font-size: 1.2rem;
  }
  .icon-md {
    width: 1.8rem;
    height: 1.8rem;
  }
  .has-shape::after {
    width: 53.557rem;
    height: 54.45rem;
    bottom: -8rem;
  }
  .shape-top::after {
    top: -13rem;
  }
  .row {
    --bs-gutter-x: 2rem;
  }
  .mb-24 {
    margin-bottom: 2rem;
  }
  .pt-24{
    padding-top: 2rem;
  }
  .mt-24 {
    margin-top: 2rem;
  }
  .pr-24 {
    padding-right: 0;
  }
  .mt-32 {
    margin-top: 2.4rem;
  }
  .pt-32 {
    padding-top: 2.4rem;
  }
  .mb-32 {
    margin-bottom: 2.4rem;
  }
  .p-32 {
    padding: 2.4rem;
  }
  .p-48 {
    padding: 3.2rem;
  }
  .mt-48 {
    margin-top: 3.2rem;
  }
  .pb-48 {
    padding-bottom: 3.2rem;
  }
  .pt-48 {
    padding-top: 3.2rem;
  }
  .m-bottom-48 {
    margin-bottom: 3.2rem !important;
  }
  .mb-48 {
    margin-bottom: 3.2rem;
  }
  .p-64 {
    padding: 4.8rem;
  }
  .mb-64 {
    margin-bottom: 4.8rem;
  }
  .mt-64 {
    margin-bottom: 4.8rem;
  }
  .mb-128 {
    margin-bottom: 8rem;
  }
  .pb-128 {
    padding-bottom: 8rem;
  }
  .pt-128 {
    padding-top: 8rem;
  }
  .pt-365 {
    padding-top: 31.9rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  body {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .header-black + main {
    padding-top: 12.2rem;
  }
  .bg-white,
  .border-radius-32{
    border-radius: 2.4rem;
  }
  p{
    margin-bottom: 1.6rem;
  }
  ul,ol{
    margin-bottom: 1.6rem;
  }  
  ul > li {
    margin-bottom: 1.2rem;
  }
  h1,.h1, .h1 * {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  h2,.h2, .h2 * {
    font-size: 3rem;
    line-height: 4rem;
  }
  h3,.h3, .h3 * {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  h4,.h4, .h4 * {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  h5,.h5, .h5 * {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .fw-48, .fw-48 * {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .fw-24, .fw-24 * {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .subtitle {
    margin: 0 0 1.6rem !important;
    font-size: 1.3rem !important;
    line-height: 1.9rem !important;
  }
  .btn-group {
    margin: 0 -0.5rem -1rem;
  }
  .btn-group .btn {
    margin: 0 0.5rem 1rem;
  }
  .btn {
    height: 5.4rem;
    padding: 0 2.4rem;
    font-size: 1.5rem;
  }
  .btn-md {
    height: 4.8rem !important;
    font-size: 1.6rem !important;
  }
  .btn-sm {
    height: 4.4rem !important;
    padding: 0 1.6rem 0 2.4rem !important;
  }
  .btn-lg {
    font-size: 1.6rem !important;
  }
  .btn-link {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .btn-link img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .owl-nav {
    margin-top: 4rem;
  }
  .btn-owl {
    width: 4.4rem !important;
    height: 4.4rem !important;
    margin: 0 0.6rem !important;
  }
  .badge {
    height: 3rem;
    padding: 0 1.6rem;
    font-size: 1.3rem;
  }
  .sm-order-1 {
    order: -1;
  }
  .icon-md {
    width: 1.8rem;
    height: 1.8rem;
  }
  .sec-info-block .col-lg-6 + .col-lg-6{
    margin-top: 1.6rem;
  }
  .has-shape::after{
    content: none;
  }
  .row {
    --bs-gutter-x: 2rem;
  }
  .mb-24 {
    margin-bottom: 1.6rem;
  }
  .pt-24{
    padding-top: 1.6rem;
  }
  .mt-24 {
    margin-top: 1.6rem;
  }
  .pr-24 {
    padding-right: 0;
  }
  .p-32 {
    padding: 2.4rem;
  }
  .mt-32 {
    margin-top: 2.4rem;
  }
  .mb-32 {
    margin-bottom: 2.4rem;
  }
  .mt-48 {
    margin-top: 3.2rem;
  }
  .p-48 {
    padding: 3.2rem 2.8rem;
  }
  .m-bottom-48 {
    margin-bottom: 3.2rem !important;
  }
  .mb-48 {
    margin-bottom: 3.2rem;
  }
  .pb-48 {
    padding-bottom: 3.2rem;
  }
  .pt-48 {
    padding-top: 3.2rem;
  }
  .p-64 {
    padding: 4rem;
  }
  .mt-64 {
    margin-top: 4rem;
  }
  .mb-64 {
    margin-bottom: 4rem;
  }
  .mb-128 {
    margin-bottom: 7.2rem;
  }
  .pb-128 {
    padding-bottom: 7.2rem;
  }
  .pt-128 {
    padding-top: 7.2rem;
  }
  .pt-365 {
    padding-top: 35.2rem;
  }
}
@media(max-width:767.98px){
  body {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .header-black + main {
    padding-top: 6.8rem;
  }
  .bg-white,
  .border-radius-32{
    border-radius: 2rem;
  }
  p{
    margin-bottom: 1.2rem;
  }
  ul,ol{
    margin-bottom: 1.6rem;
  }
  ul > li {
    margin-bottom: 1.2rem;
  }
  h1,.h1, .h1 * {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
  h2,.h2, .h2 * {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
  h3,.h3, .h3 * {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  h4,.h4, .h4 * {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  h5,.h5, .h5 * {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .fw-48, .fw-48 * {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
  .fw-24, .fw-24 * {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .subtitle {
    margin: 0 0 1.6rem !important;
    font-size: 1.3rem !important;
    line-height: 1.9rem !important;
  }
  .btn-group {
    display: block;
    margin: 0 0 -1rem;
  }
  .btn-group .btn{
    width: 100%;
    margin: 0 0 1rem;
  }
  .btn {
    height: 4.8rem;
    padding: 0 2.4rem;
    font-size: 1.5rem;
  }
  .btn-md {
    height: 4.8rem !important;
    font-size: 1.5rem !important;
  }
  .btn-sm {
    height: 4.4rem !important;
    padding: 0 1.6rem 0 2.4rem !important;
  }
  .btn-lg {
    font-size: 1.5rem !important;
  }
  .btn-200{
    min-width: 20rem;
  }
  .btn-link {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .btn-link img {
    margin-left: 0.6rem;
    width: 1.7rem;
    height: 1.7rem;
  }
  .owl-nav {
    margin-top: 3.2rem;
  }
  .btn-owl {
    width: 4rem !important;
    height: 4rem !important;
    margin: 0 0.6rem !important;
  }
  .badge {
    height: 3rem;
    border-radius: 2.4rem;
    padding: 0 1.6rem;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .sm-order-1 {
    order: -1;
  }
  .icon-md {
    width: 1.8rem;
    height: 1.8rem;
  }
  .sec-info-block .col-lg-6 + .col-lg-6{
    margin-top: 1.6rem;
  }
  .has-shape::after{
    content: none;
  }
  .h-60 {
    min-height: initial;
  }
  .row {
    --bs-gutter-x: 1.5rem;
  }
  .mr-12 {
    margin-right: 0.8rem;
  }
  .mb-24 {
    margin-bottom: 1.6rem;
  }
  .pt-24{
    padding-top: 1.6rem;
  }
  .mt-24 {
    margin-top: 1.6rem;
  }
  .pr-24 {
    padding-right: 0;
  }
  .pt-32 {
    padding-top: 2.4rem;
  }
  .mt-32 {
    margin-top: 2.4rem;
  }
  .mb-32 {
    margin-bottom: 2.4rem;
  }
  .p-32 {
    padding: 2.4rem 2rem;
  }
  .mt-sm-40{
    margin-top: 4rem;
  }
  .p-48 {
    padding: 2.4rem 2rem;
  }
  .mt-48 {
    margin-top: 3.2rem;
  }
  .m-bottom-48 {
    margin-bottom: 3.2rem !important;
  }
  .mb-48 {
    margin-bottom: 3.2rem;
  }
  .pb-48 {
    padding-bottom: 3.2rem;
  }
  .pt-48 {
    padding-top: 3.2rem;
  }
  .mt-64 {
    margin-top: 3.2rem;
  }
  .mb-64 {
    margin-bottom: 3.2rem;
  }
  .p-64 {
    padding: 3.2rem 2rem;
  }
  .mb-128 {
    margin-bottom: 6.4rem;
  }
  .pb-128 {
    padding-bottom: 6.4rem;
  }
  .pt-128 {
    padding-top: 6.4rem;
  }
  .pt-365 {
    padding-top: 22.5rem;
  }
}

#info-box {
  position: fixed;
  top: calc(50% - 200px);
  left: calc(50% - 160px);
  width: 320px;
  min-height: 120px;
  z-index: 1000;
  background-color: #fff;
  text-align: center;
  padding: 20px;
  display: none;
  box-sizing: border-box;
}