.component.first-visit .component-content .row > [class^="col-"]:nth-child(1)::after, .component.first-visit .component-content .row > [class^="col-"] :nth-child(4)::after {
  display: none;
}

.component.first-visit .component-content .window-popup {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 50;
  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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.component.first-visit .component-content .window-popup:not(.visible) .swiper-slide {
  pointer-events: none !important;
}

.component.first-visit .component-content .window-popup:hover {
  cursor: auto;
}

.component.first-visit .component-content .window-popup.visible {
  opacity: 1;
  pointer-events: auto;
}

.component.first-visit .component-content .window-popup .content-popup {
  border-radius: 4px;
  background-color: #FFF;
  padding: 24px;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  max-width: 750px;
  margin: 24px;
  min-width: 50%;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .component.first-visit .component-content .window-popup .content-popup {
    max-height: 90vh;
  }
}

@media screen and (max-width: 991.98px) {
  .component.first-visit .component-content .window-popup .content-popup {
    width: 750px;
  }
}

.component.first-visit .component-content .window-popup .content-popup::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#317FCB), to(#00529F));
  background: -webkit-linear-gradient(top, #317FCB 0%, #00529F 100%);
  background: linear-gradient(180deg, #317FCB 0%, #00529F 100%);
  width: 40%;
}

@media screen and (max-width: 767.98px) {
  .component.first-visit .component-content .window-popup .content-popup::before {
    height: 40%;
    width: 100%;
  }
}

.component.first-visit .component-content .window-popup .content-popup .icon-close {
  position: relative;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  z-index: 10;
}

.component.first-visit .component-content .window-popup .content-popup .icon-close::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/close-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.component.first-visit .component-content .window-popup .content-popup .icon-close:hover::before {
  background-image: url(../images/icons/close-lighter-green.svg);
}

.component.first-visit .component-content .window-popup .content-popup .icon-close:active::before {
  background-image: url(../images/icons/close-darker-green.svg);
}

.component.first-visit .component-content .window-popup .content-popup .icon-close:hover {
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .component.first-visit .component-content .window-popup .content-popup .icon-close {
    position: relative;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    z-index: 10;
  }
  .component.first-visit .component-content .window-popup .content-popup .icon-close::before {
    content: "";
    position: absolute;
    background-image: url(../images/icons/close-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    height: 100%;
    width: 100%;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .component.first-visit .component-content .window-popup .content-popup .icon-close:hover::before {
    background-image: url(../images/icons/close-lighter-green.svg);
  }
  .component.first-visit .component-content .window-popup .content-popup .icon-close:active::before {
    background-image: url(../images/icons/close-darker-green.svg);
  }
}

.component.first-visit .component-content .window-popup .content-popup .main-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.component.first-visit .component-content .window-popup .content-popup .main-section .items {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.component.first-visit .component-content .window-popup .content-popup .main-section .items.translate {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.component.first-visit .component-content .window-popup .content-popup .main-section .items .item {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.component.first-visit .component-content .window-popup .content-popup .main-section .items .item > .row {
  height: 100%;
}

.component.first-visit .component-content .window-popup .content-popup .main-section .items .item > .row span.h3 {
  margin-bottom: 0px;
}

@media screen and (max-width: 767.98px) {
  .component.first-visit .component-content .window-popup .content-popup .main-section .items .item > .row {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.component.first-visit .component-content .window-popup .content-popup .main-section .items .item.hidden {
  opacity: 0;
  pointer-events: none;
}

.component.first-visit .component-content .window-popup .content-popup .main-section .items .item .image-col .image-container {
  width: 100%;
  height: 100%;
}

.component.first-visit .component-content .window-popup .content-popup .main-section .items .item .image-col .image-container img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.component.first-visit .component-content .window-popup .content-popup .main-section .items .item .swiper-container {
  overflow: hidden;
}

.component.first-visit .component-content .window-popup .content-popup .main-section .items .item .swiper-container .swiper-slide {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.component.first-visit .component-content .window-popup .content-popup .main-section .items .item .swiper-container .swiper-nav {
  padding-top: 16px;
}
