/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* @font-face {
  font-family: 'Neutrif Pro';
  src: url('../../vendor/neutrifpro/NeutrifPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
	font-family: 'Neutrif Pro';
	font-weight: 300;
	src: url('../../vendor/neutrifpro/NeutrifPro-Light.woff') format('woff');
}
  
@font-face {
	font-family: 'Neutrif Pro';
	font-style: italic;
	font-weight: 300;
	src: url('../../vendor/neutrifpro/NeutrifPro-LightItalic.woff') format('woff');
}

@font-face {
	font-family: 'Neutrif Pro';
	font-weight: 400;
	src: url('../../vendor/neutrifpro/NeutrifPro-Regular.woff') format('woff');
}
  
@font-face {
	font-family: 'Neutrif Pro';
	font-style: italic;
  font-weight: 400;
	src: url('../../vendor/neutrifpro/NeutrifPro-RegularItalic.woff') format('woff');
}

@font-face {
	font-family: 'Neutrif Pro';
	font-weight: 500;
	src: url('../../vendor/neutrifpro/NeutrifPro-Medium.woff') format('woff');
}
  
@font-face {
	font-family: 'Neutrif Pro';
	font-style: italic;
	font-weight: 500;
	src: url('../../vendor/neutrifpro/NeutrifPro-MediumItalic.woff') format('woff');
}
  
@font-face {
	font-family: 'Neutrif Pro';
	font-weight: 600;
	src: url('../../vendor/neutrifpro/NeutrifPro-SemiBold.woff') format('woff');
}
  
@font-face {
	font-family: 'Neutrif Pro';
	font-style: italic;
	font-weight: 600;
	src: url('../../vendor/neutrifpro/NeutrifPro-SemiBoldItalic.woff') format('woff');
}
  
@font-face {
	font-family: 'Neutrif Pro';
	font-weight: 700;
	src: url('../../vendor/neutrifpro/NeutrifPro-Bold.woff') format('woff');
}
  
@font-face {
	font-family: 'Neutrif Pro';
	font-style: italic;
	font-weight: 700;
	src: url('../../vendor/neutrifpro/NeutrifPro-BoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Mont';
  src: url('../../vendor/mont/Mont-Heavy.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: 'Montserrat';
  src: url('../../vendor/montserrat/Montserrat-ExtraBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

body {
  font-family: 'Neutrif Pro';
  color: #231F20;
  line-height: 1.5;
  background: #F8F7F7;
  overflow-x: hidden !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* LOADING */

#loading {
	position: fixed;
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/logo.gif) no-repeat;
	background-color: #fff;
	background-attachment: fixed;
	background-size:200px;
  background-position: center; 
	opacity:1;
  overflow: hidden;
} 

.loader_button {
  border: 2px solid #EF5431;
  border-radius: 50%;
  border-top: 2px solid #F7AA98;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* END LOADING */

.body-of-content {
  white-space: pre-wrap;
}

a {
  color: #FFFFFF;
  transition: .3s all ease;
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.container-xl {
  max-width: 1470px;
  margin:0 auto;
}

button:focus {outline:0;}

.section {
  padding: 7rem 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #231F20;
  border:1px solid #fff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 10px;
}

.for-mobile{
  display:none;
}
.for-desktop{
  display:block;
}

.mt-m-200{
  margin-top: -250px;
}

.mt-m-150{
  margin-top: -150px;
}

.mt-120{
  margin-top:120px !important;
}

.mt-100{
  margin-top:100px;
}

.mt-56{
  margin-top:56px;
}

.mt-50{
  margin-top:50px;
}

.mt-lg-6{
  margin-top: 5rem!important;
}

.mr-desk{
  margin-right: 24px;
}

.mr-40{
  margin-right: 40px;
}

.mr-12{
  margin-right: 12px;
}

.p-12{
  padding:12px;
}

.py-lg-12{
  padding:12px 0;
}

.br-16{
  border-radius: 16px;
}

.br-4{
  border-radius: 4px !important;
}

.br-8{
  border-radius: 8px;
}

.my-100{
  margin:100px 0;
}

.my-40{
  margin:40px 0;
}

.my-32{
  margin:32px 0;
}

.rg-60{
  row-gap: 60px;
}

.rg-48{
  row-gap: 48px;
}

.rg-40{
  row-gap: 40px;
}

.pt-80{
  padding-top: 80px;
}

.py-6{
  padding:6px 0;
}

.pb-12{
  padding-bottom: 12px;
}

.pb-160{
  padding-bottom: 160px;
}

.pb-60{
  padding-bottom: 60px;
}

.mb-170{
  margin-bottom: 170px;
}

.mb-140{
  margin-bottom: 140px !important;
}

.mb-100{
  margin-bottom: 100px;
}

.mb-80{
  margin-bottom: 80px;
}

.mb-64{
  margin-bottom: 64px;
}

.mb-60{
  margin-bottom: 60px;
}

.mb-48{
  margin-bottom: 48px;
}

.mb-40{
  margin-bottom: 40px;
}

.mb-32{
  margin-bottom: 32px;
}

.mb-24{
  margin-bottom: 24px;
}

.mb-20{
  margin-bottom: 20px;
}

.mw-200{
  min-width: 200px;
}

.mw-135{
  min-width: 135px;
}

.mw-lg-135{
  min-width: 135px;
}

.mw-100{
  min-width: 100px;
}

.mw-fit{
  min-width: fit-content;
}

.mw-lg-fit{
  min-width: fit-content;
}

.h-48{
  height: 48px;
}

.h-52{
  min-height: 52px;
}

.fs-16{
  font-size: 16px !important;
}

.fs-14{
  font-size: 14px !important;
}

.fw-700{
  font-weight: 700 !important;
}

.fw-600{
  font-weight: 600;
}

.fw-500{
  font-weight: 500;
}

.tiger{
  color: #EF5431;
}

.c-565354{
  color: #565354;
}

.c-000{
  color: #000;
}

.neutral{
  color: #DEDEDE;
}

.neutral-shade{
  color: #DEDEDE;
}

.neutral-white{
  color: #F8F7F7;
}

.neutral-caption{
  color: #A7A4A5;
}

.neutral-subheading{
  color: #747172;
}

.fz-36{
  font-weight: 900 !important;
  font-size: 36px !important;
  line-height: 42px !important;
}

.fz-30{
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
}

.fz-24{
  font-weight: 900;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0.48px;
  font-family: 'Montserrat';
}

.fz-18{
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.fz-mont-16{
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 900;
  line-height: 20px;
}

.fz-15{
  font-weight: 400;
  font-size: 15px;
  line-height: 20.25px;
}

.fz-14{
  font-weight: 500;
  font-size: 14px !important;
  line-height: 18px !important;
}

.fz-12{
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.d-flex-desktop{
  display: flex;
}

.w-60{
  width: 60%;
}

.bg-color-table-title{
  background-color: #c9daf8!important;
}

.border-full-black-1 {
  border: solid 1px black;
}

.border-side-black-1 {
  border-left: solid 1px black;
  border-right: solid 1px black;
}

.border-bottom-black-1 {
  border-bottom: solid 1px black;
}

@media (max-width: 768px) {
  .for-mobile{
    display:block;
  }
  .for-desktop{
    display:none;
  }

  .arrow-can-do{
    transform: rotate(90deg);
  }

  /* .indiana-scroll-container--hide-scrollbars {
    margin-right: -75px;
    padding-right: 175px;
  } */
  /* section {
    overflow:hidden;
  } */

  .back-to-top {
    bottom: 15px;
  }
  .site-navbar {
    padding: 10px 0px !important;
  }

  .site-navbar .site-logo {
    vertical-align:baseline !important;
    /* padding:20px 0; */
  }

  .fz-18{
    font-size: 15px;
    line-height: 20px;
  }

  .fz-36{
    font-weight: 900 !important;
    font-size: 24px !important;
    line-height: 26px !important;
  }

  .last-article{
    padding:12px !important;
  }

  .last-article h2{
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .header-blog{
    padding:40px 0 !important;
  }

  .container-list-blog{
    margin-top:40px !important;
  }

  .list-blog{
    padding:0 !important;
  }

  .list-blog .category-blog{
    font-size: 14px !important;
  }

  .list-blog h1{
    font-size: 18px !important;
  }

  .list-blog p{
    font-size: 15px !important;
  }

  .card-blog{
    margin-bottom: 50px !important;
  }

  .list-blog:hover{
    box-shadow:none !important;
    background-color: transparent !important;
  }

  .header-article .category-blog{
    font-size: 14px !important;
  }

  .header-article h2{
    font-size: 24px !important;
    line-height: 120% !important;
  }

  .view-all{
    font-size: 14px !important;
  }

  .mw-lg-fit,
  .mw-lg-135{
    min-width: 100%;
  }

  .er-calculator-result{
    background-image: none !important;
  }

  .avatar-result img{
    position: relative !important;
    left: 0 !important;
    transform: translateY(0) !important;
    margin-bottom: 24px;
  }

  .er{
    position: relative !important;
  }
}

@media (max-width: 991px) {
  .inquiry-form{
    min-height: 900px;
    margin-top:50px !important;
    margin-bottom: 375px !important;
    padding: 32px 20px !important;
  }

  /* .the-form{
    width: 91% !important;
  } */

  .article{
    margin-top:30px !important;
  }

  .background-thumbnail-blog{
    min-height: 200px !important;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
section.bg-noise{
  background: url(../img/noise.png), #231F20;
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-section {
  padding: 40px;
}

.hero-section .home-banner{
  padding-bottom: 50px;
}

/* .hero-section, .hero-section > .container > .row {
  height: 100vh;
  min-height: 800px;
} */

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section .background-desc{
  width:100%;
  max-width:550px;
}

.hero-section h1 {
  color: #231F20;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 58px;
  /* line-height: 58px; */
  margin-bottom: 30px;
}

.hero-section h1.home-title {
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 40px;
}

.hero-section p {
  color: #747172;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

.hero-section p.home-desc {
  color: #DEDEDE;
  letter-spacing: 0.025em;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

p.title-cpm{
  color:#000000;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.30);
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  top: 0;
  width: 100%;
  padding: 18px 0 0 0;
}

.site-navbar.nomenu{
  padding: 28px 18px;
}

.site-navbar .row-header{
  margin-left:-30px;
  margin-right:-30px;
}

.site-navbar .site-logo {
  vertical-align:super;
  /* padding:20px 0; */
}

.site-navbar .site-logo a {
  /* color: #fff; */
  /* font-weight:700; */
}

.site-navbar .site-logo a img {
  vertical-align:bottom;
}

.site-navbar .site-logo a:hover {
  text-decoration: none;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
  color: #231F20;
  font-size: 14px;
  font-weight: 500;
}

.site-navbar .site-navigation .site-menu .language {
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  margin-right: 50px;
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  /* padding: 0px 20px; */
  /* color: #fff; */
  display: inline-block;
  text-decoration: none !important;
  /* font-size:18px;
  font-weight:700; */
}

/* .site-navbar .site-navigation .site-menu > li.active > a {
  color: #9fa1a4 !important;
} */

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\ea99";
  font-size: 16px;
  top: 52%;
  right: 0;
  transform: translateY(-50%);
  font-family: 'icofont';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 15px;
  margin-left: 0px;
  background: #fff;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #000000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #2d71a1 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

/* .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f2f4f6;
  color: #000000;
} */

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\ea75";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f2f4f6;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #2d71a1;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: -10px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: .3s all ease-in-out;
}

a.menu-left{
  color: #231F20;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding:0 20px;
}

a.menu-left.active{
  color: #EF5431;
}

a.menu-left:hover{
  color: #EF5431;
  opacity:0.8;
}

/* Offcanvas Toggle */
.offcanvas-toggle {
  position: relative;
  /* width: 30px; */
  /* height: 20px; */
  padding: 0;
  border: none;
  background-color: transparent;
}

/* .offcanvas-toggle span {
  display: block;
  width: 30px;
  height: 20px;
  background-image: url("../img/toggle.svg");
  background-repeat: no-repeat;
} */

/* Off Canvas CSS */
body.offcanvas-open {
  overflow: hidden;
}

/* Off Canvas Section */
.offcanvas-section {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: -100%;
  left: auto;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.offcanvas-section.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.offcanvas-section.open .offcanvas-close {
  visibility: visible;
  opacity: 1;
}

/* OffCanvas Overlay */
.offcanvas-overlay {
  position: fixed;
  z-index: 996;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* OffCanvas Wraper */
.offcanvas-wrap {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  background-color: #FFFFFF;
  /* -webkit-box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1); */
}

.offcanvas-wrap .inner {
  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;
  /* min-height: 100%; */
  padding: 0px 20px;
}

.offcanvas-wrap .inner .logo {
  vertical-align:middle;
  align-items: center;
  height:60px;
  color:white;
  padding-top:18px;
  margin-bottom:40px;
}

.offcanvas-wrap .inner .logo img {
  vertical-align:bottom;
}

/* OffCanvas Close */
.offcanvas-close {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  z-index: 997;
  top: 50px;
  right: 20px;
  visibility: hidden;
  width: 50px;
  height: 50px;
  border-radius:100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  color: #ffffff;
  border: none;
  background-color: #4b4849;
  -webkit-box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
}

.toggle-welcome{
  text-align:center;
  margin-bottom:30px;
}

.toggle-welcome img{
  padding:70px 0 30px 0;
}

.toggle-welcome h5{
  font-weight: 600;
}
.toggle-welcome p{
  font-size:14px;
  padding:0 50px;
}

@media only screen and (max-width: 479px) {
  .offcanvas-close {
    width: 40px;
    height: 40px;
  }
}

/* OffCanvas Menu */
.offcanvas-menu nav ul {
  font-size: 15px;
  position: static;
  top: 0;
  left: 0;
  visibility: visible;
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.offcanvas-menu nav ul li {
  position: relative;
  /* margin:0px 0px 40px 0; */
  margin-bottom: 16px;
}

.offcanvas-menu nav ul li .parent{
  padding:12px 0;
}

.offcanvas-menu nav ul li.submenu:after,
.offcanvas-menu nav ul li.submenu-mobile:after,
.offcanvas-menu nav ul.not li.submenu-mobile:after {
  content: url("../img/chevron.svg");
  transform: rotate(0deg);
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.offcanvas-menu nav ul li.submenu.login:after,
.offcanvas-menu nav ul li.submenu-mobile.login:after {
  content: url("../img/chevron-tiger.svg");
  transform: rotate(0deg);
  font-size: 12px;
  position: absolute;
  height: 20px;
  right: 35% !important;
  top: 3px !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.offcanvas-menu nav li.submenu:hover:after,
.offcanvas-menu nav li.submenu.login:hover:after,
.offcanvas-menu nav li.submenu-mobile.r-180:after,
.offcanvas-menu nav li.submenu-mobile.login.r-180:after{
  transform: rotate(180deg);
}

.offcanvas-menu nav li.submenu ul,
.offcanvas-menu nav li.submenu-mobile ul {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  margin:0;
  padding:0;
}

.offcanvas-menu nav li.submenu:hover ul,
.offcanvas-menu nav li.submenu-mobile ul.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.offcanvas-menu nav ul li ul.no-bullet li{
  position: relative;
  padding:16px 20px;
  margin-bottom: 0px;
}

.offcanvas-menu nav ul li ul.login li{
  position: relative;
  padding:16px 0 8px 0;
  margin-bottom: 0px;
}

.offcanvas-menu nav ul li a {
  color:#000000;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: normal;
  text-align:center;
}

.offcanvas-menu nav ul li.submenu.login a,
.offcanvas-menu nav ul li.submenu-mobile.login a {
  color: var(--button-button-primary, #EF5431);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: normal;
  text-align:center;
  letter-spacing: 0.12px;
}

.offcanvas-menu nav ul li ul.no-bullet li a{
  font-family: 'Neutrif Pro';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.offcanvas-footer{
  margin-top:75px;
  position:absolute;
  width:100%;
  bottom:100px;
  left:0px;
}

.offcanvas-footer nav ul {
  font-size: 15px;
  position: static;
  top: 0;
  left: 0;
  visibility: visible;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.offcanvas-footer nav ul li {
  position: relative;
  padding:0;
}

.offcanvas-footer nav ul li span {
  padding:0px 10px;
}

.offcanvas-footer nav ul li a {
  font-weight: 600;
  line-height: 1;
  padding: 15px 0;
  text-align:center;
  margin:20px;
}

.offcanvas-footer nav ul li a.btn-download{
  /* font-weight: 600;
  line-height: 1;
  padding: 15px 0;
  text-align:center; */
  margin:10px;
}

.offcanvas-footer nav ul li a.disabled {
  cursor:default;
  color:#a2a0a9;
}

.offcanvas-menu nav ul li:last-child > a {
  border-bottom: none;
}

.offcanvas-menu nav ul li .menu-expand {
  line-height: 44px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 30px;
  height: 44px;
  cursor: pointer;
  text-align: center;
}

.offcanvas-menu nav ul li .menu-expand i {
  position: relative;
  display: block;
  width: 10px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  border-bottom: 1px solid;
}

.offcanvas-menu nav ul li .menu-expand i::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  content: "";
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  border-bottom: 1px solid;
}

.offcanvas-menu nav ul li .menu-expand:hover i {
  border-color: #007BFF;
}

.offcanvas-menu nav ul li .menu-expand:hover i::before {
  border-color: #007BFF;
}

.offcanvas-menu nav ul li.active > .menu-expand i::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.offcanvas-menu nav ul li.active > .sub-menu {
  border-bottom: 1px solid #EEEEEE;
}

.offcanvas-menu .sub-menu {
  display: none;
}

.offcanvas-menu .sub-menu li {
  padding: 0 15px;
}

.offcanvas-menu .sub-menu li a {
  font-size: 13px;
  text-transform: inherit;
}

.header-menu-mobile{
  padding:0px 15px !important;
}

.toggle-close{
  border-radius: 12px;
  padding:12px;
  border: 1px solid var(--background-background-secondary, #FFF);
  background: var(--background-background-primary, #F8F7F7);
  cursor: pointer;
}
/* NEW NAVBAR*/

.main-nav .nav {
  float: right;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.main-nav .nav li a {
  display: block;
  font-size: 14px;
  color: #231F20;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-style: normal;
  font-weight: 500;
  border: transparent;
  letter-spacing: 0.14px;
}

.main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.main-nav .nav li.submenu:after {
  content: url("../img/chevron-black.svg");
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 2px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-nav .nav li.submenu.no-chevron {
  /* border-right-color: rgba(222, 222, 222, 0.40);
  border-right-width: 1px;
  border-right-style: solid; */
  padding-right:20px !important;
}

.main-nav .nav li.submenu.login {
  border-left-color: rgba(222, 222, 222, 0.40);
  border-left-width: 1px;
  border-left-style: solid;
  height: 15px;
  margin-top: 5px;
}

.main-nav .nav li.submenu.no-chevron:after {
  content: '';
}

.main-nav .nav li.submenu.login:after {
  top: -1px;
}

.main-nav .nav li.submenu:hover:after {
  transform: rotate(180deg);
}

.main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.main-nav .nav li.submenu ul {
  position: absolute;
  min-width: 150px;
  box-shadow: 0px 30px 10px 0px rgba(92, 92, 92, 0.15);
  overflow: hidden;
  top: 30px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  border-radius: 12px;
  margin:0;
  padding:0;
}

.main-nav .nav li.submenu ul.solutions {
  width: 500px;
}

.main-nav .nav li.submenu.login ul {
  width: 235px;
  right: 0;
}

.main-nav .nav li.submenu ul li {
  margin:0;
  padding:0;
  list-style: none;
}

.main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #FFFFFF;
  color: #231F20;
  padding: 14px var(--Spacing---4, 16px);
  min-height: 46px;
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-weight: 700;
}

.main-nav .nav li.submenu.login a.login {
  color: var(--button-button-primary, #EF5431);
  font-family: 'Montserrat';
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%; /* 15px */
  letter-spacing: 0.12px;
}

.main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #ff6827!important;
  padding-left: 20px;
}

.main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.main-nav .nav li.submenu ul.solutions .description {
  color: var(--text-text-dark-small-text, #757172);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: -10px;
}

.menu-language{
  border-bottom-color: rgba(222, 222, 222, 0.40);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer{
  border-top: 4px solid var(--border-border-selected, #EF5431);
  padding: 80px 0 40px 0;
  background-color: #FFFFFF;
  color: #231F20;
  font-size: 14px;
  font-weight: 500;
}

footer p.desc {
  font-size:16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.16px;
}

footer span.red{
  color: #DA5C5C;
}

footer a{
  color: #231F20;
}

footer a:hover {
  color: #DA5C5C;
}

footer p a {
  color: #33ccc5;
  transition: all .5s;
}

footer p a:hover {
  color: #4771cb;
}

footer h3 {
  margin-bottom: 1rem;
}

footer .title-left-footer{
  color:#EF5431;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
}

footer .button-apps{
  background: #F8F7F7;
  border-radius: 24px;
  color:#231F20;
  padding: 12px 14px;
  width:147px;
  cursor:pointer;
}

footer .button-apps:hover{
  opacity:0.8;
}

footer .button-apps .get-it-on{
  font-size: 12px;
  display:block;
}

footer .button-apps .title{
  font-weight: 700;
  font-size: 12px;
  display:block;
  white-space: nowrap;
}

footer ul{
  margin-top:30px !important;
  padding-left:10px;
	margin:0 auto;
	text-align:center;
	list-style-type:none;
}

footer ul.nav-footer{
  margin-top:0px !important;
  padding-left:0;
	margin:0 auto;
	text-align:left;
  list-style-type:none;
  font-size:14px;
  color:white !important;
}

footer ul li{
	display:inline-block;
	text-align:center;
	line-height:30px;
	margin:0 10px 0 0;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
footer ul li:hover	a{
	opacity:0.8;
}

footer ul li a{
	width:42px !important;
	height:42px !important;
}
footer ul li a i{
	line-height:42px !important;
}

.playstore{
  text-align: left;
  padding-left:0;
}

.social-media{
  text-align: left;
  padding-left:0;
}

.wrapper-footer {
  display: inline-block;
  white-space: nowrap;
  width:100%;
}

.block-footer-img {
  width: 20%;
  margin: 0px 10px 0 0;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align:left;
}

.block-footer-img img {
  max-width:100px;
}

.block-footer {
  width:80%;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align:left;
  padding-right:15px;
}

footer .col-copyright{
  border-top:2px solid #EF5431;
}

footer .separator{
  width: 1px;
  height: 11px;
  background: var(--border-border-primary, #DFDFDF);
  margin:0 16px;
}

footer .partner{
  border-radius: 20px;
  background: #FFF;
  box-shadow: 1px 15px 24px 2px rgba(172, 172, 172, 0.25);
  padding: var(--Spacing---8, 32px);
  text-align: center;
  width: 179px;
  height: 129px;
}

@media only screen and (max-width: 479px) {
  footer .partner{
    width: 100%;
    margin-top:20px;
  }
}

footer .partner .title{
  color: var(--text-text-dark-secondary, #565354);
}

footer .title-menu{
  color: var(--button-button-primary, #EF5431);
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

footer .copyright{
  color: var(--text-text-dark-small-text, #757172);
}

/*btn*/

button[disabled].btn-launcher{
  background: #F7AA98;
  cursor: auto;
}

.btn-launcher{
  background: #EF5431;
  border-radius: 16px;
  padding: 16px;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 125%;
  border:none;
  cursor: pointer;
  letter-spacing: 0.14px;
}

.btn-signup{
  background: #EF5431;
  border-radius: 16px;
  padding: 16px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  width: fit-content;
  min-width: 200px;
  cursor: pointer;
}

.btn-login{
  background: transparent;
  border-radius: 16px;
  border: 2px solid #EF5431;
  padding: 13px 24px;
  color: #EF5431;
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.16px;
  cursor: pointer;
}

.btn-login:hover{
  opacity: 0.8;
  color: #EF5431;
}

.btn-launcher:hover{
  background-color: #8F321D;
  transition: background-color 1000ms;
}


.btn-signup:hover{
  opacity: 0.8 !important;
}

.btn-download-apps{
  background: #FFFFFF;
  border: 1px solid rgba(222, 222, 222, 0.35);
  border-radius: 24px;
  padding: 10px;
  width: 147px;
  cursor: pointer;
}

.btn-download-apps:hover{
  opacity: 0.8 !important;
}

.btn-download-apps .get-it-on{
  color: #231F20;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
}

.btn-download-apps .title{
  color: #231F20;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

/*section we believe*/
.section-we-believe{
  /* background: url(../img/noise.png), #231F20; */
  background-color: #FFFFFF;
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding:50px 40px;
}

.section-we-believe .title-blue{
  color: #6FCACF;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}

.section-we-believe .title{
  color: #231F20;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 56px;
}

.section-we-believe .title-desc{
  color: #747172;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  width: 80%;
  margin: 0 auto;
}

.section-we-believe .container-card{
  margin-top: 100px;
}

.section-we-believe .card-testimoni{
  background: #231F20;
  border-radius: 16px;
  padding: 20px;
  margin:0 15px;
  width: 333px;
  text-align: left;
  margin-top:70px;
}

.section-we-believe .card-testimoni .avatar{
  display: block;
  margin-top:-70px;
}

.section-we-believe .card-testimoni img.avatar{
  width: 100px;
  height: 100px;
}

.section-we-believe .card-testimoni img.kutip{
  width: 52px;
}

.section-we-believe .card-testimoni .desc{
  color: #F8F7F7;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.section-we-believe .card-testimoni .fullname{
  color: #F8F7F7;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 0px;
}

.section-we-believe .card-testimoni .username{
  color: #EF5431;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

/*section grow beyond*/

.section-grow-beyond{
  text-align: center;
  /* padding:50px 40px; */
  padding:50px 40px 0 40px;
}

.section-grow-beyond .title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
  color: #231F20;
}

.section-grow-beyond .title-desc{
  color: #8E8B8C;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

.section-grow-beyond .card-beyond .title{
  color: #231F20;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
}

.section-grow-beyond .card-beyond .desc{
  color: #747172;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

/*section featuren on home*/

.section-featured-on{
  text-align: center;
  padding:50px 20px;
}

.section-featured-on .analytics{
  box-shadow: 2px 8px 24px 8px rgba(82, 82, 82, 0.12);
  border-radius: 24px;
  background: #FFFFFF;
  margin-top:-100px;
}

.section-featured-on .analytics .box{
  border-right: 1px solid #DEDEDE;
  padding:64px 0;
}

.section-featured-on .analytics .box.no-border-right{
  border-right: none;
}

.section-featured-on .analytics .box .number{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
  margin-bottom: 25px;
}

.section-featured-on .analytics .box .title{
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #747172;
}

.section-featured-on h1{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  color: #231F20;
  margin-top:70px;
}

/*section use-bintango*/

.section-use-bintango{
  background-color: #FFFFFF;
  text-align: center;
  padding:50px 20px;
}

.section-use-bintango h1.title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 40px;
  color: #231F20;
}

.section-use-bintango p.desc1{
  color: #747172;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.025em;
  width: 55%;
}

.section-use-bintango .card-use-bintango{
  box-shadow: 2px 8px 24px 8px rgba(82, 82, 82, 0.12);
  border-radius: 24px;
  background: #F8F7F7;
  padding: 0px;
  color: #231F20;
  padding:20px 30px;
  /* width: 100%; */
  margin:30px;
}

.section-use-bintango .card-use-bintango img.image-right{
  max-width: 450px;
}

.section-use-bintango .card-use-bintango .list-percentage .title{
  color: #231F20;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.section-use-bintango .card-use-bintango .list-percentage img.img-percentage{
  border-radius:8px;
  width: 40px;
  height: 40px;
}

.section-use-bintango .card-use-bintango .list-percentage .by{
  color: #8E8B8C;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.section-use-bintango .card-use-bintango .list-percentage .percentage{
  color: #EF5431;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.section-use-bintango h1.title{
  color: #231F20;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
}

.section-use-bintango p.desc{
  color: #747172;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  width: 100%;
}

.section-use-bintango p.title-content{
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

.section-use-bintango .content-ugc .number{
  background: #6FCACF;
  border-radius: 100%;
  padding: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  min-width: 32px;
  min-height: 32px;
  margin-right: 15px;
  text-align: center;
}

.section-use-bintango .content-ugc .desc{
  color: #747172;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.section-use-bintango .button-use-bintango{
  text-align: left;
  background: #F8F7F7;
  border: 1px solid rgba(222, 222, 222, 0.35);
  border-radius: 24px;
  padding: 31px 16px;
  color: #231F20;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  height: 180px;
  cursor: pointer;
}

.section-use-bintango .button-use-bintango img{
  filter:grayscale(100%);
  -webkit-filter: grayscale(100%);
} 

.section-use-bintango .button-use-bintango:hover{
  background: #EF5431;
  color: #FFFFFF;
}

.section-use-bintango .button-use-bintango:hover img{
  filter:grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.section-use-bintango .button-use-bintango.active{
  background: #EF5431;
  color: #FFFFFF;
}

.section-use-bintango .button-use-bintango.active img{
  filter:grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.section-use-bintango .user-activities-boost{
  text-align: left;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px;
  color: #231F20;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  height: 100%;
}

.section-use-bintango .user-activities-boost img{
  width: 54px !important;
  height: 54px;
}

/*section customize-experience*/

.section-customize-experience{
  text-align: center;
  padding:80px 20px;
}

.section-customize-experience h1.title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 135%;
  color: #231F20;
}

.section-customize-experience .customize-card{
  padding: 20px 12px;
  background-color: #FFFFFF;
  border-radius: 24px;
  text-align: left;
  height: 100%;
  cursor: pointer;
}

.section-customize-experience .customize-card .caption{
  color: #231F20;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-right: 20px;
}

.section-customize-experience .customize-card .caption-desc{
  color: #747172;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.section-customize-experience .customize-card:hover{
  background-color: #EFEFEF;
  /* transition: background-color 500ms; */
}

.section-customize-experience .schedule-a-call{
  padding:20px 30px;
  background: #231F20;
  border-radius: 24px;
  margin-top:30px;
}

.section-customize-experience .schedule-a-call .title{
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 40px;
}

.section-customize-experience .schedule-a-call .desc{
  color: #DEDEDE;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.025em;
}

/*section featured*/

.section-featured{
  background-color: #EF5431;
  text-align: center;
  padding:50px 20px;
}

.section-featured .title{
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
}

/*section brand*/

.section-brand{
  background: rgba(35, 31, 32, 0.05);
  text-align: center;
  padding:50px 20px;
}

.section-brand .title{
  color: #231F20;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
}

/*section step*/
.section-step{
  background: url(../img/noise.png), #231F20;
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding:50px 40px;
}

.section-step .title{
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 30px;
}

.section-step .card-step{
  margin-top:-50px;
}

.section-step .card-step .number{
  background: #231F20;
  border: 4px solid #6FCACF;
  border-radius: 100%;
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 72px;
  height: 72px;
  width: 72px;
  margin: 0 auto;
}

.section-step .card-step .title{
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  margin-top: 20px !important;
  width: 80%;
  margin: 0 auto;
}

.section-step .card-step .desc{
  color: #F8F7F7;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  margin: 0 auto;
  width: 70%;
  margin-top: 10px !important;
  text-align: center;
}

.section-step .dashed-space {
  width:100%;
  height:4px;
  margin-top:30px;
  border-radius: 15px;
  background-image:linear-gradient(to right, #EF5431 0%, #EF5431 50%, transparent 50%);
  background-size:40px 4px;
  background-repeat:repeat-x;
}

.section-step .btn-apply-now{
  background: #EF5431;
  border-radius: 24px;
  padding: 19px 24px;
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
  margin-top: 25px !important;
}

.section-step .btn-apply-now:hover{
  opacity: 0.8;
}

.section-step .circle {
  background: #231F20;
  border: 4px solid #6FCACF;
  border-radius: 100%;
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 72px;
  height: 72px;
  width: 72px;
  margin: 0 auto;
  z-index: 2;
}

.section-step img{
  height: 72px;
  width: 72px;
  z-index: 2;
}

.section-step .by-step.d-flex {
  display: flex;
  text-align: left;
}
.section-step .by-step.d-flex .step {
  display: inline-flex;
  align-self: stretch;
  justify-content: center;
  margin-right: 20px;
}
.section-step .by-step.d-flex .step.bottom::after {
  content: "";
  position: relative;
  border-left: 3px dashed #ED8D8D;
  z-index: 1;
}
.section-step .by-step.d-flex .step.bottom::after {
  height: 100%;
  left: -50%;
  top: 0%;
}
.section-step .by-step.d-flex .step.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.section-step .by-step.d-flex .step.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}

/*section universe*/
.section-universe{
  background: url(../img/bg-universe.png), #231F20;
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding:50px 40px;
  min-height: 850px;
}

.section-universe .container-universe{
  margin-left: -15px;
  margin-right:-25px;
}

.section-universe .container-universe .item img{
  border-radius: 100%;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.section-universe .title{
  color: #F8F7F7;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 61px;
  text-align: center;
  text-transform: capitalize;
}

/*section we believe*/
.section-analytics{
  background: url(../img/noise.png), #231F20;
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding:50px 40px;
}

.section-analytics .title{
  color: #F8F7F7;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 34px;
  margin-top:20px;
}

.section-analytics .numbers{
  color: #EF5431;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
}

/*section benefits*/

.section-benefits{
  text-align: center;
  padding:50px 40px;
}

.section-benefits .title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
  color: #231F20;
}

.section-benefits .title-benefits{
  color: #EF5431;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
}

.section-benefits .desc-benefits{
  color: #747172;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}

/*section collaboration*/

.section-collaboration{
  text-align: center;
  padding:70px 40px;
  background-color: #FFFFFF;
}

.section-collaboration .title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
  color: #231F20;
}

.section-collaboration .btn-collaboration{
  background: #EF5431;
  border-radius: 24px;
  padding: 19px 24px;
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  width: fit-content;
  text-transform: uppercase;
}

.section-collaboration .btn-collaboration:hover{
  opacity: 0.8;
}

.section-collaboration .number{
  background: #F8F7F7;
  border: 2px solid #25A8A0;
  color: #25A8A0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding-top:5px;
  margin-right: 15px;
  flex-shrink: 0;
}

.section-collaboration .desc{
  color: #747172;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

/*section campaign*/
.section-campaign{
  background: url(../img/noise.png), #231F20;
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding:50px 0px;
}

.section-campaign .title{
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 30px;
}

.section-campaign .item-campaign{
  background: #FFFFFF;
  border-radius: 12px;
  padding: 10px;
  width: min-content;
  height: 226px;
  cursor: pointer;
}

.section-campaign .item-campaign:hover{
  opacity: 0.8;
}

.section-campaign .item-campaign img.thumbnail{
  height: 160px;
  width: auto;
}

.section-campaign .item-campaign .desc{
  text-align: left;
  color: #000000;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}

.section-campaign .container-campaign{
  margin-right:15px;
}

/*section download*/

.section-download{
  text-align: center;
  padding:70px 40px;
}

.section-download .title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 61px;
  color: #231F20;
}

.section-download .desc{
  color: #747172;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

.section-download .btn-download{
  background: #EF5431;
  border-radius: 24px;
  padding: 19px 24px;
  width: 335px;
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
}

.section-download .btn-download:hover{
  opacity: 0.8;
}

/*section marketing*/

.section-marketing{
  text-align: center;
  padding:70px 15px 70px 40px;
}

.section-marketing .title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 61px;
  color: #231F20;
}

.section-marketing .desc{
  color: #747172;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

.section-marketing .card-marketing{
  border: 2px solid #DEDEDE;
  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px 15px;
  width: 280px;
  background: #FFFFFF;
}

.section-marketing .card-marketing .title{
  color: #231F20;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
}

.section-marketing .card-marketing .desc{
  color: #747172;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}

.section-marketing .card-marketing .list{
  color: #231F20;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}

.section-marketing .card-marketing .title-study{
  color: #000000;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}

.section-marketing .card-marketing .feat{
  color: #747172;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

.section-marketing .card-marketing .number{
  background: #454142;
  border-radius: 100%;
  color: #FFFFFF;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  min-width: 20px;
  height: 20px;
  padding-top: 2px;
  margin-right: 8px;
  text-align: center;
}

.section-marketing .card-marketing img.checklist{
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.section-marketing .card-marketing .info{
  background: #F8F7F7;
  border-radius: 12px;
  padding: 12px;
  color: #231F20;
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}

.section-marketing .card-marketing .info p{
  margin-bottom: 0px;
}

.section-marketing .card-marketing .info span{
  color: #747172;
  font-weight: 500;
  margin-left: 10px;
}

.header-page{
  background: url(../img/noise.png), #231F20;
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
  padding:65px 0;
}

.header-blog{
  padding:60px 0;
}

.header-blog-detail{
  padding:32px 0;
}

.header-page h1{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 61px;
  color: #FFFFFF;
  padding:0;
}

.page-content{
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #231F20;
  padding:40px 0;
}

.page-content .link{
  color:#007bff;
}

.page-content .link:hover{
  color:#0056b3;
}

.page-content ol.parent-title{
  color: #000000;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  padding-inline-start: 25px;
}

.page-content ol.parent-title li{
  margin-bottom:30px;
}

.page-content ol.child-title li{
  margin-bottom:0px;
}

.page-content ol.parent-title li p{
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: #231F20;
  margin-top: 10px;
}

.page-content ol.child-title{
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #231F20;
  padding-inline-start: 15px;
  margin-bottom: 20px;
  text-align: justify;
}

table.cus_table {
  counter-reset: rowNumber;
}

table.cus_table tr {
  counter-increment: rowNumber;
}

table.cus_table tr td:first-child::before {
  content: counter(rowNumber);
  min-width: 1em;
  margin-right: 0.5em;
}

/*Mobile*/

@media only screen and (max-width: 479px) {
  .offcanvas-section {
    width: 100%;
  }

  .hero-section h1{
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .hero-section h1.home-title{
    font-size: 24px;
    line-height: 125%;
    text-align: left;
  }

  .hero-section p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .hero-section p.home-desc{
    font-size: 15px;
    line-height: 135%;
    text-align: left;
  }

  .btn-signup{
    width: 100%;
    padding: 17px 10px;
    font-size: 14px;
    line-height: 18px;
    max-width: 174px;
  }

  .hero-section{
    padding: 20px 15px;
  }

  .section-we-believe .title-blue{
    font-size: 14px;
    line-height: 18px;
  }
  
  .section-we-believe .title{
    font-size: 28px;
    line-height: 36px;
  }
  
  .section-we-believe .title-desc{
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }

  .section-we-believe{
    padding: 50px 0px; 
  }

  .section-grow-beyond .title{
    font-size: 28px;
    line-height: 36px;
  }

  .section-grow-beyond .desc{
    font-size: 18px;
    line-height: 23px;
  }

  .section-grow-beyond{
    /* padding: 50px 15px; */
    padding: 50px 15px 0px 15px;
  }

  .section-featured{
    padding: 50px 0;
  }

  .section-featured .title{
    font-size: 16px;
    line-height: 20px;
  }

  .section-featured .owl-carousel .owl-item{
    margin-right: 10px !important;
  }

  .section-featured .owl-carousel .owl-item img{
    width: 75%;
    margin:0 auto;
  }

  .section-brand{
    padding:50px 0;
  }

  .section-brand .owl-carousel .owl-item{
    margin-right: 10px !important;
  }

  .section-brand .owl-carousel .owl-item img{
    width: 75%;
    margin:0 auto;
  }

  .section-step .title{
    font-size: 28px;
    line-height: 36px;
  }

  .section-step .by-step .title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .section-step .by-step .desc{
    font-family: 'Neutrif Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 50px;
  }

  .section-step .btn-apply-now{
    margin-top: 0px !important;
  }

  .section-step{
    padding: 20px 0px;
  }

  .section-brand .title{
    font-size: 16px;
    line-height: 20px;
  }

  .section-universe .title{
    font-size: 28px;
    line-height: 36px;
  }

  .section-universe .owl-carousel .owl-item{
    margin:10px !important;
  }

  .section-universe .owl-carousel .owl-item img{
    width: 91px;
    height: 91px;
  }

  .section-analytics img{
    width: 80px;
  }

  .section-analytics .title{
    font-size: 16px;
    line-height: 20px;
  }

  .section-analytics .numbers{
    font-size: 24px;
    line-height: 28px;
  }

  .section-analytics{
    padding: 50px 15px;
  }

  .section-benefits .title{
    font-size: 24px;
    line-height: 28px;
  }

  .section-benefits{
    padding: 50px 15px;
  }

  .section-benefits .title-benefits{
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .section-benefits .desc-benefits{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .section-collaboration{
    padding: 50px 15px;
  }

  .section-collaboration .title{
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .section-collaboration .desc{
    font-size: 14px;
    line-height: 18px;
  }

  .section-collaboration .btn-collaboration{
    width: 100%;
  }

  .section-marketing{
    padding: 50px 0px;
    margin-right: 0;
  }

  .section-marketing .title{
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .section-marketing .desc{
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }

  .section-download{
    padding: 50px 15px;
  }

  .section-download .title{
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .section-download .desc{
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }

  .section-download .btn-download{
    width: 100%;
  }

  .section-we-believe .card-testimoni{
    margin-bottom: 0px;
  }

  .section-campaign .title{
    font-size: 18px;
    line-height: 22px;
  }

  footer{
    padding:40px 15px 20px 15px;
  }

  .mt-lg-6{
    margin-top: 0rem!important;
  }

  .header-page h1{
    font-size: 24px;
    line-height: 22px;
    /* padding:0 15px; */
  }
  
  .page-content{
    padding:40px 15px;
  }
  
  .page-content ol.parent-title{
    color: #000000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    padding-inline-start: 25px;
  }
  
  .page-content ol.parent-title li p{
    font-family: 'Neutrif Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #231F20;
    margin-top: 10px;
  }
  
  .page-content ol.child-title{
    font-family: 'Neutrif Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #231F20;
    padding-inline-start: 15px;
    margin-bottom: 20px;
  }

  .section-universe{
    min-height: 400px;
  }

  .section-featured-on .analytics{
    margin-top:-200px;
  }

  .section-featured-on .analytics .box{
    border-right: none;
    padding:20px 0;
  }

  .section-featured-on .analytics .box .number{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .section-featured-on .analytics .box .title{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }

  .section-customize-experience .customize-card img.image-experience{
    display: none;
  }

  .hero-section .home-banner{
    padding-bottom: 180px;
  }

  .margin-row{
    margin-right: -20px !important;
  }

  .section-use-bintango p.desc1{
    width: 100%;
  }

  .section-customize-experience .schedule-a-call .title{
    font-size: 24px;
    line-height: 28px;
  }

  .section-customize-experience .schedule-a-call .desc{
    font-size: 15px;
    line-height: 20px;
  }

  .grayscale{
    max-width: 167px;
  }

  .section-use-bintango .card-use-bintango{
    margin:30px 0;
  }
}

.dropdown-menu-lang .click-lang{
  padding:5px 15px;
  border:none;
  background-color: transparent;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  color: #231F20;
}

.dropdown-menu-lang .click-link{
  padding:10px 15px;
  border:none;
  background-color: transparent;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  color: #231F20;
}

.dropdown-menu-lang .click-lang:hover,
.dropdown-menu-lang .click-link:hover{
  background-color: #f8f8f8;
}

.dropdown-menu-lang button[disabled].click-lang{
  opacity:0.5;
}

.dropdown-menu-lang button[disabled].click-lang:hover{
  background-color: transparent;
  cursor: auto;
}

.dropdown-menu-lang{
  box-shadow: 0px 30px 10px 0px rgba(92, 92, 92, 0.15);
  border-radius: 4px;
  border:none;
  padding:0;
  margin:.5rem 0 0;
}

.dropdown-menu:hover{
  display: block;
}

.bg-lang{
  cursor: pointer;
}
/* .bg-lang:hover{
  background: #EFEFEF;
  transition: background-color 500ms;
} */

.grayscale{
  filter: grayscale(100%);
}

.margin-row{
  margin-left: -30px;
  margin-right: -30px;
}

@media (min-width: 768px) {
  .ten-columns > .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*BLOG*/
.last-article{
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 16px
}

.last-article h2{
  font-weight: 900;
  line-height: 34px;
  font-size: 30px;
  color: var(--neutral-color-doff-black, #231F20);
  font-family: 'Montserrat';
}

.last-article p{
  color: var(--neutral-color-subheading, #747172);
  line-height: 130%;
  letter-spacing: 0.27px;
  font-size: 18px;
}

.last-article .category-blog{
  padding: 8px 16px;
  border-radius: 12px;
  background: var(--tango-10, #F1FAFA);
  color: #43797C;
  width: fit-content;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.thumbnail-container{
  position: relative;
  height: 0;
  padding-top: 66.6666%;
  overflow: hidden;
  border-radius: 12px;
}

.thumbnail-blog{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  border-radius: 12px;
}

.thumbnail-blog-main{
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.menu-category-blog{
  min-width: max-content;
}

.menu-category-blog .menu-list-blog{
  display:inline-block;
  color: #747172;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  padding: 8px 24px;
  cursor:pointer;
  transition: 0.5s;
}

.menu-category-blog .menu-list-blog:hover{
  color: #EF5431;
}

.menu-category-blog .menu-list-blog.active{
  background: #FDEEEA;
  border-radius: 16px;
  color: #EF5431;
}

.list-blog{
  cursor: pointer;
  transition: 0.5s;
  padding:16px;
  min-height: 100%;
}

.list-blog:hover{
  box-shadow: 2px 8px 24px 8px rgba(82, 82, 82, 0.12);
  background-color: #FFFFFF;
  border-radius: 16px;
}

.list-blog .category-blog{
  padding: 8px 16px;
  border-radius: 12px;
  background: var(--tango-10, #F1FAFA);
  color: #43797C;
  width: fit-content;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.list-blog h1{
  font-size: 24px;
  font-family: 'Montserrat';
  font-weight: 900;
  line-height: 28px;
  color:#231F20;
  margin-bottom: 16px;
}

.list-blog p{
  color: var(--neutral-color-subheading, #747172);
  line-height: 130%;
  letter-spacing: 0.27px;
  font-size: 18px;
  overflow:hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient:vertical;
  text-transform: capitalize;
}

.paging-blog{
  color: #A7A4A5;
  margin-top:60px;
}

.button-paging{
  border-radius: 100%;
  width: fit-content;
  padding: 8px 10px;
  background-color: #FDEEEA;
  cursor: pointer;
  transition: 0.5s;
}

.button-paging:hover{
  background-color: #F7AA98;
}

.button-paging img.right{
  transform: rotate(180deg);
}

.inquiry-form{
  border-radius: 32px;
  padding: 32px 40px;
  background: #FFF;
  box-shadow: 0px 12px 32px 0px rgba(166, 166, 166, 0.12);
  color:#231F20;
  margin-top:100px;
  margin-bottom: 300px;
}

.the-form{
  box-shadow: 2px 8px 24px 8px rgba(82, 82, 82, 0.12);
  border-radius: 12px;
  background: #FFF;
  /* position: absolute;
  width: 96%;
  margin-top: 40px; */
}

.the-form .number{
  border-radius: 32px;
  background-color: #C7C7C7;
  width: 32px;
  height: 32px;
  /* padding: 5px 12px; */
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.16px;
  color: #fff;
  position: relative;
}

.the-form .number.active{
  background-color: #EF5431;
}

.the-form .title{
  background-color: #EF5431;
}

.container-inquiry{
  padding:24px 20px 32px 20px;
}

.line-inquiry{
  position: absolute;
  width: 45%;
  height: 1px;
  background: #DEDEDE;
  left: 42px;
  top: 36px;
}

.line-inquiry.active{
  background: #EF5431;
}

.form-inquiry{
  margin:20px 0;
  position: relative;
}

.form-inquiry.disabled input, 
.form-inquiry.disabled input:focus,
.form-inquiry.disabled textarea, 
.form-inquiry.disabled textarea:focus{
  color:#A89D9F !important;
}

.form-inquiry label{
  font-family: 'Neutrif Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #231F20;
  margin:0 0 10px 10px;
  display:block;
  padding-top:10px;
  min-height: 32px;
}

.form-inquiry input, 
.form-inquiry input:focus,
.form-inquiry textarea, 
.form-inquiry textarea:focus{
  background:transparent;
  border:none;
  border-radius:0;
  border-bottom:1px solid #8E8B8C;
  outline:0 !important;
  /* min-width:300px; */
  width:100%;
  padding:0 0 10px 10px;
  color:#231F20 !important;
  font-size:15px;
}

.form-inquiry ::placeholder{
  font-weight: 500;
  color: #8E8B8C;
}

.form-no-border input[type=text], .form-no-border input[type=text]:focus,
.form-no-border input[type=number], .form-no-border input[type=number]:focus{
  background:transparent;
  border:none;
  border-radius:0;
  outline:0 !important;
  width:100%;
  padding:0px 0 11px 1px;
  color:#231F20 !important;
  font-size:15px;
}

.form-no-border{
  border-bottom:1px solid #8E8B8C;
}

.url-sosmed{
  margin-left:10px;
  margin-bottom:9px;
  color: #231F20;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.button-primary{
  background: #EF5431;
  border-radius: 16px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  padding:13px 25px;
  font-family: 'Montserrat';
  width:100%;
  cursor:pointer;
  border:none;
  text-transform: uppercase;
}

.button-sending{
  background: #F7AA98;
  border-radius: 16px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  padding:13px 25px;
  font-family: 'Montserrat';
  width:100%;
  border:none;
  text-transform: uppercase;
}


.button-primary:hover,
.button-text:hover{
  opacity:0.9;
}

button[disabled].button-primary{
  background: #8E8B8C;
  cursor:default;
  color:#F8F7F7;
}

button[disabled].button-primary:hover{
  opacity: 1;
}

.button-text{
  color: #231F20;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  padding:13px 24px;
  font-family: 'Montserrat';
  width:100%;
  cursor:pointer;
  border:none;
  text-transform: uppercase;
  background-color: transparent;
}

.header-article .category-blog{
  padding: 8px 16px;
  border-radius: 12px;
  background: var(--tango-10, #F1FAFA);
  color: #43797C;
  width: fit-content;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.header-article h2{
  font-weight: 900;
  line-height: 94.5%;
  font-size: 36px;
  color: var(--neutral-color-doff-black, #FFF);
  font-family: 'Montserrat';
  letter-spacing: 0.36px;
}

.header-article p{
  color: var(--neutral-color-subheading, #F8F7F7);
  line-height: 150%;
  letter-spacing: 0.225px;
  font-size: 15px;
}

.header-article a{
  text-decoration: none;
  color:#FFFFFF;
}

.background-thumbnail-blog{
  border-radius: 24px;
  background: linear-gradient(225deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  min-height: 300px;
  /* position: relative;
  height: 0;
  padding-top: 66.6666%;
  overflow: hidden;
  border-radius: 12px; */
}

.author-info{
  border-bottom: 1.5px solid var(--neutral-color-doff-black, #231F20);
  background: var(--neutral-color-pure-white, #FFF);
  padding: 16px 10px;
  color: var(--neutral-color-doff-black, #231F20);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.article{
  color:#231F20;
  margin-top: 60px;
}

.share-article{
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.button-share-article{
  border-radius: 100px;
  border: 1px solid var(--neutral-color-border-shade, #DEDEDE);
  height: 40px;
  width: 40px;
  cursor: pointer;
  transition: 0.5s;
}

.button-share-article:hover{
  background-color: #FDEEEA;
  border: 1px solid var(--neutral-color-border-shade, #EF5431);
}

.sticky-top{
  top:20px !important;
  margin-bottom: 50px;
}

.read-more-title{
  color: var(--neutral-color-doff-black, #231F20);
  font-size: 24px;
  font-family: 'Montserrat';
  font-weight: 900;
  line-height: 28px;
}

.view-all{
  color: var(--neutral-color-doff-black, #EF5431);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.lazy-load-image-background {
  display: block !important;
}

.card-blog{
  margin-bottom: 32px;
}

.container-list-blog{
  margin-top: 60px;
  margin-bottom: 60px;
}

#blog-content h1,
#blog-content h2,
#blog-content h3{
  font-family: 'Montserrat';
}

#blog-content a{
  color:#231F20;
  text-decoration: underline;
}

#blog-content img{
  max-width: 100%;
  height: auto !important;
}

.bg-language{
  width: 32px;
  height: 32px;
  border-radius: 8px;
  text-align: center;
}

.bg-language.active{
  background: var(--tiger-10, #FDEEEA);
}

.main-banner{
  /* background-color: #000000; */
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url("../img/tangoAccent1.png");
  background-repeat: no-repeat;
  background-position: right -250px top -50px;
  background-size: contain;
}

.main-banner-dark{
  /* background-color: #000000; */
  padding-top: 80px;
  padding-bottom: 20px;
}

.main-banner-brand{
  /* background-color: #000000; */
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url("../img/bg-hero.png");
  background-repeat: no-repeat;
  background-position: right -290px top -80px;
  background-size: contain;
}

.main-banner-solution{
  /* background-color: #000000; */
  padding-top: 80px;
  padding-bottom: 140px;
  background-image: url("../img/rectangle-blue-right.png"), url("../img/rectangle-pink-left.png");
  background-repeat: no-repeat;
  background-position: right, left;
  background-size: contain;
}

.main-banner-technology{
  /* background-color: #000000; */
  padding-top: 80px;
  padding-bottom: 20px;
  background-image: url("../img/rectangle-blue-right.png"), url("../img/rectangle-pink-left.png");
  background-repeat: no-repeat;
  background-position: right, left top -100px;
  /* background-size: contain; */
}

.main-banner h3,
.main-banner-brand h3,
.main-banner-solution h3,
.main-banner-technology h3{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5.6px;
}

.main-banner h1,
.main-banner-brand h1,
.main-banner-solution h1,
.main-banner-technology h1{
  font-family: 'Montserrat';
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.main-banner-solution p,
.main-banner-technology p{
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 29px */
  letter-spacing: 0.2px;
}

.main-banner-solution.career-detail h1{
  font-family: 'Montserrat';
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.main-banner-solution.career-detail{
  border-bottom: 1px solid var(--border-border-primary, #DFDFDF);
}

.main-banner h1 span.tiger,
.main-banner-brand h1 span.tiger,
.main-banner-solution h1 span.tiger{
  color: #EF5431;
  font-weight: 800;
}

.main-banner-technology h1 span.tiger{
  color: #EF5431;
  font-weight: 700;
}

.main-banner-solution .title-solution{
  position: relative;
  width: fit-content;
  margin:0 auto;
}

.main-banner-solution .title-solution img.crown{
  position: absolute;
  top:-8px;
  right: -40px;
}

.main-banner-dark h1{
  color: var(--text-text-light-primary, #FFF);
  text-align: center;
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; 
}

.main-banner-dark h1.career{
  font-size: 56px;
  font-weight: 800;
}

.main-banner-dark h1.career span{
  font-size: 56px;
  font-weight: 800;
}

.main-banner-dark h3{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5.6px;
  color:#FFF;
}

.main-banner-dark h1 span.tiger{
  color: var(--button-button-primary, #EF5431);
  text-align: center;
  font-family: 'Montserrat';
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
}

.main-banner-dark p{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
  color:#DFDFDF;
}

.main-banner-dark .title-banner-dark{
  position: relative;
  width: fit-content;
  margin:0 auto;
}

.main-banner-dark .title-banner-dark img.love{
  position: absolute;
  top:-5px;
  right: -30px;
}

#progress .card-career{
  border-radius: 24px;
  border: 1px solid var(--border-border-primary, #DFDFDF);
  padding: var(--Spacing---8, 32px);
}

#progress .card-career .posted{
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  color:#757172;
}

#progress .card-career h3{
  font-family: 'Montserrat';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color:#231F20;
}

#progress .card-career p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
  color:#565354;
}

/*SECTION PARTNER*/
#partner{
  margin-bottom: 120px;
}

#partner .title{
  font-weight: 500;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
  /* min-width: 184px;
  margin-right: 80px; */
  width: 20%;
}

#partner .title span.number{
  color: #E20055;
  font-weight: 700;
}

#partner .carousel{
  position: relative;
  width: 80%;
}

#partner .carousel .gradient{
  position: absolute;
  width: 101%;
  height: 64px;
  margin-left: -1px;
  z-index: 2;
  background: rgb(248,247,247);
  background: linear-gradient(90deg, rgba(248,247,247,1) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(248,247,247,1) 100%);
}

#partner .carousel .gradient-white{
  position: absolute;
  width: 101%;
  height: 64px;
  margin-left: -1px;
  z-index: 2;
  background: rgb(250,250,250);
  background: linear-gradient(90deg, #FFF 0%, rgba(250,250,250,0) 15%, rgba(250,250,250,0) 85%, #FFF 100%);
}

/*SECTION SERVICES*/

#service{
  margin-top:160px;
  margin-bottom: 80px;
}

#service h1.title{
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

#service h1.title span.tiger{
  color: #EF5431;
}

#service p.title{
  color: #565354;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
  text-align: center;
  max-width: 600px;
}

#service h1.title-service{
  font-family: 'Montserrat';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#service h3{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
}

#service .number-service{
  background-color: #231F20;
  width: 40px;
  height: 40px;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
  border-radius: 100%;
}

#service .number-service-orange{
  background-color: #EF5431;
  width: 40px;
  height: 40px;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
  border-radius: 100%;
}

#service .card-service{
  padding:60px 0;
  /* position: -webkit-sticky; */
  position: sticky;
  box-sizing: content-box;
  min-height: 766px;
  height: auto;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: #F8F7F7;
  background-image: url("../img/tangoAccent1.png");
  background-repeat: no-repeat;
  background-position: right -250px top -50px;
  background-size: contain;
}

#service .card-service img.img-service{
  position: absolute;
  right: 0;
}
#service .card-service.shadow{
  box-shadow: 0px -16px 24px 0px rgba(92, 92, 92, 0.10);
}

#service .navigation-services{
  position: fixed;
  /* box-sizing: content-box; */
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  /* transition: all 0.1s ease-in-out; */
  /* display: flex;
  flex-direction: column; */
  z-index: 99;
}

#service .navigation-services .bullets{
  /* width: 20px;
  height: 20px;
  background-color: rgba(222, 222, 222, 0.40); */
  margin-bottom: 6px;
  /* border-radius: 100%;
  cursor: pointer;
  transition: background-color 500ms; */
}

/* #service .navigation-services .active{
  background-color: #EF5431;
  content: url("../img/arrow-right-white.svg");
  padding:2px;
}

#service .navigation-services .bullets:hover{
  background-color: #EF5431;
} */

#service .container-service {
  height: auto;
  position: relative;
  display: block;
}

#service .container-service-mobile{
  display: none;
}

#service .our-solution{
  border-radius: 16px 16px 0px 0px;
  background: #FDEEEA;
  height: 70px;
  padding: 15px var(--Spacing---4, 16px);
  width: fit-content;
  font-weight: 700;
}

#service .content-our-solution{
  padding: var(--Spacing---6, 24px);
  border-radius: 24px;
  background: #FFF;
  margin-top:-20px;
}

#service .content-our-solution .title{
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#service .content-our-solution .learn-more{
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%; /* 17.5px */
  letter-spacing: 0.14px;
  color:#EF5431;
}
/*TESTIMONIAL*/

#testimonial{
  margin-top: 160px;
  margin-bottom: 80px;
}

#testimonial h3{
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#testimonial h2{
  font-family: 'Montserrat';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#testimonial p{
  color: var(--text-text-dark-secondary, #565354);
}

#testimonial img.avatar{
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 100%;
}

#testimonial .fullname{
  font-weight: 700;
}

#testimonial .position{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
  letter-spacing: 0.14px;
}

.nav-testimonial button{
  border: 1px solid var(--border-border-secondary, rgba(222, 222, 222, 0.40)) !important;
  background: #FFF !important;
  width: 64px;
  height: 64px;
  border-radius: 100% !important;
  margin:0 !important;
  margin-right: 20px !important;
}

.nav-testimonial button.owl-prev span{
  background-image: url("../img/prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  color:transparent;
  outline: none;
  padding:13px;
}

.nav-testimonial button.owl-next span{
  background-image: url("../img/next.svg");
  background-repeat: no-repeat;
  background-position: center;
  color:transparent;
  outline: none;
  padding:13px;
}

.nav-testimonial button:hover{
  opacity:0.8;
}

.nav-for-desktop{
  display: block;
}

.nav-for-mobile{
  display: none !important;
}

/*BANNER*/
#banner{
  background-image: url("../img/Scribble-24-left.png");
  background-repeat: no-repeat;
  background-position: left;
  margin-top:120px;
  margin-bottom: 120px;
}

#banner .card-banner h1{
  font-family: 'Montserrat';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
}

#banner .card-banner h1 span.tiger{
  color: #EF5431;
}

#banner .card-banner p{
  font-weight: 500;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
  color: #FFF;
}

#banner .card-banner{
  border-radius: 40px;
  box-shadow: 0px 19px 32px 2px rgba(147, 147, 147, 0.50);
  max-width: 1140px;
  padding:60px 150px;
  background-image: url("../img/bg-banner.png");
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
}

#banner-team{
  margin-top:80px;
  margin-bottom: 160px;
}

#banner-team .card-banner h1{
  font-family: 'Montserrat';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
}

#banner-team .card-banner h1 span.tiger{
  color: #EF5431;
}

#banner-team .card-banner p{
  font-weight: 500;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
  color: #FFF;
}

#banner-team .card-banner{
  border-radius: 40px;
  box-shadow: 0px 19px 32px 2px rgba(147, 147, 147, 0.50);
  padding:130px 60px;
  background-image: url("../img/bg-banner-team.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#banner-calculator{
  margin-top:80px;
  margin-bottom: 160px;
}

#banner-calculator .card-banner h1{
  font-family: 'Montserrat';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
}

#banner-calculator .card-banner h1 span.tiger{
  color: #EF5431;
}

#banner-calculator .card-banner p{
  font-weight: 500;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
  color: #FFF;
}

#banner-calculator .card-banner{
  border-radius: 40px;
  box-shadow: 0px 19px 32px 2px rgba(147, 147, 147, 0.50);
  padding:60px 40px;
  background-color: #231F20;
}

.select-sosmed{
  border-radius: 8px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  padding: 11px 16px;
  cursor: pointer;
}

.form-calculator-er ul.dropdown-menu,
.form-inquiry ul.dropdown-menu{
  border-radius: 12px;
  margin-top: 10px;
  box-shadow: 0px 30px 10px 0px rgba(92, 92, 92, 0.15);
}

.form-inquiry ul.dropdown-menu{
  width: 205px;
}

.form-calculator-er ul.dropdown-menu li,
.form-inquiry ul.dropdown-menu li{
  font-size: 14px;
  font-weight: 700;
  padding:14px 16px;
  cursor: pointer;
}

.form-inquiry ul.dropdown-menu li.active{
  /* border-radius: 12px 12px 0 0; */
  background-color: #FDEEEA;
}

.form-calculator-er ul.dropdown-menu li.active:first-child{
  border-radius: 12px 12px 0 0;
  background-color: #FDEEEA;
}

.form-calculator-er ul.dropdown-menu li.active:last-child{
  border-radius: 0 0 12px 12px;
  background-color: #FDEEEA;
}

.form-calculator-er ul.dropdown-menu li:hover{
  opacity: 0.7;
  cursor: pointer;
}

.card-er-result{
  border-radius: 20px;
  background: #FFF;
  padding:20px;
  padding-left: 70px;
  max-width: 720px;
  text-align: left;
  position: relative;
}

.avatar-result img{
  width: 96px;
  height: 96px;
  border-radius: 100%;
  border: 2px solid #FFF;
  object-fit: cover;
  position: absolute;
  left: -48px;
  top: 50%;
  transform: translateY(-50%); 
}

.er-calculator-result{
  background-image: url("../img/line-er.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  margin-top: -24px;
  /* margin-top:120px;
  margin-bottom: 100px; */
}

.card-er-result .fullname{
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 800;
  color:#231F20;
}

.card-er-result .username{
  font-size: 12px;
  line-height: 130%;
  text-decoration-line: underline;
  color:#EF5431;
}

.card-er-result .number{
  font-size: 16px;
  font-weight: 700;
  color:#231F20;
}

.card-er-result .title-er{
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  color:#757172;
}

.er{
  border-radius: 16px;
  background: #E9F6F6;
  box-shadow: 0px 16px 20px 0px rgba(92, 92, 92, 0.05);
  padding: 48px;
  text-align: center;
  width: fit-content;
  position: absolute;
  right: 0;
  top: -10%;
  /* top: 50%; */
  transform: translateY(0%); 
}

.er .number{
  font-family: 'Montserrat';
  font-size: 48px;
  font-weight: 800;
  color: #166560;
}

.er .title{
  font-size: 12px;
  font-weight: 500;
  color: #757172;
  line-height: 130%;
}

#LimitSearch h3{
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  font-family: 'Montserrat';
}

#LimitSearch .close-modal{
  cursor: pointer;
}

#LimitSearch .close-modal:hover{
  opacity: 0.8;
}

#LimitSearch .modal-body{
  padding: 32px;
}

#LimitSearch .modal-content{
  border-radius: 16px;
}

/*CALCULATOR ENGAGEMENT RATE*/
#good-engagement-rate{
  margin-bottom: 160px;
}

#good-engagement-rate h1{
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.navbar-stats-calculator{
  border-radius: 16px;
  background-color: #F8F7F7;
  width: 198px;
}

.navbar-stats-calculator .sosmed{
  border-radius: 16px;
  width: 99px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.navbar-stats-calculator .sosmed.active{
  background-color: #FDEEEA;
}

#good-engagement-rate .column{
  width: 21%;
  min-width: 230px;
  text-align: center;
  /* padding: 24px; */
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#good-engagement-rate .column-title{
  width: 16%;
  min-width: 219px;
  text-align: center;
  padding: 20px;
  min-height: 115px;
  display: flex;
  align-items: center;
}

#good-engagement-rate .column.br-topleft,
#good-engagement-rate .column-title.br-topleft{
  border-radius: 20px 0px 0px 0px;
}

#good-engagement-rate .column.br-topright{
  border-radius: 0px 20px 0px 0px;
}

#good-engagement-rate .column-title.br-bottomleft{
  border-radius: 0px 0px 0px 20px;
}

#good-engagement-rate .column.br-bottomright{
  border-radius: 0px 0px 20px 0px;
}

#good-engagement-rate .column.header{
  background-color: #F8F7F7;
}

#good-engagement-rate .column.header{
  background-color: #F8F7F7;
}

#good-engagement-rate .column-title.average-title{
  background: rgba(247, 170, 152, 0.40);
}

#good-engagement-rate .column.average-value{
  background: rgba(253, 238, 234, 0.50);
}

#good-engagement-rate .column-title.good-title{
  background: rgba(197, 234, 236, 0.40);
}

#good-engagement-rate .column.good-value{
  background-color: #F1FAFA;
}

#good-engagement-rate .column-title.excellent-title{
  background: rgba(168, 220, 217, 0.40);
}

#good-engagement-rate .column.excellent-value{
  background-color: #E9F6F6;
}

#good-engagement-rate .column .title,
#good-engagement-rate .column-title .title{
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 800;
}

#good-engagement-rate .column .desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  color:#757172;
}

/*FAQ ENGAGEMENT RATE*/
#faq-er h1{
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#faq-er .card-bg-grey{
  border-radius: 20px;
  border: 1px solid rgba(222, 222, 222, 0.40);
  background: #F8F7F7;
  padding:40px;
}

#faq-er .accordion-header .title{
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 800;
  line-height: 150%; /* 30px */
  letter-spacing: 0.2px;
  cursor: pointer;
}

#faq-er .accordion-body{
  padding-top: 40px;
  font-size: 14px;
  line-height: 145%; /* 20.3px */
  letter-spacing: 0.14px;
  white-space: pre-line;
}

#faq-er .card-expand .accordion-button::after{
  content: url(../img/chevron-black.svg);
  width: 21px;
  height: 21px;
}

#faq-er .card-expand .accordion-button:not(.collapsed)::after{
  transform: rotate(180deg);
}

#faq-er .card-expand .accordion-button::after{
  transition: transform 0.2s ease-in-out;
}

/*SOCIAL PROOF*/
#social-proof ul.nav-tabs{
  min-width: max-content;
  position: relative;
  margin-bottom: 2px;
  height: 100px;
}

#social-proof ul.nav-tabs li{
  width: 33%;
  padding:5px 20px;
  min-width: 250px;
  /* opacity: 0.7; */
}

#social-proof ul.nav-tabs.awareness li{
  width: 50%;
  padding:20px;
  cursor: pointer;
  /* opacity: 0.7; */
}

/* #social-proof ul.nav-tabs li:has(.active){
  border-bottom:5px solid #EF5431;
  opacity: 1;
} */

#social-proof ul .slider
{
  display:inline-block;
  width:30px;
  height:5px;
  border-radius:3px;
  background-color:#EF5431;
  position:absolute;
  z-index:2;
  bottom:-3px;
  transition:all .4s linear;
  left: 0;
}

#social-proof ul.nav-tabs li{
  cursor: pointer;
}

#social-proof ul.nav-tabs li a{
  opacity: 0.7;
}

#social-proof ul.nav-tabs li a.active{
  opacity: 1;
  /* stroke-width: 5px;
  border-bottom:5px solid #EF5431; */
}

#social-proof ul.nav-tabs li .title{
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #231F20;
}

#social-proof ul.nav-tabs li .desc{
  color: var(--text-text-dark-secondary, #565354);
  font-size: 14px;
  font-weight: 500;
  line-height: 125%; /* 17.5px */
  letter-spacing: 0.14px;
}

#social-proof .tab-content{
  padding:80px 0;
}

#social-proof .tab-brand h3{
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 3.2px;
  color: var(--border-border-selected, #EF5431);
}

#social-proof .tab-brand h1{
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#campaign-completed .title{
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: var(--raspberry-50, #E20055);
}

#campaign-completed .desc{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
}

#campaign-completed .collaboration-brand{
  border-radius: 16px;
  border: 5px solid var(--background-background-dark, #231F20);
  background: #FDF5F3;
  padding:20px 40px;
}

#campaign-completed .collaboration-brand h4{
  font-family: 'Montserrat';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #231F20;
  text-align: center;
}

#campaign-completed .collaboration-brand img{
  max-width: 128px;
}

