@font-face {
  font-family: "TAY Makawao";
  src: url("../fonts/Makawao/TAYMakawao.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Narrow";
  src: url("../fonts/Gotham/GothamNarrow-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Narrow";
  src: url("../fonts/Gotham/GothamNarrow-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Narrow";
  src: url("../fonts/Gotham/GothamNarrow-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Lisboa";
  src: url("../fonts/Lisboa/Lisboa-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lisboa Pro Extra Bold";
  src: url("../fonts/Lisboa/LisboaExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Lisboa";
  src: url("../fonts/Lisboa/LisboaLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lisboa Pro Medium";
  src: url("../fonts/Lisboa/LisboaMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.14; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.14; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
}

body {
  font-size: 16px;
  line-height: 1.2;
  height: 100%;
  width: 100%;
  background-color: #FFEEDA;
}
body.lock {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  padding: 0 32px;
  width: 100%;
  margin: 0 auto;
}

.attract-screen {
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  box-sizing: border-box;
  transition: opacity 1.5s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #FCB766;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 568px) {
  .attract-screen {
    display: none;
  }
}
.attract-screen.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.attract-screen__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.choose-lang-screen {
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  box-sizing: border-box;
  transition: opacity 1.5s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: default;
  padding: 74px 66px;
  z-index: 2;
}
@media (max-width: 568px) {
  .choose-lang-screen {
    display: none;
  }
}
.choose-lang-screen.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.choose-lang-screen img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.choose-lang-screen ul {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 57px;
}
.choose-lang-screen ul img {
  position: initial;
  max-width: 100%;
  min-height: 100%;
}

.home-screen {
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  transition: opacity 1.5s ease;
  /* opacity: 0;
  visibility: hidden;
  pointer-events: none; */
  display: flex;
  cursor: default;
  z-index: 1;
}
@media (max-width: 568px) {
  .home-screen {
    flex-direction: column;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: unset;
    position: relative;
  }
}
.home-screen.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.aside {
  padding: 20px 50px 20px 0;
  width: 40%;
  display: flex;
  gap: 44px;
  background-color: #FFEEDA;
  box-shadow: 20px 0 40px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 568px) {
  .aside {
    flex-direction: column;
    width: 100%;
    gap: 8px;
    padding: 0;
  }
}
.aside #section5-aside .accordion {
  gap: 15px;
}
.aside #section5-aside .accordion__title {
  font-size: 13px;
}
.aside #section5-aside .accordion__title.active {
  font-size: 19.3px;
}

.aside-nav {
  position: relative;
  padding: 0 25px;
}
@media (max-width: 568px) {
  .aside-nav {
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
  }
}
.aside-nav nav {
  position: relative;
  top: 80px;
}
@media (max-width: 568px) {
  .aside-nav nav {
    top: unset;
    padding: 6px 14px;
    background: #D7382A;
  }
}
.aside-nav nav ul {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
@media (max-width: 568px) {
  .aside-nav nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
}
.aside-nav nav ul li:nth-child(1) a::after, .aside-nav nav ul li:nth-last-child(1) a::after {
  display: none;
}
@media (max-width: 568px) {
  .aside-nav nav ul li:nth-child(1) {
    display: none;
  }
}
.aside-nav nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.aside-nav nav ul li a::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #FCB766;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 568px) {
  .aside-nav nav ul li a::after {
    display: none;
  }
}
.aside-nav nav ul li a span.secondary {
  font-family: "Lisboa Pro Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FCB766;
  text-transform: uppercase;
}
@media (max-width: 568px) {
  .aside-nav nav ul li a span.secondary {
    display: none;
  }
}
.aside-nav nav ul li a span.main {
  font-family: "TAY Makawao";
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  line-height: 28px;
  color: #FCB766;
}
@media (max-width: 568px) {
  .aside-nav nav ul li a span.main {
    font-family: "Gotham Narrow";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }
}
.aside-nav nav ul li a img {
  width: 155px;
  height: 250px;
}
.aside-nav nav ul li a.active span {
  color: #fff;
}

.aside-background {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate(-50%, 0);
}
@media (max-width: 568px) {
  .aside-background {
    display: none;
  }
}

.aside-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 568px) {
  .aside-content {
    padding: 120px 0 0 0;
  }
}

.aside-section {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (max-width: 568px) {
  .aside-section {
    top: unset;
    padding: 0 16px 25px 16px;
  }
}
.aside-section.visible {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.aside-section h2 {
  font-family: "TAY Makawao";
  font-style: normal;
  font-weight: 400;
  font-size: 67.12px;
  line-height: 64px;
  color: #541010;
  margin: 0 0 10px 0;
}
@media (max-width: 568px) {
  .aside-section h2 {
    font-size: 36px;
    line-height: normal;
    margin: 0;
  }
}
.aside-section h3 {
  font-family: "Lisboa Pro Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 20.23px;
  line-height: 25px;
  color: #541010;
  margin: 0 0 26px 0;
}
@media (max-width: 568px) {
  .aside-section h3 {
    font-size: 12px;
    margin: 0 0 8px 0;
    line-height: normal;
  }
}
.aside-section span {
  font-family: "Lisboa Pro Extra Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 12.58px;
  line-height: 16px;
  color: #A0237A;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
@media (max-width: 568px) {
  .aside-section span {
    display: none;
  }
}
.aside-section p {
  font-family: "Gotham Narrow";
  font-style: normal;
  font-weight: 325;
  font-size: 16px;
  line-height: 19px;
  color: #541010;
  margin: 0 0 26px 0;
}

.aside-mobile-options {
  display: none;
}
@media (max-width: 568px) {
  .aside-mobile-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 4px 6px;
    background: #D7382A;
    border-bottom: 1px solid #DF6055;
  }
.aside-mobile-options img {
  width: 235px;
}
}

.aside-options {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 568px) {
  .aside-options {
    display: none;
  }
}
.aside-options svg {
  position: relative;
  z-index: 4;
}
.aside-options .svg-map {
  cursor: pointer;
}
.aside-options .svg-map.active path:nth-child(2) {
  fill: #D53929;
}
.aside-options__map {
  display: flex;
  flex-direction: column;
  position: relative;
  bottom: 8px;
}
.aside-options__map span {
  position: relative;
  left: 8px;
  top: 8px;
  font-family: "Lisboa Pro Medium";
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: #D53929;
}
.aside-options__lang {
  position: relative;
  top: -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.aside-options__lang h5 {
  font-family: "Lisboa Pro Extra Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #541010;
  max-width: 147px;
  margin: 0 auto;
}
.aside-options__lang-mobile {
  display: flex;
}
.aside-options__lang-mobile button {
  width: 43px;
  height: 38px;
  border: 2px solid #FDEED9;
}
.aside-options__lang-mobile button svg {
  width: 100%;
  height: 100%;
}
.aside-options__lang-btn.active svg.active {
  display: block;
}
.aside-options__lang-btn.active svg.inactive {
  display: none;
}
.aside-options__lang-btn svg.active {
  display: none;
}
.aside-options__lang-btn svg.inactive {
  display: block;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 568px) {
  .accordion {
    gap: 4px;
  }
}
.accordion__title {
  font-family: "Lisboa Pro Extra Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 15.85px;
  line-height: 17px;
  color: #541010;
  text-align: left;
  text-transform: uppercase;
  transition: font-size 0.4s, line-height 0.4s, margin 0.4s;
}
@media (max-width: 568px) {
  .accordion__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
}
.accordion__title.active {
  font-size: 19.3px;
  line-height: 25px;
  margin: 0 0 7px 0;
}
@media (max-width: 568px) {
  .accordion__title.active {
    font-size: 14px;
    color: #D7382A;
  }
}
.accordion__body {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.4s ease;
}
.accordion__body_short {
  width: 95%;
}
.accordion__body_short p span {
  letter-spacing: 0px;
}
.accordion__body.active {
  opacity: 1;
  height: auto;
}
.accordion__body p {
  font-family: "Gotham Narrow";
  font-style: normal;
  font-weight: 325;
  font-size: 16px;
  line-height: 19px;
  color: #541010;
  margin: 0 0 15px 0;
}
@media (max-width: 568px) {
  .accordion__body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 10px 0;
  }
}
.accordion__body p.accordon-small-text {
  font-weight: 325;
  font-size: 14px;
  line-height: 17px;
  max-width: 420px;
}
@media (max-width: 568px) {
  .accordion__body p.accordon-small-text {
    max-width: unset;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    font-size: 16px;
  }
}
.accordion__body p:nth-last-child(1) {
  margin: 0 0 20px 0;
}

.main-content {
  position: relative;
  width: 60%;
  padding: 50px 0;
}
@media (max-width: 568px) {
  .main-content {
    width: 100%;
    padding: 0;
  }
}
.main-content #section1-content .section-tabs .section-tab[data-tab=tab1] .tab-card__image {
  height: 220px;
}
.main-content #section1-content .section-tabs .section-tab[data-tab=tab2] .tab-card__image {
  height: 330px;
}
.main-content #section1-content .section-tabs .section-tab[data-tab=tab3] .tab-card__image {
  height: 290px;
}
.main-content #section1-content .section-tabs .section-tab[data-tab=tab4] .tab-card__image {
  height: 260px;
}
.main-content #section2-content .section-tabs .section-tab[data-tab=tab1] .tab-card__image {
  height: 250px;
}
.main-content #section3-content .section-tabs .section-tab[data-tab=tab1] .tab-card__image {
  height: 250px;
}
.main-content #section3-content .section-tabs .section-tab[data-tab=tab2] .tab-card__image {
  height: 250px;
}
.main-content #section3-content .section-tabs .section-tab[data-tab=tab3] .tab-card__image {
  height: 270px;
}
.main-content #section3-content .section-tabs .section-tab[data-tab=tab4] .tab-card__image {
  height: 280px;
}
.main-content #section4-content .section-tabs .section-tab[data-tab=tab1] .tab-card__image {
  height: 260px;
}
.main-content #section4-content .section-tabs .section-tab[data-tab=tab1] .flex-col {
  gap: 122px;
}
@media (max-width: 568px) {
  .main-content #section4-content .section-tabs .section-tab[data-tab=tab1] .flex-col {
    gap: 20px;
  }
}
.main-content #section4-content .section-tabs .section-tab[data-tab=tab2] .tab-card__image {
  height: 250px;
}
.main-content #section4-content .section-tabs .section-tab[data-tab=tab3] .tab-card__image {
  height: 220px;
}
.main-content #section4-content .section-tabs .section-tab[data-tab=tab3] .section-tab__card-group_bordered .tab-card__image--about {
  height: 308px;
  margin: 45px 0 56px 0;
}
.main-content #section4-content .section-tabs .section-tab[data-tab=tab4] .tab-card__image {
  height: 260px;
}
.main-content #section4-content .section-tabs .section-tab[data-tab=tab4] .section-tab__card-group_bordered .tab-card__image {
  height: 300px;
}
.main-content #section4-content .section-tabs .section-tab[data-tab=tab4] .section-tab__card-group_bordered .tab-card__image--about {
  height: 368px;
  margin: 20px 0 34px 0;
}
.main-content #section5-content .section-tabs .section-tab[data-tab=tab1] .tab-card__image {
  height: 290px;
}
.main-content #section5-content .section-tabs .section-tab[data-tab=tab1] .flex-col {
  gap: 65px;
}
.main-content #section5-content .section-tabs .section-tab[data-tab=tab2] .tab-card__image {
  height: 290px;
}
.main-content #section5-content .section-tabs .section-tab[data-tab=tab3] .tab-card__image {
  height: 260px;
}
.main-content #section5-content .section-tabs .section-tab[data-tab=tab4] .tab-card__image {
  height: 280px;
}
.main-content #section5-content .section-tabs .section-tab[data-tab=tab5] .tab-card__image {
  height: 300px;
}
.main-content #section5-content .section-tabs .section-tab[data-tab=tab6] .tab-card__image {
  height: 300px;
}
.main-content #section5-content .section-tabs .section-tab[data-tab=tab7] .tab-card__image {
  height: 280px;
}
.main-content #section5-content .section-tabs .section-tab[data-tab=tab8] .tab-card__image {
  height: 320px;
}
.main-content #section6-content .section-tabs .section-tab[data-tab=tab1] .tab-card__image {
  height: 250px;
}
.main-content #section6-content .section-tabs .section-tab[data-tab=tab2] .tab-card__image {
  height: 250px;
}
.main-content #section6-content .section-tabs .section-tab[data-tab=tab3] .tab-card__image {
  height: 250px;
}

