.container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1200px;
  }
}

.color-block-cta {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 600px;
  border-radius: 15px;
}
.color-block-cta__image {
  vertical-align: bottom;
  width: 100%;
  transition: transform 0.25s;
  object-fit: cover;
  min-height: 375px;
}
@media (min-width: 1024px) {
  .color-block-cta__image {
    height: auto;
  }
}
.color-block-cta__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.color-block-cta__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-size 0.25s;
}
@media (min-width: 1024px) {
  .color-block-cta__content {
    padding: 30px 56px;
  }
}
.color-block-cta__circle-container {
  z-index: 1;
  cursor: pointer;
}
.color-block-cta__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: normal;
  line-height: 60px;
  color: #234C5A;
  margin-bottom: 15px;
}
html[lang=ru] main .color-block-cta__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .color-block-cta__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .color-block-cta__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .color-block-cta__title {
  font-family: "Sarabun";
}
html[lang=ja] main .color-block-cta__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .color-block-cta__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .color-block-cta__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .color-block-cta__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 1024px) {
  .color-block-cta__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: normal;
    line-height: 77px;
    margin-bottom: 40px;
  }
  html[lang=ru] main .color-block-cta__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .color-block-cta__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .color-block-cta__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .color-block-cta__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .color-block-cta__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .color-block-cta__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .color-block-cta__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .color-block-cta__title {
    font-family: "Noto Serif KR";
  }
}
.color-block-cta__description {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  color: #234C5A;
}
html[lang=ru] main .color-block-cta__description {
  font-family: "Open Sans";
}
html[lang=vi] main .color-block-cta__description {
  font-family: "Open Sans";
}
html[lang=ar] main .color-block-cta__description {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .color-block-cta__description {
  font-family: "Prompt";
}
html[lang=ja] main .color-block-cta__description {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .color-block-cta__description {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .color-block-cta__description {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .color-block-cta__description {
  font-family: "Noto Sans KR";
}
.color-block-cta__description::after {
  display: block;
  content: "";
  width: 16px;
  height: 23px;
  background-image: url("/wp-content/themes/tahoesouth/dist/carat-black.5506d12f.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(24%) sepia(24%) saturate(1068%) hue-rotate(149deg) brightness(92%) contrast(88%);
  margin-top: 29px;
  transition: transform 0.25s;
}
@media (min-width: 1024px) {
  .color-block-cta__description::after {
    margin-top: 52px;
  }
}
.color-block-cta__background-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.25s;
}
.color-block-cta__background-image:hover {
  transform: scale(1.05);
}
.color-block-cta:hover .color-block-cta__background-image {
  transform: scale(1.05);
}
.color-block-cta:hover .color-block-cta__description::after {
  transform: translateX(5px);
}

/*# sourceMappingURL=/wp-content/themes/tahoesouth/dist/color-block-cta.css.map */