/*SECTION PROGRESS*/
.bg-content-white{
  background: rgb(248,247,247);
  background: linear-gradient(0deg, rgba(248,247,247,1) 0%, rgba(255,255,255,1) 25%);
  border-radius: 24px 24px 0px 0px;
  padding-top:120px;
  padding-bottom: 120px;
  margin-top: -20px;
}

#progress h1{
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  word-wrap: break-word;
}


#progress h1.growBeyon{
  color: #E20055;
}

#progress .timeline-point{
  position: absolute;
  width: fit-content;
  border-radius: 100px;
  background: var(--background-background-primary, #F8F7F7);
  padding: var(--Spacing---2, 8px) var(--Spacing---6, 24px) var(--Spacing---2, 8px) var(--Spacing---2, 8px);
}

#progress .timeline-point span{
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#progress .contain-card-progress{
  position: relative;
}

#progress .contain-card-progress .line-timeline{
  position: absolute;
  width: 4px;
  height: 100%;
  background-image: repeating-linear-gradient(white, white 35px, #DFDFDF 5px, #DFDFDF 70px);
  /* background-color: #DFDFDF; */
  margin-left: 35px;
}

#progress .card-progress{
  position: relative;
  /* padding-bottom: 160px; */
}

#progress .content-progress{
  padding-left: 78px;
}

