.btn-medium-orange {
  background: #F37125;
  padding: 12px 16px;
  border-radius: 100px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
}

.btn-medium-outline {
  background: none;
  padding: 10px 14px;
  border-radius: 100px;
  color: #F37125;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #F37125;
}

.btn-small-orange {
  background: #F37125;
  padding: 8px 16px;
  border-radius: 100px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
}

.btn-small-outline {
  background: none;
  padding: 6px 14px;
  border-radius: 100px;
  color: #F37125;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid #F37125;
}

#onesignal-bell-launcher {
  position: absolute;
  /* or 'fixed' */
}

.campaign-popup {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content {
  position: relative;
  padding: 20px;
  width: 80%;
  max-width: 520px;
}

.popup-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: auto;
}

@media (max-width: 768px) {
  .popup-content {
    width: 100%;
    padding: 10px;
  }
}

.campaign-sticky-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 200px;
}

.campaign-sticky-widget img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0px;
  margin: 0px;
}

.closePopup {
  position: absolute;
  top: -15px;
  /* Adjust as needed */
  right: 0px;
  /* Adjust as needed */
}

.closePopup img {
  width: 32px;
  /* Specify a width */
  height: 32px;
  /* Specify a height */
}

@media (max-width: 768px) {
  .closePopup {
    top: -35px;
    right: 12px;
    /* Make sure it's on the right */
  }
}

.closeStickyWidget {
  position: absolute;
  top: -30px;
  right: 3px;
  z-index: -1;
  background-color: #fbfbfb;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 4px;
  margin: 0px;
}

.closeStickyWidget img {
  width: 24px;
  height: 24px;
}

.closeStickyWidget:hover {
  cursor: pointer;
}

.closePopup:hover {
  cursor: pointer;
}

.main-content.main-content-home {
  padding: 88px 0 0;
}

.section-title.text-center {
  color: #2f2f2f;
}

@media (min-width: 992px) {
  .main-content.main-content-home {
    padding: 0;
  }
}

section.section-home-hero {
  padding: 0;
}

.home-hero-carousel-item .main-container {
  display: none;
}

.home-hero-carousel-item .main-container .home-hero-button {
  width: 100%;
  margin-bottom: 47px;
  margin-left: 20px;
}

.home-hero-carousel-item .main-container .home-hero-button .hero-btn {
  max-width: 150px;
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .home-hero-carousel-item .main-container .home-hero-button {
    margin-left: 40px;
    margin-bottom: 25px;
  }
  .home-hero-carousel-item .main-container .home-hero-button button {
    background: #f37125;
    border-radius: 32px;
    padding: 8px 24px;
    border: none;
    font-size: 12px;
  }
  .home-hero-carousel-item .main-container .home-hero-button button a {
    color: white;
  }
}

@media (min-width: 992px) {
  .home-hero-carousel-item .main-container {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 100px);
    -ms-transform: translate(-50%, 100px);
    transform: translate(-50%, 100px);
    width: 100%;
    padding-bottom: 136px;
  }
}

@media (max-width: 768px) {
  .home-hero-carousel-item .main-container {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 100px);
    -ms-transform: translate(-50%, 100px);
    transform: translate(-50%, 100px);
    width: 100%;
    padding-bottom: 136px;
  }
}

html {
  scroll-behavior: smooth;
}

.home-hero-text {
  position: relative;
  z-index: 1;
  max-width: 675px;
  padding: 20px 0;
}

@media (min-width: 992px) {
  .home-hero-text {
    padding: 207px 0 286px;
  }
}

@media (max-width: 768px) {
  .home-hero-text {
    display: none;
  }
}

