/* BEGIN webfonts */
@font-face {
  font-display: swap;
  font-family: "mona-sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/mona-sans-light.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "mona-sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/mona-sans-lightitalic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "mona-sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/mona-sans-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "mona-sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/mona-sans-regularitalic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "mona-sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/mona-sans-medium.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "mona-sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/mona-sans-mediumitalic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "mona-sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/mona-sans-semibold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "mona-sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/mona-sans-semibolditalic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "mona-sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/mona-sans-bold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "mona-sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/mona-sans-bolditalic.woff2") format("woff2");
}

/* END webfonts */
/* BEGIN general */
:root {
  --color-body: #2B2E3C;
  --color-primary: #DE1D24;
  --color-secondary: #428A89;
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
}

body,
html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  background-color: #F4F4F4;
  font-family: "mona-sans";
  font-size: 17px;
  color: #000;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h1,
.h1 {
  font-size: 68px;
  line-height: 1.15;
  font-weight: 300;
}

h2,
.h2 {
  font-size: 50px;
}

h3,
.h3 {
  font-size: 35px;
}

h4,
.h4 {
  font-size: 25px;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

h4 strong {
  font-weight: 600;
}

a {
  transition: color var(--duration-default);
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

img,
svg,
iframe {
  max-width: 100%;
  height: auto;
}

.container {
  --bs-gutter-x: 40px;
}

.container.position-relative {
  z-index: 20;
}

.row {
  --bs-gutter-x: 40px;
}

.row.g-0,
.row.gx-0 {
  --bs-gutter-x: 0;
}

@media (min-width: 992px) {
  .container.narrow {
    max-width: 970px;
  }
}

@media (max-width: 1199.98px) {

  h1,
  .h1 {
    font-size: 55px;
  }
}

@media (max-width: 991.98px) {

  h1,
  .h1 {
    font-size: 50px;
  }
}

@media (max-width: 575.98px) {

  h2,
  .h2 {
    font-size: 40px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  h4,
  .h4 {
    font-size: 22px;
  }
}

/* END general */
/* BEGIN button */
.button-unstyled {
  background-color: transparent;
  padding: 0;
  border: 0;
}

/* END button */
/* BEGIN form */
button,
input,
textarea,
select {
  outline: none;
}

/* END form */
/* BEGIN helpers */
.nav,
.nav ul,
.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.image-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* END helpers */
/* BEGIN swiper */
.swiper {
  padding-bottom: 97px;
}

.swiper-button-arrow {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 47px;
  height: 47px;
  margin: 0;
  border-radius: 50%;
  background-color: #000;
  background-image: url(../svg/arrow-right-21x21-ffffff.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  border: 0;
}

.swiper-button-arrow:before,
.swiper-button-arrow:after {
  display: none;
}

.swiper-button-arrow.swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-arrow.swiper-button-next {
  left: 62px;
}

.swiper-button-arrow.swiper-button-disabled {
  background-color: #CBCBCB;
  opacity: 1;
}

/* END swiper */
/* BEGIN header */
#header {
  padding-top: 90px;
}

#header .dropdown-toggle {
  width: 38px;
  height: 38px;
  background-color: #FF553C;
  border: 0;
  border-radius: 8px;
}

#header .dropdown-toggle:after {
  display: none;
}

#header .dropdown-toggle>span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #F4F4F4;
  margin-top: -1px;
  margin-left: -9px;
  transition: all var(--duration-default);
}

#header .dropdown-toggle.show>span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .dropdown-toggle.show>span:nth-child(2) {
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
  opacity: 0;
}

#header .dropdown-toggle.show>span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header .dropdown-toggle:not(.show)>span:nth-child(1) {
  margin-top: -9px;
}

#header .dropdown-toggle:not(.show)>span:nth-child(3) {
  margin-top: 7px;
}

#header .dropdown-menu {
  width: 250px;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 2px 6px 0 hsla(195deg, 3%, 55%, 0.31);
}

#header .dropdown-menu a {
  display: block;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 15px;
  color: #9E9E9E;
}

#header .dropdown-menu a:hover {
  background-color: #F4F4F4;
}