#progress img.progress-img{
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 24px;
}

#progress .card-progress span.desc{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 29px */
  letter-spacing: 0.2px;
}

#progress .no-vacancies p{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
  letter-spacing: 0.2px;
}

#progress .no-vacancies p.growbeyon{
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  color:#E20055;
}

#progress .no-vacancies h1{
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

/* SECTION TEAM*/
#team{
  background-image: url("../img/scribble-36.png");
  background-repeat: no-repeat;
  background-position: right 0 top -40px;
  margin-top:120px;
  margin-bottom: 100px;
}

#team h1{
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#team p{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 29px */
  letter-spacing: 0.2px;
  color:#565354;
}

#team .bg-gradient-pink-bottom{
  background-image: url("../img/gradient-pink.png");
  background-repeat: no-repeat;
  background-position: right -100px bottom -100px;
}

#team img.img-team{
  margin-top:-130px;
}

/*LIVE COMMERCE*/
#live-commerce h3{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5.6px;
  color: #231F20;
}

#live-commerce h4{
  font-family: 'Montserrat';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#live-commerce h1{
  font-family: 'Montserrat';
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 70px */
}

#live-commerce h1 span.tiger{
  color: #EF5431;
  font-weight: 800;
}

#live-commerce h1 span.grey{
  color: rgba(35, 31, 32, 0.50);
  font-weight: 600;
}