.home-hero-text h1,
.home-hero-text h2,
.home-hero-text .title-slider {
  display: block;
  margin: 0;
  font-weight: 800;
  font-size: 35px;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 576px) {
  .home-hero-text h1,
  .home-hero-text h2,
  .home-hero-text .title-slider {
    display: inline;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .home-hero-text h1,
  .home-hero-text h2,
  .home-hero-text .title-slider {
    font-size: 63px;
    line-height: 85px;
  }
}

@media (min-width: 992px) {
  .home-hero-text h1,
  .home-hero-text h2,
  .home-hero-text .title-slider {
    text-shadow: 10px 10px 50px rgba(4, 28, 41, 0.4);
  }
}

.home-hero-text-mobile {
  position: absolute;
  z-index: 5;
  bottom: 72px;
}

@media (min-width: 992px) {
  .home-hero-text-mobile {
    display: none;
  }
}

.home-hero-text-mobile h2 {
  display: block;
  margin: 0;
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 768px) {
  .home-hero-text-mobile h2 {
    font-size: 63px;
    line-height: 85px;
  }
}

@media (max-width: 768px) {
  .home-hero-text-mobile {
    padding: 35px;
  }
  .home-hero-text-mobile h2 {
    font-size: 40px;
    line-height: 54px;
    text-align: left;
  }
}

.home-hero-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: auto;
  justify-content: left;
}

.home-hero-carousel-item .home-hero-text {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .home-hero-carousel-item .home-hero-text {
    padding: 0;
  }
}

.home-hero-bg {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .home-hero-bg {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}

.home-hero-bg:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 96, 152, 0.05);
}

@media (min-width: 992px) {
  .home-hero-bg:before {
    display: block;
  }
}

.home-hero-bg:after {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-5.76%, #ffffff), color-stop(16.29%, rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(top, #ffffff -5.76%, rgba(255, 255, 255, 0) 16.29%);
  background-image: linear-gradient(180deg, #ffffff -5.76%, rgba(255, 255, 255, 0) 16.29%);
}

@media (min-width: 992px) {
  .home-hero-bg:after {
    display: block;
  }
}

.home-hero-bg {
  display: flex;
  justify-content: center;
}

.home-hero-bg img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-hero-bg video {
  width: 100%;
  height: auto;
  max-height: 710px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-hero-carousel-item .home-hero-bg {
  position: relative;
}

.home-hero-carousel-item .home-hero-bg img {
  height: auto;
}

@media (min-width: 992px) {
  .home-hero-carousel-item .home-hero-bg img {
    height: 710px;
  }
}

.modifier-t .modifier-item .home-hero-bg::after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-5.76%, #ffffff), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(top, #ffffff -5.76%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(180deg, #ffffff -5.76%, rgba(255, 255, 255, 0) 0%);
}

.home-hero-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home-hero-carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 78px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: right;
}

.home-hero-carousel .slick-dots li {
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.5;
}

.home-hero-carousel .slick-dots li + li {
  margin: 0 0 0 20px;
}

.home-hero-carousel .slick-dots li.slick-active {
  width: 40px;
  height: 2px;
  opacity: 1;
}

@media (min-width: 1200px) {
  .home-hero-carousel .slick-dots {
    width: 1160px;
  }
}

@media (max-width: 768px) {
  .home-hero-carousel .home-hero-bg {
    width: 100%;
    height: 617px;
    overflow: hidden;
  }
  .home-hero-carousel .home-hero-bg img {
    height: 100%;
  }
  .home-hero-carousel .home-hero-bg video {
    width: auto;
    height: 100%;
    margin-left: -25%;
  }
  .home-hero-carousel .slick-dots {
    width: calc(100% - 54px);
    justify-items: right;
    bottom: 41px;
  }
  .home-hero-carousel .slick-dots li {
    width: 18px;
    height: 2px;
  }
  .home-hero-carousel .slick-dots li + li {
    margin: 0 0 0 9px;
  }
  .home-hero-carousel .slick-dots li.slick-active {
    width: 18px;
    height: 2px;
  }
}

.home-hero-carousel .slick-dots li button {
  display: none;
}

.home-hero-carousel-item {
  position: relative;
  outline: none;
}

.home-hero-carousel-item img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}

section.section-home-quick {
  padding: 80px 0 40px;
  background: #fbfbfb;
}

section.section-home-quick + .section-home-info {
  padding: 40px 0;
  margin-top: 40px;
}

@media (min-width: 992px) {
  section.section-home-quick {
    padding: 80px 0;
  }
  section.section-home-quick + .section-home-info {
    padding: 0 0 80px;
  }
}