@media (max-width: 991.98px) {
  #header {
    padding-top: 40px;
  }
}

/* END header */
/* BEGIN footer */
#footer {
  padding-bottom: 60px;
  font-weight: 500;
}

#footer h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

#footer .footer-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 60px;
}

#footer .menu a {
  display: block;
  padding: 6px 0;
  color: inherit;
}

@media (min-width: 1200px) {
  #footer .footer-wrap {
    padding-right: 80px;
  }
}

@media (max-width: 991.98px) {
  #footer .footer-wrap {
    padding: 40px;
  }

  #footer .row>div:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* END footer */
/* BEGIN page section */
.box-white {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 5px 5px 4px 0 rgba(109, 109, 109, 0.09);
  overflow: hidden;
}

/* END page section */
/* BEGIN welcome */
#welcome h1 {
  margin-bottom: 50px;
  text-align: center;
}

#welcome h1 strong {
  font-weight: 600;
}

#welcome h1 .ai {
  display: inline-block;
  background: -webkit-linear-gradient(320deg, rgb(16, 115, 243) 15%, rgb(255, 45, 85) 60%, rgb(249, 191, 0) 96%, rgb(249, 191, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#welcome h1 .far {
  position: relative;
  display: inline-block;
  padding-left: 288px;
  margin-left: 3px;
}

#welcome h1 .far:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 268px;
  height: 3.5px;
  background-color: #000;
}

#welcome .container {
  min-height: 960px;
  padding-top: 130px;
  padding-bottom: 100px;
}

#welcome .container:before,
#welcome .container:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

#welcome .container:before {
  right: calc(100% - 275px);
  width: 545px;
  background-image: url(../images/img-welcome-left.png);
  background-position: left center;
}

#welcome .container:after {
  left: calc(100% - 275px);
  width: 534px;
  background-image: url(../images/img-welcome-right.png);
  background-position: right center;
}

#welcome .text {
  max-width: 710px;
  margin: 0 auto;
  font-size: 18px;
}

@media (max-width: 1399.98px) {
  #welcome .container:before {
    right: calc(100% - 200px);
  }

  #welcome .container:after {
    left: calc(100% - 200px);
  }
}

@media (max-width: 1199.98px) {
  #welcome h1 .far {
    padding-left: 215px;
  }

  #welcome h1 .far:before {
    width: 200px;
  }
}

@media (max-width: 991.98px) {
  #welcome h1 br {
    display: none;
  }

  #welcome h1 .far {
    padding-left: 115px;
  }

  #welcome h1 .far:before {
    width: 100px;
  }

  #welcome .container {
    min-height: auto;
  }

  #welcome .container:before,
  #welcome .container:after {
    opacity: 0.1;
    width: 60% !important;
    background-position-y: 10% !important;
  }
}

@media (max-width: 767.98px) {
  #welcome h1 .still-far {
    display: block;
  }

  #welcome .container {
    padding-top: 80px;
  }
}

/* END welcome */
/* BEGIN key-insights */
#key-insights {
  padding-top: 80px;
  counter-reset: list;
}

#key-insights h2 {
  margin-bottom: 80px;
}

#key-insights .item {
  counter-increment: list;
  position: relative;
  padding: 15px 0 15px 55px;
  font-size: 18px;
  font-weight: 500;
}

#key-insights .item:before {
  content: counter(list);
  position: absolute;
  top: 28px;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #EAEAEA;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  color: #3C3C3C;
  text-align: center;
}

#key-insights .item:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 55px;
  height: 1px;
  background-color: #D6D6D6;
}

#key-insights .item__number {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: #FD6003;
  text-align: left;
}

#key-insights .item:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #key-insights .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 80px;
    text-align: right;
  }

  #key-insights .item:before {
    top: 50%;
    margin-top: -17.5px;
  }

  #key-insights .item:after {
    left: 80px;
  }
}

@media (max-width: 767.98px) {
  #key-insights .item__number {
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  #key-insights {
    padding-top: 50px;
  }

  #key-insights .item br {
    display: none;
  }
}