#live-commerce p{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 29px */
  letter-spacing: 0.2px;
}

#live-commerce .title-live-commerce{
  position: relative;
  width: fit-content;
  margin:0 auto;
}

#live-commerce .title-live-commerce img.partner{
  position: absolute;
  top:-5px;
  right: -130px;
}

#live-commerce .card-live-commerce{
  border-radius: 16px;
  border: 1px solid #FDEEEA;
  background: rgba(253, 238, 234, 0.25);
  box-shadow: 0px 10px 24px 0px rgba(92, 92, 92, 0.08);
  padding: var(--Spacing---10, 40px);
  /* max-height: 230px; */
  height: 240px;
}

#live-commerce .card-live-commerce .title{
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#live-commerce .card-live-commerce span.grey{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
  letter-spacing: 0.14px;
  color:#565354;
}

#live-commerce .card-live-commerce p{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
  letter-spacing: 0.14px;
}

#live-commerce .list-studio h1.title{
  font-family: 'Montserrat';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#live-commerce .list-studio img.studio{
  width: 600px;
  border-radius: 16px;
  cursor: pointer;
}

#live-commerce .tiktok-live-commerce h1{
  font-family: 'Montserrat';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#live-commerce .tiktok-live-commerce h3{
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color:#EF5431;
  letter-spacing: normal;
}