.home-quick-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .home-quick-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.home-quick-text {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.home-quick-text h1 {
  color: #2f2f2f;
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  margin: 0 0 24px 0;
}

.home-quick-text p {
  max-width: 830px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #5e768d;
  margin: 0 0 48px 0;
}

.home-quick-text .home-quick-grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.home-quick-text .home-quick-grid .home-quick-item {
  position: relative;
  width: 300px;
  background: white;
  -webkit-box-shadow: 0px 42px 84px rgba(36, 43, 75, 0.08);
  box-shadow: 0px 42px 84px rgba(36, 43, 75, 0.08);
  border-radius: 20px;
  overflow: hidden;
}

.home-quick-text .home-quick-grid .home-quick-item .home-quick-image-default {
  width: 100%;
  border-radius: none;
  height: 250px;
}

.home-quick-text .home-quick-grid .home-quick-item .home-quick-image-default img {
  width: auto;
  height: 100%;
}

.home-quick-text .home-quick-grid .home-quick-item h4 {
  text-align: center;
  color: #545454;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.home-quick-text .home-quick-grid .home-quick-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.home-quick-text .home-what-does-aruna-do-carousel {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1 !important;
}

.home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item {
  width: 100%;
  height: 330px;
  background: yellow;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: white;
  box-shadow: 0px 0px 4px 0px rgba(116, 114, 114, 0.25);
  margin: 4px;
}

.home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item .home-what-does-aruna-do-left {
  width: calc(100% - 567px);
  height: 100%;
  box-sizing: border-box;
  padding: 28px 24px 22px;
}

.home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item .home-what-does-aruna-do-left .home-what-does-aruna-do-title {
  color: #0a2540;
  line-height: 32px;
  margin: 0;
}

.home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item .home-what-does-aruna-do-left .description {
  color: #545454;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 24px 0;
}

.home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item .home-what-does-aruna-do-right {
  width: 567px;
  height: 100%;
  position: relative;
}

.home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item .home-what-does-aruna-do-right .home-what-does-aruna-do-gradient {
  position: absolute;
  width: 310px;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 25%, rgba(255, 255, 255, 0) 100%);
}