/* END key-insights */
/* BEGIN section-1 */
#section-1 {
  padding-top: 200px;
}

#section-1 h2 {
  margin-bottom: 40px;
}

#section-1 h3 {
  margin-bottom: 20px;
}

#section-1 .top-most-followed {
  padding-top: 100px;
  margin-bottom: 120px;
}

#section-1 .top-most-followed h3 {
  margin-bottom: 40px;
}

#section-1 .top-most-followed .swiper .swiper-slide {
  width: 340px;
}

@media (min-width: 576px) {
  #section-1 .top-most-followed .swiper {
    margin-right: calc(-0.5 * (100vw - 500px));
  }
}

@media (min-width: 768px) {
  #section-1 .top-most-followed .swiper {
    margin-right: calc(-0.5 * (100vw - 680px));
  }
}

@media (min-width: 992px) {
  #section-1 .top-most-followed .swiper {
    margin-right: calc(-0.5 * (100vw - 930px));
  }
}

@media (max-width: 575.98px) {
  #section-1 .top-most-followed {
    margin-bottom: 80px;
  }

  #section-1 .top-most-followed .swiper {
    margin-right: -20px;
  }

  #section-1 .top-most-followed .swiper .swiper-slide {
    width: 280px;
  }
}

#section-1 .top-highest-earning {
  background-color: #fff;
  padding: 20px 30px 40px;
  border-radius: 20px;
  margin-bottom: 120px;
}

#section-1 .top-highest-earning h3 {
  margin-bottom: 10px;
  font-weight: 400;
}

#section-1 .top-highest-earning img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

#section-1 .top-highest-earning .tags {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 5px;
}

#section-1 .top-highest-earning .tags span {
  display: inline-block;
  font-size: 13px;
  color: #2DAFFF;
}

@media (min-width: 1200px) {
  #section-1 .top-highest-earning h3 {
    font-size: 35px;
  }
}

@media (max-width: 575.98px) {
  #section-1 .top-highest-earning {
    margin-bottom: 80px;
  }
}

#section-1 .top-most-loved {
  counter-reset: list;
  margin-bottom: 120px;
}

#section-1 .top-most-loved .row {
  --bs-gutter-x: 38px;
  row-gap: 34px;
}

#section-1 .top-most-loved .text {
  margin-bottom: 50px;
  font-size: 18px;
  color: #9E9E9E;
}

#section-1 .top-most-loved .item {
  counter-increment: list;
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 12px;
}

#section-1 .top-most-loved .item:before {
  content: counter(list);
  position: absolute;
  top: 14px;
  left: 12px;
  width: 25px;
  height: 25px;
  background-color: #FB5A3F;
  border-radius: 100%;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}

#section-1 .top-most-loved .item__title {
  margin-bottom: 15px;
  padding-left: 33px;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#section-1 .top-most-loved .item__image {
  position: relative;
  border-radius: 20px;
  margin-bottom: 15px;
  overflow: hidden;
}

#section-1 .top-most-loved .item__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#section-1 .top-most-loved .item__like {
  position: relative;
  padding-left: 34px;
  margin-left: 8px;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
}

#section-1 .top-most-loved .item__like:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 23px;
  margin-top: -11.5px;
  background-image: url(../svg/icon-like-26x23-ea1c53.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 575.98px) {
  #section-1 .top-most-loved {
    margin-bottom: 80px;
  }

  #section-1 .top-most-loved .row {
    --bs-gutter-x: 24px;
  }

  #section-1 .top-most-loved .item:before {
    width: 22px;
    height: 22px;
    font-size: 16px;
  }

  #section-1 .top-most-loved .item__title {
    padding-left: 28px;
    font-size: 16px;
  }

  #section-1 .top-most-loved .item__like {
    padding-left: 30px;
    font-size: 20px;
  }

  #section-1 .top-most-loved .item__like:before {
    width: 22px;
  }
}

#section-1 .top-countries .text {
  max-width: 800px;
  margin-bottom: 50px;
  font-size: 18px;
  color: #9E9E9E;
}

@media (min-width: 1200px) {
  #section-1 .top-countries .image {
    margin-right: -120px;
    margin-left: -120px;
  }
}