#live-commerce .list-why-tiktok{
  padding:20px;
}

#live-commerce .list-why-tiktok .value{ 
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color:#E20055;
}

#live-commerce .list-why-tiktok span.desc{ 
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 17.5px */
  letter-spacing: 0.14px;
}

#live-commerce .card-livecommerce{ 
  border-radius: 16px;
  background: #FDF5F3;
  box-shadow: 0px 18px 24px 0px rgba(92, 92, 92, 0.10);
  padding: var(--Spacing---10, 40px);
}

#live-commerce .card-livecommerce h1{ 
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#live-commerce .card-livecommerce span.desc{ 
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
  letter-spacing: 0.14px;
}

#live-commerce .stats-branded-content-ads{
  border-radius: 16px;
  background: #FDF5F3;
  box-shadow: 2px 18px 24px 0px rgba(92, 92, 92, 0.10);
  padding: var(--Spacing---10, 40px) var(--Spacing---6, 24px);
}

#live-commerce .stats-branded-content-ads .value{
  font-family: 'Montserrat';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color:#E20055
}

#live-commerce .stats-branded-content-ads span.desc{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
}

#strategy-live-commerce{
  margin-top: 120px;
  scroll-margin: 150px;
}

#strategy-live-commerce h1.title-section{
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#strategy-live-commerce p.desc{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 29px */
  letter-spacing: 0.2px;
  color: #565354;
}

