/* SI HOMEPAGE EXPERIMENT */
.verbumbase .italic {
  font-style: italic;
}
.verbumbase .title-link-container {
  padding-top: 16px;
  border-top: 1px solid #fff;
}
.verbumbase h1,
.verbumbase h2,
.verbumbase h3,
.verbumbase h4,
.verbumbase h5,
.verbumbase h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "AlaskaRegularContrast";
  src: url("https://files.logoscdn.com/v1/files/79775290/assets/16277891/content?signature=xei23kZmHtv0QIDhgPRdJU_luLc");
}

/* BENEFITS*/
.verbumbase .benefits {
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
  position: relative;
}
.verbumbase .benefits .section__container {
  max-width: 1408px;
  padding: 180px 0;
  display: flex;
  gap: 32px;
}
.verbumbase .benefits .section__container::after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .verbumbase .benefits .section__container {
    flex-wrap: wrap;
    gap: 32px;
  }
}
.verbumbase .benefits .title_container {
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 0;
  flex-basis: 696px;
}
.verbumbase .benefits .title_container .title {
  font-size: 64px;
  line-height: 115%;
  letter-spacing: -0.08em;
  font-family: "AlaskaRegularContrast";
}
@media screen and (max-width: 1400px) {
  .verbumbase .benefits .title_container {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    flex-basis: 100%;
  }
  .verbumbase .benefits::before {
    width: 600px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .verbumbase .benefits .title_container .title {
    font-size: 36px;
  }
}
.verbumbase .benefits .benefits_container {
  margin-top: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  flex-basis: 100%;
}
.verbumbase .benefits .benefits_container ol {
  counter-reset: list-counter;
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.verbumbase .benefits .benefits_container ol li {
  counter-increment: list-counter;
  padding-left: 50px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36.8px;

  position: relative;
  border-top: 1px solid #fff;
  padding-top: 12px;
  padding-bottom: 36px;
}
.verbumbase .benefits .benefits_container ol li::before {
  content: counter(list-counter, decimal-leading-zero) " ";
  position: absolute;
  left: 0;
  top: 12px;
}
.verbumbase .benefits .benefits_container ol li .btn--link {
  display: flex;
  margin-top: 20px;
}
.verbumbase .benefits .benefits_container ol li .btn--link svg {
  margin-left: 8px;
}
.verbumbase .benefits .benefits_container ol li .btn--link {
  display: flex;
  margin-top: 20px;
}
.verbumbase .benefits .benefits_container ol li .btn--link svg {
  margin-left: 8px;
  margin-top: 0;
}
.verbumbase .benefits .benefits_container ol li .disclaimer {
  display: block;
  margin-top: 24px;
  font-style: italic;
  font-size: 12px;
  line-height: 125%;
}
/* END BENEFITS */

/* Week Specific Styling */

.verbumbase .swiper-slide .img_desktop {
  display: block;
}
.verbumbase .swiper-slide .img_tablet {
  display: none;
}
.verbumbase .swiper-slide .img_mobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .verbumbase .swiper-slide .img_desktop {
    display: none;
  }
  .verbumbase .swiper-slide .img_tablet {
    display: block;
  }
  .verbumbase .swiper-slide .img_mobile {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .verbumbase .swiper-slide .img_desktop {
    display: none;
  }
  .verbumbase .swiper-slide .img_tablet {
    display: none;
  }
  .verbumbase .swiper-slide .img_mobile {
    display: block;
  }
}
/* Week Specific Styling */
.verbumbase.dark {
  background-color: #05314b;
}
.verbumbase .dark_section {
  background-color: #05314b;
  color: #fff;
}
.verbumbase
  .dark_section
  a:not(.btn--link):not(.verbumbase .dark_section .sub-nav__link):not(
    .verbumbase .btn
  ):not(.verbumbase .blog-posts__post-link) {
  color: #fff;
  border: none;
  text-decoration: underline;
}
.verbumbase .light_section {
  background-color: #fff;
}

.verbumbase .light_section {
  background-color: #fff;
  color: #05314b;
}
.verbumbase img {
  max-width: 100%;
  height: auto;
}
.verbumbase .swiper-slide {
  overflow: hidden;
}
.verbumbase hr {
  border-top: 1px solid #62b5e5;
}
.verbumbase hr.hr--light-blue {
  border-top: 1px solid #fff;
}
.verbumbase .bold {
  font-weight: 600;
}
.verbumbase .center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 991px) {
  .verbumbase .desktop-only {
    display: none;
  }
}
.verbumbase .section__container--wide {
  max-width: 1440px;
}
.verbumbase .section__container--overflow-hidden {
  overflow: hidden;
}
.verbumbase .btn.btn--with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  border: none;
  color: #62b5e5;
}
.verbumbase .btn.btn--with-icon span {
  white-space: wrap;
  text-align: right;
}
.verbumbase .btn.btn--with-icon svg {
  margin: 0;
  flex-shrink: 0;
}
.verbumbase .b-tiny {
  font-size: 10px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 5%;
}
.verbumbase .p-16 {
  padding: 16px;
}
.verbumbase .logos-blue {
  color: #62b5e5;
}
.verbumbase .deep-blue {
  color: #05314b;
}
.verbumbase .light-blue {
  color: #fff;
}
.verbumbase .bg-light-blue-3 {
  background-color: #f5fbff;
}
.verbumbase .bg-light-blue {
  background-color: #fff;
}
.verbumbase .bg-light-blue-2 {
  background-color: #e9f5ff;
}
.verbumbase .bg-deep-blue {
  background-color: #05314b;
}
.verbumbase .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.verbumbase .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  border: none;
  color: inherit;
}
.verbumbase .image-link img {
  position: relative;
}
.verbumbase .full-height {
  height: 100%;
}
.verbumbase .span-1 {
  grid-column: span 1;
}
.verbumbase .span-2 {
  grid-column: span 2;
}
.verbumbase .span-4 {
  grid-column: span 4;
}
.verbumbase .grid {
  display: grid;
}
.verbumbase .grid * + * {
  margin-top: initial;
}
.verbumbase .grid--gap-normal {
  gap: 36px 18px;
}
.verbumbase .grid--gap-small {
  gap: 16px 16px;
}
.verbumbase .grid--gap-y-small {
  gap: 16px 0;
}
.verbumbase .grid--4 {
  grid-template-columns: repeat(4, 1fr);
  /* Creates 4 equal columns */
}
@media (max-width: 991px) {
  .verbumbase .grid--4 .span-1--md-collapse {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .verbumbase .grid--4 .span-1--sm-collapse {
    grid-column: span 4;
  }
}
@media (max-width: 991px) {
  .verbumbase .grid--4 .span-2--md-collapse {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .verbumbase .grid--4 .span-2--sm-collapse {
    grid-column: span 4;
  }
}
.verbumbase .grid--full-height {
  height: 100%;
  grid-template-rows: min-content;
}
.verbumbase .mt2x {
  margin-top: 24px;
}
.verbumbase .mt4x {
  margin-top: 48px;
}
.verbumbase .font_60 {
  font-size: 64px;
  line-height: 64px;
}
.verbumbase .font_48 {
  font-size: 48px;
  line-height: 55.2px;
}
.verbumbase .font_32 {
  font-size: 32px;
  line-height: 34px;
}
.verbumbase .font_30 {
  font-size: 30px;
  line-height: 34px;
}
.verbumbase .font_24 {
  font-size: 24px;
  line-height: 30px;
}
.verbumbase .font_22 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.27;
}
.verbumbase .font_18 {
  font-size: 18px;
  line-height: 22px;
}
.verbumbase .font_16 {
  font-size: 16px;
  line-height: 16px;
}
.verbumbase .font_14 {
  font-size: 14px;
  line-height: 14px;
}
.verbumbase .font_13 {
  font-size: 13px;
  line-height: 18px;
}
.verbumbase .font_10 {
  font-size: 10px;
  line-height: 12.5px;
}
.verbumbase .swiper-slide--banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.verbumbase .sub-nav {
  margin-top: 40px;
  margin-bottom: 90px;
}
.verbumbase .dark_section.sub-nav {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .verbumbase .sub-nav {
    margin-bottom: 60px;
  }
  .verbumbase .dark_section.sub-nav {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}
.verbumbase .sub-nav__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  list-style-type: none;
  padding: 0;
  margin: 16px 0 0;
}
@media (max-width: 991px) {
  .verbumbase .sub-nav__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .verbumbase .sub-nav__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 374px) {
  .verbumbase .sub-nav__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.verbumbase .sub-nav__item {
  height: 220px;
  overflow: hidden;
}
.verbumbase .sub-nav__link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  color: #05314b;
  text-decoration: none;
  transition: background-color 0.2s ease;
  padding: 12px 12px 0 12px;
}
.verbumbase .dark_section .sub-nav__link {
  background-color: #DBF1FC;
  color: #05314b;
  text-decoration: none;
}
.verbumbase .sub-nav__link:hover,
.verbumbase .sub-nav__link:focus {
  color: #05314b;
  background-color: #e9f5ff;
  outline: none;
  border: none;
}
.verbumbase .sub-nav__link:hover .sub-nav__image,
.verbumbase .sub-nav__link:focus .sub-nav__image {
  transform: translateX(-50%) scale(1.25);
}
.verbumbase .sub-nav__link:hover .sub-nav__text,
.verbumbase .sub-nav__link:focus .sub-nav__text {
  color: #62b5e5;
}
.verbumbase .sub-nav__link:hover .sub-nav__text svg path,
.verbumbase .sub-nav__link:focus .sub-nav__text svg path,
.verbumbase .sub-nav__link:hover .sub-nav__text svg line,
.verbumbase .sub-nav__link:focus .sub-nav__text svg line {
  stroke: #62b5e5;
}
.verbumbase .dark_section .sub-nav__link:hover .sub-nav__text svg path,
.verbumbase .dark_section .sub-nav__link:focus .sub-nav__text svg path,
.verbumbase .dark_section .sub-nav__link:hover .sub-nav__text svg line,
.verbumbase .dark_section .sub-nav__link:focus .sub-nav__text svg line {
  stroke: #05314b;
}
.verbumbase .dark_section .sub-nav__link .sub-nav__text svg path,
.verbumbase .dark_section .sub-nav__link .sub-nav__text svg path,
.verbumbase .dark_section .sub-nav__link .sub-nav__text svg line,
.verbumbase .dark_section .sub-nav__link .sub-nav__text svg line {
  stroke: #05314b;
}
.verbumbase .sub-nav__text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-weight: 600;
  color: #05314b;
  transition: color 0.2s ease;
}
.verbumbase .dark_section .sub-nav__text,
.verbumbase .dark_section .sub-nav__link:hover .sub-nav__text {
  color: #05314b;
}
.verbumbase .sub-nav__text svg {
  flex-shrink: 0;
  transition: stroke 0.2s ease;
}
.verbumbase .sub-nav__text path,
.verbumbase .sub-nav__text line {
  transition: stroke 0.2s ease;
}
.verbumbase .sub-nav__image {
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: auto;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
  transition: transform 0.2s ease, 0.2s ease, filter 0.2s ease;
  transform-origin: top center;
}