@media (min-width: 1400px) {
  #section-1 .top-countries .image {
    margin-right: -180px;
    margin-left: -180px;
  }
}

@media (max-width: 1199.98px) {
  #section-1 .top-countries .image {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 1200px) {
  #section-1 h3 {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  #section-1 {
    padding-top: 150px;
  }
}

/* END section-1 */
/* BEGIN section-2 */
#section-2 {
  padding-top: 200px;
}

#section-2 h2 {
  margin-bottom: 80px;
}

#section-2 .block-1 {
  margin-bottom: 120px;
}

#section-2 .block-1 h3 {
  margin-bottom: 20px;
}

#section-2 .block-1 .box-white {
  padding: 30px 40px 25px 15px;
}

@media (min-width: 992px) {
  #section-2 .block-1 h3 {
    position: relative;
    padding-top: 8px;
    margin-bottom: 40px;
  }

  #section-2 .block-1 h3:before,
  #section-2 .block-1 h3:after {
    content: "";
    position: absolute;
  }

  #section-2 .block-1 h3:before {
    width: 15px;
    height: 15px;
    bottom: -26px;
    left: -197px;
    border-radius: 50%;
    background-color: #000;
  }

  #section-2 .block-1 h3:after {
    right: 0;
    bottom: -20px;
    left: -197px;
    height: 2px;
    background-color: #000;
  }

  #section-2 .block-1 .row {
    --bs-gutter-x: 58px;
  }

  #section-2 .block-1 .text {
    max-width: 386px;
  }
}

@media (max-width: 991.98px) {
  #section-2 .block-1 .row>div:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  #section-2 .block-1 {
    margin-bottom: 80px;
  }
}

#section-2 .block-2 {
  margin-bottom: 80px;
}

#section-2 .block-2 h3 {
  margin-bottom: 30px;
}

#section-2 .block-2 .row {
  --bs-gutter-x: 30px;
}

#section-2 .block-2 .row>div {
  margin-bottom: 40px;
}

#section-2 .block-2 .box-white {
  padding-bottom: 25px;
}

#section-2 .block-2 .box-white h4 {
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 21px;
}

@media (min-width: 992px) {
  #section-2 .block-2 h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #section-2 .block-2 h3+.row {
    --bs-gutter-x: 60px;
  }
}

@media (max-width: 575.98px) {
  #section-2 .block-2 {
    margin-bottom: 40px;
  }
}

#section-2 .block-3 {
  margin-bottom: 20px;
}

#section-2 .block-3 h3 {
  margin-bottom: 40px;
}

#section-2 .block-3 h4 {
  margin-bottom: 0;
}

#section-2 .block-3 .row {
  --bs-gutter-x: 30px;
}

#section-2 .block-3 .row>div {
  margin-bottom: 40px;
}

#section-2 .block-3 .box-white {
  padding: 0 0 45px 45px;
}

#section-2 .block-3 .box-white .title {
  margin-bottom: 40px;
  border-bottom-left-radius: 40px;
  padding: 30px 25px 25px 25px;
}

#section-2 .block-3 .box-white .title h4 {
  font-size: 30px;
}

#section-2 .block-3 .box-white .title img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 18px;
}

#section-2 .block-3 .box-white .like {
  position: relative;
  display: inline-block;
  padding-right: 99px;
  padding-left: 48px;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

#section-2 .block-3 .box-white .like:before,
#section-2 .block-3 .box-white .like:after {
  content: "";
  position: absolute;
  height: 34px;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}

#section-2 .block-3 .box-white .like:before {
  width: 38px;
  top: 0;
  left: 0;
  background-image: url(../svg/icon-like-38x33-ea1c53.svg);
}

#section-2 .block-3 .box-white .like:after {
  width: 84px;
  top: -2px;
  right: 0;
  background-image: url(../svg/icon-comment-share.svg);
}

#section-2 .block-3 .box-white.human .title {
  background: linear-gradient(to right, rgb(240, 240, 240) 0%, rgb(235, 239, 236) 20%, rgb(223, 239, 225) 40%, rgb(202, 238, 207) 61%, rgb(173, 237, 182) 81%, rgb(159, 237, 169) 100%);
}