#strategy-live-commerce .content-live-commerce h1{
  font-family: 'Montserrat';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#strategy-live-commerce .content-live-commerce p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
  color:#565354;
}

#strategy-live-commerce .content-live-commerce span.desc{
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* CAREER DETAIL */
#career-detail{
  margin: 80px 0;
}

#career-detail h3{
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#career-detail p,
#career-detail ul li{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.16px;
  color:#565354;
}

#career-detail p.note{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.16px;
  color:#000;
}

#career-detail ul{
  margin-left: -20px;
}

#career-detail .apply-jobs{
  top:30px;
  position: sticky;
  border-radius: 24px;
  border: 5px solid var(--background-background-dark, #231F20);
  background: #FDF5F3;
  box-shadow: 2px 16px 24px 0px rgba(92, 92, 92, 0.20);
  padding: var(--Spacing---10, 40px) var(--Spacing---6, 24px);
}

#career-detail .apply-jobs h3{
  font-size: 20px;
  text-align: center;
}

/*TECHNOLOGY CAPABILITIES*/
#our-technology h1{
  font-family: 'Montserrat';
  font-size: 48px;
  font-weight: 800;
}

#our-technology p{
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0.2px;
  color: #565354;
}

#our-technology .card-technology{
  border-radius: 20px;
  background: rgba(253, 238, 234, 0.25);
  box-shadow: 0px 20px 24px 0px rgba(92, 92, 92, 0.05);
  padding: 40px;
}

