* {
  box-sizing: border-box;
}

body {
  --type-token: consumptionEditorial . body-core;
  text-transform: none;
  font-family: "Cochin", serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5em;
  font-size: 20px;
  font-weight: 400;
  overflow-wrap: normal;
  overflow-x: hidden;
  height: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  padding-top: 12rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.vh-100 {
  height: 100vh;
}

.my-1r {
  margin: 1rem 0;
}

.mt-1r {
  margin: 1rem 0 0;
}

.mt-4r {
  margin-top: 4rem;
}

.mb-7r {
  margin-bottom: 7rem;
}

a {
  cursor: pointer;
  --color__token-name: colors.interactive.base.light;
  color: rgb(224, 224, 224);
  transition-property: color, background, text-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

a h3.main__head {
  font-size: 32px;
  line-height: 1.09094em;
}

.position-r {
  position: relative;
}

.section__title {
  margin: 0px 0px 1rem;
  padding: 1rem 0 1rem;
  border-top: 1px solid rgb(224, 224, 224);
  border-bottom: 1px solid rgb(224, 224, 224);
}
.section__title h2 {
  --type-token: discovery . hed-break-out;
  text-transform: none;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: -0.003125em;
  line-break: auto;
  line-height: 1.1em;
  font-size: 30px;
  font-weight: 400;
  overflow-wrap: normal;
  color: white;
}

.helper-block__gradient {
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  height: 100px;
}

.overlay-content__title {
  --type-token: discovery . hed-break-out;
  text-transform: none;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: -0.003125em;
  line-break: auto;
  line-height: 1.1em;
  font-size: 32px;
  font-weight: 600;
  overflow-wrap: normal;
  color: white;
}

.summary-item {
  cursor: pointer;
  margin-bottom: 1rem;
}

.summary-item__content {
  padding: 1rem 0 2rem;
}
.summary-item__content .summary-item__content-subtitle {
  display: block;
  margin-bottom: 0.5rem;
  max-width: max-content;
  --type-token: globalEditorial . context-primary;
  text-transform: uppercase;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  letter-spacing: 0.138462em;
  font-style: normal;
  line-break: auto;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: normal;
  --color__token-name: colors.consumption.lead.standard.context-signature;
  color: rgb(0, 0, 0);
}
.summary-item__content .summary-item__content-link {
  text-decoration: none;
}
.summary-item__content .summary-item__content-link:hover {
  text-decoration: underline;
}
.summary-item__content .summary-item__footer {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: black;
  letter-spacing: 0.1rem;
  line-height: normal;
  gap: 0.5rem;
}
.summary-item__content .summary-item__footer span {
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  margin-bottom: 0px;
}
.summary-item__content h3 {
  font-size: 20px;
  line-height: 1.22222em;
  color: black;
  cursor: pointer;
  transition-property: color, background, text-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  text-decoration: inherit;
  margin-bottom: 1rem;
}

.summary-link {
  display: block;
  position: relative;
}

.ascpect-ratio-container::before {
  content: "";
  display: block;
  padding-top: min(150%, var(--aspect-ratio-box-max-height, 200vh));
  width: 100%;
}
.ascpect-ratio-container .ascpect-ratio--overlay-container {
  inset: 0px;
  overflow: hidden;
  position: absolute;
}
.ascpect-ratio-container .ascpect-ratio--overlay-container picture {
  display: block;
  position: relative;
  width: -webkit-fill-available;
}
.ascpect-ratio-container .ascpect-ratio--overlay-container picture img {
  width: 100%;
}

.grid-col .summary-item:first-child .leftside-before::before {
  content: "";
  display: block;
  padding-top: min(100%, var(--aspect-ratio-box-max-height, 200vh));
  width: 100%;
}
.grid-col .summary-item:nth-child(2) .rightside-before::before {
  content: "";
  display: block;
  padding-top: min(100%, var(--aspect-ratio-box-max-height, 200vh));
  width: 100%;
}

.overlay-gradient::after {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent 65%) 0% 0%/calc(100% + 1px) calc(100% + 1px);
}

.asset-container {
  width: 100%;
  height: auto;
}
.asset-container picture {
  width: 100%;
  object-fit: cover;
}
.asset-container picture img {
  width: 100%;
}

section .container .bf-pad::before {
  padding-top: min(100%, var(--aspect-ratio-box-max-height, 200vh));
}

.overlay-btn {
  display: inline-flex;
  position: absolute;
  bottom: 0.5rem;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  transition: background 200ms ease 0s;
  border: 0px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  padding: 0px;
  width: 48px;
  height: 48px;
  left: 0.5rem;
}
.overlay-btn .button__icon-container {
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.overlay-btn .button__icon-container svg {
  stroke: black;
  stroke-width: 1.5px;
}

.footer-dropdown-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid rgb(31, 31, 31);
  background: transparent;
  cursor: pointer;
  width: auto;
  text-decoration: none;
  word-break: normal;
  --type-token: utility . input-core;
  text-transform: none;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.55167em;
  font-size: 12px;
  font-weight: 400;
  overflow-wrap: normal;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition-property: color, background, text-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  padding: 0.75rem 1rem;
}
.footer-dropdown-btn span {
  margin-right: 0.25rem;
}

.multiple-features .summary-item__asset-container, .base-grid-wrapper .summary-item__asset-container {
  margin: 0;
}

.footer-menu-btn {
  border: none;
  margin: 0px;
  padding: 0px;
  background: none;
  text-decoration: none;
  text-transform: inherit;
  text-align: left;
  word-wrap: none;
  line-break: initial;
}

.account-btn {
  cursor: pointer;
  transition-property: color, background, text-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.account-btn .nav-icon-wrapper {
  display: flex;
  align-items: center;
}
.account-btn .sign-in {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .account-btn .sign-in {
    display: block;
    --type-token: foundation . link-primary;
    text-transform: uppercase;
    font-family: "Cochin", helvetica, sans-serif;
    font-feature-settings: normal;
    font-style: normal;
    letter-spacing: 0.127811em;
    line-break: auto;
    line-height: 1.13615em;
    font-size: 13px;
    font-weight: 600;
    overflow-wrap: normal;
    --color__token-name: colors.interactive.base.black;
    color: rgb(0, 0, 0);
    margin-top: 0.1rem;
    margin-left: 0.68rem;
  }
}

.search-btn {
  display: flex;
  position: relative;
  margin: 0px 1rem 0px auto;
  border: 0px;
  background-color: transparent;
  padding: 0px;
  width: 2rem;
  grid-column: 12/-1;
  justify-self: flex-end;
  transition: opacity 0.3s ease-in-out 0s;
  margin: 0px 1.5rem 0px 1rem;
}

.fixed-position {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 500;
  max-height: 50px;
}

.rotate-animation {
  transform: translateY(-50%) rotate(-180deg) !important;
}

.default-navbar {
  background-color: white;
  border-bottom: 1px solid rgb(224, 224, 224);
  transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s, fill 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, border-bottom 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s;
}
.default-navbar .navbar-top {
  display: grid;
  grid-area: 1/1/2/-1;
  height: 7rem;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.default-navbar .navbar-top .logo-section {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  transition: opacity 0.3s ease-in-out 0s;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  min-width: 19rem;
  max-width: 100%;
}
.default-navbar .navbar-top .logo-section picture {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.default-navbar .navbar-top .logo-section picture img {
  object-fit: contain;
  transition: all 0.3s ease-in-out 0s;
}
.default-navbar .navbar-top .header-utility-links {
  position: absolute;
  top: 2.5rem;
  right: 0px;
  grid-column: 3/-1;
  display: flex;
  grid-column: 3/-1;
  -webkit-box-align: center;
  align-items: center;
  transition: opacity 0.3s ease-in-out 0s;
  margin-left: auto;
  --type-token: foundation . link-primary;
  text-transform: uppercase;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: 0.127811em;
  line-break: auto;
  line-height: 1.13615em;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: normal;
  min-width: 2.5rem;
}
.default-navbar .navbar-top .header-utility-links .subscribe-link .subscribe-btn {
  color: black;
}
.default-navbar .navbar-drawer {
  cursor: default;
}
.default-navbar .drawer-toggle-btn {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  border: 0px;
  border-radius: 0px;
  background-color: transparent;
  padding: 0px 0.5rem;
  width: 100%;
  min-width: 2.5rem;
  height: 100%;
  -webkit-box-pack: start;
  justify-content: flex-start;
  --type-token: utility . button-utility;
  text-transform: uppercase;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: 0.0852071em;
  line-break: auto;
  line-height: 1.13643em;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: normal;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  appearance: none;
  border: none;
}
.default-navbar .drawer-toggle-btn .is-close .icon-close {
  display: none;
}
.default-navbar .drawer-toggle-btn .is-open .icon-menu {
  display: none;
}
.default-navbar .drawer-toggle-btn .button__icon-container {
  width: 2rem;
  height: 2rem;
  transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s, fill 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, border-bottom 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s;
  padding-right: 0px;
  padding-left: 0px;
}
.default-navbar .drawer-toggle-btn .button__icon-container svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 4rem !important;
  border-bottom: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
}
.fixed-header .navbar-top {
  height: 4rem;
}
.fixed-header .navbar-top .logo-section picture img {
  width: 128px;
  height: 32px;
}
.fixed-header .navbar-top .header-utility-links {
  top: 0.875rem;
}
.fixed-header .navbar-bottom {
  display: none;
}

.navbar-bottom {
  grid-column: 2/1;
  grid-row: 2/3;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 1;
  --type-token: foundation . link-primary;
  text-transform: uppercase;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: 0.127811em;
  line-break: auto;
  line-height: 1.13615em;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: normal;
  min-width: 2.5rem;
}
@media (min-width: 1024px) {
  .navbar-bottom {
    height: 3rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
  }
  .navbar-bottom .primary-nav-links {
    -webkit-box-align: center;
    align-items: center;
    height: 3rem;
    overflow: hidden;
    display: flex;
    grid-row: 2/3;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 1;
    transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s, fill 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, border-bottom 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s;
    --type-token: foundation . link-primary;
    text-transform: uppercase;
    font-family: "Cochin", helvetica, sans-serif;
    font-feature-settings: normal;
    font-style: normal;
    letter-spacing: 0.127811em;
    line-break: auto;
    line-height: 1.13615em;
    font-size: 13px;
    font-weight: 600;
    overflow-wrap: normal;
    min-width: 2.5rem;
  }
  .navbar-bottom .primary-nav-links .main-nav-links {
    margin: 1rem 0px;
    display: block;
  }
  .navbar-bottom .primary-nav-links .main-nav-links ul.main-nav__list {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    list-style: none;
    --type-token: foundation . link-primary;
    text-transform: uppercase;
    font-family: "Cochin", helvetica, sans-serif;
    font-feature-settings: normal;
    font-style: normal;
    letter-spacing: 0.127811em;
    line-break: auto;
    line-height: 1.13615em;
    font-size: 13px;
    font-weight: 600;
    overflow-wrap: normal;
    list-style: none;
    flex-direction: row;
  }
  .navbar-bottom .primary-nav-links .main-nav-links ul.main-nav__list li {
    margin-right: 1rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    color: black;
  }
  .navbar-bottom .primary-nav-links .main-nav-links ul.main-nav__list li a {
    color: black;
  }
}

.mobile-menu-opened {
  height: 7rem !important;
}
.mobile-menu-opened .header-utility-links {
  display: none !important;
}
.mobile-menu-opened .navbar-bottom {
  height: 0 !important;
}

.mobile-menu {
  display: none;
}

.drawer-modal-wrapper .drawer__overlay {
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0s ease 0s;
  opacity: 1;
  position: fixed;
  inset: 0px;
  z-index: 400;
}
.drawer-modal-wrapper .drawer {
  height: 100vh;
  animation: 0.3s ease 0s 1 normal none running fadeIn;
  outline: none;
  background-color: rgb(255, 255, 255);
  padding: 5rem 0px 0px;
  max-height: 100%;
  overflow: hidden;
  padding-bottom: 2rem;
}
.drawer-modal-wrapper .drawer .drawer-wrapper {
  display: flex;
  flex-direction: column;
  padding-right: 4rem;
  padding-left: 4rem;
  margin: 0px auto;
  height: 100%;
  overflow-y: scroll;
  box-sizing: content-box;
  scrollbar-width: none;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__main-links {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.drawer-modal-wrapper .drawer .drawer-wrapper ul.mobile-menu-list {
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding-left: 0px;
  list-style: none;
  flex-flow: column;
}
.drawer-modal-wrapper .drawer .drawer-wrapper ul.mobile-menu-list li {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0px;
}
.drawer-modal-wrapper .drawer .drawer-wrapper ul.mobile-menu-list li a {
  --type-token: foundation . link-feature;
  text-transform: uppercase;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: 0.114286em;
  line-break: auto;
  line-height: 1.43em;
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: normal;
  --color__token-name: colors.foundation.expanded-menu.nav-link.default;
  color: rgb(0, 0, 0);
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__secondary-links {
  border-top: 1px solid rgb(31, 31, 31);
  --border-color__token-name: colors.consumption.lead.inverted.divider;
  border-right-color: rgb(31, 31, 31);
  border-bottom-color: rgb(31, 31, 31);
  border-left-color: rgb(31, 31, 31);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__secondary-links ul.secondary-links__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__secondary-links ul.secondary-links__list li a {
  color: black;
  display: inline-block;
  margin-bottom: 1rem;
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition-property: color, background, text-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  --type-token: foundation . link-secondary;
  text-transform: none;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.13615em;
  font-size: 13px;
  font-weight: 500;
  overflow-wrap: normal;
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__bottom {
  --color__token-name: colors.interactive.base.black;
  color: rgb(0, 0, 0);
  --type-token: utility . label;
  text-transform: none;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.33em;
  font-size: 12px;
  font-weight: 500;
  overflow-wrap: normal;
  border-top: 2px solid rgb(31, 31, 31);
  --border-color__token-name: colors.consumption.lead.inverted.divider;
  border-right-color: rgb(31, 31, 31);
  border-bottom-color: rgb(31, 31, 31);
  border-left-color: rgb(31, 31, 31);
  padding: 2rem 0px 0.5rem;
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__dropdown-btn {
  color: black;
  border: 1px solid rgb(224, 224, 224);
  --border-color__token-name: colors.foundation.menu.dividers;
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__dropdown-btn span {
  --type-token: foundation . link-primary;
  text-transform: uppercase;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: 0.127811em;
  line-break: auto;
  line-height: 1.13615em;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: normal;
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__dropdown-btn svg path {
  fill: black;
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu-collection {
  display: flex;
  width: max-content;
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu-collection .footer-dropdown-list {
  z-index: 10001;
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__social-links {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 2rem;
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__social-links ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -1rem;
  padding-left: 0px;
  list-style: none;
  gap: 1rem;
  align-items: center;
}
/*.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__social-links ul li:not(:last-child) {
  padding-left: 1rem;
}*/
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__social-links ul li a {
  width: 2.5rem;
  height: 2.5rem;
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__social-links ul li .icon {
  width: 100%;
  height: 60%;
  transform: scale(1.2);
}

.dark-footer {
  background-color: black;
  margin-top: 3rem;
  width: 100%;
  height: auto;
  color: white;
  padding: 4rem 0;
}
.dark-footer .footer-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.dark-footer .brand-info {
  flex: 50%;
}
.dark-footer .footer-logo picture {
  max-height: 2rem;
}
.dark-footer .footer-logo img {
  max-height: inherit;
  height: auto;
  width: auto;
}
.dark-footer ul.social-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
  -webkit-box-pack: start;
  justify-content: start;
  margin-left: -2rem;
  margin-top: 2.5rem;
}
.dark-footer ul.social-list li {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.dark-footer ul.social-list li a {
  transition: all 0.2s cubic-bezier(0, 0, 0, 0.8) 0s;
  border: 1px solid rgb(255, 255, 255);
  --border-color__token-name: colors.foundation.footer.links.primary;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
}
.dark-footer ul.social-list .icon-container {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dark-footer ul.social-list .icon-container .icon {
  width: 100%;
  height: 100%;
  transform: scale(0.6);
}
.dark-footer .navigation-info {
  display: flex;
  color: white;
  flex: 50%;
}
.dark-footer .navigation-content {
  display: flex;
  flex-direction: row;
  flex: 100%;
  gap: 15rem;
}
.dark-footer .navigation__heading {
  --type-token: foundation . title-secondary;
  text-transform: uppercase;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: 0.127811em;
  line-break: auto;
  line-height: 1.13308em;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: normal;
  transition: color 200ms ease 0s;
  color: rgb(255, 255, 255);
}
.dark-footer ul.nav__list {
  list-style: none;
  text-decoration: none;
  -webkit-box-pack: start;
  justify-content: start;
  text-align: left;
  flex-direction: column;
  margin: 0px;
  --type-token: foundation . list;
  text-transform: uppercase;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: 0.116667em;
  line-break: auto;
  line-height: 3em;
  font-size: 12px;
  font-weight: 500;
  overflow-wrap: normal;
  margin: 0;
  padding: 0;
}
.dark-footer ul.nav__list li {
  margin: 0;
  padding: 0;
  display: flex;
}
.dark-footer ul.nav__list li a {
  text-decoration: none;
}
.dark-footer ul.nav__list li a:hover {
  color: inherit;
  text-decoration: underline;
}
.dark-footer .bottom-wrapper {
  display: flex;
  flex-direction: row;
  border-top: 2px solid rgb(31, 31, 31);
  padding: 2.5rem 0px 0;
  width: 100%;
  gap: 2rem;
}
.dark-footer ul.navigation-bottom__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  --type-token: foundation . list;
  text-transform: uppercase;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: 0.116667em;
  line-break: auto;
  line-height: 3em;
  font-size: 12px;
  font-weight: 500;
  overflow-wrap: normal;
  flex-direction: row;
  align-items: baseline;
  display: flex;
}
.dark-footer ul.navigation-bottom__list li {
  margin-bottom: 0.25rem;
  min-height: 0px;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0.5rem;
}
.dark-footer ul.navigation-bottom__list li:not(:first-child)::before {
  display: inline-block;
  margin: auto;
  color: rgb(203, 203, 203);
  content: "|";
  margin-right: 0.5rem;
}
.dark-footer .footer-copyright p {
  --type-token: foundation . meta-secondary;
  text-transform: none;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: -0.0166667em;
  line-break: auto;
  line-height: 1.33333em;
  font-size: 12px;
  font-weight: 400;
  overflow-wrap: normal;
  order: 3;
  margin: 0px;
  text-align: left;
  color: rgb(99, 99, 99);
}

.collection-wrapper {
  position: relative;
}

.footer-dropdown-list {
  left: auto;
  right: -0.25rem;
  --background-color__token-name: colors.foundation.menu-bg.collapsed;
  background-color: rgb(255, 255, 255);
  display: none;
  position: absolute;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: start;
  margin: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) -2px 2px 5px;
  padding: 0.25rem;
  min-width: 7.5rem;
  max-height: 15.5rem;
  overflow: auto;
  text-align: left;
  white-space: nowrap;
  scrollbar-color: rgb(31, 31, 31) rgb(224, 224, 224);
  scrollbar-width: thin;
  top: -0.25rem;
  transform: translateY(-100%);
}
.footer-dropdown-list li {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  transition: all 500ms ease 0s;
  width: 100%;
  height: 3rem;
}
.footer-dropdown-list li a {
  color: black;
  padding: 0.75rem 1rem;
  width: 100%;
  word-break: normal;
  --type-token: utility . input-core;
  text-transform: none;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.55167em;
  font-size: 12px;
  font-weight: 400;
  overflow-wrap: normal;
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition-property: color, background, text-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  text-decoration: underline;
}
.footer-dropdown-list li a:hover {
  text-decoration: none;
}

.grid-items .grid-area {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: minmax(0px, 1fr) 50%;
  gap: 2rem;
  margin: 0px auto;
  width: 100%;
  max-width: 1600px;
  grid-auto-columns: 1fr;
  grid-template-columns: initial;
}
.grid-items .grid-area .grid-item {
  grid-column: auto;
}
.grid-items .grid-area .grid-item .grid-col {
  margin-bottom: auto;
}
.grid-items .grid-area .grid-item .base-wrap {
  grid-gap: 2rem;
}
.grid-items .grid-area .grid-item .base-wrap .column-container {
  display: block;
}
.grid-items .grid-area .grid-item .base-wrap .base-grid-wrapper {
  grid-auto-flow: column;
  display: grid;
  gap: 2rem;
  margin: 0px auto;
  width: 100%;
  max-width: 1600px;
  grid-auto-columns: 1fr;
  grid-template-columns: initial;
}
@media (max-width: 767px) {
  .grid-items .grid-area .grid-item .base-wrap .base-grid-wrapper {
    grid-auto-flow: unset;
  }
}
.grid-items .grid-area .sticky-col {
  display: flex;
  position: sticky;
  max-height: 100vh;
  margin-bottom: auto;
  top: 0px;
}
.grid-items .grid-area .sticky-col .overlay-item-wrapper {
  color: rgb(31, 31, 31);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  text-align: center;
  text-decoration: none;
  max-height: 100%;
}
.grid-items .grid-area .sticky-col .gird-leftside__img {
  height: auto;
  position: relative;
  width: 100%;
  display: inline-block;
}
@media (max-width: 1023px) {
  .grid-items .grid-area .sticky-col {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
  }
}
.grid-items .grid-area .span-wrapper {
  position: relative;
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 1s ease 0s;
  opacity: 1;
  overflow: hidden;
}
.grid-items .grid-area .overlay-item-content {
  grid-area: 1/1;
  align-self: end;
  z-index: 2;
  max-width: 1600px;
  text-decoration: none;
}
.grid-items .grid-area .overlay-item-content:last-child {
  margin-bottom: 0px;
}
.grid-items .grid-area .overlay-item-content .overlay-item__wrapper {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.55));
  padding: 0px 3rem 2.5rem;
  text-align: center;
}
.grid-items .grid-area .overlay-item-content .overlay-item__wrapper .overlay-content__subtitle {
  display: block;
  --type-token: globalEditorial . context-primary;
  text-transform: uppercase;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: 0.138462em;
  line-break: auto;
  line-height: 1.23077em;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: normal;
  --color__token-name: colors.consumption.lead.standard.context-signature;
  color: rgb(0, 0, 0);
}
.grid-items .grid-area .overlay-item-content .overlay-item__wrapper .overlay-content__subtitle span {
  --color__token-name: colors.consumption.lead.standard.context-texture;
  color: rgb(248, 248, 248);
}
.grid-items .grid-area .overlay-item-content .overlay-item__wrapper .overlay-content__time {
  display: block;
  color: white;
  --type-token: globalEditorial . context-tertiary;
  text-transform: none;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  line-break: auto;
  line-height: 1.2em;
  font-size: 13px;
  font-weight: 500;
  overflow-wrap: normal;
}
@media (max-width: 1023px) {
  .grid-items .grid-area {
    grid-auto-flow: unset;
  }
}

@media (max-width: 767px) {
  .multiple-features .summary-item {
    display: flex;
    flex-direction: row;
    flex: 100%;
    gap: 1rem;
    border-bottom: 1px solid rgb(224, 224, 224);
    --border-bottom-color__token-name: colors.discovery.body.white.border;
    padding-bottom: 1rem;
    padding-top: 0px;
  }
  .multiple-features .summary-item .summary-item__asset-container {
    flex: 40%;
  }
  .multiple-features .summary-item .summary-item__content {
    flex: 60%;
    padding: 0;
  }
  .multiple-features .summary-item .summary-item__content h3 {
    --type-token: discovery . hed-core-secondary;
    text-transform: none;
    font-family: "Cochin", helvetica, sans-serif;
    font-feature-settings: normal;
    font-style: normal;
    letter-spacing: -0.0125em;
    line-break: auto;
    line-height: 1.3em;
    font-size: 16px;
    margin-bottom: 0.5rem;
    overflow-wrap: normal;
  }
  .base-grid-wrapper .summary-item {
    border-bottom: 1px solid rgb(224, 224, 224);
    --border-bottom-color__token-name: colors.discovery.body.white.border;
    padding-bottom: 1rem;
    padding-top: 0px;
  }
  .dark-footer ul.navigation-bottom__list {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  .dark-footer ul.navigation-bottom__list li::before {
    content: "" !important;
  }
  .dark-footer .navigation-content {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
}
@media (max-width: 1024px) {
  .single-feature .summary-item__asset-container {
    /*margin-right: -1.5rem;
    margin-left: -1.5rem;*/
  }
  .overlay-item__wrapper {
    padding: 0px 1.5rem 1.5rem;
  }
  .overlay-content__title {
    font-size: 24px;
    line-height: 1.125em;
  }
  .dark-footer .footer-block {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .dark-footer .footer-block .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dark-footer .footer-bottom {
    justify-content: center;
    align-items: center;
  }
  .dark-footer ul.navigation-bottom__list {
    justify-content: center;
    align-items: center;
  }
  .dark-footer .bottom-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .dark-footer .brand-info {
    flex: 100%;
    align-items: center;
    justify-content: center;
  }
  .dark-footer .navigation__heading {
    margin-top: 1rem;
    text-align: center;
  }
  .dark-footer ul.nav__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
  }
  .dark-footer .footer-copyright p {
    text-align: center;
    margin-top: 1rem;
  }
  .footer-menu-btn .navigation__heading-arrow {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid rgb(255, 255, 255);
    position: relative;
    transform: translateY(-50%);
    transition: transform 0.2s ease-out 0s, border 200ms ease 0s;
    margin-left: 10px;
  }
  .drawer-modal-wrapper .drawer .drawer-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mobile-menu-opened .header-utility-links {
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  .default-navbar {
    height: 10rem;
    display: grid;
  }
  .default-navbar .logo-section picture img {
    width: 18.75rem;
    height: 4.375rem;
  }
  .default-navbar .subscribe-link {
    display: none;
  }
}
@media (max-width: 1024px) {
  body {
    padding-top: 4.5rem !important;
  }
  /*.summary-item__asset-container {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }*/
  .navbar-bottom {
    display: none;
  }
  .default-navbar {
    height: 3.5rem !important;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-bottom: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  }
  .default-navbar .navbar-top {
    height: 3.5rem;
  }
  .default-navbar .navbar-top .logo-section picture img {
    width: 128px;
    height: 32px;
  }
  .default-navbar .navbar-top .header-utility-links {
    top: 0.875rem;
    gap: 8px;
    margin-right: 1rem;
  }
  .default-navbar .navbar-top .search-btn {
    display: none;
  }
  .default-navbar .navbar-top .account-link .sign-in {
    display: none;
  }
  .default-navbar .navbar-top {
    grid-template-columns: 2rem auto 1fr !important;
    height: 3.5rem;
  }
  .default-navbar .navbar-top .logo-section {
    display: flex;
    grid-column: 2/span 1;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    margin: auto;
    max-width: 13rem;
    --type-token: foundation . link-primary;
    text-transform: uppercase;
    font-family: "Cochin", helvetica, sans-serif;
    font-feature-settings: normal;
    font-style: normal;
    letter-spacing: 0.127811em;
    line-break: auto;
    line-height: 1.13615em;
    font-size: 13px;
    font-weight: 600;
    overflow-wrap: normal;
    min-width: 2.5rem;
  }
  .default-navbar .navbar-top .logo-section picture {
    max-height: 32px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1184px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1384px;
  }
}
.banner-slider .swiper-container {
  overflow: hidden;
  position: relative;
}
.banner-slider .swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.banner-slider .swiper-slide {
  width: 100%;
  height: 500px;
  z-index: 1;
}
.banner-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  padding-top: 10rem;
}

header.default-navbar {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 0px 0px;
}

.partners {
  margin-top: 100px;
}
.partners .partners-title {
  margin-bottom: 100px;
}
.partners .logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px 30px;
  margin: 20px 0 100px;
}
.partners .logo-item {
  text-align: center;
}
.partners .logo-item img {
  height: 100px;
  margin-bottom: 10px;
}
.partners .logo-item p {
  font-size: 14px;
  color: #000;
}

.teams, .team-detail {
  margin-top: 100px;
}

.team-title {
  margin-bottom: 100px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 30px;
  margin: 20px 0 100px;
}

.team-item {
  text-align: center;
  border: 1px solid black;
  border-radius: 1rem;
  padding: 50px 40px 20px;
  text-decoration: none;
  color: black;
}
.team-item h2 {
  margin: 0;
}
.team-item .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.team-item .img-container img {
  height: auto;
  width: 100%;
  max-width: 150px;
  margin-bottom: 10px;
}

.team-item .divider-icon {
  height: 20px;
  display: flex;
  justify-content: center;
  margin: 10px;
}
.team-item .divider-icon img {
  height: 100%;
}

.team-item p {
  font-size: 14px;
  color: #000;
}

.team-detail__content {
  text-align: justify;
  text-align-last: center;
  margin-bottom: 50px;
}
.team-detail .detail-content .img-container {
  max-width: 200px;
}
.team-detail .detail-content .img-container img {
  width: auto;
  height: auto;
  max-height: 200px;
  object-fit: contain;
}
.team-detail .team-item {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .teams, .team-detail {
    margin-top: 50px;
  }
  .team-detail .team-item {
    margin-bottom: 50px;
  }
  .team-title {
    margin-bottom: 50px;
  }
  .team-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 15px;
    margin: 20px 0 50px;
  }
  .team-item {
    border-radius: 0.5rem;
    padding: 30px 20px 10px;
  }
  .team-item .img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .team-item p {
    font-size: 12px;
    color: #000;
  }
}
.millioner-live {
  position: fixed;
  top: 50%;
  margin-top: -430px;
  z-index: 10050;
  background: #000;
  border-radius: 20px;
  padding: 30px 30px 30px 80px;
  transition: all 0.5s;
  transform-origin: right center;
  max-width: 1760px;
  right: -830px;
  transform: scale(0.5);
}
.millioner-live a {
  text-decoration: none !important;
}
.millioner-live .largewdet > ul {
  bottom: 13px;
}
.millioner-live .post-list {
  left: 10px;
  right: calc(-100vw + 75px);
  bottom: 0;
}
.millioner-live .millioner-live .views_count {
  top: 10px;
  right: 10px;
}
.millioner-live .image-post {
  position: relative;
  overflow: hidden;
}
.millioner-live .image-post img {
  width: 100%;
  height: auto;
  transition: all 2s ease;
}
.millioner-live .image-post .hover-post.overlay-bg {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%);
}
.millioner-live .image-post .hover-post {
  cursor: pointer;
  position: absolute;
  padding: 30px 26px;
  transition: all 0.5s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.millioner-live .image-post .hover-post h2 a {
  text-align: left;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  padding-bottom: 20px;
  letter-spacing: 0.1px;
  transition: color 0.5s;
  color: #fff;
}
.millioner-live .image-post .hover-post ul.post-tags {
  padding-left: 0;
}

.video-box_title {
  font-weight: 300;
  font-style: normal;
  font-size: 45px;
  color: #fff;
  transform: rotate(-90deg);
  transform-origin: left top;
  position: absolute;
  bottom: -67px;
  left: 0px;
  width: 860px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  padding-top: 20px;
}

.views_count {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIHZlcnNpb249IjEuMSIgd2lkdGg9IjEwMCUiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjYgOTc2LjM2MiA0NS4zNzkgMzAuMzA5Ij4KCQkJCQk8cGF0aCBmaWxsPSIjZmZmZmZmIiAgZD0iTSAyOC42ODk0MzQwNTE1MTM2NyA5NzYuMzYyMTgyNjE3MTg3NSBDIDE4LjgxNjIwNDA3MTA0NDkyIDk3Ni4zNjIxODI2MTcxODc1IDEwLjI0ODY4NTgzNjc5MTk5IDk4Mi4yOTE2MjU5NzY1NjI1IDYuMjQwMzU1MDE0ODAxMDI1IDk5MC45NzAzMzY5MTQwNjI1IEwgNi4wMDAwMDA0NzY4MzcxNTggOTkxLjUxNjcyMzYzMjgxMjUgTCA2LjI0MDM1NTAxNDgwMTAyNSA5OTIuMDQ0OTIxODc1IEMgMTAuMjQ2MjMyOTg2NDUwMiAxMDAwLjczMDM0NjY3OTY4OCAxOC44MTIxMTQ3MTU1NzYxNyAxMDA2LjY3MTI2NDY0ODQzOCAyOC42ODk0MzQwNTE1MTM2NyAxMDA2LjY3MTI2NDY0ODQzOCBDIDM4LjU2NjYxMjI0MzY1MjM0IDEwMDYuNjcxMjY0NjQ4NDM4IDQ3LjEzMjc0MDAyMDc1MTk1IDEwMDAuNzMwMzQ2Njc5Njg4IDUxLjEzODUyMzEwMTgwNjY0IDk5Mi4wNDQ5MjE4NzUgTCA1MS4zNzg4NzE5MTc3MjQ2MSA5OTEuNTE2NzIzNjMyODEyNSBMIDUxLjEzODUyMzEwMTgwNjY0IDk5MC45NzAzMzY5MTQwNjI1IEMgNDcuMTMwMjQ1MjA4NzQwMjMgOTgyLjI5MTUwMzkwNjI1IDM4LjU2Mjc3NDY1ODIwMzEyIDk3Ni4zNjIxODI2MTcxODc1IDI4LjY4OTQzNDA1MTUxMzY3IDk3Ni4zNjIxODI2MTcxODc1IFogTSAyOC42ODk0MzQwNTE1MTM2NyA5NzguNjkzNjAzNTE1NjI1IEMgMzcuNjI1NTQxNjg3MDExNzIgOTc4LjY5MzYwMzUxNTYyNSA0NS4yOTAwMDQ3MzAyMjQ2MSA5ODMuOTU1MDc4MTI1IDQ5LjAyMzQwMzE2NzcyNDYxIDk5MS41MTY3MjM2MzI4MTI1IEMgNDUuMjg5ODIxNjI0NzU1ODYgOTk5LjA3NjQxNjAxNTYyNSAzNy42MjUwOTkxODIxMjg5MSAxMDA0LjMzOTg0Mzc1IDI4LjY4OTQzNzg2NjIxMDk0IDEwMDQuMzM5ODQzNzUgQyAxOS43NTM2MjM5NjI0MDIzNCAxMDA0LjMzOTg0Mzc1IDEyLjA4OTE1NzEwNDQ5MjE5IDk5OS4wNzY0MTYwMTU2MjUgOC4zNTU0NzQ0NzIwNDU4OTggOTkxLjUxNjcyMzYzMjgxMjUgQyAxMi4wODg5MjA1OTMyNjE3MiA5ODMuOTU1MDc4MTI1IDE5Ljc1MzQzODk0OTU4NDk2IDk3OC42OTM2MDM1MTU2MjUgMjguNjg5NDM0MDUxNTEzNjcgOTc4LjY5MzYwMzUxNTYyNSBaIE0gMjguNjg5NDM0MDUxNTEzNjcgOTc5LjI1ODQyMjg1MTU2MjUgQyAyMi43NTQ2NTU4MzgwMTI3IDk3OS4yNTg0MjI4NTE1NjI1IDE3LjkyMTU2NzkxNjg3MDEyIDk4NC43NzA1MDc4MTI1IDE3LjkyMTU2NzkxNjg3MDEyIDk5MS41MTY3MjM2MzI4MTI1IEMgMTcuOTIxNTY3OTE2ODcwMTIgOTk4LjI2MzA2MTUyMzQzNzUgMjIuNzU0NjU1ODM4MDEyNyAxMDAzLjc1Njk1ODAwNzgxMiAyOC42ODk0MzQwNTE1MTM2NyAxMDAzLjc1Njk1ODAwNzgxMiBDIDM0LjYyNDIyMTgwMTc1NzgxIDEwMDMuNzU2OTU4MDA3ODEyIDM5LjQ1NzMxMzUzNzU5NzY2IDk5OC4yNjMwNjE1MjM0Mzc1IDM5LjQ1NzMxMzUzNzU5NzY2IDk5MS41MTY3MjM2MzI4MTI1IEMgMzkuNDU3MzEzNTM3NTk3NjYgOTg0Ljc3MDUwNzgxMjUgMzQuNjI0MjIxODAxNzU3ODEgOTc5LjI1ODQyMjg1MTU2MjUgMjguNjg5NDM0MDUxNTEzNjcgOTc5LjI1ODQyMjg1MTU2MjUgWiBNIDI4LjY4OTQzNDA1MTUxMzY3IDk4MS42MDc5MTAxNTYyNSBDIDMzLjUxNTc2NjE0Mzc5ODgzIDk4MS42MDc5MTAxNTYyNSAzNy40MDYyODA1MTc1NzgxMiA5ODYuMDMwNTE3NTc4MTI1IDM3LjQwNjI4MDUxNzU3ODEyIDk5MS41MTY3MjM2MzI4MTI1IEMgMzcuNDA2MjgwNTE3NTc4MTIgOTk3LjAwMjkyOTY4NzUgMzMuNTE1NzYyMzI5MTAxNTYgMTAwMS40MDczNDg2MzI4MTIgMjguNjg5NDM0MDUxNTEzNjcgMTAwMS40MDczNDg2MzI4MTIgQyAyMy44NjMxMDM4NjY1NzcxNSAxMDAxLjQwNzM0ODYzMjgxMiAxOS45NzI1ODc1ODU0NDkyMiA5OTcuMDAyOTI5Njg3NSAxOS45NzI1ODc1ODU0NDkyMiA5OTEuNTE2NzIzNjMyODEyNSBDIDE5Ljk3MjU4NzU4NTQ0OTIyIDk4Ni4wMzA1MTc1NzgxMjUgMjMuODYzMTAxOTU5MjI4NTIgOTgxLjYwNzkxMDE1NjI1IDI4LjY4OTQzMjE0NDE2NTA0IDk4MS42MDc5MTAxNTYyNSBaIj4KCQkJCQk8L3BhdGg+CgkJCQk8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px !important;
  height: 20px;
  font-weight: 300;
  font-size: 16px;
  padding-left: 30px;
  line-height: 20px;
  text-align: right;
  width: auto;
  position: absolute;
  right: 15px;
  display: inline-block;
  top: 15px;
  transition: color 0.5s;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.largewdet > ul {
  bottom: 33px;
  position: absolute;
  left: 20px;
}

ul.post-tags li {
  display: inline-block;
  color: #999;
  font-weight: 400;
  font-size: 13px;
  transition: color 0.5s linear;
  line-height: 20px;
  margin-right: 5px;
}

.image-post .hover-post ul.post-tags li {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  color: #fff;
}

.image-post .hover-post ul.post-tags li span {
  transition: color 0.5s;
  color: #fff;
}

.post-list span {
  padding: 10px 10px;
  text-align: center;
  display: inline-block;
  font-weight: 300;
  font-style: normal;
  font-size: 16px !important;
  transition: color 0.5s;
}

.millioner-live .post-list span {
  padding: 10px 10px 10px 0;
}

@media (min-width: 980px) {
  .millioner-live .outside_title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 105px;
    text-overflow: ellipsis;
  }
}
.outside_title a {
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 24px;
  padding-bottom: 18px;
  transition: color 0.5s;
  padding-top: 10px;
}

.millioner-live .outside_title a {
  color: #fff;
}

.box-opened {
  right: -20px;
  padding-right: 50px;
  transform-origin: right center;
  margin-top: -318px;
  transform: scale(0.7);
}

.image-post:not(.issue-post):not(.add-post):hover img {
  filter: sepia(100%);
}

.image-post:hover .hover-post {
  top: 0;
  background: rgba(249, 193, 129, 0.6) !important;
}

.image-post .hover-post {
  transition: background 0.5s;
}

.live-backdrop {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: fixed;
  background: #fff;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 10049;
  transition: all 0.3s;
}

.live-backdrop.active {
  width: 100vw;
  height: 100vh;
  opacity: 0.9;
}

@media (max-width: 992px) {
  .millioner-live {
    display: none;
  }
}
.magazine {
  padding: 60px 0;
}
.magazine .container {
  position: relative;
}
.magazine .swiper-container {
  overflow: hidden;
}
.magazine .swiper-container .swiper-button-prev {
  left: -25px;
  color: rgba(0, 0, 0, 0.7);
}
.magazine .swiper-container .swiper-button-next {
  right: -25px;
  color: rgba(0, 0, 0, 0.7);
}

.default-navbar .navbar-top {
  grid-template-columns: 25rem auto 25rem;
}
.default-navbar .navbar-top__extra-links {
  display: none;
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  grid-column: 3/-1;
  grid-column: 3/-1;
  -webkit-box-align: center;
  align-items: center;
  transition: opacity 0.3s ease-in-out 0s;
  margin-left: auto;
  --type-token: foundation . link-primary;
  text-transform: uppercase;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: 0.127811em;
  line-break: auto;
  line-height: 1.13615em;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: normal;
  min-width: 2.5rem;
}
.default-navbar .navbar-top__extra-links ul {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  list-style: none;
  --type-token: foundation . link-primary;
  text-transform: uppercase;
  font-family: "Cochin", helvetica, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: 0.127811em;
  line-break: auto;
  line-height: 1.13615em;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: normal;
  list-style: none;
  flex-direction: row;
  gap: 20px;
}
.default-navbar .navbar-top__extra-links ul a {
  color: inherit;
}

.default-navbar .navbar-top .header-utility-links {
  top: calc(2rem - 10px);
}

.fixed-header .navbar-top .header-utility-links {
  top: 0.875rem;
}

.fixed-header .navbar-top__extra-links {
  display: none;
}

.fixed-header .navbar-top .drawer-toggle-btn {
  display: flex;
}

@media (min-width: 1025px) {
  .default-navbar .drawer-toggle-btn {
    display: none;
  }
  .default-navbar .navbar-top__extra-links {
    display: flex;
  }
  .fixed-header .navbar-top__extra-links {
    display: none;
  }
}
@media (max-width: 1024px) {
  .default-navbar .navbar-top .header-utility-links {
    top: 0.875rem;
  }
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__social-links ul li a {
  transition: all 0.2s cubic-bezier(0, 0, 0, 0.8) 0s;
  border: 1px solid rgb(0, 0, 0);
  --border-color__token-name: colors.foundation.footer.links.primary;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: relative;
}
.drawer-modal-wrapper .drawer .drawer-wrapper .mobile-menu__social-links ul li a .icon-container {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .container {
  display: grid;
}
footer .brand-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 350px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer .brand-info__title {
  font-size: 14px;
  line-height: 20px;
  color: rgb(225, 225, 225);
}
footer .brand-info__subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(75, 75, 75);
}
footer .brand-info__icon {
  max-width: 50px;
  max-height: 30px;
}
footer .brand-info__icon img {
  height: 100%;
}
footer .footer-divider {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 30px;
}
footer .input-container {
  display: flex;
  align-items: center;
  border: 1px solid #1F1F1F;
  padding: 1px 0 1px 10px;
  border-radius: 2px;
  background-color: transparent;
}
footer .input-container svg {
  width: 40px;
  height: 40px;
}
footer input {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  width: 200px;
}
footer input::placeholder {
  color: #aaa;
}
footer button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
footer button:hover {
  opacity: 0.7;
}

.dark-footer .bottom-wrapper {
  align-items: center;
}
.dark-footer .bottom-wrapper .footer__subscribe {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  transition: opacity 0.3s ease-in-out 0s;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  min-width: 19rem;
  max-width: 100%;
}

.dark-footer ul.social-list li {
  padding-bottom: unset;
}

.footer-copyright {
  max-width: 300px;
}

.dark-footer ul.social-list {
  margin: unset;
  justify-content: end;
}

.dark-footer ul.social-list li a {
  width: 2rem;
  height: 2rem;
}

.brand-info .navigation-info {
  display: none;
}

@media (min-width: 1200px) {
  .footer-bottom {
    display: grid;
  }
  .dark-footer .bottom-wrapper {
    display: grid;
    grid-area: 1/1/2/-1;
    grid-template-columns: 25rem auto 25rem;
  }
  .dark-footer .footer-block {
    display: grid;
    grid-template-columns: 25rem auto;
    grid-area: 1/1/2/-1;
    padding-right: 15rem;
  }
}
@media (max-width: 1200px) {
  .dark-footer .footer-block .navigation-content {
    gap: unset;
    justify-content: space-evenly;
  }
}
@media (max-width: 1024px) {
  .dark-footer .footer-divider {
    display: none;
  }
  .dark-footer .navigation-info {
    display: none;
  }
  .dark-footer .bottom-wrapper {
    border: none;
    padding-top: 0;
  }
  .dark-footer .brand-info .navigation-info {
    display: flex;
  }
}
.grid-items .grid-area {
  grid-template-columns: minmax(0px, 1fr) 50%;
}
@media (max-width: 1200px) {
  .grid-items .grid-area {
    display: flex;
    flex-direction: column;
  }
}

.grid-items .grid-area .sticky-swiper {
  width: 100%;
  position: relative;
}
.grid-items .grid-area .sticky-swiper .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */