@charset "UTF-8";
#ws-storys {
  position: fixed;
  z-index: 25;
  background: #00000088;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  inset: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  display: none;
  opacity: 0;
}
.story-container {
  position: fixed;
  inset: auto 2rem 4rem 2rem;
  height: 100%;
  opacity: 0;
  max-height: calc(1vh * 100 - 8rem);
  z-index: 25;
  isolation: isolate;
  transform: translatey(-12rem) scale(1.05);
}

@media (min-height: 678px) and (min-width: 765px) {
  .story-container {
    height: 76rem;
  }
}
.hidden-svg {
  position: absolute;
  display: block;
  pointer-events: none;
}
.story-container::before {
  content: "";
  position: absolute;
  inset: -2px;
  -webkit-clip-path: url(#story-container-bg);
  clip-path: url(#story-container-bg);
  background-color: #fff;
  pointer-events: none;
}
.story-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#story-container-bg);
  clip-path: url(#story-container-bg);
  overflow: hidden;
}
.story-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    0deg,
    var(--primary),
    transparent 50%
  );
  z-index: 0;
}
.story-wbs-badge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.4rem;
  height: 3.6rem;
  pointer-events: none;
}
.story-wbs-badge__icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.story-wbs-badge::before {
  content: "";
  background-image: url(../../../../assets/img/logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8.8rem;
  height: 1.4rem;
  z-index: 2;
}
/* progress */
.story-progress {
  position: absolute;
  inset: 1.5rem 1.5rem auto 1.5rem;
  display: flex;
  align-items: center;
  z-index: 3;
}
.story-progress__bar {
  position: relative;
  overflow: hidden;
  height: 0.5rem;
  background: #fff;
  flex: 1;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  direction: ltr;
}
.story-progress__fill {
  height: 100%;
  width: 0;
  background-color: var(--primary);
  border-radius: 10px;
}
.story-progress__time {
  font-size: 16px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3rem;
}
/* close */
.ws-storys-close {
  cursor: pointer;
  flex: none;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1rem;
  margin-left: 1rem;
}
.ws-storys-close i {
  transition: 0.4s ease;
  display: block;
}
.ws-storys-close:hover i {
  transform: rotate(-90deg);
}
.story-container video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  cursor: pointer;
}
/* tools */
.story-tools {
  position: absolute;
  inset: auto 2rem 10rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
  gap: 1.5rem;
  z-index: 3;
}
/* controls */
.story-tools__controls {
  display: none;
  margin-top: 2rem;
  width: 100%;
}
.story-tools__controls .btn--control {
  width: 100%;
  border-radius: 5rem;
  background-color: #eae9f38f;
  font-size: 13px;
  padding: 1rem 1.8rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  transition: 0.4s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-variation-settings: var(--wgh_500);
}
.story-tools__controls .btn--control:last-child {
  margin-bottom: 0;
}
.story-tools__controls .btn--control:hover {
  background-color: #fff;
  color: var(--primary);
}
.story-tools-end {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem;
}
/* replay */
.story-tools__replay {
  color: var(--primary);
  background: #ffffff6e;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  transform: rotate(0);
  transition: 0.4s ease;
}
.story-tools__replay:hover {
  -webkit-animation: replayStory  0.4s ease 1 forwards;
  animation: replayStory  0.4s ease 1 forwards;
  background: #fff;
}
@-webkit-keyframes replayStory {
  100% {
    transform: rotate(-180deg);
  }
}