#section-2 .block-3 .box-white.ai .title {
  background: linear-gradient(to right, rgb(240, 240, 240) 0%, rgb(235, 239, 240) 20%, rgb(223, 236, 242) 40%, rgb(202, 231, 245) 61%, rgb(173, 224, 250) 81%, rgb(141, 217, 255) 100%);
}

@media (min-width: 992px) {
  #section-2 .block-3 h4 {
    max-width: 320px;
  }

  #section-2 .block-3 .text {
    padding-left: 35px;
  }

  #section-2 .block-3 .box-white .like {
    margin-left: 15px;
  }
}

@media (max-width: 991.98px) {
  #section-2 .block-3 .box-white {
    padding-left: 25px;
    padding-bottom: 25px;
  }

  #section-2 .block-3 .box-white .title {
    padding: 30px 20px 20px;
    margin-bottom: 30px;
  }

  #section-2 .block-3 .box-white .title h4 {
    font-size: 25px;
  }

  #section-2 .block-3 .box-white .title img {
    width: 50px;
    height: 50px;
  }

  #section-2 .block-3 .box-white .like {
    padding-right: 85px;
    padding-left: 40px;
    margin-left: 10px;
    font-size: 24px;
  }

  #section-2 .block-3 .box-white .like:before {
    width: 30px;
    top: -4px;
  }

  #section-2 .block-3 .box-white .like:after {
    width: 70px;
    top: -4px;
  }
}

#section-2 .block-4 h4 {
  margin-bottom: 35px;
}

#section-2 .block-4 .box-white {
  padding: 15px 15px 20px;
}

#section-2 .block-4 .box-white table {
  width: 100%;
}

#section-2 .block-4 .box-white table thead tr th {
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

#section-2 .block-4 .box-white table tbody tr td {
  padding: 12px 10px;
  font-size: 17px;
  font-weight: 500;
  color: #B8B8B8;
  text-align: center;
}

#section-2 .block-4 .box-white table tbody tr td:nth-child(1) {
  font-size: 17px;
  color: #000;
}

#section-2 .block-4 .box-white table tbody tr td:nth-child(1) img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
}

#section-2 .block-4 .box-white table tbody tr td:not(:last-child) {
  border-right: 1px solid #D8D8D8;
}

#section-2 .block-4 .box-white table tbody tr:nth-child(1) td:not(:nth-child(1)) {
  font-size: 24px;
  color: #26D35B;
}

#section-2 .block-4 .box-white table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #D8D8D8;
}

@media (min-width: 992px) {
  #section-2 .block-4 h4 {
    max-width: 410px;
  }

  #section-2 .block-4 .row {
    --bs-gutter-x: 60px;
  }
}

@media (min-width: 1200px) {
  #section-2 .block-4 .text {
    margin-right: -25px;
  }
}

@media (max-width: 991.98px) {
  #section-2 .block-4 .row>div:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  #section-2 .block-4 .box-white {
    padding-right: 10px;
    padding-left: 10px;
  }

  #section-2 .block-4 .box-white table thead tr th {
    font-size: 12px;
  }

  #section-2 .block-4 .box-white table tbody tr td:nth-child(1) img {
    width: 26px;
    height: 26px;
  }

  #section-2 .block-4 .box-white table tbody tr:nth-child(1) td:not(:nth-child(1)) {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  #section-2 {
    padding-top: 150px;
  }
}
/* END section-2 */

/* BEGIN section-3 */
#section-3 {
  padding-top: 200px;
  padding-bottom: 200px;
}

#section-3 h3 {
  font-size: 27px;
}

#section-3 .row:not(:last-child) {
  margin-bottom: 120px;
}

@media (min-width: 1200px) {
  #section-3 .text {
    margin-right: -20px;
  }
}

@media (max-width: 575.98px) {
  #section-3 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
/* END section-3 */

/* BEGIN extra */
section h2,
#welcome h1,
#welcome .text,
#key-insights .item,
.top-most-loved .item {
  opacity: 0;
}
/* END extra */