.verbumbase .swiper-container {
  position: relative;
  width: 100%;
}
.verbumbase .swiper-container .btn.btn--link {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.verbumbase .swiper-container .btn.btn--link svg {
  margin: 0;
}
.verbumbase .swiper-container .btn.btn--link svg path,
.verbumbase .swiper-container .btn.btn--link svg line {
  stroke: #62b5e5;
  transition: stroke 0.2s ease;
}
.verbumbase .swiper-container .btn.btn--link:hover svg path,
.verbumbase .swiper-container .btn.btn--link:hover svg line {
  stroke: #4885fe;
  transition: stroke 0.2s ease;
}
.verbumbase .swiper-container--header-major,
.verbumbase .swiper-container--header-minor {
  overflow: hidden;
  padding-top: 18px;
}
.verbumbase .swiper-container--header-major .swiper-slide,
.verbumbase .swiper-container--header-minor .swiper-slide {
  padding: 18px 24px;
}
.verbumbase .swiper-container--header-major .swiper-slide h2 + h3,
.verbumbase .swiper-container--header-minor .swiper-slide h2 + h3 {
  margin-top: 18px;
}
.verbumbase .swiper-container--header-major .swiper-slide * + .btn,
.verbumbase .swiper-container--header-minor .swiper-slide * + .btn {
  margin-top: 30px;
}
.verbumbase .swiper-container--header-major .swiper-slide {
  height: 600px;
}
@media (max-width: 991px) {
  .verbumbase .swiper-container--header-major .swiper-slide {
    height: 560px;
  }
}
@media (max-width: 767px) {
  .verbumbase .swiper-container--header-major .swiper-slide {
    height: 640px;
  }
}
.verbumbase .swiper-container--header-minor .swiper-slide {
  height: 400px;
}
.verbumbase .swiper-container .swiper-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  gap: 24px;
}
.verbumbase .swiper-container .swiper-controls .swiper-pagination {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: static;
  gap: 8px;
  padding: 0;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-pagination
  .swiper-pagination-bullet,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-pagination.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  flex-grow: 1;
  height: 1px;
  background-color: #62b5e5;
  opacity: 0.5;
  margin: 0;
  cursor: pointer;
  transition: 0.2s ease;
  border-radius: 0;
  position: relative;
}
.verbumbase
  .dark_section
  .swiper-container
  .swiper-controls
  .swiper-pagination
  .swiper-pagination-bullet,