.home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item .home-what-does-aruna-do-right img.home-what-does-aruna-do-image-desktop {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item .home-what-does-aruna-do-right img.home-what-does-aruna-do-image-mobile {
  display: none;
}

.home-quick-text .home-what-does-aruna-do-carousel ul.slick-dots {
  display: flex !important;
  justify-content: center !important;
  margin-top: 33px;
  padding-left: 0 !important;
}

.home-quick-text .home-what-does-aruna-do-carousel ul.slick-dots li {
  display: block;
  margin-right: 24px !important;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}

.home-quick-text .home-what-does-aruna-do-carousel ul.slick-dots li:last-child {
  margin-right: 0 !important;
}

.home-quick-text .home-what-does-aruna-do-carousel ul.slick-dots li:hover a {
  color: #f37125;
  text-align: center;
}

.home-quick-text .home-what-does-aruna-do-carousel ul.slick-dots li.slick-active a {
  color: #006aaf;
  font-weight: 700;
}

.home-quick-text .what-does-nav-prev,
.home-quick-text .what-does-nav-next {
  display: none !important;
}

@media (max-width: 768px) {
  .home-quick-text {
    position: relative;
  }
  .home-quick-text h1 {
    max-width: 220px;
    font-size: 40px;
    line-height: 54px;
    margin: 0 0 40px 0;
  }
  .home-quick-text p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 40px 0;
  }
  .home-quick-text .home-quick-grid {
    flex-direction: column;
  }
  .home-quick-text .home-quick-grid .home-quick-item {
    width: 100%;
    margin-bottom: 16px;
  }
  .home-quick-text .home-quick-grid .home-quick-item .home-quick-image-default {
    overflow: hidden;
  }
  .home-quick-text .home-quick-grid .home-quick-item .home-quick-image-default img {
    width: 100%;
    height: auto;
  }
  .home-quick-text ul.slick-dots {
    margin-top: 24px !important;
  }
  .home-quick-text ul.slick-dots li {
    display: none !important;
    margin-right: 0 !important;
  }
  .home-quick-text ul.slick-dots li.slick-active {
    margin-right: 0 !important;
    display: block !important;
  }
  .home-quick-text .what-does-nav-prev,
  .home-quick-text .what-does-nav-next {
    display: block !important;
    position: absolute !important;
    bottom: 8px !important;
    z-index: 4 !important;
    width: 40px;
    height: 40px;
  }
  .home-quick-text .what-does-nav-prev {
    left: 0 !important;
  }
  .home-quick-text .what-does-nav-next {
    right: 0 !important;
  }
  .home-quick-text .what-does-nav-next img {
    transform: rotate(180deg);
  }
  .home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item {
    min-height: 720px;
    flex-direction: column-reverse;
  }
  .home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item .home-what-does-aruna-do-left {
    display: block;
    width: 100% !important;
    padding-top: 16px;
  }
  .home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item .home-what-does-aruna-do-left .home-what-does-aruna-do-title {
    color: #0a2540;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
  .home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item .home-what-does-aruna-do-left .description {
    margin: 8px 0 24px 0;
  }
  .home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item .home-what-does-aruna-do-right {
    display: block !important;
    width: 100% !important;
    height: 312px;
    position: relative;
  }
  .home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item .home-what-does-aruna-do-right .home-what-does-aruna-do-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item .home-what-does-aruna-do-right img.home-what-does-aruna-do-image-desktop {
    display: none;
  }
  .home-quick-text .home-what-does-aruna-do-carousel .home-what-does-aruna-do-item .home-what-does-aruna-do-right img.home-what-does-aruna-do-image-mobile {
    display: block;
    min-width: 100%;
    max-height: 312px;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .home-quick-text .home-quick-grid {
    flex-direction: row;
  }
  .home-quick-text .home-quick-grid .home-quick-item {
    width: 220px;
  }
  .home-quick-text .home-quick-grid .home-quick-item .home-quick-image-default {
    height: 150px;
    overflow: hidden;
  }
  .home-quick-text .home-quick-grid .home-quick-item .home-quick-image-default img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .home-quick-text .home-quick-grid {
    flex-direction: row;
  }
  .home-quick-text .home-quick-grid .home-quick-item {
    width: 360px;
    height: 390px;
  }
  .home-quick-text .home-quick-grid .home-quick-item .home-quick-image-default {
    height: 300px;
  }
  .home-quick-text .home-quick-grid .home-quick-item .home-quick-image-default img {
    width: auto;
    height: 100%;
  }
}

.home-quick-image-white {
  display: none;
  width: 74px;
  margin: 0 auto;
}

.home-quick-image-white img {
  display: block;
  width: 100%;
  height: auto;
}

.home-quick-image {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .home-quick-image {
    width: calc(100% - 560px);
  }
}

.home-quick-ornamen {
  position: absolute;
  z-index: 0;
  top: -48px;
  right: -80px;
  width: 209px;
  height: 123px;
  background-image: url("../images/blue-wave.png");
  background-repeat: no-repeat;
  background-size: 209px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .home-quick-ornamen {
    top: auto;
    right: -60px;
    bottom: -96px;
    width: 278px;
    height: 164px;
    background-size: 278px auto;
  }
}

.home-quick-carousel {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.home-quick-carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.home-quick-carousel .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0.5;
}

.home-quick-carousel .slick-dots li + li {
  margin: 0 0 0 35px;
}

.home-quick-carousel .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-color: #ffffff;
  opacity: 1;
}

.home-quick-carousel .slick-dots li button {
  display: none;
}

@media (min-width: 992px) {
  .home-quick-carousel .slick-dots {
    left: 38px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.home-quick-carousel-item {
  position: relative;
  height: 365px;
  outline: none;
}

.home-quick-carousel-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-radius: 20px;
}

.home-quick-carousel-item img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  border-radius: 20px;
}

.home-quick-carousel-item h4 {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 70px;
  width: 100%;
  margin: 0;
  padding: 0 38px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 992px) {
  .home-quick-carousel-item {
    height: 405px;
  }
  .home-quick-carousel-item h4 {
    text-align: left;
  }
}

section.section-home-info {
  padding: 40px 0;
  margin-top: 40px;
}

section.section-home-info + .section-home-achievement {
  padding: 40px 0 60px;
}

@media (min-width: 992px) {
  section.section-home-info {
    padding: 80px 0;
    margin-top: 80px;
  }
  section.section-home-info + .section-home-achievement {
    padding: 0 0 80px;
  }
}

.home-info-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 25px 0 0;
}

