.taking-ekterly {
  position: relative;
}
.taking-ekterly .container {
  width: 77.9rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .taking-ekterly .container {
    width: 33rem;
  }
}
.taking-ekterly .background {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}
.taking-ekterly h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 4.8rem;
  color: #4D8CFF;
  text-align: unset;
  margin: 0;
}
@media (max-width: 768px) {
  .taking-ekterly h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
.taking-ekterly h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #122674;
}
.taking-ekterly .footnote {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #3C3A45;
  text-indent: -0.35rem;
}
.taking-ekterly .footnote sup {
  position: relative;
  vertical-align: center;
}
.taking-ekterly .hero {
  position: sticky;
  top: 0;
  overflow: hidden;
  padding: 16.2rem 0 5.3rem;
}
@media (max-width: 768px) {
  .taking-ekterly .hero {
    padding: 12.8rem 0 4.5rem;
  }
}
.taking-ekterly .hero:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 26.1rem;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(180deg, #808080 0%, rgba(124, 124, 124, 0.0001) 86.31%);
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .taking-ekterly .hero:before {
    height: 20rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(102, 102, 102, 0.01) 100%);
    mix-blend-mode: normal;
    opacity: 0.99;
  }
}
.taking-ekterly .hero .container {
  position: relative;
  z-index: 1;
}
.taking-ekterly .hero h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 4.2rem;
  line-height: 5.5rem;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .taking-ekterly .hero h1 {
    font-size: 3.7rem;
    line-height: 4.6rem;
  }
}
.taking-ekterly .hero p {
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.4rem;
  color: #FFFFFF;
  width: fit-content;
  margin: 16.2rem -5rem 0 auto;
}
@media (max-width: 768px) {
  .taking-ekterly .hero p {
    margin-top: 18rem;
    margin-right: unset;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.taking-ekterly .background-white {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.taking-ekterly .top-border {
  background: white;
  border-radius: 4rem 4rem 0 0;
  padding: 2.6rem 0 2.6rem;
  margin-top: -3.6rem;
  top: 0;
  z-index: 1;
  position: relative;
}
.taking-ekterly .usage-guide {
  padding: 0 0 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .taking-ekterly .usage-guide {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .taking-ekterly .usage-guide .container {
    padding: 0;
  }
}
.taking-ekterly .usage-guide .container p {
  margin-top: 2rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #3C3A45;
}
@media (max-width: 768px) {
  .taking-ekterly .usage-guide .container p {
    margin-top: 1.5rem;
    font-weight: 500;
  }
}
.taking-ekterly .usage-guide .container ul {
  margin: 7rem auto 0;
  width: 63.6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .taking-ekterly .usage-guide .container ul {
    margin-top: 7rem;
    flex-direction: column;
    gap: 5.7rem;
    width: 100%;
  }
}
.taking-ekterly .usage-guide .container ul li {
  text-align: center;
}
.taking-ekterly .usage-guide .container ul li .img {
  margin: 0 auto;
  height: 6.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .taking-ekterly .usage-guide .container ul li .img {
    height: 5.7rem;
  }
}
.taking-ekterly .usage-guide .container ul li img {
  width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
}
.taking-ekterly .usage-guide .container ul li p {
  margin: 1.2rem 0 0;
  color: #122674;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 768px) {
  .taking-ekterly .usage-guide .container ul li p {
    line-height: 2.2rem;
  }
}
.taking-ekterly .usage-guide .container .image-wrap {
  position: relative;
  width: 51.2rem;
  height: 35.4rem;
  margin: 6.8rem auto 0;
}
@media (max-width: 768px) {
  .taking-ekterly .usage-guide .container .image-wrap {
    width: 100%;
    height: 23.7rem;
    margin: 5.7rem 0 0 2rem;
  }
}
.taking-ekterly .usage-guide .container .image-wrap:before {
  content: attr(data-text);
  position: absolute;
  top: 30.6rem;
  left: 7.6rem;
  z-index: 2;
  color: #636466;
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
  line-height: 2.4rem;
}
@media (max-width: 768px) {
  .taking-ekterly .usage-guide .container .image-wrap:before {
    top: 16.5rem;
    left: 4.4rem;
    font-size: 1rem;
  }
}
.taking-ekterly .usage-guide .container .image-wrap video {
  width: 0.1rem;
  height: 0.1rem;
  object-fit: contain;
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.taking-ekterly .usage-guide .container .image-wrap canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  transform: translateX(-5%);
}
@media (max-width: 768px) {
  .taking-ekterly .usage-guide .container .image-wrap canvas {
    position: static;
    width: 100%;
    height: auto;
    transform: translateX(-5%);
  }
}
.taking-ekterly .usage-guide .container .image-info {
  margin-top: 1.2rem;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  color: #122674;
}
@media (max-width: 768px) {
  .taking-ekterly .usage-guide .container .image-info {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.taking-ekterly .pill-efficacy {
  padding: 8rem 0 8rem;
  margin-top: 6rem;
  background: linear-gradient(180deg, #122674 -146.51%, #4D8CFF 80.08%);
}
@media (max-width: 768px) {
  .taking-ekterly .pill-efficacy {
    margin-top: 4.8rem;
    padding: 6rem 0;
  }
}
.taking-ekterly .pill-efficacy .container p {
  font-style: normal;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 3.8rem;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .taking-ekterly .pill-efficacy .container p {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}
.taking-ekterly .pill-efficacy .container p span {
  font-weight: 600;
}
@media (max-width: 768px) {
  .taking-ekterly .pill-efficacy .container p span {
    font-size: 2.6rem;
  }
}
.taking-ekterly .treatment-speed {
  padding: 10rem 0 4rem;
  background-color: rgba(77, 140, 255, 0.07);
}
@media (max-width: 768px) {
  .taking-ekterly .treatment-speed {
    padding: 6rem 0 2.4rem;
  }
}
.taking-ekterly .treatment-speed .container h2 {
  transition: font-weight 300ms ease-in-out;
  font-family: 'Libre Franklin Variable', 'Libre Fraklin', sans-serif;
}
.taking-ekterly .treatment-speed .container .slider-block {
  margin-top: 7rem;
  display: flex;
  gap: 7.5rem;
  align-items: center;
}
@media (max-width: 768px) {
  .taking-ekterly .treatment-speed .container .slider-block {
    gap: 5rem;
    margin: 3rem 0 0;
    flex-direction: column;
  }
}
.taking-ekterly .treatment-speed .container .slider-block .slider-container {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .taking-ekterly .treatment-speed .container .slider-block .slider-container {
    margin: 0;
    width: 100%;
  }
}
.taking-ekterly .treatment-speed .container .slider-block .slider-container .instruction {
  display: flex;
  align-items: center;
}
.taking-ekterly .treatment-speed .container .slider-block .slider-container .instruction img {
  width: 3.4rem;
  height: 3.7rem;
  margin-right: 1rem;
}
.taking-ekterly .treatment-speed .container .slider-block .slider-container .instruction p {
  font-style: italic;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: flex;
  align-items: center;
  letter-spacing: -0.0857143px;
  color: #122674;
}
.taking-ekterly .treatment-speed .container .slider-block .slider-container input[type="range"] {
  margin-top: 2rem;
  -webkit-appearance: none;
  width: 36.9rem;
  height: 3rem;
  background: rgba(77, 140, 255, 0.2);
  border-radius: 1.5rem;
  outline: none;
  opacity: 1;
  transition: background 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 768px) {
  .taking-ekterly .treatment-speed .container .slider-block .slider-container input[type="range"] {
    width: 100%;
  }
}
.taking-ekterly .treatment-speed .container .slider-block .slider-container input[type="range"].show {
  background: #4d8cff;
}
.taking-ekterly .treatment-speed .container .slider-block .slider-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 3rem;
  height: 3rem;
  background: #FAA224;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.taking-ekterly .treatment-speed .container .slider-block .slider-container input[type="range"]::-moz-range-thumb {
  width: 3rem;
  height: 3rem;
  background: #FAA224;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  position: relative;
}
.taking-ekterly .treatment-speed .container .slider-block .slider-container .slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  padding: 0 1.5rem 0 2.4rem;
}
.taking-ekterly .treatment-speed .container .slider-block .slider-container .slider-labels p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
  color: #122674;
  position: relative;
}
.taking-ekterly .treatment-speed .container .slider-block .slider-container .slider-labels p:before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 5rem;
  background-color: #122674;
  top: -5.2rem;
  left: 50%;
}
.taking-ekterly .treatment-speed .container .slider-block .slider-container .slider-labels p.bold {
  font-weight: 700;
}
.taking-ekterly .treatment-speed .container .slider-block .text-container {
  padding: 3rem 3.5rem;
  text-align: center;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  background-color: rgba(77, 140, 255, 0.07);
  border-radius: 2.5rem;
}
@media (max-width: 768px) {
  .taking-ekterly .treatment-speed .container .slider-block .text-container {
    padding: 3.5rem 1.5rem;
  }
}
.taking-ekterly .treatment-speed .container .slider-block .text-container.show {
  opacity: 1;
}
.taking-ekterly .treatment-speed .container .slider-block .text-container p {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #122674;
}
.taking-ekterly .treatment-speed .container .slider-block .text-container .title {
  font-weight: 800;
  font-size: 3rem;
  color: #4D8CFF;
}
.taking-ekterly .treatment-speed .container .slider-block .text-container p + p {
  margin-top: 1rem;
}
.taking-ekterly .treatment-speed .container .footnote {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  margin-top: 9.7rem;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (max-width: 768px) {
  .taking-ekterly .treatment-speed .container .footnote {
    width: 28rem;
    margin: 3.9rem 0 0 2.7rem;
  }
}
.taking-ekterly .treatment-time {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .taking-ekterly .treatment-time {
    margin-top: 6rem;
  }
}
.taking-ekterly .treatment-time .container h3 {
  margin-top: 2rem;
  text-align: left;
  text-transform: none;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.6rem;
  width: 80.5rem;
}
@media (max-width: 768px) {
  .taking-ekterly .treatment-time .container h3 {
    width: 100%;
  }
}
.taking-ekterly .treatment-time .container ul {
  margin-top: 6rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 768px) {
  .taking-ekterly .treatment-time .container ul {
    margin-top: 5rem;
    flex-direction: column;
    gap: 2rem;
  }
}
.taking-ekterly .treatment-time .container ul li {
  background-color: rgba(77, 140, 255, 0.07);
  border-radius: 2.5rem;
  padding: 4.4rem 3rem;
  text-align: center;
  flex: 1;
}
@media (max-width: 768px) {
  .taking-ekterly .treatment-time .container ul li {
    padding: 4rem 2rem;
  }
}
.taking-ekterly .treatment-time .container ul li .blue {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.4rem;
  text-align: center;
  letter-spacing: -0.1rem;
  color: #4D8CFF;
  mix-blend-mode: normal;
  opacity: 0.99;
  text-transform: none;
}
@media (max-width: 768px) {
  .taking-ekterly .treatment-time .container ul li .blue {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.taking-ekterly .treatment-time .container ul li .blue span {
  font-size: 4.8rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .taking-ekterly .treatment-time .container ul li .blue span {
    font-size: 3.2rem;
    line-height: 1;
  }
}
.taking-ekterly .treatment-time .container ul li p {
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
  text-transform: uppercase;
  color: #636466;
  mix-blend-mode: normal;
  opacity: 0.99;
}
.taking-ekterly .treatment-time .container .footnote {
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .taking-ekterly .treatment-time .container .footnote {
    margin-top: 2.7rem;
  }
}
.taking-ekterly .cta {
  margin-top: 7.4rem;
}
@media (max-width: 768px) {
  .taking-ekterly .cta {
    margin-top: 5rem;
  }
}
.taking-ekterly .cta .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .taking-ekterly .cta .container {
    display: flex;
    flex-direction: column;
  }
}
.taking-ekterly .cta .container .info-block {
  display: flex;
  flex-direction: column;
  gap: 2.9rem;
}
@media (max-width: 768px) {
  .taking-ekterly .cta .container .info-block {
    gap: 2.2rem;
    flex-direction: column;
  }
}
.taking-ekterly .cta .container .info-block li {
  display: flex;
  flex-direction: row;
  gap: 1.9rem;
  align-items: center;
}
@media (max-width: 768px) {
  .taking-ekterly .cta .container .info-block li {
    gap: 2.2rem;
    flex-direction: column;
  }
}
.taking-ekterly .cta .container .info-block li .img {
  width: 4.3rem;
  height: 7.4rem;
  flex-shrink: 0;
}
.taking-ekterly .cta .container .info-block li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .taking-ekterly .cta .container .info-block li .img {
    width: 4.3rem;
    height: 7.2rem;
    margin: 0 auto;
  }
}
.taking-ekterly .cta .container .info-block li .img.img-attack {
  scale: 1.9;
}
@media (max-width: 768px) {
  .taking-ekterly .cta .container .info-block li .img.img-attack {
    scale: unset;
    width: 9rem;
  }
}
@media (max-width: 768px) {
  .taking-ekterly .cta .container .info-block li .img.img-attack img {
    height: unset;
    width: 9rem;
  }
}
.taking-ekterly .cta .container .info-block li p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #3C3A45;
}
@media (max-width: 768px) {
  .taking-ekterly .cta .container .info-block li p {
    line-height: 2.2rem;
  }
}
.taking-ekterly .cta .container .info-block li p span,
.taking-ekterly .cta .container .info-block li p a {
  font-weight: 700;
  color: #4D8CFF;
}
.taking-ekterly .cta .container .info-block li p a {
  margin: 0;
  display: inline;
  text-decoration: underline;
}
.taking-ekterly .cta .container .image-wrap {
  width: 6.7rem;
  height: 7.8rem;
  margin: 7.4rem auto 0;
}
@media (max-width: 768px) {
  .taking-ekterly .cta .container .image-wrap {
    margin: 7.4rem auto 0;
  }
}
.taking-ekterly .cta .container .image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.taking-ekterly .cta .container h3 {
  text-transform: unset;
  margin-top: 2.2rem;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .taking-ekterly .cta .container h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.taking-ekterly .cta .container a {
  display: block;
  margin: 2rem auto 0;
  width: fit-content;
}
@media (max-width: 768px) {
  .taking-ekterly .cta .container a {
    margin: 1.5rem auto 0;
  }
}
.taking-ekterly .about-link-image {
  margin-top: 12rem;
  width: 100%;
}
.taking-ekterly .about-link-image .container {
  height: 30.1rem;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .taking-ekterly .about-link-image .container {
    height: 40.2rem;
  }
}
@media (max-width: 768px) {
  .taking-ekterly .about-link-image {
    margin-top: 8rem;
  }
}
.taking-ekterly .about-link-image .image-container {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 2.5rem;
}
.taking-ekterly .about-link-image .image-container > img {
  transition: transform 0.3s ease;
}
.taking-ekterly .about-link-image .image-container:hover > img {
  transform: scale(1.05);
}
.taking-ekterly .about-link-image .image-container .background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .taking-ekterly .about-link-image .image-container {
    height: 40rem;
  }
}
.taking-ekterly .about-link-image .image-container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(179.91deg, rgba(0, 0, 0, 0.05) 60%, #0b1643 99.92%);
  opacity: 90%;
  z-index: 2;
}
@media (max-width: 768px) {
  .taking-ekterly .about-link-image .image-container::before {
    height: 40rem;
  }
}
.taking-ekterly .about-link-image .image-container .actor {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 500;
  font-style: italic;
  bottom: 4.2rem;
  left: auto;
  right: 4rem;
  color: white;
  z-index: 3;
}
@media (max-width: 768px) {
  .taking-ekterly .about-link-image .image-container .actor {
    top: 2rem;
    bottom: unset;
    right: 2rem;
    font-size: 0.9rem;
  }
}
.taking-ekterly .about-link-image .image-container .content {
  position: absolute;
  left: 3.5rem;
  bottom: 3.1rem;
  width: 29.5rem;
  z-index: 3;
}
@media (max-width: 768px) {
  .taking-ekterly .about-link-image .image-container .content {
    left: 2.5rem;
    bottom: 2.5rem;
    width: 28rem;
  }
}
.taking-ekterly .about-link-image .image-container .content .subtitle {
  color: #FAA224;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0;
}
.taking-ekterly .about-link-image .image-container .content .icon {
  width: 2rem;
  height: 2rem;
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .taking-ekterly .about-link-image .image-container .content .icon {
    margin-bottom: 0.3rem;
  }
}
.taking-ekterly .about-link-image .image-container .content .title {
  font-size: 2.2rem;
  font-weight: 600;
  color: white;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .taking-ekterly .about-link-image .image-container .content .title {
    gap: 0.9rem;
    align-items: flex-end;
  }
}
/*# sourceMappingURL=taking-ekterly.css.map */