.content-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
@media (max-width: 568px) {
  .content-section {
    display: none;
    position: relative;
  }
}
.content-section.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 568px) {
  .content-section.visible {
    display: block;
  }
}

.section-image {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (max-width: 568px) {
  .section-image {
    display: none;
  }
}
.section-image.visible {
  opacity: 1;
  visibility: visible;
  position: relative;
}
@media (max-width: 568px) {
  .section-image.visible {
    display: block;
  }
}
.section-image img {
  width: 100%;
  height: 100%;
}

.section-tabs {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (max-width: 568px) {
  .section-tabs {
    display: none;
  }
}
.section-tabs.visible {
  opacity: 1;
  visibility: visible;
  position: relative;
}
@media (max-width: 568px) {
  .section-tabs.visible {
    display: block;
  }
}

.section-tab {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (max-width: 568px) {
  .section-tab {
    display: none;
  }
}
.section-tab.visible {
  opacity: 1;
  visibility: visible;
  position: relative;
}
@media (max-width: 568px) {
  .section-tab.visible {
    display: block;
  }
}
.section-tab__textbox {
  max-width: 1200px;
  display: flex;
  gap: 120px;
}
@media (max-width: 568px) {
  .section-tab__textbox {
    flex-direction: column;
    gap: 20px;
  }
}
.section-tab__textbox h3 {
  font-family: "TAY Makawao";
  font-style: normal;
  font-weight: 400;
  font-size: 57px;
  line-height: 55px;
  color: #541010;
}
@media (max-width: 568px) {
  .section-tab__textbox h3 {
    font-size: 50px;
  }
}
.section-tab__textbox p {
  font-family: "Gotham Narrow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #541010;
}
.section-tab__textbox.flex-column {
  flex-direction: column;
  gap: 40px;
  position: relative;
  top: -5px;
  margin: 0 80px 0 0;
}
@media (max-width: 568px) {
  .section-tab__textbox.flex-column {
    margin: 0 0 32px 0;
    gap: 32px;
  }
}
.section-tab__textbox.clear {
  gap: 16px;
  top: unset;
}
.section-tab__textbox.medium {
  max-width: 620px;
}
.section-tab__textbox.small {
  max-width: 400px;
}
.section-tab__textbox.small p {
  max-width: 320px;
}
.section-tab__card-group {
  display: flex;
  flex-shrink: 0;
  padding: 50px;
  height: 95%;
}
@media (max-width: 568px) {
  .section-tab__card-group {
    height: auto;
    padding: 20px;
    flex-direction: column;
  }
}
.section-tab__card-group_bordered {
  border: 1px solid #541010;
  border-radius: 42px;
}
.section-tab__card-group_bordered .tab-card_expanded .tab-card {
  max-width: 650px;
}
.section-tab__card-group_bordered .tab-card_expanded .tab-card_md {
  max-width: 395px;
}
.section-tab__card-group .section-tab__cards {
  height: unset;
  padding: 0;
}
.section-tab__card-group .tab-card {
  padding: 0;
}
.section-tab__card-group.flex-col {
  flex-direction: column;
}
.section-tab__cards {
  display: flex;
  gap: 74px;
  overflow: auto;
  padding: 0 60px 0 60px;
  height: calc(100% - 20px);
  scrollbar-width: thin;
  scrollbar-color: #541010 hsl(32, 100%, 93%);
}
@media (max-width: 568px) {
  .section-tab__cards {
    flex-direction: column;
    height: auto;
    padding: 0 20px;
    gap: 26px;
  }
}
.section-tab__cards::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.section-tab__cards::-webkit-scrollbar-track {
  background: #FFEEDA;
}
.section-tab__cards::-webkit-scrollbar-thumb {
  background: #541010;
  border-radius: 4px;
  cursor: pointer;
}
.tab-card {
  max-width: 345px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 50px 0 0 0;
}
@media (max-width: 568px) {
  .tab-card {
    padding: 0;
    max-width: unset !important;
    flex-shrink: 1;
  }
}
.tab-card_sm {
  max-width: 260px;
}
.tab-card_md {
  max-width: 395px;
}
.tab-card_xmd {
  max-width: 410px;
}
.tab-card_xmd .tab-card__text {
  max-width: 320px;
}
.tab-card_xmd .tab-card__text_expanded {
  max-width: unset;
}
.tab-card_responsive {
  width: 310px;
  max-width: 100%;
}
.tab-card_wide {
  max-width: 550px;
}
.tab-card_expanded {
  max-width: unset;
  gap: 0;
}
.tab-card_expanded .section-tab__cards {
  padding: 0;
  height: unset;
}
.tab-card_expanded .tab-card {
  padding: 0;
}
.tab-card_expanded .section-tab__textbox {
  max-width: 720px;
  margin: 30px 0 0 0;
}
.tab-card_expanded .section-tab__textbox_margin-lg {
  margin: 60px 0 0 0;
  max-width: 600px;
}
.tab-card__name {
  font-family: "TAY Makawao";
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
  line-height: 36px;
  color: #541010;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 0 16px 0;
}
@media (max-width: 568px) {
  .tab-card__name {
    padding: 0;
    max-width: unset !important;
  }
}
.tab-card__date {
  font-family: "Lisboa";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #541010;
}
.tab-card__image {
  margin: 15px 0;
  display: flex;
}
.tab-card__image--hand {
  height: 400px !important;
  margin: 45px 0 0 0;
}
.tab-card__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.tab-card__title {
  font-family: "Gotham Narrow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #541010;
}
.tab-card__title strong {
  padding: 0 5px 0 0;
}
.tab-card__material {
  font-family: "Gotham Narrow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #541010;
  margin: 0 0 16px 0;
}
.tab-card__textbox {
  display: flex;
  gap: 80px;
}
@media (max-width: 568px) {
  .tab-card__textbox {
    flex-direction: column;
    gap: 20px;
  }
}
.tab-card__textbox-col {
  max-width: 380px;
}
@media (max-width: 568px) {
  .tab-card__textbox-col {
    max-width: unset;
  }
}
.tab-card__text {
  font-family: "Gotham Narrow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #541010;
  margin: 0 0 16px 0;
}
.tab-card__text_margin {
  margin: 46px 0 16px 0;
}
.tab-card__collection {
  font-family: "Gotham Narrow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #541010;
}