@media (min-width: 576px) {
  .home-info-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .home-info-wrapper {
    margin: 50px 0 0;
  }
}

@media (min-width: 992px) {
  .home-info-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

.home-info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 25px;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 42px 84px rgba(36, 43, 75, 0.08);
  box-shadow: 0px 42px 84px rgba(36, 43, 75, 0.08);
}

.home-info-card img {
  width: 66px;
}

@media (min-width: 576px) {
  .home-info-card {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 37px 25px 34px;
  }
}

.home-info-text {
  width: calc(100% - 66px);
  max-width: 168px;
  padding: 0 0 0 58px;
}

.home-info-text h3 {
  color: #0a2540;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

.home-info-text p {
  color: #0a2540;
  margin: 0;
  font-size: 14px;
  line-height: 150%;
}

@media (min-width: 576px) {
  .home-info-text {
    max-width: 148px;
    padding: 0 0 0 38px;
  }
}

@media (min-width: 992px) {
  .home-info-text {
    max-width: 128px;
    padding: 0 0 0 18px;
  }
}

section.section-home-achievement {
  z-index: 2;
  padding: 40px 0;
}

@media (min-width: 992px) {
  section.section-home-achievement {
    padding: 80px 0;
  }
}

.home-achievement-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 25px -10px 0;
}

@media (min-width: 768px) {
  .home-achievement-wrapper {
    margin: 50px -10px 0;
  }
}

.home-achievement-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 42px 84px rgba(36, 43, 75, 0.08);
  box-shadow: 0px 42px 84px rgba(36, 43, 75, 0.08);
}

.home-achievement-card img {
  display: block;
  width: 100%;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
}

@media (min-width: 768px) {
  .home-achievement-card img {
    height: 76px;
  }
}

.home-achievement-card.achievement-1 {
  width: 100%;
  height: 133px;
}

.home-achievement-card.achievement-1 img {
  height: 76px;
}

@media (min-width: 768px) {
  .home-achievement-card.achievement-1 {
    width: calc(50% - 20px);
  }
}

@media (min-width: 992px) {
  .home-achievement-card.achievement-1 {
    width: calc(33.33333333% - 40px);
  }
}

.home-achievement-card.achievement-2 {
  width: 100%;
  height: 133px;
}

.home-achievement-card.achievement-2 img {
  height: 76px;
}

@media (min-width: 768px) {
  .home-achievement-card.achievement-2 {
    width: calc(50% - 20px);
  }
}

@media (min-width: 992px) {
  .home-achievement-card.achievement-2 {
    width: calc(33.33333333% - 40px);
  }
}

.home-achievement-card.achievement-3 {
  width: 100%;
  height: 133px;
}

.home-achievement-card.achievement-3 img {
  height: 76px;
}

@media (min-width: 768px) {
  .home-achievement-card.achievement-3 {
    width: calc(50% - 20px);
  }
}

@media (min-width: 992px) {
  .home-achievement-card.achievement-3 {
    width: calc(33.33333333% - 40px);
  }
}

.home-achievement-card.achievement-4 {
  width: 100%;
  height: 133px;
}

.home-achievement-card.achievement-4 img {
  height: 76px;
}

@media (min-width: 768px) {
  .home-achievement-card.achievement-4 {
    width: calc(50% - 20px);
  }
}

@media (min-width: 992px) {
  .home-achievement-card.achievement-4 {
    width: calc(50% - 160px);
  }
}

@media (min-width: 1200px) {
  .home-achievement-card.achievement-4 {
    width: 416px;
    height: 133px;
  }
}

.home-achievement-card.achievement-5 {
  width: 90px;
  height: 80px;
}

@media (min-width: 768px) {
  .home-achievement-card.achievement-5 {
    width: 120px;
    height: 133px;
  }
}