#our-technology .card-technology h4{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5.6px;
}

#our-technology .card-technology h2{
  font-family: 'Montserrat';
  font-size: 38px;
  font-weight: 800;
}

#our-technology .card-technology p{
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0.16px;
}

/* BINTANGO CAN DO*/
#bintango-can-do{
  padding: 120px 0;
}

#bintango-can-do h1{
  font-family: 'Montserrat';
  font-size: 38px;
  font-weight: 800;
}

#bintango-can-do p{
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0.2px;
  color: #565354;
}

#bintango-can-do .list-bintango-can-do{
  padding: 20px;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 800;
  color: #8C8889;
  margin: 0 8px 20px 8px;
  cursor: pointer;
  height: 100px;
  min-width: fit-content;
}

#bintango-can-do .list-bintango-can-do.active{
  border-radius: 20px;
  background: rgba(253, 238, 234, 0.25);
  box-shadow: 0px 20px 20px 0px rgba(92, 92, 92, 0.12);
  color: #231F20;
}

#bintango-can-do .content-list-bintango-can-do h1{
  font-family: 'Montserrat';
  font-size: 48px;
  font-weight: 800;
}

#bintango-can-do .content-list-bintango-can-do p{
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0.16px;
}

/*WE OFFER*/
#we-offer{
  padding:120px 0;
}

#we-offer h1{
  font-family: 'Montserrat';
  font-size: 38px;
  font-weight: 800;
}

#we-offer p{
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0.16px;
  color: #565354;
}

#we-offer .list-offer .number{
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #EF5431;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 900;
  line-height: 155%;
  letter-spacing: 0.24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#we-offer .list-offer h3{
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 800;
  letter-spacing: normal;
}

#we-offer .list-offer p{
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.14px;
}

/* DONT USE 360*/
#dont-use-360{
  padding: 200px 0 120px 0;
}

#dont-use-360 h1{
  font-family: 'Montserrat';
  font-size: 48px;
  font-weight: 800;
}

#dont-use-360 .list-dont-use-360{
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 28px 24px 0px rgba(92, 92, 92, 0.05);
  padding: 32px;
  position: relative;
}

#dont-use-360 .list-dont-use-360 h4{
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 800;
}

#dont-use-360 .list-dont-use-360 p{
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.16px;
  color: #565354;
}

#dont-use-360 .list-dont-use-360 img{
  position: absolute;
  top:-35px;
  right:20px;
}

/*OUR WORKFLOW*/
#our-workflow{
  padding: 120px 0 0 0;
  background-image: url("../img/rectangle-799.svg"), url("../img/rectangle-978.svg");
  background-repeat: no-repeat;
  background-position: top, bottom;
  background-size: contain;
}

#our-workflow h1{
  font-size: 48px;
  font-weight: 800;
  font-family: 'Montserrat';
}

/*CASE SETUDIES*/
#case-studies h1{
  font-family: 'Montserrat';
  font-size: 38px;
  font-weight: 800;
}

#case-studies p{
  font-family: 'Montserrat';
  font-size: 14px !important;
  font-weight: 800;
  line-height: 125%;
  letter-spacing: 0.14px;
  color: #EF5431;
  cursor: pointer;
}

#case-studies .card-case-studies{
  border-radius: 20px;
  background: #FFF;
  padding: 20px;
  height: 100%;
}

#case-studies .card-case-studies .info{
  border-radius: 16px;
  border: 1px solid var(--tiger-10, #FDEEEA);
  background: rgba(253, 238, 234, 0.25);
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%; 
  color:#565354;
  width: fit-content;
}

#case-studies .card-case-studies h3{
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 800;
  letter-spacing: normal;
}

#case-studies .card-case-studies p{
  font-family: 'Neutrif Pro';
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.14px;
  color: #757172;
}

#case-studies .card-case-studies .title{
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  color: #757172;
  display: block;
}

#case-studies .card-case-studies .value{
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 800;
}

/*MARKETING SOLUTION*/
#marketing-solution{
  padding:40px 0 80px 0;
}

#marketing-solution h1{
  font-family: 'Montserrat';
  font-size: 48px;
  font-weight: 700;
}

#marketing-solution h1 span.tiger{
  color: #EF5431;
}

#marketing-solution .card-marketing-solution{
  border-radius: 24px;
  background: #231F20;
  opacity: 0.5;
  padding: 40px 40px 40px 24px;
  min-height: 300px;
  width: 50%;
  cursor: pointer;
  transition: width 0.5s;
}

#marketing-solution .card-marketing-solution.active{
  opacity: 1;
  width: 100%;
  box-shadow: 16px 10px 1px 0px #EF5431;
  cursor: auto;
}

/* #marketing-solution .card-marketing-solution .content{
  width: 100%;
}

#marketing-solution .card-marketing-solution.active .content{
  width: 50%;
} */

#marketing-solution .card-marketing-solution h3{
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 800;
  width: 100%;
}

#marketing-solution .card-marketing-solution.active h3,
#marketing-solution .card-marketing-solution.active p{
  width: 55%;
}

#marketing-solution .card-marketing-solution p{
  color: #DFDFDF;
  font-size: 16px;
  font-weight: 500;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
  width: 100%;
}

.stats-official-partner{
  border-radius: 24px;
  border: 5px solid #231F20;
  background: #FDF5F3;
  box-shadow: 2px 16px 24px 0px rgba(92, 92, 92, 0.20);
  position: absolute;
  z-index: 10;
  right: 0;
  bottom:0;
  padding:48px 60px;
  width: 47%;
}

.stats-official-partner h3{
  font-family: 'Montserrat';
  font-size: 38px;
  font-weight: 800;
  color:#E20055;
}

.stats-official-partner span.desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
}

.stats-official-partner span.nano{
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  color:#757172;
}

/*MARKETING PLATFORM*/
#marketing-platform{
  padding:120px 0;
}

#marketing-platform h3{
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 800;
}

#marketing-platform h3.tiger{
  color: #EF5431;
  font-size: 16px;
  letter-spacing: 3.12px;
}

#marketing-platform h1{
  font-family: 'Montserrat';
  font-size: 48px;
  font-weight: 800;
}

#marketing-platform h1 span.tiger{
  color: #EF5431;
}

/*Featured ON*/
#featured-on h3{
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 800;
}

/*UGC CAMPAIGN*/
#ugc-campaign{
  padding:80px 0;
}

#ugc-campaign h3.title-section{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5.6px;
}

#ugc-campaign h1{
  font-family: 'Montserrat';
  font-size: 38px;
  font-weight: 800;
}

#ugc-campaign h4{
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 800;
}

#ugc-campaign p{
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.16px;
  color: #565354;
}

/*CONTACT US*/
#contact-us{
  margin:48px 0 80px 0;
}

#contact-us .info h3{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5.6px;
  color: #EF5431;
}

#contact-us .info h1{
  font-family: 'Montserrat';
  font-size: 56px;
  font-weight: 800;
}

.card-info-contact{
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 24px 24px 0px rgba(92, 92, 92, 0.12);
  padding: 40px;
  min-height:332px;
}

.card-info-contact h3{
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 800;
}

.card-info-contact p{
  color: #565354;
}

#contact-us .select-bintango{
  border-radius: 16px;
  border: 1px solid #DFDFDF;
  padding: 20px;
  cursor: pointer;
}

#contact-us .select-bintango .select-title{
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 9px;
}

#contact-us .select-bintango .select-desc{
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.14px;
}

#contact-us .select-bintango .select-radio{
  min-width: 16px;
  height: 16px;
  border-radius: 100%;
  border:2px solid #8E8B8C;
  margin-right: 15px;
  margin-top: 5px;
}

#contact-us .select-bintango.active .select-radio{
  background-color: #EF5431;
  border:2px solid #EF5431;
}

#contact-us .select-bintango.active{
  background-color: #f8f8f8;
}
/*NAVBAR DARK*/

.bg-hero-section{
  background-image: url("../img/bg-herosection.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.bg-hero-section .main-nav .nav li a{
  color: #FFF;
}

.bg-hero-section .main-nav .nav li.submenu:after{
  content: url(../img/chevron-white.svg);
}

.bg-hero-section .main-nav .nav li.submenu.no-chevron:after{
  content:''
}

.bg-hero-section .menu-language{
  border-bottom-color: #312F30;
}

.bg-hero-section .main-nav .nav li.submenu.login{
  border-left-color:#312F30;
}

.stats-solution{
  border-bottom: 5px solid var(--raspberry-50, #E20055);
  padding: var(--Spacing---6, 24px) var(--Spacing---4, 16px);
  text-align: center;
  height: 100%;
}

.stats-solution.border-thin{
  border-bottom: 2px solid var(--raspberry-50, #E20055);
}

.stats-solution .dot-pink{
  width: 20px;
  height: 20px;
  background-color: #E20055;
  border-radius: 100%;
  margin:0 auto;
  margin-bottom: 24px;
  display: block;
  box-shadow:
  0 0 10px 5px rgba(226, 0, 85, 0.2),
  0 0 20px 10px rgba(226, 0, 85, 0.2),
  0 0 30px 15px rgba(226, 0, 85, 0.2);
  --interval: 2s;
  will-change: filter, color;
  filter: saturate(20%);
  animation: flicker steps(100) var(--interval) 1s infinite;
}

@keyframes flicker {
  50% {
    filter: saturate(100%) hue-rotate(0deg);
  }
}

.stats-solution h3{
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #E83377;
  letter-spacing: normal;
}

.stats-solution p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
  letter-spacing: 0.16px;
  color: #FFF;
  margin-bottom: 0;
}

/*MAP ANIMATION*/
#map{
  position: relative;
}

#map .data h3{
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color:#E20055;
}

#map .data span.desc{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
}

#map .data span.nano{
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  color: #757172;
}

#map .viral{
  border-radius: 16px 0px 0px 16px;
  background: var(--tiger-10, #FDEEEA);
  padding: var(--Spacing---10, 40px);
  position: absolute;
  bottom: -64px;
  right: 20px;
}

#map .viral h4{
  font-family: 'Montserrat';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
} 

#map .viral h4 span.tiger{
  color: #EF5431;
} 

#map .data.data-avg{
  position: absolute;
  bottom: 125px;
}

#map .data.data-left-bot{
  position: absolute;
  bottom: 0px;
}

#map .data.data-right-top{
  position: absolute;
  top: 0px;
  right: 0;
  text-align: right;
}

#map .animation-map{
  display: block;
}

#map .stats-map{
  display: none;
  border-radius: 24px;
  background: #FDF5F3;
  box-shadow: 1px 18px 24px 0px rgba(92, 92, 92, 0.10);
  padding: var(--Spacing---10, 40px) var(--Spacing---6, 24px);
}

#map .stats-map h1{
  font-family: 'Montserrat';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#map .stats-map h1 span.tiger{
  color: #EF5431;
  font-size: 38px;
  font-weight: 800;
}

#map .stats-map h3{
  color: #E20055;
  font-family: 'Montserrat';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: normal;
}

#map .stats-map span.desc{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
}

#map .stats-map span.nano{
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  color: #757172;
  display: block;
}