@keyframes replayStory {
  100% {
    transform: rotate(-180deg);
  }
}
.story-tools__replay i {
  display: block;
}
/* extra-button */
.story-tools__extra-button {
  --btc: var(--primary);
  --h-bg: var(--primary);
  --h-c: #fff;
  color: var(--primary);
  background: var(--primary);
  border: unset;
  padding: 0 1.5rem 0 2rem;
  height: 4rem;
  font-size: 13px;
}
.story-tools__extra-button .btn__text {
  height: 4rem;
}
.story-tools__extra-button::before {
  content: "\e926";
  font-family: 'icomoon';
  font-size: 2rem;
  color: var(--primary);
  transition:  0.4s ease;
  position: relative;
  z-index: 2;
}
.story-tools__extra-button:hover::before {
  color: #fff;
}
.story-container .home-button {
  position: absolute;
  z-index: 2;
  bottom: 0.6rem;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #fff;
  font-size: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.story-container .home-button::before {
  content: "";
  position: absolute;
  inset: 0;
  transition:  0.4s ease;
  background-color: var(--primary);
  transform: scale(0.7);
  opacity: 0;
  z-index: -1;
  border-radius: 50%;
}
.story-container .home-button:hover::before {
  transform: scale(1);
  opacity: 1;
}
/* story__request */
.story__request {
  gap: 0.8rem;
  padding: 0.8rem 1.4rem;
}
.story__request-icon {
  stroke: #fff;
  width: 1.5rem;
  height: 1.5rem;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition:  0.4s ease;
  position: relative;
  z-index: 2;
}

.story__request:hover .story__request-icon {
  stroke: var(--primary);
}
.story__request-icon.animate * {
  -webkit-animation: noteStroke 1.2s 0.4s 1 forwards;
  animation: noteStroke 1.2s 0.4s 1 forwards;
}
/* story__phone */
.story__phone-text {
  font-size: 14px;
  padding: 0.6rem 1rem 0.6rem 1.6rem;
  line-height: 1.5;
  white-space: nowrap;
  font-variation-settings: var(--wgh_600);
}
.story__help-phone {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  font-variation-settings: var(--wgh_600);
  border-radius: 5rem;
  white-space: nowrap;
  background: #fff;
  border: unset;
  color: var(--primary);
  gap: 1.2rem;
  font-size: 16px;
  padding: 0.8rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.story__phone-icon {
  stroke: var(--primary);
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
  fill: transparent;
  position: relative;
  z-index: 2;
  transition:  0.4s ease;
}
.story__help:hover .story__phone-icon {
  stroke: #fff;
}
.story__phone-icon-line {
  -webkit-animation: ringPhoneBack 1s ease-in-out 1 forwards;
  animation: ringPhoneBack 1s ease-in-out 1 forwards;
}
.story__phone-icon-line.second {
  -webkit-animation: ringPhoneBack 1s ease-in-out 0.2s 1 forwards;
  animation: ringPhoneBack 1s ease-in-out 0.2s 1 forwards;
}
.story__help:hover .story__phone-icon-line {
  -webkit-animation: ringPhone 1s ease-in-out infinite backwards;
  animation: ringPhone 1s ease-in-out infinite backwards;
}
.story__help:hover .story__phone-icon-line.second {
  -webkit-animation: ringPhone 1s ease-in-out 0.2s infinite backwards;
  animation: ringPhone 1s ease-in-out 0.2s infinite backwards;
}

.story__help {
  background-color: #DBDEE8;
  border-radius: 5rem;
  overflow: hidden;
  align-items: center;
  height: 3.6rem;
  position: relative;
  isolation: isolate;
}
.story__help-phone::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(101%);
  background: var(--primary);
  border-radius: 50% 50% 0 0;
  left: 0;
  transition: transform  0.4s ease,
    border-radius  0.4s ease;
}
.story__help:hover .story__help-phone {
  transform: scaleX(1.02);
  transition: transform 0.6s cubic-bezier(0.34, 5.56, 0.64, 1);
}
.story__help:hover .story__help-phone::after {
  border-radius: 0;
  transform: translateY(0);
  transition-duration: 0.5s, 0.9s;
}
.story__help-phone .phone-text {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform  0.4s ease;
  position: relative;
  z-index: 2;
}
.story__help-phone .phone-text::before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.story__help:hover .phone-text {
  transform: translateY(-100%);
}
/* .story__help::before {
  content: "";
  position: absolute;
  background-color: var(--c-primary-500);
  inset: 0;
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0, 1),
    border-radius 0.8s cubic-bezier(0.4, 0, 0, 1);
  transform-origin: left;
  border-radius: 0 5rem 5rem 0;
}
.story__help:hover::before {
  transform: scale(1);
  border-radius: 0;
} */
/* .story__help:hover {
  color: var(--c-white);
} */
/* loading */
.stroy-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eae9f387;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff0000;
  z-index: 2;
  display: none;
}

.stroy-lds-ripple,
.stroy-lds-ripple div {
  box-sizing: border-box;
}
.stroy-lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.stroy-lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: stroy-lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: stroy-lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.stroy-lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
@-webkit-keyframes stroy-lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
@keyframes stroy-lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
/* iland */
#iland {
  z-index: 20;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
}
.iland-wrapper {
  justify-content: space-between;
  gap: 4rem;
  display: flex;
  align-items: center;
  gap: 3.3rem;
}
/* cta */
.iland-cta {
  background-color: var(--c-primary-700);
  border-radius: 30px;
  color: var(--c-white);
  padding: 1.2rem;
  display: none;
  align-items: center;
  gap: 0.8rem;
  box-shadow: 0 4px 6px rgb(0 0 0 / 16%);
}

.iland__request {
  padding: 0.8rem 1.4rem;
}
.iland__request-icon {
  stroke: #fff;
  width: 2rem;
  height: 2rem;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition:  0.4s ease;
  z-index: 2;
  position: relative;
}
.iland__request:hover .iland__request-icon {
  stroke: var(--primary);
}
.iland__phone {
  gap: 1.2rem;
  font-size: 18px;
  padding: 0.8rem 1.5rem;
}
.iland__phone-icon {
  width: 2rem;
  height: 2rem;
  flex: none;
  stroke: #fff;
  fill: transparent;
  transition:  0.4s ease;
  position: relative;
  z-index: 2;
}
.iland__phone:hover .iland__phone-icon {
  stroke: var(--primary);
}
.iland__phone-icon-line {
  -webkit-animation: ringPhoneBack 1s ease-in-out 1 forwards;
  animation: ringPhoneBack 1s ease-in-out 1 forwards;
}
.iland__phone-icon-line.second {
  -webkit-animation: ringPhoneBack 1s ease-in-out 0.2s 1 forwards;
  animation: ringPhoneBack 1s ease-in-out 0.2s 1 forwards;
}
.iland__phone:hover .iland__phone-icon-line {
  -webkit-animation: ringPhone 1s ease-in-out infinite backwards;
  animation: ringPhone 1s ease-in-out infinite backwards;
}
.iland__phone:hover .iland__phone-icon-line.second {
  -webkit-animation: ringPhone 1s ease-in-out 0.2s infinite backwards;
  animation: ringPhone 1s ease-in-out 0.2s infinite backwards;
}