@media (min-width: 1200px) {
  .home-achievement-card.achievement-5 {
    width: 148px;
    height: 133px;
  }
}

.home-achievement-card.achievement-6 {
  width: calc(100% - 130px);
  height: 80px;
}

@media (min-width: 768px) {
  .home-achievement-card.achievement-6 {
    width: calc(50% - 20px);
    height: 133px;
  }
}

@media (min-width: 992px) {
  .home-achievement-card.achievement-6 {
    width: calc(50% - 160px);
  }
}

@media (min-width: 1200px) {
  .home-achievement-card.achievement-6 {
    width: 416px;
    height: 133px;
  }
}

section.section-home-partnership {
  width: 100%;
  padding: 63px 0 134px 0;
  background-color: #016098;
  position: relative;
}

section.section-home-partnership h3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 54px;
}

section.section-home-partnership p {
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}

section.section-home-partnership .wrapper-images-partnership {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

section.section-home-partnership .wrapper-images-partnership .thumbnail {
  width: 400px;
  height: 403px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

section.section-home-partnership .wrapper-images-partnership .thumbnail img {
  width: auto;
  height: 100%;
}

section.section-home-partnership .partner-ornamen-blue-wave {
  position: absolute;
  z-index: 1;
  bottom: -112px;
  left: -50%;
  width: 5000px;
  height: 200px;
  background-image: url("../../images/partnership-blue-wave-ornament.png");
  background-repeat: repeat-x;
  background-size: 1200px auto;
}

@media (min-width: 320px) {
  section.section-home-partnership h3 {
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
  }
  section.section-home-partnership p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    margin: 24px 0 40px 0;
  }
  section.section-home-partnership .wrapper-images-partnership {
    flex-direction: column;
    width: 100%;
  }
  section.section-home-partnership .wrapper-images-partnership .thumbnail {
    width: auto;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 20px;
  }
}

@media (min-width: 768px) {
  section.section-home-partnership {
    padding-top: 58px !important;
  }
  section.section-home-partnership h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 54px;
  }
  section.section-home-partnership p {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 10px;
  }
  section.section-home-partnership .wrapper-images-partnership {
    display: none;
    flex-direction: column;
  }
  section.section-home-partnership .wrapper-images-partnership .thumbnail {
    width: 100%;
    height: 322px;
    isolation: isolate;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  section.section-home-partnership {
    width: 100%;
  }
  section.section-home-partnership .wrapper-images-partnership {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
  }
  section.section-home-partnership .wrapper-images-partnership .thumbnail {
    width: 200px;
    height: 200px;
    isolation: isolate;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  section.section-home-partnership {
    width: 100%;
  }
  section.section-home-partnership p {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
  }
  section.section-home-partnership .wrapper-images-partnership {
    margin: 0 auto 56px auto;
  }
  section.section-home-partnership .wrapper-images-partnership .thumbnail {
    width: 358px;
    height: 363px;
    isolation: isolate;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
  }
}

section.section-home-media {
  padding: 60px 0;
  background-color: #f5f5f5;
}

@media (min-width: 992px) {
  section.section-home-media {
    padding: 80px 0;
  }
}

.home-media-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .home-media-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.home-media-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .home-media-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 448px;
    flex: 0 0 448px;
    width: 448px;
  }
}

.home-partner-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px;
  margin: 30px 0 0;
}

@media (min-width: 992px) {
  .home-partner-wrapper {
    margin: 50px 0 0;
    grid-gap: 20px;
  }
}

.home-partner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

.home-partner-card img {
  display: block;
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.home-media-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin: 60px 0 0;
}

@media (min-width: 992px) {
  .home-media-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 568px);
    flex: 0 0 calc(100% - 568px);
    width: calc(100% - 568px);
    margin: 0;
  }
}

.home-media-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 30px;
  margin: 30px 0 0;
}

@media (min-width: 992px) {
  .home-media-wrapper {
    margin: 50px 0 0;
    grid-gap: 20px;
  }
}

.home-media-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

.home-media-card img {
  display: block;
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 992px) {
  .home-media-card {
    height: 80px;
  }
  .home-media-card img {
    width: 160px;
  }
}