@media only screen and (min-width: 0px) and (max-width: 539px) {
  .whatsapp-float{
    bottom:20px !important;
    right:20px !important;
  }

  .py-lg-12{
    padding:0;
  }

  .container-xl{
    padding:0 16px;
  }
  .main-banner,
  .main-banner-brand,
  .main-banner-solution{
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .main-banner h3, .main-banner-brand h3, .main-banner-solution h3, .main-banner-technology h3{
    font-size: 14px;
  }

  .main-banner-dark h3{
    font-size: 12px;
  }

  .main-banner-dark h1.career{
    font-size: 38px;
  }

  .main-banner-dark h1.career span.tiger{
    font-size: 38px;
  }

  .main-banner h1, .main-banner-brand h1, .main-banner-solution h1, .main-banner-technology h1{
    font-size: 32px;
    font-weight: 800;
  }

  .d-flex-desktop{
    display: block;
  }

  .w-60{
    width: 100%;
  }

  .mt-50{
    margin-top: 25px;
  }

  .mb-170{
    margin-bottom: 100px;
  }

  .mb-140{
    margin-bottom: 70px !important;
  }

  .mb-100{
    margin-bottom: 40px;
  }

  .mb-80{
    margin-bottom: 40px;
  }

  .mb-80-mobile{
    margin-bottom: 80px;
  }

  #partner .title{
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }

  #social-proof .tab-brand h3{
    font-size: 14px;
  }

  #social-proof .tab-brand h1{
    font-size: 24px;
  }

  #social-proof ul.nav-tabs li .title{
    font-size: 16px;
  }

  #service .content-our-solution .border-right{
    border-right: none !important;
    border-bottom: 1px solid #DFDFDF;
  }

  #service .content-our-solution{
    padding: inherit;
  }

  #service .content-our-solution .card-our-solution{
    padding:24px;
  }

  #partner .carousel{
    width: 100%;
  }

  .btn-login, .btn-launcher{
    width: 100%;
  }

  #service h1.title{
    font-size: 20px;
    font-weight: 800;
  }

  #service h3{
    font-size: 14px;
  }

  #service h1.title-service{
   font-size: 20px; 
  }

  #service .container-service {
    display: none;
  }

  #service .container-service-mobile{
    display: block;
  }

  #service .card-service{
    position: relative;
  }

  #testimonial h2{
    font-size: 24px;
  }

  #testimonial img.quote{
    width: 64px;
    height: 64px;
  }

  .nav-for-desktop{
    display: none !important;
  }
  
  .nav-for-mobile{
    display: flex !important;
    justify-content: center;
  }

  #banner .card-banner{
    padding: 24px;
  }

  #banner .card-banner h1{
    font-size: 24px;
  }

  #banner .card-banner p{
    color: #DFDFDF;
  }

  .main-banner-dark{
    padding-top: 40px;
  }

  .main-banner-dark h1{
    font-size: 18px;
  }

  .main-banner-dark h1 span.tiger{
    font-size: 32px;
  }

  .main-banner-solution p,
  .main-banner-technology p{
    font-size: 16px;
    font-weight: 400;
  }
  
  .stats-solution h3{
    font-size: 20px;
  }

  .stats-solution p{
    font-size: 12px;
  }

  .stats-solution-first{
    border-bottom: 2px solid var(--raspberry-50, #E20055) !important;
  }

  .border-thin-first{
    border-bottom: 5px solid var(--raspberry-50, #E20055) !important;
  }

  #progress .content-progress{
    padding-top: 50px;
  }

  #progress h1{
    font-size: 24px;
  }
  
  #team{
    margin-top:60px;
  }
  #team img.img-team{
    margin-top:0px;
  }

  #banner-team .card-banner{
    padding: var(--Spacing---10, 40px) 20px;
  }

  #banner-team .card-banner h1{
    font-size: 24px;
  }

  #banner-team .card-banner p{
    color:#DFDFDF;
  }

  .bg-content-white{
    padding-top: 60px;
  }

  #progress .timeline-point span{
    font-size: 20px;
  }

  #progress .card-progress span.desc{
    font-size: 16px;
  }

  #progress img.progress-img{
    height: 200px;
  }

  #progress .no-vacancies h1{
    font-size: 32px;
  }

  #progress .no-vacancies p{
    font-size: 18px;
  }

  #team h1{
    font-size: 24px;
  }

  #team p{
    font-size: 16px;
  }

  #team{
    background-image: none;
  }

  #live-commerce .title-live-commerce img.partner{
    top:-50px;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  #live-commerce .card-live-commerce{
    /* margin-bottom: 32px; */
    padding:40px 16px;
  }

  #live-commerce h3,
  #ugc-campaign h3.title-section{
    font-size: 12px;
  }

  #live-commerce h1{
    font-size: 24px;
    font-weight: 800;
  }

  #live-commerce p{
    font-size: 16px;
  }

  #strategy-live-commerce h1.title-section{
    font-size: 24px;
    font-weight: 800;
  }

  #strategy-live-commerce{
    margin-top: 60px;
  }

  #strategy-live-commerce .content-live-commerce h1{
    font-size: 24px;
  }

  #live-commerce .list-studio h1.title{
    font-size: 24px;
  }

  #live-commerce .tiktok-live-commerce h1{
    font-size: 20px;
  }

  .main-banner-solution.career-detail h1{
    font-size: 24px;
  }

  #career-detail{
    margin:40px 0;
  }

  #career-detail h3{
    font-size: 20px;
  }

  #map .animation-map{
    display: none;
  }

  #map .stats-map{
    display: block;
  }

  #map .stats-map h1{
    font-size: 20px;
  }

  #map .stats-map h1 span.desc{
    font-size: 20px;
  }

  #map .stats-map h3{
    font-size: 24px;
  }

  #banner{
    margin-top: 0;
  }

  footer .separator{
    margin:0 10px;
  }
  
  #our-technology h1{
    font-size: 20px;
  }

  #our-technology p{
    font-size: 16px;
  }

  #our-technology .card-technology h4{
    font-size: 14px;
  }

  #our-technology .card-technology h2{
    font-size: 20px;
  }

  #bintango-can-do h1{
    font-size: 24px;
  }

  #bintango-can-do p{
    font-size: 16px;
  }

  #bintango-can-do .list-bintango-can-do{
    font-size: 16px;
  }

  #bintango-can-do .content-list-bintango-can-do h1{
    font-size: 24px;
  }

  #we-offer h1{
    font-size: 24px;
  }

  #we-offer .list-offer h3{
    font-size: 20px;
  }

  #contact-us .info h1{
    font-size: 32px;
  }

  #dont-use-360 .list-dont-use-360 h4{
    font-size: 20px;
  }

  #case-studies h1{
    font-size: 20px;
  }

  #our-workflow{
    background-size: auto;
  }

  #marketing-solution .card-marketing-solution,
  #marketing-solution .card-marketing-solution.active h3, #marketing-solution .card-marketing-solution.active p{
    width: 100%;
  }

  .stats-official-partner{
    position: relative;
    width: 100%;
    margin-top:-40px;
    margin-bottom: 40px;
    padding:32px 20px;
  }

  .stats-official-partner h3{
    font-size: 20px;
  }

  .card-marketing-solution.mb-40{
    margin-bottom: 0;
  }

  .mt-m-200,
  .mt-m-150{
    margin-top: 80px;
  }

  #marketing-solution h1{
    font-size: 24px;
    font-weight: 800;
  }

  #marketing-solution img.walet,
  #marketing-platform img.walet{
    display: none;
  }

  #marketing-platform h1{
    font-size: 24px;
  }

  #featured-on{
    margin-bottom: 80px;
  }

  .er{
    width: 100% !important;
  }

  .mb-sm-30{
    margin-bottom: 30px;
  }

  .card-er-result{
    padding: 24px !important;
    margin:0 15px !important;
  }

  .er-calculator-result{
    margin-top: 72px !important;
  }

  .avatar-result img{
    margin-top: -75px;
  }

  #banner-calculator .card-banner h1{
    font-size: 24px !important;
  }

  #good-engagement-rate h1{
    font-size: 24px;
  }

  #banner-calculator{
    margin-top: 0;
    margin-bottom: 80px;
  }

  #faq-er h1{
    font-size: 24px;
  }

  #good-engagement-rate{
    margin-bottom: 80px;
  }

  #faq-er .accordion-header .title{
    font-size: 16px;
  }

  #faq-er .card-bg-grey{
    padding: 24px;
  }

  #good-engagement-rate .column-title{
    width: 16%;
    min-width: 119px;
    max-width: 119px;
    text-align: center;
    padding: 20px;
    min-height: 115px;
    display: flex;
    align-items: center;
  }

  #good-engagement-rate .column .title, #good-engagement-rate .column-title .title{
    font-size: 16px;
  }

  #good-engagement-rate .column{
    min-width: 175px;
    max-width: 175px;
  }

  .navbar-stats-calculator{
    width: 100%;
  }

  .navbar-stats-calculator .sosmed{
    width: 50%;
  }
}

@media only screen and (min-width: 540px) and (max-width: 959px)  {
  .py-lg-12{
    padding:0;
  }

  .container-xl{
    padding:0 32px;
  }

  .w-60{
    width: 100%;
  }

  .mb-80-mobile{
    margin-bottom: 80px;
  }

  #partner .title{
    width: 40%;
  }

  #partner .carousel{
    width: 60%;
  }

  #service .container-service {
    display: none;
  }

  #service .container-service-mobile{
    display: block;
  }

  #service .card-service{
    position: relative;
  }

  #testimonial h2{
    font-size: 24px;
  }

  #testimonial img.quote{
    width: 64px;
    height: 64px;
    margin-left: -15px;
  }

  .nav-for-desktop{
    display: none !important;
  }
  
  .nav-for-mobile{
    display: flex !important;
    justify-content: center;
  }

  #banner .card-banner{
    padding: 60px var(--Spacing---10, 40px);
  }

  .main-banner-dark h1{
    font-size: 38px;
  }

  .main-banner-dark h1 span.desc{
    font-size: 56px;
  }

  .stats-solution h3{
    font-size: 38px;
  }

  .stats-solution p{
    font-size: 14px;
  }

  .stats-solution-first{
    border-bottom: 2px solid var(--raspberry-50, #E20055) !important;
  }

  .border-thin-first{
    border-bottom: 5px solid var(--raspberry-50, #E20055) !important;
  }

  #progress .content-progress{
    padding-top: 50px;
  }

  #team img.img-team{
    margin-top:0px;
  }

  #banner-team .card-banner{
    padding: var(--Spacing---20, 80px) var(--Spacing---10, 40px);
  }

  #banner-team .card-banner p{
    color:#DFDFDF;
  }

  .bg-content-white{
    padding-top: 60px;
  }

  #team{
    background-image: none;
  }

  #live-commerce .title-live-commerce img.partner{
    top:-50px;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  #live-commerce .card-live-commerce{
    margin-bottom: 32px;
  }

  #map .animation-map{
    display: none;
  }

  #map .stats-map{
    display: block;
  }

  #our-workflow{
    background-size: auto;
  }

  #marketing-solution .card-marketing-solution,
  #marketing-solution .card-marketing-solution.active h3, #marketing-solution .card-marketing-solution.active p{
    width: 100%;
  }

  .stats-official-partner{
    position: relative;
    width: 100%;
    margin-top:-40px;
    margin-bottom: 40px;
  }

  .card-marketing-solution.mb-40{
    margin-bottom: 0;
  }

  .mt-m-200,
  .mt-m-150{
    margin-top: 80px;
  }

  .card-er-result{
    margin:0 32px !important;
    padding: 34px 24px !important;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1320px){
  .container-xl{
    padding:0 75px;
  }

  .container-xl-alt{
    padding-top: 80px !important;
  }

  .w-60{
    width: 80%;
  }

  #service .card-service img.img-service{
    width: 50%;
  }
}

@media only screen and (max-width: 991px){
  .mt-m-200{
    margin-top: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1220px){
  .mt-m-200{
    margin-top: -50px;
  }

  img.waves-home{
    width: 30%;
    margin-bottom: 40px;
  }

  #marketing-platform h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1221px) and (max-width: 1320px){
  .mt-m-200{
    margin-top: -200px;
  }
}

@media only screen and (min-width: 1321px) {
  .container-xl{
    padding:0 75px;
  }

  .container-xl-alt{
    padding-top: 80px !important;
  }
}

.sticky{
  position: sticky;
  top:0px;
  background-color: #F8F7F7;
  z-index: 100;
}

.whatsapp-float{
  position:fixed;
  /* padding:10px 18px; */
  width: 64px;
  height: 64px;
	bottom:40px;
	right:60px;
	background-color:#0DC143;
	color:#FFF;
	border-radius:100px;
	text-align:center;
  font-size:30px;
  box-shadow: 0px 4px 12px 0px rgba(92, 92, 92, 0.15);
  z-index:999;
}

.whatsapp-float:hover{
  opacity: 0.8;
}

p.alert-waiting{
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-align: left;
}

p.alert-error-er{
  font-size: 14px;
  font-weight: 700;
  color: #F399BB;
  text-align: left;
}

/*THANKYOU PAGE*/
.thankyou h2{
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.thankyou p{
  color: #565354;
  font-weight: 500;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.16px;
  font-size: 16px;
}

.select-custom{
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #8E8B8C;
  cursor: pointer;
}

.select-custom-noborder{
  padding: 0 0 10px 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  min-width: 120px;
}