@-webkit-keyframes ringPhone {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ringPhone {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ringPhoneBack {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ringPhoneBack {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.iland__request-icon.animate * {
  -webkit-animation: noteStroke 1.2s var(--ease4) 1 forwards;
  animation: noteStroke 1.2s var(--ease4) 1 forwards;
}

@-webkit-keyframes noteStroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes noteStroke {
  100% {
    stroke-dashoffset: 0;
  }
}
.iland__request-curve {
  position: absolute;
  top: calc(100% + 1.2rem);
  background-color: var(--c-primary-700);
  border-radius: 0 0 16px 16px;
  width: 5.4rem;
  height: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.iland__request-curve-line {
  position: absolute;
  background-color: var(--c-secondary);
  width: 76%;
  height: 0.2rem;
  border-radius: 1rem;
  left: 50%;
  transform: translateX(-50%);
  top: -0.1rem;
}
.iland__request-curve::after,
.iland__request-curve::before {
  content: "";
  position: absolute;
  box-shadow: 0 calc(-0.4rem / 2) 0 0 var(--c-primary);
  height: 0.4rem;
  width: 2rem;
  top: 0.1rem;
}
.iland__request-curve::after {
  right: -1.9rem;
  border-top-left-radius: 16px;
}
.iland__request-curve::before {
  left: -1.9rem;
  border-top-right-radius: 16px;
}
/* icta */
.iland-icta {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.iland-icta-circle {
  position: relative;
}
.icta-wave-wrapper {
  position: absolute;
  transform: translate(-50%, -50%) scale(0.9) rotate(4deg);
  z-index: -1;
  left: 50%;
  width: 15.5rem;
  height: 15.5rem;
  top: 50%;
  opacity: 0;
  transition: .7s cubic-bezier(0.4, 0, 1, 1);
}
#iland-icta-wave {
  width: 100%;
  height: 100%;
}
.iland-icta:hover .icta-wave-wrapper {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition:  0.4s cubic-bezier(0.4, 0, 1, 1);
}
.iland-icta__img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 6px rgb(0 0 0 / 16%);
  flex: none;
  border: 3px solid var(--primary);
}
.iland-icta__video {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.iland-icta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.iland-icta__title {
  border-radius: 24px 0 0 24px;
  font-size: 16px;
  padding: 10px 0 10px 24px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: -1.2rem;
  font-variation-settings: var(--wgh_500);
  white-space: nowrap;
  background: var(--primary);
  box-shadow: 0px 0px 44px 0px #0533E61A inset;
  color: #fff;
  line-height: 1;
}
.iland-icta__icon-title {
  width: 2.9rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1rem;
}
.iland-icta__icon-title::before {
  content: "\e938";
  color: #fff;
  font-family: 'icomoon';
  font-size: 0.9rem;
}
/**************************/
/* BELOW 360px */
/**************************/
@media (min-width: 22.5em) {
}
/**************************/
/* BELOW 576px */
/**************************/
@media (min-width: 36em) {
}

/**************************/
/* ABOVE 800px */
/**************************/

@media (min-width: 50em) {
  .iland-cta {
    display: flex;
  }
}

/**************************/
/* BELOW 360px */
/**************************/
@media (min-width: 22.5em) {
}
/**************************/
/* 576px */
/**************************/

@media (min-width: 36em) {
  .story-container {
    inset: auto 2rem 4rem auto;
    width: 30rem;
    max-height: calc(1vh * 100 - 12rem);
  }
}



@media (max-width: 36em) {
  .iland-icta__img {
    width: 5rem;
    height: 5rem;
  }
  .iland-icta__title {
    border-radius: 24px 0 0 24px;
    font-size: 16px;
    padding: 5px 0 5px 24px;
  }
  .story-tools {
    inset: auto 1rem 8rem 1rem;
    width: 90%;
    gap: 1rem;
  }
  .story__help-phone {
    gap: 0.5rem;
    font-size: 13px;
    padding: 0.8rem 0.5rem;
  }
  .story__phone-icon {
    width: 1rem;
    height: 1rem;
  }
  .story__phone-text {
    font-size: 13px;
    padding: 0.6rem 0.5rem 0.6rem .6rem;
  }
  .story-container .home-button {
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
  }
  .story-wbs-badge {
    width: 11.4rem;
    height: 3.6rem;
    pointer-events: none;
  }
  .story-wbs-badge::before {
    width: 6.8rem;
    height: 1.4rem;
  }
  .story-tools__controls .btn--control {
    padding: 1rem 1.4rem;
  }
  .story__help {
    height: 2.6rem;
  }
}