.verbumbase
  .dark_section
  .swiper-container
  .swiper-controls
  .swiper-pagination.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  background-color: #fff;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-pagination
  .swiper-pagination-bullet::after,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-pagination.swiper-pagination-horizontal
  .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-pagination
  .swiper-pagination-bullet:hover,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-pagination.swiper-pagination-horizontal
  .swiper-pagination-bullet:hover,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-pagination
  .swiper-pagination-bullet-active,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-pagination.swiper-pagination-horizontal
  .swiper-pagination-bullet-active {
  height: 4px;
  opacity: 1;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-pagination
  .swiper-pagination-bullet:active,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-pagination.swiper-pagination-horizontal
  .swiper-pagination-bullet:active {
  background-color: #fff;
}
.verbumbase
  .dark_section
  .swiper-container
  .swiper-controls
  .swiper-pagination
  .swiper-pagination-bullet:active,
.verbumbase
  .dark_section
  .swiper-container
  .swiper-controls
  .swiper-pagination.swiper-pagination-horizontal
  .swiper-pagination-bullet:active {
  background-color: #62b5e5;
}
.verbumbase .swiper-container .swiper-controls .swiper-navigation {
  display: flex;
  align-items: center;
  width: 108px;
  justify-content: space-between;
  margin: 0;
  gap: 12px;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #62b5e5;
  position: static;
  margin: 0;
  border-radius: 50%;
}
.verbumbase
  .dark_section
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev,
.verbumbase
  .dark_section
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next {
  color: #fff;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev
  svg,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next
  svg {
  width: 13px;
  height: 22px;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev::after,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next::after {
  display: none;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev:hover,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next:hover,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev:focus,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next:focus {
  color: #4885fe;
  background-color: #e9f5ff;
  outline: none;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev:active,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next:active {
  color: #e9f5ff;
  background-color: #62b5e5;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev:focus:not(:focus-visible),
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next:focus:not(:focus-visible) {
  outline: none;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev:focus-visible,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next:focus-visible {
  outline: 2px solid #62b5e5;
  outline-offset: 2px;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled {
  cursor: default;
  color: #fff;
  background-color: transparent;
}
.verbumbase
  .dark_section
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled,
.verbumbase
  .dark_section
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled {
  color: #fff;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled:hover,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled:hover,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled:active,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled:active {
  color: #fff;
  background-color: transparent;
}
.verbumbase
  .dark_section
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled:hover,
.verbumbase
  .dark_section
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled:hover,
.verbumbase
  .dark_section
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled:active,
.verbumbase
  .dark_section
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled:active {
  color: #05314b;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-prev.swiper-button-lock,
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next.swiper-button-lock {
  display: none;
}
.verbumbase
  .swiper-container
  .swiper-controls
  .swiper-navigation
  .swiper-button-next {
  transform: scaleX(-1);
}
.verbumbase .swiper-container .swiper-notification {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.verbumbase .swiper-container .swiper-slide {
  margin: 0;
}
.verbumbase .swiper-container .swiper-slide .add-to-cart-container {
  position: absolute;
  bottom: -100%;
  left: 16px;
  right: 16px;
  align-self: center;
  transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 0;
}
.verbumbase .swiper-container .swiper-slide .add-to-cart-container > *,
.verbumbase .swiper-container .swiper-slide .add-to-cart-container .btn {
  width: 100%;
}
.verbumbase
  .dark_section
  .swiper-container
  .swiper-slide
  .add-to-cart-container
  .btn {
  background-color: #fff;
  border-color: #fff;
  color: #62b5e5;
  box-shadow: none;
}
.verbumbase
  .dark_section
  .swiper-container
  .swiper-slide
  .add-to-cart-container
  .btn:focus {
  box-shadow: 0 1px 1px rgba(193, 228, 255, 0.25),
    0 2px 1px -1px rgba(193, 228, 255, 0.2), 0 1px 3px rgba(30, 106, 254, 0.4);
  background-color: #e9f5ff;
  color: #62b5e5;
  border-color: #e9f5ff;
}
.verbumbase
  .dark_section
  .swiper-container
  .swiper-slide
  .add-to-cart-container
  .btn:hover {
  box-shadow: 0 4px 5px rgba(193, 228, 255, 0.25),
    0 1px 10px rgba(193, 228, 255, 0.2), 0 2px 4px -1px rgba(30, 106, 254, 0.4);
  background-color: #e9f5ff;
  color: #62b5e5;
  border-color: #e9f5ff;
}
.verbumbase
  .dark_section
  .swiper-container
  .swiper-slide
  .add-to-cart-container
  .btn:active {
  box-shadow: 0 1px 1px rgba(193, 228, 255, 0.25),
    0 2px 1px -1px rgba(193, 228, 255, 0.2), 0 1px 3px rgba(30, 106, 254, 0.4);
  background-color: #e9f5ff;
  color: #62b5e5;
  border-color: #e9f5ff;
}

@media (max-width: 991px) {
  .verbumbase .swiper-container .swiper-slide .add-to-cart-container {
    display: none;
  }
}
@media (min-width: 992px) {
  .verbumbase .swiper-container .swiper-slide .touch-add-to-cart-container {
    display: none;
  }
  .verbumbase .swiper-container .swiper-slide:hover .add-to-cart-container {
    bottom: 16px;
    opacity: 1;
    transition: 0.2s ease;
  }
}
.verbumbase .swiper-container--products {
  height: 100%;
}
.verbumbase .swiper-container--products .swiper-wrapper {
  align-items: flex-end;
  flex-direction: row;
}
.verbumbase .swiper-container--products .product-slide {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  width: 222px;
}
@media (max-width: 991px) {
  .verbumbase .swiper-container--products .product-slide {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .verbumbase .swiper-container--products .product-slide {
    width: calc(50% - 16px);
  }
}
.verbumbase .swiper-container--products .product-slide.first-slide {
  padding-top: 16px;
  border-top: solid 1px #fff;
}
.verbumbase .swiper-container--products .product-slide.first-slide,
.verbumbase .swiper-container--products .product-slide.final-slide {
  align-self: flex-start;
}
.verbumbase .swiper-container--products .product-slide.final-slide {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.verbumbase
  .swiper-container--products
  .product-slide.final-slide
  .product-slide__image-container {
  width: 100%;
  background-color: #e9f5ff;
  margin-bottom: 59px;
  justify-content: flex-end;
  padding: 16px;
}
@media (max-width: 991px) {
  .verbumbase
    .swiper-container--products
    .product-slide.final-slide
    .product-slide__image-container {
    margin-bottom: 99px;
  }
}
.verbumbase
  .swiper-container--products
  .product-slide.final-slide
  .final-slide-btn {
  margin: 0;
  align-self: flex-end;
}
.verbumbase .swiper-container--products .product-slide__image-container {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
}
.verbumbase
  .swiper-container--products
  .product-slide__image-container
  .image-link {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  top: initial;
  bottom: 0;
}
.verbumbase
  .swiper-container--products
  .product-slide__image-container
  .image-link
  *
  + * {
  margin-top: 0;
}
.verbumbase .swiper-container--products .product-slide__image {
  width: 100%;
  height: auto;
}
.verbumbase .swiper-container--products .product-slide__name {
  margin-top: 10px;
  color: #05314b;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.verbumbase .swiper-container--products .product-slide__price {
  margin-top: 4px;
  color: #05314b;
}
.verbumbase .swiper-container--products-large {
  margin-top: 86px;
}
.verbumbase .swiper-container--products-large .product-slide {
  width: calc(25% - 12px);
}
@media (max-width: 991px) {
  .verbumbase .swiper-container--products-large .product-slide {
    width: 374px;
  }
}
@media (max-width: 767px) {
  .verbumbase .swiper-container--products-large .product-slide {
    width: 250px;
    max-width: 100%;
  }
}
.verbumbase .featured-product-container {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .verbumbase .featured-product-container {
    padding-bottom: 60px;
  }
}
.verbumbase .featured-product-container h3 {
  font-family: "AlaskaRegularContrast";
  letter-spacing: -0.08em;
}
.verbumbase .featured-product-container h3 + p {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .verbumbase .featured-product-container h3 {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.verbumbase .featured-product-container p {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.verbumbase .featured-product-container .featured-product-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
  height: 560px;
  background-color: #05314b;
  z-index: 10;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .verbumbase .featured-product-container .featured-product-info {
    display: none;
  }
}
.verbumbase .featured-product-container .swiper-wrapper {
  margin-top: 0;
}
.verbumbase .featured-product-container .swiper-slide {
  background-color: #05314b;
  margin: 0;
  width: 460px;
  height: 560px;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
  overflow: hidden;
  padding: 24px 16px;
}
@media (min-width: 992px) {
  .verbumbase
    .featured-product-container
    .swiper-slide
    .featured-product__info {
    display: none;
  }
}
.verbumbase
  .featured-product-container
  .swiper-slide
  .featured-product__image-container {
  width: 405px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  bottom: 0;
  transition: top 0.2s, left 0.2s, width 0.2s, transform 0.2s;
}
@media (max-width: 991px) {
  .verbumbase
    .featured-product-container
    .swiper-slide
    .featured-product__image-container {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .verbumbase
    .featured-product-container
    .swiper-slide
    .featured-product__image-container {
    top: 373px;
  }
}
.verbumbase .featured-product-container .swiper-slide .featured-product__image {
  margin: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top;
  box-shadow: -36px 0px 24px -4px rgba(69, 86, 118, 0.1),
    -22px 0px 40px -4px rgba(69, 86, 118, 0.08),
    -12px 0px 24px 0px rgba(69, 86, 118, 0.12),
    -4px 0px 12px 2px rgba(69, 86, 118, 0.18);
}
.verbumbase
  .featured-product-container
  .swiper-slide-active.featured-product--cover-slide
  .featured-product__image.desktop {
  display: block;
}
.verbumbase
  .featured-product-container
  .swiper-slide-active.featured-product--cover-slide
  .featured-product__image.mobile {
  display: none;
}
.verbumbase .featured-product-container .swiper-slide-active {
  opacity: 1;
}
@media (min-width: 992px) {
  .verbumbase
    .featured-product-container
    .swiper-slide-active.featured-product--cover-slide
    .featured-product__image-container,
  .verbumbase
    .featured-product-container
    .swiper-slide-active.featured-product--contain-slide
    .featured-product__image-container {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    transform: translateX(0%);
  }
  .verbumbase
    .featured-product-container
    .swiper-slide-active.featured-product--cover-slide
    .featured-product__image,
  .verbumbase
    .featured-product-container
    .swiper-slide-active.featured-product--contain-slide
    .featured-product__image {
    width: 100%;
    height: 100%;
    object-position: top;
    box-shadow: none;
  }
  .verbumbase
    .featured-product-container
    .swiper-slide-active.featured-product--cover-slide
    .featured-product__image {
    object-fit: cover;
  }
  .verbumbase
    .featured-product-container
    .swiper-slide-active.featured-product--contain-slide
    .featured-product__image {
    object-fit: contain;
  }
}
.verbumbase
  .featured-product-container
  .swiper-slide.featured-product--bg-image
  .featured-product__image-container {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%);
}
@media (max-width: 991px) {
  .verbumbase .featured-product-container .swiper-slide {
    width: 459px;
  }
  .verbumbase
    .featured-product-container
    .swiper-slide-active.featured-product--cover-slide
    .featured-product__image.desktop {
    display: none;
  }
  .verbumbase
    .featured-product-container
    .swiper-slide-active.featured-product--cover-slide
    .featured-product__image.mobile {
    display: block;
  }
}
@media (max-width: 575px) {
  .verbumbase .featured-product-container .swiper-slide {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .verbumbase .featured-product-container .swiper-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    width: 100%;
  }
}

.verbumbase .featured-sale-carousel-container .span-2 img {
  width: 100%;
}
.verbumbase .libraries .featured-sale__image {
  margin-top: 0;
}
.verbumbase .libraries .featured-sale__image-container {
  max-width: 126px;
  max-height: 190px;
  width: 100%;
  height: 100%;
}
.verbumbase .featured-sale-carousel-container .span-2.content .shape {
  width: initial;
  margin-bottom: 16px;
}
.verbumbase .featured-sale-carousel-container .span-2.content .btn--with-icon {
  margin-top: 56px;
}
.verbumbase .featured-sale-carousel-container .span-2.content .title {
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.08em;
  font-family: "AlaskaRegularContrast";
}
.verbumbase .featured-sale-carousel-container .span-2.content .description {
  margin-top: 16px;
  max-width: 458px;
}
.verbumbase .featured-sale-carousel-container .span-2.content {
  border-top: solid 1px #62b5e5;
}
.verbumbase .featured-sale__image-container-container {
  position: relative;
  overflow: hidden;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #62b5e5;
}
.verbumbase .featured-sale__image-container {
  position: relative;
  max-width: calc(100% - 50px);
  max-height: 137px;
  width: 100%;
  height: 100%;
}
.verbumbase .featured-sale__image {
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}
.verbumbase .featured-sale__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.verbumbase .featured-sale__flex-row * + * {
  margin-top: initial;
}
@media (max-width: 991px) {
  .verbumbase .featured-sale__flex-row {
    justify-content: flex-end;
  }
}
.verbumbase .featured-sale__slide {
  margin: 0;
}
@media (max-width: 991px) {
  .verbumbase .featured-sale__slide {
    width: 240px;
  }
}
.verbumbase .blog.dark_section {
  background-color: #05314b;
  padding-top: 48px;
  padding-bottom: 60px;
  margin-top: 90px;
  margin-bottom: 90px;
}
.verbumbase .blog-posts hr {
  margin: 0;
}
.verbumbase .blog-posts .grid {
  margin-top: 12px;
}
.verbumbase .blog-posts__title {
  margin-top: 90px;
}
.verbumbase .blog-posts__description {
  margin-top: 10px;
}
.verbumbase .dark_section .blog-posts__slide-text-container,
.verbumbase .dark_section .blog-posts__post-category,
.verbumbase .dark_section .blog-posts__title,
.verbumbase .dark_section .blog-posts__slide-title {
  color: #fff!important;
}
@media (min-width: 992px) {
  .verbumbase .blog-posts__see-all-link-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.verbumbase .blog-posts__slide-image-container {
  position: relative;
  overflow: hidden;
  height: 400px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 575px) {
  .verbumbase .blog-posts__slide-image-container {
    height: 330px;
  }
}
.verbumbase .blog-posts__slide-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.verbumbase .blog-posts__slide-text-container {
  border-top: 1px solid #62b5e5;
  padding-top: 12px;
}
.verbumbase .blog-posts__slide-category {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.verbumbase .blog-posts__post-link:hover .blog-posts__slide-title {
  text-decoration: underline;
}
.verbumbase .blog-posts__slide-title {
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .verbumbase .blog-posts .swiper-slide {
    width: 340px;
  }
}
@media (max-width: 575px) {
  .verbumbase .blog-posts .swiper-slide {
    width: 280px;
  }
}
/* CAROUSEL */
.verbumbase .section_carousel {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (min-width: 1024px) {
  .verbumbase .section_carousel {
    margin-top: 136px;
    margin-bottom: 136px;
  }
}
.verbumbase .section_carousel .carousel_container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1440px;
  /*border-top: 1px solid #fff;*/
}
.verbumbase .section_carousel .carousel_container .carousel_item {
  display: flex;
  grid-gap: 16px;
  padding-top: 16px;
  justify-content: space-between;
  border-top: 1px solid #62b5e5;
}
.verbumbase
  .section_carousel
  .carousel_container
  .carousel_item
  .carousel_title {
  width: 100%;
  max-width: 458px;
}
.verbumbase
  .section_carousel
  .carousel_container
  .carousel_item
  .carousel_title
  .title {
  letter-spacing: 0;
}
.verbumbase
  .section_carousel
  .carousel_container
  .carousel_item
  .carousel_author {
  width: 100%;
  max-width: 696px;
}
.verbumbase
  .section_carousel
  .carousel_container
  .carousel_item
  .carousel_author
  .author_row {
  display: flex;
  padding: 16px 0;
  cursor: pointer;
  align-items: baseline;
  justify-content: flex-end;
  border-bottom: 1px solid #62b5e5;
  margin-top: 0;
}
.verbumbase
  .section_carousel
  .carousel_container
  .carousel_item
  .carousel_author
  .author_row.author_active
  .author_arrow {
  visibility: visible;
}
.verbumbase
  .section_carousel
  .carousel_container
  .carousel_item
  .carousel_author
  .author_row.author_active
  .author_name {
  color: #fff;
}
.verbumbase
  .section_carousel
  .carousel_container
  .carousel_item
  .carousel_author
  .author_row.author_active
  .author_role {
  color: #fff;
}
.verbumbase
  .section_carousel
  .carousel_container
  .carousel_item
  .carousel_author
  .author_row
  .author_arrow {
  margin-top: 8px;
  margin-right: 16px;
  visibility: hidden;
  width: 36px;
}
.verbumbase
  .section_carousel
  .carousel_container
  .carousel_item
  .carousel_author
  .author_row
  .author_name {
  margin-top: 0;
  width: 100%;
  max-width: 430px;
  color: #62b5e5;
  font-weight: 500;
  letter-spacing: 0;
}
.verbumbase
  .section_carousel
  .carousel_container
  .carousel_item
  .carousel_author
  .author_row
  .author_role {
  width: 100%;
  max-width: 222px;
  margin-left: 8px;
  color: #62b5e5;
}
.verbumbase .section_carousel .carousel_container .carousel_quote {
  padding: 176px 0 16px 0;
  margin-top: 0;
  border-bottom: 1px solid #62b5e5;
  position: relative;
  z-index: 1;
}
.verbumbase .section_carousel .carousel_container .carousel_quote .quote_text {
  display: none;
  flex-grow: 1;
  align-items: baseline;
  justify-content: center;
  margin-top: 0;
  color: #fff;
  font-size: 32px;
  line-height: 115%;
}
.verbumbase
  .section_carousel
  .carousel_container
  .carousel_quote
  .quote_text.active {
  display: block;
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .verbumbase .section_carousel .carousel_container .carousel_item {
    flex-direction: column;
  }
  .verbumbase
    .section_carousel
    .carousel_container
    .carousel_item
    .carousel_author {
    max-width: 100%;
  }
  .verbumbase
    .section_carousel
    .carousel_container
    .carousel_item
    .carousel_author
    .author_row {
    justify-content: flex-start;
  }
  .verbumbase
    .section_carousel
    .carousel_container
    .carousel_item
    .carousel_author
    .author_row
    .author_name {
    font-size: 24px;
    max-width: 340px;
    line-height: 30px;
    width: 80%;
  }
  .verbumbase
    .section_carousel
    .carousel_container
    .carousel_item
    .carousel_author
    .author_row.author_active
    .author_name {
    padding-left: 0;
  }
  .verbumbase
    .section_carousel
    .carousel_container
    .carousel_item
    .carousel_author
    .author_row
    .author_role {
    max-width: 168px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .verbumbase .section_carousel .carousel_container .carousel_quote {
    padding: 32px 0;
  }
}
@media screen and (max-width: 580px) {
  .verbumbase
    .section_carousel
    .carousel_container
    .carousel_item
    .carousel_author
    .author_row {
    flex-wrap: wrap;
  }
  .verbumbase
    .section_carousel
    .carousel_container
    .carousel_item
    .carousel_author
    .author_row
    .author_role {
    margin-top: 0;
    margin-left: 54px;
  }
}
/* CAROUSEL */
.verbumbase .final-info {
  position: relative;
  overflow: visible;
}
.verbumbase .final-info-container {
  border-top: 1px solid #fff;
  padding-top: 16px;
  display: flex;
  gap: 16px;
  z-index: 1;
}

.verbumbase .final-info h4 + p,
.verbumbase .final-info p + p {
  margin-top: 12px;
}
.verbumbase .final-info p + h4 {
  margin-top: 36px;
}

@media (min-width: 768px) {
  .verbumbase .final-info .span-4:first-child {
    padding-bottom: calc(90px - 36px);
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.verbumbase .final-info .title_container {
  margin-top: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  flex-basis: 100%;
}
.verbumbase .final-info .info_container {
  margin-top: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  flex-basis: 100%;
}
.verbumbase .final-info .info_container .entry {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.verbumbase .final-info .info_container .entry:not(:first-of-type) {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .verbumbase .final-info-container {
    flex-wrap: wrap;
    gap: 32px;
  }
  .verbumbase .final-info::before {
    opacity: 0.3;
  }
}
/* SI HOMEPAGE EXPERIMENT */

/* HEADER LAST CHANCE */
@font-face {
  font-family: "Alaska-ExpSemBdContrast";
  src: url("https://files.logoscdn.com/v1/files/72933945/assets/15419517/content?signature=3uzVJfz6Pw761_jGpsr3A5txJR0");
}
@font-face {
  font-family: "AlaskaUltraExpSemBdContrast";
  src: url("https://files.logoscdn.com/v1/assets/16174346/content#AlaskaUltraExpandedSemiBoldContrastWOFF2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.verbumbase .blue_regular {
  color: #62b5e5;
}
.verbumbase .blue_light {
  color: #e9f5ff;
}
.verbumbase .blue_dark {
  color: #05314b;
}
.verbumbase .white {
  color: #ffffff;
}
.verbumbase .orange_regular {
  color: #e26f38;
}
.verbumbase .link {
  border-bottom: 1px solid #62b5e5;
}
.verbumbase a.btn--link.white {
  color: #ffffff;
  border: none;
  background-color: transparent;
  border: none;
}
.verbumbase a.btn--link.white:hover,
.verbumbase a.btn--link.white:focus,
.verbumbase a.btn--link.white:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
/* GENERAL */

/* HEADER AUGUST */
.verbumbase .august_last_chance {
  padding: 0 0 0 24px;
  background: #05314b;
  /*background-image: url('https://files.logoscdn.com/v1/assets/16172727/optimized');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;*/
}
.verbumbase .august_last_chance .header_container {
  display: flex;
  max-width: 1568px;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 16px;
  margin: 0 auto;
  max-height: 860px;
  overflow-y: clip;
}
.verbumbase .august_last_chance .header_container .block_text {
  max-width: 812px;
  width: 812px;
  height: 884px;
  display: flex;
  flex-direction: column;
  z-index: 1;
  padding: 18px 0;
}
.verbumbase .august_last_chance .header_container .block_text .block_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}
.verbumbase .august_last_chance .header_container .block_text .block_upper svg {
  margin-top: 0;
}
.verbumbase
  .august_last_chance
  .header_container
  .block_text
  .block_upper
  .low_font {
  margin-top: 0;
  font-size: 10px;
  line-height: 12px;
}
.verbumbase
  .august_last_chance
  .header_container
  .block_text
  .block_upper
  .low_font:last-child {
  display: none;
}
.verbumbase .august_last_chance .header_container .block_text .block_middle {
  max-width: 547px;
}
.verbumbase .august_last_chance .header_container .block_text .kicker {
  margin-top: 0;
  font-size: 28px;
  line-height: 35px;
  font-family: "Alaska-ExpSemBdContrast", Arial, sans-serif;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.verbumbase .august_last_chance .header_container .block_text .title {
  margin-top: 8px;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -3.84px;
  width: 860px;
  font-family: "AlaskaUltraExpSemBdContrast", Arial, sans-serif;
}
.verbumbase .august_last_chance .header_container .block_text .title_b {
  margin-top: 0;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -2.7px;
  width: 860px;
  font-style: italic;
  text-transform: uppercase;
  font-family: "AlaskaUltraExpSemBdContrast", Arial, sans-serif;
}
.verbumbase .august_last_chance .header_container .block_text .text {
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  max-width: 548px;
  margin-top: 8px;
  font-family: "Alaska-ExpSemBdContrast", Arial, sans-serif;
}
.verbumbase .august_last_chance .header_container .block_text .sub {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1;
  color: #f5fbff;
}
.verbumbase .august_last_chance .header_container .block_text .sub--date {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 34px;
  font-family: "AlaskaUltraExpSemBdContrast", Arial, sans-serif;
  color: #f5fbff;
}
.verbumbase .august_last_chance .header_container .block_text .btn {
  margin-top: 12px;
}
.verbumbase .august_last_chance .header_container .block_text .link_container {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.verbumbase
  .august_last_chance
  .header_container
  .block_text
  .link_container
  svg {
  margin-top: 0;
}
.verbumbase
  .august_last_chance
  .header_container
  .block_text
  .link_container
  .link {
  margin-top: 0;
  margin-right: 8px;
  font-size: 24px;
  line-height: 30px;
  color: #f5fbff;
  text-decoration: none;
  border-bottom: none;
}
.verbumbase .august_last_chance .header_container .block_text .block_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -3px;
}
.verbumbase .august_last_chance .header_container .block_text .block_down svg {
  margin-top: 0;
}

.verbumbase
  .august_last_chance
  .header_container
  .block_text
  .block_bottom
  .low_font {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  max-width: 278px;
  margin-top: 0;
  font-family: "Alaska-ExpSemBdContrast", Arial, sans-serif;
}
.verbumbase
  .august_last_chance
  .header_container
  .block_text
  .block_bottom
  .decoration {
  font-size: 10px;
  line-height: 125%;
  letter-spacing: -0.05em;
  max-width: 278px;
  margin-top: 0;
}
.verbumbase
  .august_last_chance
  .header_container
  .block_text
  .block_bottom
  img {
  margin-top: 0;
}
.verbumbase .august_last_chance .header_container .block_media {
  margin-top: 0;
  max-width: 800px;
  position: relative;
  z-index: 0;
}
.verbumbase .august_last_chance .header_container .block_media .header_img {
  margin-top: 0;
  height: auto;
}
.verbumbase .august_last_chance .header_container .block_media .img_desktop {
  display: block;
  max-width: none;
  margin-left: -214px;
  width: 175%;
}
.verbumbase .august_last_chance .header_container .block_media .img_tablet {
  display: none;
}
.verbumbase .august_last_chance .header_container .block_media .img_mobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .verbumbase .august_last_chance {
    padding: 0;
  }
  .verbumbase .august_last_chance .header_container {
    flex-wrap: wrap;
    justify-content: center;
    max-height: none;
  }
  .verbumbase .august_last_chance .header_container .block_text {
    width: 100%;
    height: auto;
    max-width: none;
    padding: 18px 16px;
  }
  .verbumbase
    .august_last_chance
    .header_container
    .block_text
    .block_upper
    svg {
    width: 33%;
  }
  .verbumbase
    .august_last_chance
    .header_container
    .block_text
    .block_upper
    .low_font {
    font-size: 8px;
    line-height: 10px;
    width: 33%;
  }
  .verbumbase
    .august_last_chance
    .header_container
    .block_text
    .block_upper
    .low_font:last-child {
    display: block;
    text-align: right;
  }
  .verbumbase .august_last_chance .header_container .block_text .kicker {
    margin-top: 24px;
  }
  .verbumbase .august_last_chance .header_container .block_text .title {
    font-size: 80px;
    line-height: 1;
    margin-top: 18px;
    width: auto;
    letter-spacing: -2.4px;
  }
  .verbumbase .august_last_chance .header_container .block_text .title_b {
    margin-top: 0;
    font-size: 56px;
    line-height: 1;
    letter-spacing: -1.68px;
    font-style: italic;
    text-transform: uppercase;
  }
  .verbumbase .august_last_chance .header_container .block_text .text {
    max-width: 536px;
    margin-top: 18px;
  }
  .verbumbase .august_last_chance .header_container .block_text .sub {
    margin-top: 24px;
  }
  .verbumbase .august_last_chance .header_container .block_text .btn {
    margin-top: 16px;
  }
  .verbumbase
    .august_last_chance
    .header_container
    .block_text
    .link_container {
    margin-top: 16px;
  }
  .verbumbase .august_last_chance .header_container .block_text .block_bottom {
    display: none;
  }
  .verbumbase .august_last_chance .header_container .block_media {
    max-width: none;
    width: 100%;
  }
  .verbumbase .august_last_chance .header_container .block_media .img_desktop {
    display: none;
  }
  .verbumbase .august_last_chance .header_container .block_media .img_tablet {
    display: block;
    width: 100%;
  }
  .verbumbase .august_last_chance .header_container .block_media .img_mobile {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .verbumbase .august_last_chance {
    padding: 0;
  }
  .verbumbase .august_last_chance .header_container {
    grid-gap: 30px;
  }
  .verbumbase .august_last_chance .header_container .block_text {
    padding: 18px 0 0;
  }
  .verbumbase .august_last_chance .header_container .block_text .kicker {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1;
  }
  .verbumbase .august_last_chance .header_container .block_text .title {
    font-size: 48px;
    margin-top: 8px;
    width: auto;
    letter-spacing: -1.5px;
  }
  .verbumbase .august_last_chance .header_container .block_text .title_b {
    font-size: 24px;
    letter-spacing: -1.05px;
  }
  .verbumbase .august_last_chance .header_container .block_text .text {
    font-size: 18px;
    line-height: 22px;
    margin-top: 8px;
  }
  .verbumbase .august_last_chance .header_container .block_text .sub {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1;
  }
  .verbumbase .august_last_chance .header_container .block_text .btn {
    margin-top: 12px;
  }
  .verbumbase
    .august_last_chance
    .header_container
    .block_text
    .link_container {
    margin-top: 12px;
  }
  .verbumbase
    .august_last_chance
    .header_container
    .block_text
    .link_container
    .link {
    font-size: 18px;
    line-height: 22px;
  }
  .verbumbase .august_last_chance .header_container .block_media .img_desktop {
    display: none;
  }
  .verbumbase .august_last_chance .header_container .block_media .img_tablet {
    display: none;
  }
  .verbumbase .august_last_chance .header_container .block_media .img_mobile {
    display: block;
    width: 100%;
  }
}

.verbumbase
  .august_last_chance.august_last_chance--alert
  .header_container
  .block_text
  .kicker {
  font-family: "AlaskaUltraExpSemBdContrast", Arial, sans-serif;
}
.verbumbase
  .august_last_chance.august_last_chance--alert
  .header_container
  .block_text
  .title_b {
  font-size: 72px;
  letter-spacing: -0.03em;
}
.verbumbase
  .august_last_chance.august_last_chance--alert
  .header_container
  .block_text
  .text {
  font-size: 28px;
  letter-spacing: -0.01em;
  line-height: 1.24;
  max-width: 600px;
}

@media screen and (max-width: 980px) {
  .verbumbase
    .august_last_chance.august_last_chance--alert
    .header_container
    .block_text
    .title_b {
    font-size: 32px;
  }
  .verbumbase
    .august_last_chance.august_last_chance--alert
    .header_container
    .block_text
    .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 580px) {
  .verbumbase
    .august_last_chance.august_last_chance--alert
    .header_container
    .block_text
    .title_b {
    font-size: 24px;
  }
}
/* HEADER AUGUST */
/* Legacy Header */
.verbumbase .legacy_library.section.section--narrow {
  margin-top: 0;
  background-image: url("https://files.logoscdn.com/v1/assets/14942010/optimized");
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1300px) and (min-width: 992px) {
  .verbumbase .legacy_library.section.section--narrow {
    background-size: 50%;
  }
}
@media (max-width: 991px) {
  .verbumbase .legacy_library.section.section--narrow {
    background-image: url("https://files.logoscdn.com/v1/assets/14941988/optimized");
    background-position: 0 125%;
    aspect-ratio: 1.06518724;
  }
}
@media (max-width: 767px) {
  .verbumbase .legacy_library.section.section--narrow {
    background-image: url("https://files.logoscdn.com/v1/assets/14942005/optimized");
    background-position: center bottom;
    aspect-ratio: 0.77162978;
  }
}
@media (max-width: 715px) {
  .verbumbase head.legacy_librarye.legacy_libraryr.section.section--narrow {
    aspect-ratio: 0.767;
  }
}
@media (max-width: 615px) {
  .verbumbase .legacy_library.section.section--narrow {
    aspect-ratio: 0.69727273;
  }
}
@media (max-width: 550px) {
  .verbumbase .legacy_library.section.section--narrow {
    aspect-ratio: 0.63916667;
  }
}
@media (max-width: 500px) {
  .verbumbase .legacy_library.section.section--narrow {
    aspect-ratio: 0.54785714;
  }
}
@media (max-width: 400px) {
  .verbumbase .legacy_library.section.section--narrow {
    aspect-ratio: 0.479375;
  }
}
@media (max-width: 350px) {
  .verbumbase .legacy_library.section.section--narrow {
    aspect-ratio: 0.42611111;
  }
}
.verbumbase .legacy_library.section.section--narrow .header-text-container {
  width: 450px;
  max-width: 100%;
  height: 600px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
}
.verbumbase .legacy_library .header-text-container .title {
  font-size: 52px;
  line-height: 1;
}
@media (max-width: 991px) {
  .verbumbase .legacy_library.section.section--narrow .header-text-container {
    text-align: center;
    height: auto;
    margin: 0 auto;
    align-items: center;
  }
}
.verbumbase .legacy_library.section.section--narrow:after {
  position: absolute;
  content: "";
  background-image: url("https://files.logoscdn.com/v1/assets/14942009/optimized");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  width: 693px;
  aspect-ratio: 16.5;
  left: 8%;
}
@media (max-width: 991px) {
  .verbumbase .legacy_library.section.section--narrow:after {
    display: none;
    background-image: none;
  }
}
@media (max-width: 580px) {
  .verbumbase
    .swiper-container--header-major
    .swiper-slide.legacy_library
    a.btn {
    margin-top: 8px;
  }
}
/* Legacy Header */
