/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Didi Sans Pro";
  src: url("/fonts/DiDiSans-Pro-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Didi Sans Pro";
  src: url("/fonts/DiDiSans-Pro-Thin-Italic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Didi Sans Pro";
  src: url("/fonts/DiDiSans-Pro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Didi Sans Pro";
  src: url("/fonts/DiDiSans-Pro-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Didi Sans Pro";
  src: url("/fonts/DiDiSans-Pro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Didi Sans Pro";
  src: url("/fonts/DiDiSans-Pro-Medium-Italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Didi Sans Pro";
  src: url("/fonts/DiDiSans-Pro-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Didi Sans Pro";
  src: url("/fonts/DiDiSans-Pro-Bold-Italic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: calc(2px + 2ex + 2px);
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

b, strong {
  font-weight: 700;
}

p, li {
  line-height: 1.2;
}

body {
  background: #F5EDEB;
  margin: 0;
  padding: 0;
  font-weight: 100;
  font-family: "Didi Sans Pro", sans-serif;
  color: #3b2c35;
  letter-spacing: 0.02em;
}

body.accent {
  background: #FF5F14;
}
body.accent header, body.accent main, body.accent .btn-nav {
  color: #fff;
}
body.accent header .logo {
  -webkit-filter: brightness(20) saturate(0);
          filter: brightness(20) saturate(0);
}
body.accent .btn-nav .icon span {
  background: #fff;
}
body.accent .sidebar {
  background: #F5EDEB;
  color: #3b2c35;
}
body.accent .sidebar a:-moz-any-link {
  color: #3b2c35;
}
body.accent .sidebar a:any-link {
  color: #3b2c35;
}
body.accent .sidebar li {
  border-bottom: 1px solid #3b2c35;
}
body.accent .sidebar .submenu {
  background: #F5EDEB;
}
body.accent .sidebar .show-submenu img, body.accent .sidebar .submenu-item img, body.accent .sidebar .menu-title img {
  -webkit-filter: invert(94%) sepia(1%) saturate(820%) hue-rotate(315deg) brightness(103%) contrast(91%);
          filter: invert(94%) sepia(1%) saturate(820%) hue-rotate(315deg) brightness(103%) contrast(91%);
}
body.accent .sidebar .btn-close {
  border: 0;
  background: #F5EDEB;
  color: #3b2c35;
  text-transform: uppercase;
  background: url(/img/ic-close-d.svg) right 2.375rem center no-repeat;
}
body.accent .sidebar .btn-close:hover {
  background-color: #e4cec9;
}

.main-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [full-start] minmax(2.375rem, 1fr) [main-start] calc(100vw - 4.75rem) [main-end] minmax(2.375rem, 1fr) [full-end];
  grid-template-columns: [full-start] minmax(2.375rem, 1fr) [main-start] calc(100vw - 4.75rem) [main-end] minmax(2.375rem, 1fr) [full-end];
  max-width: 100%;
  overflow: hidden;
}

.main-wrap > * {
  grid-column: main;
}

.main-wrap > footer {
  grid-column: full;
  display: inherit;
  -ms-grid-columns: inherit;
  grid-template-columns: inherit;
}

.main-wrap > header, footer > .lo-wide {
  grid-column: main;
}

@media screen and (min-width: 70em) {
  .main-wrap {
    -ms-grid-columns: [full-start] minmax(10%, 1fr) [wide-start] minmax(0, 8.4375rem) [main-start] 57.5rem [main-end] minmax(0, 8.4375rem) [wide-end] minmax(10%, 1fr) [full-end];
    grid-template-columns: [full-start] minmax(10%, 1fr) [wide-start] minmax(0, 8.4375rem) [main-start] 57.5rem [main-end] minmax(0, 8.4375rem) [wide-end] minmax(10%, 1fr) [full-end];
  }
  .main-wrap > header, footer > .lo-wide {
    grid-column: wide;
  }
  .main-wrap.sb-is-open main {
    grid-column: wide;
  }
}
@media screen and (min-width: 83em) {
  .sb-is-open footer .lo-wide {
    max-width: 57.5rem;
  }
}
main, .lo-content {
  max-width: 57.5rem;
}

main {
  position: relative;
  padding-bottom: 4rem;
  min-height: calc(100vh - 249px - 4rem);
}
main p, main ul {
  font-size: 1.188rem;
}
main a:link {
  color: #3b2c35;
}
main a:visited {
  color: #363134;
}
main a:hover, main a:active {
  -webkit-text-decoration: undeline;
          text-decoration: undeline;
}

@media screen and (min-width: 50em) {
  .cols-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 13.26%;
       -moz-column-gap: 13.26%;
            column-gap: 13.26%;
    padding: 1px 0;
    overflow: visible;
  }
  .cols-2 p {
    margin-top: 0;
  }
  .cols-2.cols-lines {
    -webkit-column-rule: solid 1px #3b2c35;
       -moz-column-rule: solid 1px #3b2c35;
            column-rule: solid 1px #3b2c35;
  }
}
.cols-2.cols-lines .block {
  border-bottom: 1px solid #3b2c35;
  padding-bottom: 3rem;
  padding-top: 1px;
  margin: 1px 0;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
.cols-2.cols-lines .block:nth-child(2n) {
  border-bottom: none;
}

@media screen and (min-width: 60em) {
  .cols-2.cols-lines .block:nth-child(2n) {
    border-bottom: none;
  }
}
footer {
  background-color: #fff;
  padding: 3rem 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 37.5em) {
  footer {
    margin-top: 4.75rem;
  }
}
footer .lo-wide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  text-wrap: balance;
}
footer .lo-wide p, footer .lo-wide ul {
  font-size: 0.938rem;
}
footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #3b2c35;
  padding-bottom: 3rem;
  align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .top .brand {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}
footer .top .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.3rem;
  position: relative;
  top: -3px;
}
footer .top .social img, footer .top .social a {
  display: block;
}
@media screen and (max-width: 22em) {
  footer .top .logo {
    width: 110px;
    height: auto;
  }
  footer .top .social {
    gap: 0.6rem;
  }
  footer .top .social img {
    width: 30px;
    height: auto;
  }
}
@media screen and (max-width: 29em) {
  footer .top .btn-download-ext {
    width: 100%;
  }
}
@media screen and (max-width: 44em) {
  footer .top .dl {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 30em) {
  footer .top .social {
    gap: 1.5em;
  }
}
@media screen and (min-width: 55em) {
  footer .top .brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media screen and (min-width: 60em) {
  footer .top .dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    text-align: right;
  }
}
footer .bottom {
  margin: 1.563rem 0 0;
  font-size: 0.688rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .bottom .contact {
  text-align: left;
  font-size: 0.813rem;
}
footer .bottom .contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0 0 0;
  padding: 0;
  gap: 10%;
}
footer .bottom .contact li {
  width: 45%;
}
footer .bottom .contact img {
  display: inline-block;
  vertical-align: middle;
}
footer .bottom .copyright {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 1rem;
}
footer .bottom .legal {
  margin-top: 2rem;
}
@media screen and (min-width: 25em) {
  footer .bottom ul {
    font-size: 0.813rem;
  }
  footer .bottom img {
    width: 30px;
    height: auto;
  }
}
@media screen and (max-width: 25em) {
  footer .bottom .contact ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    font-size: 0.75rem;
  }
  footer .bottom .contact li {
    width: 100%;
  }
  footer .bottom .contact img {
    width: 20px;
    height: auto;
  }
}
@media screen and (min-width: 30em) {
  footer .bottom .contact li {
    width: auto;
  }
}
@media screen and (min-width: 55em) {
  footer .bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .bottom .contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  footer .bottom .legal {
    text-align: right;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-left: 10%;
    margin-top: 0;
  }
  footer .bottom .copyright {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    text-align: center;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
  }
}

header {
  padding-top: 3.125rem;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 55em) {
  header {
    padding-top: 5.375rem;
    padding-bottom: 6.375rem;
  }
}

@media screen and (max-width: 55em) {
  .logo {
    width: 9.25rem;
    height: auto;
  }
}
.btn-nav {
  position: fixed;
  top: 3.125rem;
  border: 0;
  background: 0;
  z-index: 5;
  color: #3b2c35;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  right: calc(5vw - 6px);
}
@media screen and (min-width: 82.688em) {
  .btn-nav {
    right: calc((100vw - 74.375em) / 2 - 6px);
  }
}
.btn-nav .icon {
  display: block;
  width: 1.938rem;
  height: 1.2rem;
  position: relative;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
  pointer-events: none;
  border: 0;
  background: 0;
  padding: 0;
}
.btn-nav .icon span {
  width: 100%;
  background-color: #3b2c35;
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-nav .icon span:first-child {
  top: 0%;
}
.btn-nav .icon span:nth-child(2) {
  top: 50%;
}
.btn-nav .icon span:last-child {
  top: 100%;
}
.btn-nav .text {
  display: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  text-transform: uppercase;
  font-size: 1.21rem;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 1em;
}
.btn-nav:hover .icon {
  height: 1.6rem;
}
.btn-nav:hover .text {
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 55em) {
  .btn-nav {
    top: 5.375rem;
  }
  .btn-nav .text {
    display: block;
  }
}
@media screen and (min-width: 82.688em) {
  .btn-nav {
    right: calc((100vw - 74.375em) / 2 - 6px);
  }
}

.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: #FF5F14;
  color: #fff;
  overflow: hidden;
  z-index: 6;
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar a:-moz-any-link {
  color: #fff;
}
.sidebar a:any-link {
  color: #fff;
}
@media screen and (min-width: 60em) {
  .sidebar {
    width: 18.25rem;
    height: 100%;
  }
}
.sidebar.is-closed {
  width: 0;
}
.sidebar .menu-title {
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar p.menu-title {
  padding: 0 2.375rem;
  margin: 0;
  font-size: 1.625rem;
}
.sidebar nav {
  margin-top: 0.6rem;
}
.sidebar nav a {
  display: block;
  padding: 1rem 0;
  position: relative;
  top: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sidebar nav a:-moz-any-link {
  text-decoration: none;
}
.sidebar nav a:any-link {
  text-decoration: none;
}
.sidebar nav a:hover, .sidebar nav a:active {
  top: -5px;
}
.sidebar nav ul {
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 0 2.375rem;
}
.sidebar nav li {
  display: block;
  border-bottom: 1px solid #fff;
}
.sidebar nav li.is-active a {
  font-weight: bold;
}
@media screen and (max-height: 43.75em) {
  .sidebar nav a, .sidebar nav .submenu-item, .sidebar nav li.menu-title {
    font-size: 0.9em;
    padding: 0.7rem 0;
  }
}
@media screen and (max-height: 34.75em) {
  .sidebar nav {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 55em) and (max-height: 49em) {
  .sidebar nav {
    margin-top: 1.5em;
  }
}
.sidebar .btn-close {
  border: 0;
  background: #FF5F14;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.625rem;
  display: block;
  width: 100%;
  padding: 1.5rem 3.875rem 1.5rem 2.375rem;
  background: url(/img/ic-close.svg) right 2.375rem center no-repeat;
  text-align: left;
  z-index: 2;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sidebar .btn-close:hover {
  background-color: #e34402;
}
@media screen and (min-width: 40em) {
  .sidebar nav a {
    width: 13.5rem;
  }
}

.menu-content {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

.menu-content::-webkit-scrollbar {
  display: none;
}

.submenu-active .menu-items {
  -webkit-transform: translateX(-56%);
          transform: translateX(-56%);
}

.menu-items {
  height: 100%;
  width: 100%;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.submenu {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: calc(-100% - 6rem);
  display: none;
  background: #FF5F14;
}
@media screen and (min-width: 60em) {
  .submenu {
    right: calc(-100% - 2rem);
  }
}

.show-submenu ~ .submenu {
  display: block;
}

.submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.submenu-item img {
  width: 12px;
  height: auto;
}

.submenu-item, li.menu-title {
  padding: 1rem 0;
  /*@media screen and (max-height: 49em) {
  	padding: 1rem 0;
  }*/
}

li.menu-title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.menu-title, .submenu-item {
  cursor: pointer;
}

h1, h2, h3 {
  text-transform: uppercase;
  font-weight: 700;
}

h1 {
  font-size: 2.813rem;
  color: #FF5F14;
  margin-bottom: 2rem;
}
@media screen and (max-width: 55em) {
  h1 {
    margin-bottom: 5.75rem;
  }
}

h2, h3 {
  font-size: 1.938rem;
  color: #3b2c35;
}

.color-orange {
  color: #FF5F14;
}

p.lead {
  font-size: 1.938em;
}

.btn-wrap {
  margin: 2.625rem 0;
  text-align: center;
}

.btn-blue {
  display: inline-block;
  background: #0068ff;
  font-size: 1.313rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  line-height: 2.625rem;
  padding: 0 1.188rem 0 1.063rem;
  border-radius: 20px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn-blue:-moz-any-link {
  color: #fff;
}
.btn-blue:any-link {
  color: #fff;
}
.btn-blue:hover {
  background: #0049b3;
}
.btn-blue img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.hidden-noscroll {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.btn-totop {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.25rem;
}
.btn-totop img {
  vertical-align: baseline;
  margin-right: 5px;
}

.is-hidden {
  display: none;
  opacity: 0;
}

.btn-wrap {
  text-align: center;
}

.dl-btn-wrap {
  text-align: right;
}
@media screen and (max-width: 30rem) {
  .dl-btn-wrap {
    text-align: center;
  }
}
@media (hover: none) and (max-width: 30rem) {
  .dl-btn-wrap {
    text-align: center;
  }
}

.btn-download, .btn-download-ext {
  position: relative;
  display: inline-block;
  background: #0068ff;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.4rem 0.8rem 0.4rem 0.8rem;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-download .icon, .btn-download-ext .icon {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  background: url(/img/ic-download-sprite.svg) 0 -24px no-repeat;
  background-size: cover;
}
.btn-download .btn-text, .btn-download-ext .btn-text {
  padding: 0 0 0 0.4rem;
}
.btn-download:-moz-any-link, .btn-download-ext:-moz-any-link {
  color: #fff;
}
.btn-download:any-link, .btn-download-ext:any-link {
  color: #fff;
}
.btn-download svg, .btn-download img, .btn-download-ext svg, .btn-download-ext img {
  vertical-align: middle;
}
.btn-download:active, .btn-download-ext:active {
  background: #0049b3;
}
@media (hover: hover) {
  .btn-download, .btn-download-ext {
    padding: 0.4rem;
  }
  .btn-download .icon, .btn-download-ext .icon {
    background-position: 0 0;
  }
  .btn-download .btn-text, .btn-download-ext .btn-text {
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
  }
  .btn-download:hover, .btn-download:active, .btn-download-ext:hover, .btn-download-ext:active {
    padding: 0.4rem 0.8rem 0.4rem 0.8rem;
  }
  .btn-download:hover .icon, .btn-download:active .icon, .btn-download-ext:hover .icon, .btn-download-ext:active .icon {
    background-position: 0 -24px;
  }
  .btn-download:hover .btn-text, .btn-download:active .btn-text, .btn-download-ext:hover .btn-text, .btn-download-ext:active .btn-text {
    display: inline-block;
    max-width: 25em;
    padding: 0 0 0 0.4rem;
  }
}

.btn-download-ext {
  padding: 0.5em 1em;
}
.btn-download-ext:hover, .btn-download-ext:active {
  padding: 0.5em 1em;
  background: #0049b3;
}
.btn-download-ext .btn-text {
  max-width: 40em;
  padding: 0 0 0 0.4rem;
}
.btn-download-ext .icon {
  background-position: 0 -24px;
}

.didi-name {
  text-transform: none;
}

.pag {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 7rem 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5em;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 37.5em) {
  .pag {
    position: absolute;
    left: auto;
    right: auto;
    bottom: -2em;
  }
}
.pag a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
}
.pag img {
  vertical-align: middle;
}
@media screen and (min-width: 30em) {
  .pag {
    font-size: 1.25rem;
  }
}

section {
  margin: 4rem 0;
  /*&:first-of-type {
  	margin-top: 6rem;
  }*/
}

p.short {
  max-width: 50ch;
  text-wrap: balance;
}

p.med {
  max-width: 60ch;
  text-wrap: balance;
}

p.med-wide {
  max-width: 75ch;
  text-wrap: balance;
}

p.ch60 {
  max-width: 60ch;
}

p.ch90 {
  max-width: 70ch;
}

p.balance, p.balance-text {
  text-wrap: balance;
}

p.pretty {
  text-wrap: pretty;
}

.disclose, .disclosesub, .disclosesubsub {
  border-bottom: 1px solid #3b2c35;
}
.disclose:first-of-type, .disclosesub:first-of-type, .disclosesubsub:first-of-type {
  border-top: 1px solid #3b2c35;
  margin-top: 3rem;
}

.disclose > summary::-webkit-details-marker,
.disclosesub > summary::-webkit-details-marker,
.disclosesubsub > summary::-webkit-details-marker {
  display: none;
}

details h2 {
  margin: 0;
  padding: 1.438rem 0;
}

.disclose > summary, .disclosesub > summary, .disclosesubsub > summary {
  list-style: none;
  background: url(/img/ic-plus.svg) no-repeat right center;
  padding-right: 2.5rem;
  z-index: 1;
}

.disclose[open] > summary, .disclosesub[open] > summary, .disclosesubsub[open] > summary {
  background-image: url(/img/ic-minus.svg);
}

.disclose > article, .disclosesub > article, .disclosesubsub > article {
  opacity: 0;
  margin-bottom: 2.5rem;
}

.disclose[open] > article, .disclosesub[open] > article, .disclosesubsub[open] > article {
  -webkit-animation: fadeIn 0.75s linear forwards;
          animation: fadeIn 0.75s linear forwards;
}

.disclosesub details:last-child {
  margin-bottom: 7.188rem;
}
@media screen and (max-width: 70em) {
  .disclosesub details:last-child {
    margin-bottom: 4rem;
  }
}

.disclosesub > article, .disclose.nested > article {
  margin-bottom: 7rem;
}

.disclose .disclosesub:last-child[open] {
  border-bottom: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bc-intro {
  margin: 4rem 0 2rem;
}
@media screen and (min-width: 40em) and (min-height: 40em) {
  .bc-intro {
    height: calc(100vh - 360px);
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bc-intro h1 {
  text-transform: none;
  font-size: min(7vw, 5.25rem);
  line-height: 0.8;
  margin: 0 0 5rem;
  color: #fff;
  font-weight: 100;
}
.bc-intro h1 span {
  display: block;
  font-size: min(11vw, 8.2rem);
  text-transform: uppercase;
  margin-top: 0.1em;
  font-weight: 500;
}
.bc-intro .cols-2 {
  font-size: 1.875rem;
  text-wrap: pretty;
}
.bc-intro p {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
.bc-intro big {
  font-weight: bold;
  font-size: 1.438rem;
}

.gr {
  display: block;
  margin-top: 2rem;
}

.cases-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.2rem auto 0;
  width: 95%;
  max-width: 30em;
  overflow: visible;
}
.cases-img.ver {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.cases-img.hor {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cases-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cases-img.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.cases-img.center div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cases-img.center img {
  max-width: 64.32%;
}
.cases-img .case-right, .cases-img .case-wrong, .cases-img .case-right-caption {
  position: relative;
  overflow: visible;
}
.cases-img .case-right::before {
  content: url(/img/ic-correct.svg);
  display: block;
  position: absolute;
  right: -0.8rem;
  top: -1rem;
  z-index: 2;
}
.cases-img .case-wrong::before {
  content: url(/img/ic-incorrect.svg);
  position: absolute;
  right: -1rem;
  top: -0.8rem;
  z-index: 2;
}
.cases-img .case-right-caption::before {
  content: url(/img/ic-correct.svg);
  position: absolute;
  right: -0.8rem;
  top: 2.8rem;
  z-index: 2;
}
.cases-img.center .case-right::before, .cases-img.center .case-wrong::before {
  left: 18%;
}
@media screen and (min-width: 50em) {
  .cases-img {
    width: 100%;
  }
  .cases-img .case-right-caption::before {
    top: 1.8rem;
  }
  .cases-img.center .case-right::before, .cases-img.center .case-wrong::before {
    left: 16%;
  }
}

.bg-picker {
  margin: 2.875rem 0;
}

.bg-picker__color {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.563rem;
  margin-bottom: 2.875rem;
}
.bg-picker__color button {
  display: inline-block;
  width: 3.875rem;
  height: 3.875rem;
  border-radius: 8px;
  border: none;
  outline: none;
  padding: 0;
}
.bg-picker__color .is-active {
  border: 1px solid #3b2c35;
}
.bg-picker__color .col-didi {
  background: #FF5F14;
}
.bg-picker__color .col-white {
  background: #fff;
}
.bg-picker__color .col-yellow {
  background: #ffbd00;
}
.bg-picker__color .col-dark {
  background: #3b2c35;
}
.bg-picker__color .col-dark.is-active {
  border-color: #FF5F14;
}

.bg-picker__logo {
  border: 1px solid #3b2c35;
  padding: 0.625rem;
  border-radius: 26px;
}
.bg-picker__logo > div {
  border-radius: 22px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  aspect-ratio: 290/189;
}
.bg-picker__logo img {
  max-width: 80%;
  height: auto;
  max-height: 22rem;
}
@media screen and (min-width: 55em) {
  .bg-picker__logo img {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 55em) {
  .bg-picker__logo > div {
    aspect-ratio: auto;
  }
}
.bg-picker__logo .bg-picker__logo-bg {
  background: #fff;
}
.bg-picker__logo .bg-picker__logo-bg.orange {
  background: #FF5F14;
}
.bg-picker__logo .bg-picker__logo-bg.dark {
  background: #3b2c35;
}
.bg-picker__logo .bg-picker__logo-bg.yellow {
  background: #ffbd00;
}

.bg-picker.main-logo .bg-picker__logo img {
  max-width: 100%;
  max-height: 24rem;
}

@media screen and (max-width: 55em) {
  .dsmile-logo {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.vertical-logo svg {
  height: 100%;
  width: auto;
}

.brand-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #3b2c35;
  padding: 8% 10% 6rem 10%;
}
.brand-logo-wrap div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40.58%;
          flex: 0 1 40.58%;
}
.brand-logo-wrap div:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.9912%;
          flex: 0 1 31.9912%;
}
.brand-logo-wrap img {
  width: 100%;
  height: auto;
}
.brand-logo-wrap .dl-btn-wrap {
  position: absolute;
  bottom: 1rem;
  right: 0;
}

.dsmile-about article {
  margin-bottom: 0;
}
.dsmile-about h3 {
  font-size: 1.438rem;
  margin: 3rem 0;
}

.gallery-three, .gallery-eight {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 50em) {
  .gallery-three, .gallery-eight {
    margin: 3rem 0 8.563rem;
  }
}
.gallery-three li, .gallery-eight li {
  position: relative;
}
.gallery-three img, .gallery-eight img {
  width: 100%;
  height: auto;
}
.gallery-three .case-right::after, .gallery-three .case-wrong::after, .gallery-eight .case-right::after, .gallery-eight .case-wrong::after {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.gallery-three .case-right::after, .gallery-eight .case-right::after {
  content: url(/img/ic-correct.svg);
}
.gallery-three .case-wrong::after, .gallery-eight .case-wrong::after {
  content: url(/img/ic-incorrect.svg);
}

.gallery-three {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 1rem;
}
.gallery-three li {
  width: calc(50% - 1rem);
}
.gallery-three li:first-child {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .gallery-three li, .gallery-three li:first-child {
    width: calc(33% - 1rem);
  }
}

.gallery-eight {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 1rem;
}
.gallery-eight li {
  width: 100%;
}
@media screen and (min-width: 30em) {
  .gallery-eight li {
    width: calc(50% - 1em);
  }
}
@media screen and (min-width: 50em) {
  .gallery-eight li {
    width: calc(25% - 0.75rem);
  }
}

.dsmile-donts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-rows: repeat(6, 1fr);
  gap: 0 3%;
  grid-auto-flow: row;
  margin: 3rem 0 5rem;
}

.dsmile-donts > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.dsmile-donts > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.dsmile-donts > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.dsmile-donts > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.dsmile-donts > *:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.dsmile-donts > *:nth-child(6) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
@media screen and (min-width: 35em) {
  .dsmile-donts {
    -ms-grid-columns: 48.5% 3% 48.5%;
    grid-template-columns: 48.5% 48.5%;
    -ms-grid-rows: 1fr 3em 1fr 3em 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 3em 3%;
  }
  .dsmile-donts > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dsmile-donts > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dsmile-donts > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dsmile-donts > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .dsmile-donts > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dsmile-donts > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 50em) {
  .dsmile-donts {
    -ms-grid-columns: 30% 3% 30% 3% 30%;
    grid-template-columns: 30% 30% 30%;
    -ms-grid-rows: 1fr 3em 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3em 3%;
    margin: 3rem 0 8.563rem;
  }
  .dsmile-donts > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dsmile-donts > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dsmile-donts > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .dsmile-donts > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dsmile-donts > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .dsmile-donts > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
.dsmile-donts img {
  display: block;
  width: 100%;
}
.dsmile-donts .footnote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dsmile-donts .footnote img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 22px;
  width: auto;
}
.dsmile-donts p {
  padding-left: 1rem !important;
}
.dsmile-donts p::before {
  content: none !important;
}

.outlined {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #3b2c35;
}

.photo-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.photo-right img {
  width: 100%;
  height: auto;
  display: block;
}
.photo-right .text {
  width: 100%;
}
.photo-right .image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 90%;
}
@media screen and (min-width: 45em) {
  .photo-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .photo-right h3 {
    max-width: 17ch;
  }
  .photo-right .text {
    width: 53.8%;
  }
  .photo-right .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.15%;
            flex: 1 1 33.15%;
    max-width: 33.15%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.audio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0 0;
  width: 100%;
}
.audio-display .audio-play {
  border: 0;
  background: 0;
  color: #3b2c35;
  text-transform: uppercase;
  font-weight: bold;
}
.audio-display .audio-play img {
  vertical-align: middle;
  height: 50px;
  width: auto;
}
.audio-display .bottom {
  width: 100%;
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "audiobtn" "dlbtn";
  gap: 2em;
}
.audio-display .bottom .audio-btn-wrap {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: audiobtn;
  -ms-grid-column-align: center;
      justify-self: center;
}
.audio-display .bottom .dl-btn-wrap {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: dlbtn;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media screen and (min-width: 50em) {
  .audio-display .bottom {
    -ms-grid-columns: 30% 0 40% 0 30%;
    grid-template-columns: 30% 40% 30%;
        grid-template-areas: ". audiobtn dlbtn";
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .audio-display .bottom .dl-btn-wrap {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .audio-display .bottom .audio-btn-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .audio-display .bottom .dl-btn-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}

.video-sound-logo {
  display: block;
  max-width: 600px;
  width: 80%;
  height: auto;
}

.audio__player-timeline {
  -webkit-appearance: none;
  display: inline-block;
  margin-left: 0.5em;
  height: 0.5em;
  background-color: #ccc;
  border-radius: 5px;
  background-size: 0% 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0068ff), to(#0068ff));
  background-image: linear-gradient(#0068ff, #0068ff);
  background-repeat: no-repeat;
}
.audio__player-timeline::-webkit-slider-thumb, .audio__player-timeline::-moz-range-thumb, .audio__player-timeline::-ms-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #0068ff;
}
.audio__player-timeline::-webkit-slider-thumb:hover, .audio__player-timeline::-moz-range-thumb:hover, .audio__player-timeline::-moz-range-thumb {
  background-color: #0053cc;
}
.audio__player-timeline:hover::-webkit-slider-thumb, .audio__player-timeline:hover::-moz-range-thumb, .audio__player-timeline::-ms-thumb {
  opacity: 1;
}
.audio__player-timeline::-webkit-slider-runnable-track, .audio__player-timeline::-moz-range-track, .audio__player-timeline::-ms-track {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
}

.audio__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.audio__player button {
  border: 0;
  background: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.audio__player button img {
  display: inline-block;
  width: 47px;
  height: auto;
  vertical-align: middle;
}
.audio__player .buttons {
  width: 100%;
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "audiobtn" "dlbtn";
  gap: 2em;
}
.audio__player .buttons .audio-btn-wrap {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: audiobtn;
      justify-self: center;
}
.audio__player .buttons .dl-btn-wrap {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: dlbtn;
      justify-self: center;
}
@media screen and (min-width: 50em) {
  .audio__player .buttons .audio-btn-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .audio__player .buttons .dl-btn-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (min-width: 50em) {
  .audio__player .buttons {
    -ms-grid-columns: 30% 0 40% 0 30%;
    grid-template-columns: 30% 40% 30%;
        grid-template-areas: ". audiobtn dlbtn";
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .audio__player .buttons .dl-btn-wrap {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .audio__player .buttons > .audio-btn-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .audio__player .buttons > .dl-btn-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .audio__player .buttons > .audio-btn-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .audio__player .buttons > .dl-btn-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}

.ani-gif {
  width: 600px;
  height: 297px;
}
@media screen and (max-width: 50em) {
  .ani-gif {
    width: 80%;
    height: auto;
  }
}

hr.spacer {
  border: 0;
  margin: 4rem 0 0;
}

.grid-wrap {
  display: -ms-grid;
  display: grid;
}

@media screen and (max-width: 40em) {
  .ow-lead {
    max-width: 17ch;
    text-wrap: balance;
  }
}

.ow-grid-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5em;
  margin-bottom: 2.5em;
}
.ow-grid-layout > div {
  width: 100%;
}
.ow-grid-layout div img {
  width: 100%;
  height: auto;
  display: block;
}
.ow-grid-layout img, .ow-grid-layout .text {
  border-radius: 15px;
}
.ow-grid-layout .text p {
  font-size: 1rem;
  line-height: 1.3;
}
.ow-grid-layout .text {
  border: 1px solid #3b2c35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1.5rem;
}
@media screen and (min-width: 46em) {
  .ow-grid-layout {
    display: -ms-grid;
    display: grid;
    gap: 0;
    margin: 3rem 0 5rem;
  }
  .ow-grid-layout .text p {
    font-size: clamp(0.75rem, 0.042rem + 1.538vw, 1rem);
  }
  .ow-grid-layout.grid-authent {
    aspect-ratio: 920/716;
    -ms-grid-columns: [x1] 44.3478% [x2] 5.6521% [x3] 50% [x4];
    grid-template-columns: [x1] 44.3478% [x2] 5.6521% [x3] 50% [x4];
    -ms-grid-rows: [y1] 28.4916% [y2] 7.2625% [y3] 28.4916% [y4] 7.2625% [y5] 28.4916% [y6];
    grid-template-rows: [y1] 28.4916% [y2] 7.2625% [y3] 28.4916% [y4] 7.2625% [y5] 28.4916% [y6];
  }
  .ow-grid-layout.grid-authent > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-authent > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-authent > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-authent > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-authent > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-authent > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-authent > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-authent > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-authent > *:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-authent > *:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-authent > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-authent > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-authent > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-authent > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-authent > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-authent > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-authent > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-authent > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-authent > *:nth-child(19) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-authent > *:nth-child(20) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-authent > *:nth-child(21) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-authent > *:nth-child(22) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-authent > *:nth-child(23) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-authent > *:nth-child(24) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-authent > *:nth-child(25) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-authent > *:nth-child(26) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-authent > *:nth-child(27) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-authent > *:nth-child(28) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-authent > *:nth-child(29) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-authent > *:nth-child(30) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-authent > *:nth-child(31) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-authent > *:nth-child(32) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-authent > *:nth-child(33) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-authent > *:nth-child(34) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-authent > *:nth-child(35) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-authent > *:nth-child(36) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-authent > *:nth-child(37) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-authent > *:nth-child(38) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-authent > *:nth-child(39) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-authent > *:nth-child(40) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-authent > *:nth-child(41) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-authent > *:nth-child(42) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-authent > *:nth-child(43) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-authent > *:nth-child(44) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-authent > *:nth-child(45) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-authent > *:nth-child(46) {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-authent > *:nth-child(47) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-authent > *:nth-child(48) {
    -ms-grid-row: 7;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-authent > *:nth-child(49) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-authent > *:nth-child(50) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-authent > *:nth-child(51) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-authent > *:nth-child(52) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-authent > *:nth-child(53) {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-authent > *:nth-child(54) {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-authent > *:nth-child(55) {
    -ms-grid-row: 8;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-authent > *:nth-child(56) {
    -ms-grid-row: 8;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-authent > *:nth-child(57) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-authent > *:nth-child(58) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-authent > *:nth-child(59) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-authent > *:nth-child(60) {
    -ms-grid-row: 9;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-authent > *:nth-child(61) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-authent > *:nth-child(62) {
    -ms-grid-row: 9;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-authent > *:nth-child(63) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-authent > *:nth-child(64) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-authent > *:nth-child(65) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-authent > *:nth-child(66) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-authent > *:nth-child(67) {
    -ms-grid-row: 10;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-authent > *:nth-child(68) {
    -ms-grid-row: 10;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-authent > *:nth-child(69) {
    -ms-grid-row: 10;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-authent > *:nth-child(70) {
    -ms-grid-row: 10;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-authent > *:nth-child(71) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-authent > *:nth-child(72) {
    -ms-grid-row: 11;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-authent > *:nth-child(73) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-authent > *:nth-child(74) {
    -ms-grid-row: 11;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-authent > *:nth-child(75) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-authent > *:nth-child(76) {
    -ms-grid-row: 11;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-authent > *:nth-child(77) {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-authent .photo-auth-1 {
    grid-column: x1/x2;
    grid-row: y1/y4;
  }
  .ow-grid-layout.grid-authent .photo-auth-2 {
    grid-column: x1/x2;
    grid-row: y5/y6;
  }
  .ow-grid-layout.grid-authent .photo-auth-3 {
    grid-column: x3/x4;
    grid-row: y3/y6;
  }
  .ow-grid-layout.grid-authent .text {
    grid-column: x3/x4;
    grid-row: y1/y2;
  }
  .ow-grid-layout.grid-diversity {
    aspect-ratio: 920/614;
    -ms-grid-columns: [x1] 44.3478% [x2] 5.6521% [x3] 50% [x4];
    grid-template-columns: [x1] 44.3478% [x2] 5.6521% [x3] 50% [x4];
    -ms-grid-rows: [y1] 16.6123% [y2] 8.469% [y3] 24.7557% [y4] 8.469% [y5] 41.6938% [y6];
    grid-template-rows: [y1] 16.6123% [y2] 8.469% [y3] 24.7557% [y4] 8.469% [y5] 41.6938% [y6];
  }
  .ow-grid-layout.grid-diversity > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(19) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(20) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(21) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(22) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(23) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(24) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(25) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(26) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(27) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(28) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(29) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(30) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(31) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(32) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(33) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(34) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(35) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(36) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(37) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(38) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(39) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(40) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(41) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(42) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(43) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(44) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(45) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(46) {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(47) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(48) {
    -ms-grid-row: 7;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(49) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(50) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(51) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(52) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(53) {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(54) {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(55) {
    -ms-grid-row: 8;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(56) {
    -ms-grid-row: 8;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(57) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(58) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(59) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(60) {
    -ms-grid-row: 9;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(61) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(62) {
    -ms-grid-row: 9;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(63) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(64) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(65) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(66) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(67) {
    -ms-grid-row: 10;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(68) {
    -ms-grid-row: 10;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(69) {
    -ms-grid-row: 10;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(70) {
    -ms-grid-row: 10;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(71) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(72) {
    -ms-grid-row: 11;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(73) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(74) {
    -ms-grid-row: 11;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(75) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(76) {
    -ms-grid-row: 11;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-diversity > *:nth-child(77) {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-diversity .text {
    grid-column: x1/x2;
    grid-row: y1/y2;
  }
  .ow-grid-layout.grid-diversity .photo-div-1 {
    grid-column: x1/x2;
    grid-row: y3/y6;
  }
  .ow-grid-layout.grid-diversity .photo-div-2 {
    grid-column: x3/x4;
    grid-row: y1/y4;
  }
  .ow-grid-layout.grid-diversity .photo-div-3 {
    grid-column: x3/x4;
    grid-row: y5/y6;
  }
  .ow-grid-layout.grid-wardrobe {
    aspect-ratio: 920/1944;
    -ms-grid-columns: [x1] 38.913% [x2] 5.6521% [x3] 10.8695% [x4] 5.6521% [x5] 38.913% [x6];
    grid-template-columns: [x1] 38.913% [x2] 5.6521% [x3] 10.8695% [x4] 5.6521% [x5] 38.913% [x6];
    -ms-grid-rows: [a1] 7.8189% [a2] 2.6748% [a3] 10.4938% [a4] 2.6748% [b1] 7.8189% [b2] 2.6748% [b3] 13.1687% [b4] 2.6748% [b5] 7.8189% [b6] 2.6748% [c1] 13.1687% [c2] 2.6748% [d1] 7.8189% [d2] 2.6748% [d3] 13.1687% [d4];
    grid-template-rows: [a1] 7.8189% [a2] 2.6748% [a3] 10.4938% [a4] 2.6748% [b1] 7.8189% [b2] 2.6748% [b3] 13.1687% [b4] 2.6748% [b5] 7.8189% [b6] 2.6748% [c1] 13.1687% [c2] 2.6748% [d1] 7.8189% [d2] 2.6748% [d3] 13.1687% [d4];
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(10) {
    -ms-grid-row: 1;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(11) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(15) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(16) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(17) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(18) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(19) {
    -ms-grid-row: 2;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(20) {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(21) {
    -ms-grid-row: 2;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(22) {
    -ms-grid-row: 2;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(23) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(24) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(25) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(26) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(27) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(28) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(29) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(30) {
    -ms-grid-row: 3;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(31) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(32) {
    -ms-grid-row: 3;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(33) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(34) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(35) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(36) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(37) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(38) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(39) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(40) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(41) {
    -ms-grid-row: 4;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(42) {
    -ms-grid-row: 4;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(43) {
    -ms-grid-row: 4;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(44) {
    -ms-grid-row: 4;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(45) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(46) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(47) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(48) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(49) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(50) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(51) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(52) {
    -ms-grid-row: 5;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(53) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(54) {
    -ms-grid-row: 5;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(55) {
    -ms-grid-row: 5;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(56) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(57) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(58) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(59) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(60) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(61) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(62) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(63) {
    -ms-grid-row: 6;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(64) {
    -ms-grid-row: 6;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(65) {
    -ms-grid-row: 6;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(66) {
    -ms-grid-row: 6;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(67) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(68) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(69) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(70) {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(71) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(72) {
    -ms-grid-row: 7;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(73) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(74) {
    -ms-grid-row: 7;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(75) {
    -ms-grid-row: 7;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(76) {
    -ms-grid-row: 7;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(77) {
    -ms-grid-row: 7;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(78) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(79) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(80) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(81) {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(82) {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(83) {
    -ms-grid-row: 8;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(84) {
    -ms-grid-row: 8;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(85) {
    -ms-grid-row: 8;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(86) {
    -ms-grid-row: 8;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(87) {
    -ms-grid-row: 8;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(88) {
    -ms-grid-row: 8;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(89) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(90) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(91) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(92) {
    -ms-grid-row: 9;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(93) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(94) {
    -ms-grid-row: 9;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(95) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(96) {
    -ms-grid-row: 9;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(97) {
    -ms-grid-row: 9;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(98) {
    -ms-grid-row: 9;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(99) {
    -ms-grid-row: 9;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(100) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(101) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(102) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(103) {
    -ms-grid-row: 10;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(104) {
    -ms-grid-row: 10;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(105) {
    -ms-grid-row: 10;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(106) {
    -ms-grid-row: 10;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(107) {
    -ms-grid-row: 10;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(108) {
    -ms-grid-row: 10;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(109) {
    -ms-grid-row: 10;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(110) {
    -ms-grid-row: 10;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(111) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(112) {
    -ms-grid-row: 11;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(113) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(114) {
    -ms-grid-row: 11;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(115) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(116) {
    -ms-grid-row: 11;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(117) {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(118) {
    -ms-grid-row: 11;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(119) {
    -ms-grid-row: 11;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(120) {
    -ms-grid-row: 11;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(121) {
    -ms-grid-row: 11;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(122) {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(123) {
    -ms-grid-row: 12;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(124) {
    -ms-grid-row: 12;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(125) {
    -ms-grid-row: 12;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(126) {
    -ms-grid-row: 12;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(127) {
    -ms-grid-row: 12;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(128) {
    -ms-grid-row: 12;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(129) {
    -ms-grid-row: 12;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(130) {
    -ms-grid-row: 12;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(131) {
    -ms-grid-row: 12;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(132) {
    -ms-grid-row: 12;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(133) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(134) {
    -ms-grid-row: 13;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(135) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(136) {
    -ms-grid-row: 13;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(137) {
    -ms-grid-row: 13;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(138) {
    -ms-grid-row: 13;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(139) {
    -ms-grid-row: 13;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(140) {
    -ms-grid-row: 13;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(141) {
    -ms-grid-row: 13;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(142) {
    -ms-grid-row: 13;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(143) {
    -ms-grid-row: 13;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(144) {
    -ms-grid-row: 14;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(145) {
    -ms-grid-row: 14;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(146) {
    -ms-grid-row: 14;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(147) {
    -ms-grid-row: 14;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(148) {
    -ms-grid-row: 14;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(149) {
    -ms-grid-row: 14;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(150) {
    -ms-grid-row: 14;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(151) {
    -ms-grid-row: 14;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(152) {
    -ms-grid-row: 14;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(153) {
    -ms-grid-row: 14;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(154) {
    -ms-grid-row: 14;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(155) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(156) {
    -ms-grid-row: 15;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(157) {
    -ms-grid-row: 15;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(158) {
    -ms-grid-row: 15;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(159) {
    -ms-grid-row: 15;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(160) {
    -ms-grid-row: 15;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(161) {
    -ms-grid-row: 15;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(162) {
    -ms-grid-row: 15;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(163) {
    -ms-grid-row: 15;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(164) {
    -ms-grid-row: 15;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(165) {
    -ms-grid-row: 15;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(166) {
    -ms-grid-row: 16;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(167) {
    -ms-grid-row: 16;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(168) {
    -ms-grid-row: 16;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(169) {
    -ms-grid-row: 16;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(170) {
    -ms-grid-row: 16;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(171) {
    -ms-grid-row: 16;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(172) {
    -ms-grid-row: 16;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(173) {
    -ms-grid-row: 16;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(174) {
    -ms-grid-row: 16;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(175) {
    -ms-grid-row: 16;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(176) {
    -ms-grid-row: 16;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(177) {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(178) {
    -ms-grid-row: 17;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(179) {
    -ms-grid-row: 17;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(180) {
    -ms-grid-row: 17;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(181) {
    -ms-grid-row: 17;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(182) {
    -ms-grid-row: 17;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(183) {
    -ms-grid-row: 17;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(184) {
    -ms-grid-row: 17;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(185) {
    -ms-grid-row: 17;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(186) {
    -ms-grid-row: 17;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(187) {
    -ms-grid-row: 17;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(188) {
    -ms-grid-row: 18;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(189) {
    -ms-grid-row: 18;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(190) {
    -ms-grid-row: 18;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(191) {
    -ms-grid-row: 18;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(192) {
    -ms-grid-row: 18;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(193) {
    -ms-grid-row: 18;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(194) {
    -ms-grid-row: 18;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(195) {
    -ms-grid-row: 18;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(196) {
    -ms-grid-row: 18;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(197) {
    -ms-grid-row: 18;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(198) {
    -ms-grid-row: 18;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(199) {
    -ms-grid-row: 19;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(200) {
    -ms-grid-row: 19;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(201) {
    -ms-grid-row: 19;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(202) {
    -ms-grid-row: 19;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(203) {
    -ms-grid-row: 19;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(204) {
    -ms-grid-row: 19;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(205) {
    -ms-grid-row: 19;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(206) {
    -ms-grid-row: 19;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(207) {
    -ms-grid-row: 19;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(208) {
    -ms-grid-row: 19;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(209) {
    -ms-grid-row: 19;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(210) {
    -ms-grid-row: 20;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(211) {
    -ms-grid-row: 20;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(212) {
    -ms-grid-row: 20;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(213) {
    -ms-grid-row: 20;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(214) {
    -ms-grid-row: 20;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(215) {
    -ms-grid-row: 20;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(216) {
    -ms-grid-row: 20;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(217) {
    -ms-grid-row: 20;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(218) {
    -ms-grid-row: 20;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(219) {
    -ms-grid-row: 20;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(220) {
    -ms-grid-row: 20;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(221) {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(222) {
    -ms-grid-row: 21;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(223) {
    -ms-grid-row: 21;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(224) {
    -ms-grid-row: 21;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(225) {
    -ms-grid-row: 21;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(226) {
    -ms-grid-row: 21;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(227) {
    -ms-grid-row: 21;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(228) {
    -ms-grid-row: 21;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(229) {
    -ms-grid-row: 21;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(230) {
    -ms-grid-row: 21;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(231) {
    -ms-grid-row: 21;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(232) {
    -ms-grid-row: 22;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(233) {
    -ms-grid-row: 22;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(234) {
    -ms-grid-row: 22;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(235) {
    -ms-grid-row: 22;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(236) {
    -ms-grid-row: 22;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(237) {
    -ms-grid-row: 22;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(238) {
    -ms-grid-row: 22;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(239) {
    -ms-grid-row: 22;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(240) {
    -ms-grid-row: 22;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(241) {
    -ms-grid-row: 22;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(242) {
    -ms-grid-row: 22;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(243) {
    -ms-grid-row: 23;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(244) {
    -ms-grid-row: 23;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(245) {
    -ms-grid-row: 23;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(246) {
    -ms-grid-row: 23;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(247) {
    -ms-grid-row: 23;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(248) {
    -ms-grid-row: 23;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(249) {
    -ms-grid-row: 23;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(250) {
    -ms-grid-row: 23;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(251) {
    -ms-grid-row: 23;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(252) {
    -ms-grid-row: 23;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(253) {
    -ms-grid-row: 23;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(254) {
    -ms-grid-row: 24;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(255) {
    -ms-grid-row: 24;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(256) {
    -ms-grid-row: 24;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(257) {
    -ms-grid-row: 24;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(258) {
    -ms-grid-row: 24;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(259) {
    -ms-grid-row: 24;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(260) {
    -ms-grid-row: 24;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(261) {
    -ms-grid-row: 24;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(262) {
    -ms-grid-row: 24;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(263) {
    -ms-grid-row: 24;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(264) {
    -ms-grid-row: 24;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(265) {
    -ms-grid-row: 25;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(266) {
    -ms-grid-row: 25;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(267) {
    -ms-grid-row: 25;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(268) {
    -ms-grid-row: 25;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(269) {
    -ms-grid-row: 25;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(270) {
    -ms-grid-row: 25;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(271) {
    -ms-grid-row: 25;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(272) {
    -ms-grid-row: 25;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(273) {
    -ms-grid-row: 25;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(274) {
    -ms-grid-row: 25;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(275) {
    -ms-grid-row: 25;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(276) {
    -ms-grid-row: 26;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(277) {
    -ms-grid-row: 26;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(278) {
    -ms-grid-row: 26;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(279) {
    -ms-grid-row: 26;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(280) {
    -ms-grid-row: 26;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(281) {
    -ms-grid-row: 26;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(282) {
    -ms-grid-row: 26;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(283) {
    -ms-grid-row: 26;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(284) {
    -ms-grid-row: 26;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(285) {
    -ms-grid-row: 26;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(286) {
    -ms-grid-row: 26;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(287) {
    -ms-grid-row: 27;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(288) {
    -ms-grid-row: 27;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(289) {
    -ms-grid-row: 27;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(290) {
    -ms-grid-row: 27;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(291) {
    -ms-grid-row: 27;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(292) {
    -ms-grid-row: 27;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(293) {
    -ms-grid-row: 27;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(294) {
    -ms-grid-row: 27;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(295) {
    -ms-grid-row: 27;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(296) {
    -ms-grid-row: 27;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(297) {
    -ms-grid-row: 27;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(298) {
    -ms-grid-row: 28;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(299) {
    -ms-grid-row: 28;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(300) {
    -ms-grid-row: 28;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(301) {
    -ms-grid-row: 28;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(302) {
    -ms-grid-row: 28;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(303) {
    -ms-grid-row: 28;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(304) {
    -ms-grid-row: 28;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(305) {
    -ms-grid-row: 28;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(306) {
    -ms-grid-row: 28;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(307) {
    -ms-grid-row: 28;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(308) {
    -ms-grid-row: 28;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(309) {
    -ms-grid-row: 29;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(310) {
    -ms-grid-row: 29;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(311) {
    -ms-grid-row: 29;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(312) {
    -ms-grid-row: 29;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(313) {
    -ms-grid-row: 29;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(314) {
    -ms-grid-row: 29;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(315) {
    -ms-grid-row: 29;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(316) {
    -ms-grid-row: 29;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(317) {
    -ms-grid-row: 29;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(318) {
    -ms-grid-row: 29;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(319) {
    -ms-grid-row: 29;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(320) {
    -ms-grid-row: 30;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(321) {
    -ms-grid-row: 30;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(322) {
    -ms-grid-row: 30;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(323) {
    -ms-grid-row: 30;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(324) {
    -ms-grid-row: 30;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(325) {
    -ms-grid-row: 30;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(326) {
    -ms-grid-row: 30;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(327) {
    -ms-grid-row: 30;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(328) {
    -ms-grid-row: 30;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(329) {
    -ms-grid-row: 30;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(330) {
    -ms-grid-row: 30;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(331) {
    -ms-grid-row: 31;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(332) {
    -ms-grid-row: 31;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(333) {
    -ms-grid-row: 31;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(334) {
    -ms-grid-row: 31;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(335) {
    -ms-grid-row: 31;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(336) {
    -ms-grid-row: 31;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(337) {
    -ms-grid-row: 31;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(338) {
    -ms-grid-row: 31;
    -ms-grid-column: 8;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(339) {
    -ms-grid-row: 31;
    -ms-grid-column: 9;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(340) {
    -ms-grid-row: 31;
    -ms-grid-column: 10;
  }
  .ow-grid-layout.grid-wardrobe > *:nth-child(341) {
    -ms-grid-row: 31;
    -ms-grid-column: 11;
  }
  .ow-grid-layout.grid-wardrobe .photo-wrdr-1 {
    grid-column: x1/x4;
    grid-row: a1/a4;
  }
  .ow-grid-layout.grid-wardrobe .text-1 {
    grid-column: x5/x6;
    grid-row: a1/a2;
  }
  .ow-grid-layout.grid-wardrobe .photo-wrdr-2 {
    grid-column: x5/x6;
    grid-row: a3/a4;
  }
  .ow-grid-layout.grid-wardrobe .text-2 {
    grid-column: x1/x2;
    grid-row: b1/b2;
  }
  .ow-grid-layout.grid-wardrobe .photo-wrdr-3 {
    grid-column: x1/x2;
    grid-row: b3/b6;
  }
  .ow-grid-layout.grid-wardrobe .photo-wrdr-4 {
    grid-column: x3/x6;
    grid-row: b1/b4;
  }
  .ow-grid-layout.grid-wardrobe .text-3 {
    grid-column: x3/x6;
    grid-row: b5/b6;
  }
  .ow-grid-layout.grid-wardrobe .photo-wrdr-5 {
    grid-column: x1/x4;
    grid-row: c1/c2;
  }
  .ow-grid-layout.grid-wardrobe .photo-wrdr-6 {
    grid-column: x5/x6;
    grid-row: c1/c2;
  }
  .ow-grid-layout.grid-wardrobe .text-4 {
    grid-column: x1/x2;
    grid-row: d1/d2;
  }
  .ow-grid-layout.grid-wardrobe .photo-wrdr-7 {
    grid-column: x1/x2;
    grid-row: d3/d4;
  }
  .ow-grid-layout.grid-wardrobe .photo-wrdr-8 {
    grid-column: x3/x6;
    grid-row: d1/d4;
  }
  .ow-grid-layout.grid-city {
    aspect-ratio: 920/564;
    -ms-grid-columns: [x1] 55.6523% [x2] 5.6521% [x3] 38.6956% [x4];
    grid-template-columns: [x1] 55.6523% [x2] 5.6521% [x3] 38.6956% [x4];
    -ms-grid-rows: [y1] 45.39% [y2] 9.2198% [y3] 45.39% [y4];
    grid-template-rows: [y1] 45.39% [y2] 9.2198% [y3] 45.39% [y4];
  }
  .ow-grid-layout.grid-city > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-city > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-city > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-city > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-city > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-city > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-city > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-city > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-city > *:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-city > *:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-city > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-city > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-city > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-city > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-city > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-city > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-city > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-city > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-city > *:nth-child(19) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-city > *:nth-child(20) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-city > *:nth-child(21) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-city > *:nth-child(22) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-city > *:nth-child(23) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-city > *:nth-child(24) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-city > *:nth-child(25) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-city > *:nth-child(26) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-city > *:nth-child(27) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-city > *:nth-child(28) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-city > *:nth-child(29) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-city > *:nth-child(30) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-city > *:nth-child(31) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-city > *:nth-child(32) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-city > *:nth-child(33) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-city > *:nth-child(34) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-city > *:nth-child(35) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-city > *:nth-child(36) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-city > *:nth-child(37) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-city > *:nth-child(38) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-city > *:nth-child(39) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-city > *:nth-child(40) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-city > *:nth-child(41) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-city > *:nth-child(42) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-city > *:nth-child(43) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-city > *:nth-child(44) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-city > *:nth-child(45) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-city > *:nth-child(46) {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-city > *:nth-child(47) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-city > *:nth-child(48) {
    -ms-grid-row: 7;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-city > *:nth-child(49) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-city .photo-city-1 {
    grid-column: x1/x2;
    grid-row: y1/y2;
  }
  .ow-grid-layout.grid-city .photo-city-2 {
    grid-column: x1/x2;
    grid-row: y3/y4;
  }
  .ow-grid-layout.grid-city .photo-city-3 {
    grid-column: x3/x4;
    grid-row: y1/y2;
  }
  .ow-grid-layout.grid-city .text {
    grid-column: x3/x4;
    grid-row: y3/y4;
  }
  .ow-grid-layout.grid-colors {
    aspect-ratio: 920/560;
    -ms-grid-columns: [x1] 50% [x2] 5.6521% [x3] 44.3478% [x4];
    grid-template-columns: [x1] 50% [x2] 5.6521% [x3] 44.3478% [x4];
    -ms-grid-rows: [y1] 63.9285% [y2] 9.2857% [y3] 26.7857% [y4];
    grid-template-rows: [y1] 63.9285% [y2] 9.2857% [y3] 26.7857% [y4];
  }
  .ow-grid-layout.grid-colors > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-colors > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-colors > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-colors > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-colors > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-colors > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-colors > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-colors > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-colors > *:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-colors > *:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-colors > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-colors > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-colors > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-colors > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-colors > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-colors > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-colors > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-colors > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-colors > *:nth-child(19) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-colors > *:nth-child(20) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-colors > *:nth-child(21) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-colors > *:nth-child(22) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-colors > *:nth-child(23) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-colors > *:nth-child(24) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-colors > *:nth-child(25) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-colors > *:nth-child(26) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-colors > *:nth-child(27) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-colors > *:nth-child(28) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-colors > *:nth-child(29) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-colors > *:nth-child(30) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-colors > *:nth-child(31) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-colors > *:nth-child(32) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-colors > *:nth-child(33) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-colors > *:nth-child(34) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-colors > *:nth-child(35) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-colors > *:nth-child(36) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-colors > *:nth-child(37) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-colors > *:nth-child(38) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-colors > *:nth-child(39) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-colors > *:nth-child(40) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-colors > *:nth-child(41) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-colors > *:nth-child(42) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-colors > *:nth-child(43) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .ow-grid-layout.grid-colors > *:nth-child(44) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .ow-grid-layout.grid-colors > *:nth-child(45) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .ow-grid-layout.grid-colors > *:nth-child(46) {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
  }
  .ow-grid-layout.grid-colors > *:nth-child(47) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .ow-grid-layout.grid-colors > *:nth-child(48) {
    -ms-grid-row: 7;
    -ms-grid-column: 6;
  }
  .ow-grid-layout.grid-colors > *:nth-child(49) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .ow-grid-layout.grid-colors .photo-color-1 {
    grid-column: x1/x2;
    grid-row: y1/y2;
  }
  .ow-grid-layout.grid-colors .text {
    grid-column: x1/x2;
    grid-row: y3/y4;
  }
  .ow-grid-layout.grid-colors .photo-color-2 {
    grid-column: x3/x4;
    grid-row: y1/y4;
  }
}

h2:has(+ .ow-grid-layout) {
  margin-top: 4rem;
}

.color-quote {
  color: #FF5F14;
  text-align: center;
  margin: 7rem 0;
}
.color-quote p {
  font-weight: bold;
  font-size: 10vw;
  text-wrap: balance;
  margin: 3.125rem 0;
}
.color-quote cite {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-style: normal;
}
@media screen and (min-width: 50em) {
  .color-quote p {
    font-size: 5.375rem;
  }
  .color-quote cite {
    font-size: 1.688rem;
  }
}

.color-swatch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  margin: 2rem 0 3rem;
}
@media screen and (min-width: 40em) {
  .color-swatch-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3rem 0 5rem;
  }
}

.color-swatch {
  width: 100%;
  aspect-ratio: 1.24/1;
  border-radius: 25px 25px 400px 400px;
  padding: 2rem 2.375rem;
}
@media screen and (min-width: 550em) {
  .color-swatch {
    width: 45%;
  }
}
.color-swatch h3 {
  font-size: 1.438rem;
  margin: 0 0 0.5em;
  color: inherit;
}
.color-swatch ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.color-swatch li {
  line-height: 1.5;
}
.color-swatch.color-didi {
  background-color: #FF5F14;
  color: #fff;
}
.color-swatch.color-light {
  background-color: #F5EDEB;
  border: 1px solid #3b2c35;
}

.btn-copy {
  border: 0;
  background: 0;
  margin-left: 5px;
  padding: 0.25rem 0.375rem 0.188rem;
  border-radius: 20px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-copy:hover {
  background: rgba(0, 0, 0, 0.2);
}
.btn-copy img {
  display: inline-block;
  vertical-align: baseline;
}

.toast {
  background: #0068ff;
  color: #fff;
  border-radius: 50px;
  font-size: 1.313rem;
  line-height: 2.625rem;
  padding: 0 1.5rem;
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 10vw;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.toast img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.toast.is-hidden {
  display: block;
  pointer-events: none;
  opacity: 0;
  bottom: 0;
}

.spp-mustard {
  background-color: #ffb900;
}

.spp-mustard-light {
  background-color: #FFF4DF;
}

.spp-reliableblue {
  background-color: #0074a4;
  color: #fff;
}

.spp-reliableblue-light {
  background-color: #C5E2FF;
}

.spp-seagreen {
  background-color: #008e6f;
  color: #fff;
}

.spp-seagreen-light {
  background-color: #DFEEEB;
}

.spp-eminence {
  background-color: #8f3e90;
  color: #fff;
}

.spp-eminence-light {
  background-color: #F3E3F1;
}

.spp-raisinblack {
  background-color: #392a32;
  color: #fff;
}

.spp-raisinblack-light {
  background-color: #E6E6E6;
}

.spd-red {
  background-color: #FF5F14;
  color: #fff;
}

.spd-red-light {
  background-color: #ffdcd2;
  color: #3b2c35;
}

.spd-mustard {
  background-color: #ffbc00;
}

.spd-mustard-light {
  background-color: #FFEDB8;
  color: #3b2c35;
}

.spd-reliableblue {
  background-color: #0056ef;
  color: #fff;
}

.spd-reliableblue-light {
  background-color: #C5E2FF;
  color: #3b2c35;
}

.spd-seagreen {
  background-color: #3aa537;
  color: #fff;
}

.spd-seagreen-light {
  background-color: #CAEDCD;
  color: #3b2c35;
}

.spd-eminence {
  background-color: #7200b5;
  color: #fff;
}

.spd-eminence-light {
  background-color: #EDD9FF;
  color: #3b2c35;
}

.spd-raisinblack {
  background-color: #3a2932;
  color: #fff;
}

.color-palette {
  margin: 4rem 0;
}
.color-palette ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 35em) {
  .color-palette ul {
    gap: 1rem;
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.color-palette ul > li > button {
  width: 12vw;
  height: 12vw;
  border-radius: 8px;
  border: 0;
  padding: 0;
}
.color-palette ul > li > button[aria-selected=true] {
  border: 1px solid #3b2c35;
}
.color-palette ul > li > button:focus-visible {
  outline: 3px solid #0068ff;
}
@media screen and (min-width: 35em) {
  .color-palette ul > li > button {
    width: 3.875rem;
    height: 3.875rem;
  }
}
.color-palette section {
  margin: 2rem 0;
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 5/5;
  border: 1px solid #3b2c35;
  background: #3b2c35;
}
@media screen and (min-width: 55em) {
  .color-palette section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    aspect-ratio: 460/167;
    margin: 4rem 0;
  }
}
.color-palette .tabpanel[hidden] {
  display: none;
}
.color-palette .color, .color-palette .color-static {
  width: 100%;
  height: 50%;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 55em) {
  .color-palette .color, .color-palette .color-static {
    height: 100%;
    width: 50%;
    padding: 2rem 2.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.color-palette .color h3, .color-palette .color-static h3 {
  font-size: 1.4rem;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  color: inherit;
}
.color-palette .color h3 .didi-name, .color-palette .color-static h3 .didi-name {
  text-transform: none;
}
.color-palette .color p, .color-palette .color-static p {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}
.color-palette .color {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.color-palette .color .color-hover {
  display: none;
}
.color-palette .color .color-hover p {
  font-size: 1.563rem;
  font-weight: bold;
}
.color-palette .color .color-hover button {
  padding: 0.2rem 0.7rem 0.188rem;
}
.color-palette .color .color-hover button img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.color-palette .color:hover {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  /*&:nth-child(2) {
  	border-left: 1px solid $col-dark;
  	border-radius: 30px;
  }*/
}
@media screen and (min-width: 55em) {
  .color-palette .color:hover {
    width: 100%;
  }
}
.color-palette .color:hover .color-info {
  display: none;
}
.color-palette .color:hover .color-hover {
  display: block;
  text-align: center;
}
.color-palette .color:has(+ .color:hover), .color-palette .color:hover + .color {
  height: 0%;
  padding: 0;
}
@media screen and (min-width: 55em) {
  .color-palette .color:has(+ .color:hover), .color-palette .color:hover + .color {
    height: 100%;
    width: 0%;
  }
}
.color-palette .color:has(+ .color:hover) .color-info, .color-palette .color:hover + .color .color-info {
  display: none;
}
.color-palette .color-static.colorvars {
  padding: 0;
  width: 100%;
  height: 50%;
}
.color-palette .color-static.colorvars ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  width: 100%;
  height: 100%;
}
.color-palette .color-static.colorvars li {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.color-palette .color-static.colorvars li.text-dark {
  color: #3b2c35;
}
.color-palette .color-static.colorvars li.text-light {
  color: #fff;
}
.color-palette .color-static.colorvars li span {
  display: none;
}
.color-palette .color-static.colorvars li:hover {
  width: 40%;
}
.color-palette .color-static.colorvars li:hover span {
  display: block;
  text-align: center;
  font-weight: bold;
  max-width: 5em;
}
.color-palette .color-static.colorvars li:has(+ li:hover), .color-palette .color-static.colorvars li:hover + li, .color-palette .color-static.colorvars ul:has(> :hover) li:not(:hover, :has(+ :hover), li:hover + *) {
  width: 15%;
}
@media screen and (min-width: 55em) {
  .color-palette .color-static.colorvars {
    width: 50%;
    height: 100%;
  }
  .color-palette .color-static.colorvars ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .color-palette .color-static.colorvars li {
    width: 100%;
    height: 20%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .color-palette .color-static.colorvars li:hover {
    width: 100%;
    height: 40%;
  }
  .color-palette .color-static.colorvars li:hover span {
    display: inline-block;
    max-width: unset;
  }
  .color-palette .color-static.colorvars li:has(+ li:hover), .color-palette .color-static.colorvars li:hover + li, .color-palette .color-static.colorvars ul:has(> :hover) li:not(:hover, :has(+ :hover), li:hover + *) {
    height: 15%;
    width: 100%;
  }
}
.color-palette .color-hover button {
  padding: 0.2rem 0.7rem 0.188rem;
}
.color-palette .colorvars button {
  padding: 0.2rem 0.5rem 0.188rem;
}

.color-shades {
  margin: 3rem 0 5rem;
  border: 1px solid #3b2c35;
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 580/468;
}
.color-shades ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 1px solid red;
  width: 100%;
  height: 100%;
}
.color-shades li {
  width: 100%;
  height: 16.6666%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.color-shades li.text-light {
  color: #fff;
}
.color-shades li span {
  display: none;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0.3s, display 0s;
  transition: opacity 0.2s ease-in-out 0.3s, display 0s;
}
.color-shades li:hover {
  height: 40%;
}
.color-shades li:hover span {
  opacity: 1;
  display: inline-block;
  -webkit-transition: opacity 0s ease, display 0s;
  transition: opacity 0s ease, display 0s;
}
.color-shades li:has(+ li:hover), .color-shades li:hover + li, .color-shades ul:has(> :hover) li:not(:hover, :has(+ :hover), li:hover + *) {
  height: 12%;
}
@media screen and (min-width: 55em) {
  .color-shades {
    margin: 2rem 0 4rem;
    aspect-ratio: 920/144;
  }
  .color-shades ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .color-shades li {
    width: 16.6666%;
    height: 100%;
  }
  .color-shades li:hover {
    width: 40%;
    height: 100%;
  }
  .color-shades li:has(+ li:hover), .color-shades li:hover + li, .color-shades ul:has(> :hover) li:not(:hover, :has(+ :hover), li:hover + *) {
    width: 12%;
    height: 100%;
  }
}

.gp-color-contrast h3 {
  font-size: 1.438rem;
  margin-top: 3rem;
}
.gp-color-contrast article:first-of-type {
  margin-bottom: 3rem;
}
@media screen and (min-width: 55em) {
  .gp-color-contrast article:first-of-type {
    margin-bottom: 6rem;
  }
}

.color-contrast-container section {
  overflow: visible;
}

.color-info-double, .color-info-single {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.color-info-double > div, .color-info-single > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-align: center;
  padding: 2rem;
}
@media screen and (min-width: 55em) {
  .color-info-double, .color-info-single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .color-info-double > div, .color-info-single > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.color-info-single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.color-static.color-contrast {
  overflow: visible;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.color-static.color-contrast p {
  font-size: 2.8vw;
  line-height: 1.5;
}
@media screen and (min-width: 55em) {
  .color-static.color-contrast p {
    font-size: 1.125rem;
  }
}

.color-contrast {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.color-contrast:first-of-type {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.color-contrast:last-of-type {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.color-contrast .color-info {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  gap: 1rem;
}
.color-contrast p.sample {
  font-size: 20vw;
  line-height: 1;
  margin: 0 0 1.2rem;
  font-weight: bold;
}
.color-contrast .badge {
  padding: 0.5rem 1.3rem 0.5rem 0.5rem;
  position: absolute;
  bottom: -1.3rem;
  display: block;
  background: #3b2c35;
  color: #fff;
  border-radius: 30px;
  z-index: 2;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.color-contrast .badge img {
  vertical-align: middle;
  margin-right: 1rem;
}
.color-contrast .badge span {
  display: inline-block;
  text-align: center;
  min-width: 2.5rem;
}
@media screen and (min-width: 55em) {
  .color-contrast:first-of-type {
    border-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .color-contrast:last-of-type {
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .color-contrast .color-info {
    display: block;
    width: auto;
  }
  .color-contrast p.sample {
    font-size: 8.75rem;
    line-height: 1;
    margin-bottom: 1.2rem;
  }
}

.color-contrast-fail-container .badge {
  padding: 0.5rem 1.3rem 0.5rem 0.5rem;
  position: absolute;
  bottom: -1.3rem;
  display: block;
  background: #3b2c35;
  color: #fff;
  border-radius: 30px;
  z-index: 2;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.color-contrast-fail-container .badge img {
  vertical-align: middle;
  margin-right: 1rem;
}
.color-contrast-fail-container .badge span {
  display: inline-block;
  text-align: center;
  min-width: 2.5rem;
}

.grid-bad-contrast {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
}
.grid-bad-contrast > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.grid-bad-contrast .case-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 55em) {
  .grid-bad-contrast {
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }
  .grid-bad-contrast > div:nth-child(1) {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .grid-bad-contrast > div:nth-child(2) {
    border-bottom: 1px solid #3b2c35;
  }
  .grid-bad-contrast > div:nth-child(3) {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .grid-bad-contrast > div:onlychild {
    border-radius: 30px;
  }
  .grid-bad-contrast .case-info {
    gap: 2rem;
  }
  .grid-bad-contrast p {
    font-size: 2.8vw;
    line-height: 1.5;
    text-align: center;
  }
  .grid-bad-contrast p.sample {
    font-size: 20vw;
    line-height: 1;
    margin: 0 0 1.2rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 55em) {
  .grid-bad-contrast {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-bad-contrast > div:nth-child(1) {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .grid-bad-contrast > div:nth-child(2) {
    border-right: 1px solid #3b2c35;
  }
  .grid-bad-contrast > div:nth-child(2) .badge {
    left: -18.7%;
  }
  .grid-bad-contrast > div:nth-child(3) {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .grid-bad-contrast > div:onlychild {
    border-radius: 30px;
  }
  .grid-bad-contrast .case-info {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .grid-bad-contrast p {
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
  }
  .grid-bad-contrast p.sample {
    font-weight: bold;
    font-size: 8.75rem;
    line-height: 1;
    margin: 0;
  }
}

.grid-bad-contrast.single > div {
  border-radius: 30px;
}
@media screen and (max-width: 55em) {
  .grid-bad-contrast.single {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
}
@media screen and (min-width: 55em) {
  .grid-bad-contrast.single {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.demo-text-styles {
  margin: 3rem 0;
  border-radius: 30px;
  border: 1px solid #3b2c35;
  padding: 2em;
}
.demo-text-styles select {
  margin-right: 2.625rem;
}
.demo-text-styles .text-sampler {
  margin: 4.25rem 0;
  width: 100%;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  font-size: 4.625rem;
  text-wrap: balance;
}
.demo-text-styles .text-sampler[style*=Italic] {
  font-style: italic;
}
@media screen and (max-width: 60em) {
  .demo-text-styles .select-wrap {
    text-align: center;
  }
  .demo-text-styles select {
    margin-right: 0;
    width: 100%;
    display: block;
  }
}

.simple-select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #F5EDEB url(/img/ic-arrow-down.svg) right 1.5rem center no-repeat;
  border-width: 0 0 1px 0;
  border-color: #3b2c35;
  border-radius: 0;
  border-style: none none solid none;
  position: relative;
  padding: 1rem 2.188rem 1rem 2rem;
  font-weight: normal;
}
@media screen and (min-width: 60em) {
  .simple-select {
    min-width: 28ch;
  }
}

.demo {
  margin: 4rem 0;
  border-radius: 30px;
  background: #FF5F14;
  color: #fff;
}

.grid-freedom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 1rem 49%;
  grid-template-columns: 49% 49%;
  -ms-grid-rows: 1fr 1rem 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem 1rem;
  grid-auto-flow: row;
  margin: 3rem 0 0;
}

.grid-freedom > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-freedom > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-freedom > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid-freedom > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.grid-freedom img {
  display: block;
  width: 100%;
}

.grid-illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3em 0 0;
}
.grid-illustration .tabpanel[hidden] {
  display: none;
}
.grid-illustration .tablist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid-illustration .tabpanel svg {
  display: block;
}
.grid-illustration button {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  width: 100%;
}
.grid-illustration button img {
  display: block;
  width: 100%;
  height: auto;
}
.grid-illustration .tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.grid-illustration li {
  display: block;
  width: 33.33%;
}
.grid-illustration .tabpanel-container {
  width: 100%;
}
.grid-illustration section {
  margin: 0;
}
.grid-illustration section img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 55em) {
  .grid-illustration {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .grid-illustration .tablist, .grid-illustration .tabpanel-container {
    width: 50%;
    height: 100%;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .grid-illustration .tabpanel-container {
    background: #fff;
    aspect-ratio: 460/510;
  }
  .grid-illustration .tablist li {
    width: 50%;
    height: 33.33%;
    display: block;
  }
  .grid-illustration .tabpanel-container {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid-illustration .tabpanel {
    padding-top: 17px;
  }
}

.illu-grid-donts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-rows: repeat(6, 1fr);
  gap: 0 3%;
  grid-auto-flow: row;
}

.illu-grid-donts > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illu-grid-donts > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.illu-grid-donts > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.illu-grid-donts > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.illu-grid-donts > *:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.illu-grid-donts > *:nth-child(6) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
@media screen and (min-width: 35em) {
  .illu-grid-donts {
    -ms-grid-columns: 48.5% 3% 48.5%;
    grid-template-columns: 48.5% 48.5%;
    -ms-grid-rows: 1fr 3em 1fr 3em 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 3em 3%;
  }
  .illu-grid-donts > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .illu-grid-donts > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .illu-grid-donts > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .illu-grid-donts > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .illu-grid-donts > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .illu-grid-donts > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 50em) {
  .illu-grid-donts {
    -ms-grid-columns: 30% 3% 30% 3% 30%;
    grid-template-columns: 30% 30% 30%;
    -ms-grid-rows: 1fr 3em 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3em 3%;
  }
  .illu-grid-donts > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .illu-grid-donts > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .illu-grid-donts > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .illu-grid-donts > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .illu-grid-donts > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .illu-grid-donts > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
.illu-grid-donts img {
  display: block;
  width: 100%;
}
.illu-grid-donts p {
  padding-left: 3.125rem;
  font-size: 0.938rem;
  position: relative;
}
.illu-grid-donts p::before {
  content: url(/img/ic-incorrect-transp.svg);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.precio {
  background: #FF5F14;
  padding: 3em;
  position: relative;
  color: #fff;
}
.precio .precio__wrap {
  display: inline-block;
  font-weight: bold;
  padding: 20px 19px 14px 40px;
}
.precio .precio__wrap.border {
  border: 2px solid #fff;
  border-radius: 39px;
}
.precio .font-reg {
  font-weight: 300;
}
.precio sup {
  font-size: 36px;
}
.precio .precio__before {
  font-size: 26px;
  display: block;
  line-height: 26px;
  letter-spacing: -0.01em;
  position: relative;
  top: 5px;
}
.precio .precio__coin {
  position: absolute;
  left: 25px;
  top: calc(50% - 22.9788px);
  font-size: 34.8836px;
  color: #FF5F14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45.9576px;
  height: 45.9576px;
  background: url(/img/bg-precio-coin.svg);
}
.precio .precio__tester-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.precio .precio__tester {
  font-size: 77.1985px;
  line-height: 77.1985px;
  letter-spacing: -0.015em;
  max-width: 500px;
  max-height: 1.5ch;
  overflow: hidden;
}
.precio .precio__after {
  font-size: 33px;
  margin-left: 9.2188px;
  letter-spacing: -0.01em;
}

.small-title {
  font-size: 1.438rem;
  margin-top: 3rem;
}

.commercial-usage {
  margin: 3rem 0 1rem;
}
.commercial-usage ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
.commercial-usage ul > li > button {
  width: 3.875rem;
  height: 3.875rem;
  border-radius: 8px;
  border: 0;
}
.commercial-usage ul > li > button[aria-selected=true] {
  border: 1px solid #3b2c35;
}
.commercial-usage ul > li > button:focus-visible {
  outline: 3px solid #0068ff;
}
.commercial-usage ul > li > button.col-white {
  background: #fff;
}
.commercial-usage ul > li > button.col-didi {
  background: #FF5F14;
}
.commercial-usage ul > li > button.col-multi {
  background: url(/img/btn-multi.png) center no-repeat;
  background-size: cover;
}
.commercial-usage section {
  border: 1px solid #3b2c35;
  padding: 0.625rem;
  border-radius: 26px;
}
.commercial-usage section > div {
  border-radius: 22px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commercial-usage section .bg-didi {
  background: #FF5F14;
}
.commercial-usage section img, .commercial-usage section svg {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 50em) {
  .commercial-usage .screen-wide {
    display: none;
  }
}
@media screen and (min-width: 50em) {
  .commercial-usage .screen-sm {
    display: none;
  }
}

li.commercial-usage {
  margin: 0;
}

.double-box {
  border: 1px solid #3b2c35;
  padding: 0.625rem;
  border-radius: 26px;
  margin: 3rem 0;
}
.double-box div {
  border-radius: 22px;
  background: #FF5F14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.double-box img {
  max-width: 90%;
  height: auto;
}

.alert {
  border: 1px solid #3b2c35;
  border-radius: 20px;
  padding: 1.5rem 1.875rem;
  width: 100%;
  max-width: 24rem;
  position: relative;
  padding: 1.5rem 1.875rem;
  -webkit-transition: padding 0.2s ease, height 0.2s ease;
  transition: padding 0.2s ease, height 0.2s ease;
  margin-top: 2em;
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*p {
  font-size: .9em;
   }*/
}
@media screen and (min-width: 50em) {
  .alert {
    margin-top: -0.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.alert::before {
  content: url(/img/ic-alert.svg);
  position: absolute;
  left: -0.7rem;
  top: -0.7rem;
}

.solid-select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #DFD3CF url(/img/ic-select-solid.svg) right 1.5rem center no-repeat;
  border: none;
  border-radius: 12px;
  position: relative;
  padding: 1rem 2.188rem 1rem 1rem;
  font-weight: 300;
  min-width: 28ch;
}

.currency-panel-wrap {
  border: 1px solid #3b2c35;
  padding: 0.625rem;
  border-radius: 26px;
  margin: 3rem 0;
}

.currency-panel {
  border-radius: 22px;
  background: #FF5F14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 60em) {
  .currency-panel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.currency-panel[hidden] {
  display: none;
}

.currency {
  padding: 3em;
  position: relative;
  color: #fff;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 60em) {
  .currency {
    width: 49%;
  }
}
.currency .curr__wrap {
  display: inline-block;
  font-weight: bold;
  padding: 20px 19px 14px 40px;
}
.currency .curr__wrap.border {
  border: 2px solid #fff;
  border-radius: 39px;
}
.currency .font-reg {
  font-weight: 100;
}
.currency sup {
  font-size: 36px;
  position: relative;
  top: -27px;
}
.currency .curr__before {
  font-size: 26px;
  display: block;
  line-height: 26px;
  letter-spacing: -0.01em;
  position: relative;
  top: 5px;
}
.currency .curr__coin-prev {
  font-size: 43px;
  position: absolute;
  left: -1ch;
  top: 0.5ch;
}
.currency .curr__coin-prev.long {
  left: -1.8ch;
}
.currency .curr__coin {
  position: absolute;
  left: 25px;
  top: calc(50% - 22.9788px);
  font-size: 34.8836px;
  color: #FF5F14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45.9576px;
  height: 45.9576px;
  background: url(/img/bg-precio-coin.svg);
  background-size: cover;
}
.currency .curr__coin.small {
  font-size: 28px;
}
.currency .curr__tester-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}
.currency .curr__tester {
  font-size: 77.1985px;
  line-height: 77.1985px;
  letter-spacing: -0.015em;
  max-width: 500px;
  max-height: 1.5ch;
  overflow: hidden;
}
.currency sup.curr_cents {
  font-size: 77.1985px;
}
.currency .curr__after {
  font-size: 33px;
  margin-left: 4px;
  letter-spacing: -0.01em;
}
.currency .curr__after sup {
  font-size: 20px;
  top: -13px;
}

@media screen and (max-width: 35em) {
  .currency {
    padding: 1rem 1.5rem;
  }
  .currency.curr-b {
    padding-bottom: 2rem;
  }
  .currency .curr__wrap {
    padding: 5px 11px 8px 23px;
  }
  .currency .curr__wrap.border {
    border-radius: 26px;
    padding: 1px 11px 8px 23px;
  }
  .currency sup {
    font-size: 36px;
    position: relative;
    top: -14px;
  }
  .currency .curr__before {
    font-size: 14.5px;
    line-height: 26px;
    letter-spacing: -0.01em;
    top: 7px;
  }
  .currency .curr__coin-prev {
    font-size: 20px;
    left: -1ch;
    top: 1ch;
  }
  .currency .curr__coin-prev.long {
    left: -1.8ch;
  }
  .currency .curr__coin {
    left: 12px;
    top: calc(50% - 16px);
    font-size: 19.72px;
    width: 26px;
    height: 26px;
  }
  .currency .curr__coin.small {
    font-size: 16px;
  }
  .currency .curr__tester {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -0.015em;
    max-width: 500px;
    max-height: 1.5ch;
    overflow: hidden;
  }
  .currency sup.curr__cents {
    font-size: 25px;
  }
  .currency .curr__after {
    font-size: 19px;
    margin-left: 4px;
    letter-spacing: -0.01em;
  }
  .currency .curr__after sup {
    font-size: 12px;
    top: -10px;
  }
}
@media screen and (min-width: 35em) and (max-width: 60em) {
  .currency {
    padding: 1rem 3rem 2rem;
  }
}
.brand-family-section {
  position: relative;
  z-index: 4;
}

.brand-family {
  margin-top: 2rem;
}
@media screen and (min-width: 60em) {
  .brand-family {
    margin-top: 4rem;
  }
}
.brand-family h2 {
  color: #FF5F14;
}
.brand-family h3 {
  font-size: 1.438rem;
  margin-top: 3rem;
}

@media screen and (min-width: 60em) {
  .brand-family-select {
    border: 1px solid #FF5F14;
    border-radius: 30px;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .brand-family-select .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.brand-family-nav ul {
  list-style: none;
  padding: 0;
}
.brand-family-nav ul li {
  list-style: none;
  padding: 0;
  font-size: 1.2rem;
  font-weight: normal;
}
.brand-family-nav ul li ul li {
  margin: 0.8rem 0;
}
.brand-family-nav ul li ul li button {
  border: 0;
  background: 0;
  text-align: left;
  padding: 0;
}
.brand-family-nav ul li ul li button:hover {
  text-decoration: underline;
}
.brand-family-nav ul li ul li button.is-active {
  font-weight: bold;
  border-bottom: 2px solid #FF5F14;
  text-decoration: none;
}
.brand-family-nav > ul .dropdown {
  display: none;
}
.brand-family-nav > ul > li:hover .dropdown, .brand-family-nav > ul > li .dropdown.is-open {
  display: block;
}
@media screen and (max-width: 60em) {
  .brand-family-nav > ul > li {
    display: block;
    z-index: 1;
    border-bottom: 1px solid #3b2c35;
  }
  .brand-family-nav > ul > li > button {
    display: block;
    width: 100%;
    border: 0;
    background: 0;
    text-align: left;
    background: url(/img/ic-plus.svg) no-repeat right 1rem;
    padding: 1.2rem 2.5rem 1.2rem 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .brand-family-nav > ul > li .icon {
    display: none;
  }
  .brand-family-nav > ul > li:hover > button, .brand-family-nav > ul > li.is-active > button {
    background-image: url(/img/ic-minus.svg);
  }
  .brand-family-nav > ul li ul {
    margin: 1.5rem 0;
  }
}
@media screen and (min-width: 60em) {
  .brand-family-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .brand-family-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    gap: 1.6rem;
    position: relative;
  }
  .brand-family-nav > ul > li {
    position: relative;
  }
  .brand-family-nav > ul > li > button {
    border: 0;
    background: 0;
    padding: 0;
    font-size: 0.938rem;
    text-transform: uppercase;
  }
  .brand-family-nav > ul > li .icon {
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .brand-family-nav > ul > li:hover .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .brand-family-nav .dropdown {
    position: absolute;
    left: -0.8rem;
    z-index: 5;
    padding-top: 2rem;
  }
  .brand-family-nav ul ul {
    border-radius: 25px;
    padding: 0.5rem 0.8rem;
    min-width: 11rem;
    background: #F5EDEB;
    border: 1px solid #FF5F14;
  }
  .brand-family-nav ul ul li {
    font-size: 0.938rem;
    margin: 0.8rem 0;
  }
}

.brand-filter {
  border-radius: 30px;
  background: url(/img/ic-search.svg) 1rem center no-repeat #DBD2CE;
  border: none;
  padding: 0.65rem 0.6rem 0.65rem 2.5rem;
  margin-top: 2rem;
  width: 100%;
}
@media screen and (min-width: 60em) {
  .brand-filter {
    position: relative;
    margin-top: 0;
    width: 9.375rem;
    margin-left: 1rem;
  }
}

.filter-results {
  margin-bottom: 3rem;
}
@media screen and (max-width: 60em) {
  .filter-results {
    margin-top: 2rem;
  }
}
.filter-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1.5rem;
}
.filter-results li {
  margin: 0.5rem 0;
}
.filter-results .no-results {
  display: none;
}
.filter-results button {
  border: none;
  padding: none 0.5rem;
  background: none;
}
.filter-results button:hover {
  text-decoration: underline;
}
.filter-results button:focus-visible {
  outline: 2px solid #0068ff;
  border-radius: 8px;
}

.brand-family-panels {
  margin-top: 3rem;
}

.brand-family-panels .dl-btn-wrap {
  margin-top: 1.5rem;
}

.col-narrow {
  max-width: 342px;
  margin: 0 auto;
  text-align: left;
}

.lo-content:has(.col-narrow) {
  text-align: center;
}
.lo-content:has(.col-narrow) h1 span {
  font-weight: normal;
}

.size-adjust {
  font-size: 9vw;
  margin-bottom: 3rem;
}
@media screen and (min-width: 25.625em) {
  .size-adjust {
    font-size: 2.85rem;
  }
}

.error {
  padding: 2rem 4rem;
}
.error h1 {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.error .link {
  margin-top: 3rem;
}

.member-form {
  font-size: 1.063rem;
}
.member-form > div {
  margin: 2rem 0 0;
}
.member-form .note {
  text-align: right;
  margin-top: 1rem;
}
.member-form input[type=text], .member-form input[type=email], .member-form input[type=password] {
  border: 0;
  outline: 0;
  padding: 5px 0;
  background: #F5EDEB;
  border-bottom: 1px solid #3b2c35;
  width: 100%;
}
.member-form input[type=text]::-webkit-input-placeholder, .member-form input[type=email]::-webkit-input-placeholder, .member-form input[type=password]::-webkit-input-placeholder {
  color: #3b2c35;
}
.member-form input[type=text]::-moz-placeholder, .member-form input[type=email]::-moz-placeholder, .member-form input[type=password]::-moz-placeholder {
  color: #3b2c35;
}
.member-form input[type=text]:-ms-input-placeholder, .member-form input[type=email]:-ms-input-placeholder, .member-form input[type=password]:-ms-input-placeholder {
  color: #3b2c35;
}
.member-form input[type=text]::-ms-input-placeholder, .member-form input[type=email]::-ms-input-placeholder, .member-form input[type=password]::-ms-input-placeholder {
  color: #3b2c35;
}
.member-form input[type=text]::placeholder, .member-form input[type=email]::placeholder, .member-form input[type=password]::placeholder {
  color: #3b2c35;
}
.member-form button {
  background: #FF5F14;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 20px;
  border: 0;
  outline: 0;
  padding: 0.5rem;
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
}
.member-form p {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 2rem;
}
.member-form p a {
  text-decoration: none;
}
.member-form p a:hover {
  text-decoration: underline;
}
.member-form p img {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: auto;
}

.orangers-panels {
  margin-bottom: 2rem;
}
.orangers-panels button.tab {
  border: 0;
  border-radius: 8px;
  background: #3b2c35;
  padding: 0;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.orangers-panels button.tab img {
  display: inline-block;
  vertical-align: middle;
}
.orangers-panels button.tab[aria-selected=true] {
  background: #FF5F14;
}
.orangers-panels .tablist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5.125rem 0 7.625rem;
  gap: 1.5rem;
}
.orangers-panels .glide img {
  width: 100%;
  height: auto;
}

.orangers-img-grid {
  display: -ms-grid;
  display: grid;
  list-style: none;
  margin: 3.75em 0;
  padding: 0;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr;
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.orangers-img-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.orangers-img-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.orangers-img-grid > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.orangers-img-grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.orangers-img-grid > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.orangers-img-grid > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.orangers-img-grid > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.orangers-img-grid > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.orangers-img-grid > *:nth-child(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.orangers-img-grid > *:nth-child(10) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.orangers-img-grid > *:nth-child(11) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.orangers-img-grid > *:nth-child(12) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.orangers-img-grid img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 60em) {
  .orangers-img-grid {
    margin: 5.25em 0 3.75em;
    -ms-grid-columns: 1fr 29px 1fr 29px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 29px 1fr 29px 1fr 29px 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }
  .orangers-img-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .orangers-img-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .orangers-img-grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .orangers-img-grid > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .orangers-img-grid > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .orangers-img-grid > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .orangers-img-grid > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .orangers-img-grid > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .orangers-img-grid > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .orangers-img-grid > *:nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .orangers-img-grid > *:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .orangers-img-grid > *:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
}

.custom-slides-wrap {
  margin: 3.75em 0;
}
.custom-slides-wrap .swiper-slide > img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 60em) {
  .custom-slides-wrap {
    margin: 4.5em 0 3.5em;
  }
  .custom-slides-wrap .swiper-slide > img {
    width: auto;
  }
}

.content-list {
  list-style-position: inside;
  font-size: 1.188rem;
  padding-left: 0;
}

ul + .dl-btn-wrap, p + .dl-btn-wrap {
  margin-top: 4rem;
}

.media-img, .media-video {
  width: 100%;
  padding: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
  border: 1px solid #3a3038;
  border-radius: 15px;
}

.media-img img, .media-video video {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 60em) {
  .media-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
  .media-two .media-img, .media-two .media-video-caption {
    width: calc(50% - 1.25rem);
  }
}
.media-one, .media-two, .media-table-3, .media-grid-donts {
  margin-top: 4rem;
}

.media-video-caption h3 {
  font-size: 1.438rem;
  margin-top: 0;
}

.media-table-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-rows: repeat(6, 1fr);
  gap: 0 3%;
  grid-auto-flow: row;
}

.media-table-3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.media-table-3 > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.media-table-3 > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.media-table-3 > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.media-table-3 > *:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.media-table-3 > *:nth-child(6) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
@media screen and (min-width: 35em) {
  .media-table-3 {
    -ms-grid-columns: 48.5% 3% 48.5%;
    grid-template-columns: 48.5% 48.5%;
    -ms-grid-rows: 1fr 3em 1fr 3em 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 3em 3%;
  }
  .media-table-3 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .media-table-3 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .media-table-3 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .media-table-3 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .media-table-3 > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .media-table-3 > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 50em) {
  .media-table-3 {
    -ms-grid-columns: 30% 3% 30% 3% 30%;
    grid-template-columns: 30% 30% 30%;
    -ms-grid-rows: 1fr 3em 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3em 3%;
  }
  .media-table-3 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .media-table-3 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .media-table-3 > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .media-table-3 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .media-table-3 > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .media-table-3 > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
.media-table-3 .media-img {
  padding: 1.875rem;
  margin-bottom: 0;
}
.media-table-3 img {
  display: block;
  width: 100%;
  height: auto;
}
.media-table-3 h3 {
  font-size: 1.438rem;
}
.media-table-3 p {
  font-size: 0.938rem;
}

.media-grid-donts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr;
  grid-template-rows: repeat(8, 1fr);
  gap: 2em 3%;
  grid-auto-flow: row;
  margin-bottom: 2rem;
}

.media-grid-donts > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.media-grid-donts > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.media-grid-donts > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.media-grid-donts > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.media-grid-donts > *:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.media-grid-donts > *:nth-child(6) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.media-grid-donts > *:nth-child(7) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}

.media-grid-donts > *:nth-child(8) {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
}
@media screen and (min-width: 35em) {
  .media-grid-donts {
    -ms-grid-columns: 48.5% 3% 48.5%;
    grid-template-columns: 48.5% 48.5%;
    -ms-grid-rows: 1fr 3em 1fr 3em 1fr 3em 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 3em 3%;
  }
  .media-grid-donts > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .media-grid-donts > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .media-grid-donts > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .media-grid-donts > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .media-grid-donts > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .media-grid-donts > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .media-grid-donts > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .media-grid-donts > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 50em) {
  .media-grid-donts {
    -ms-grid-columns: 23% 2% 23% 2% 23% 2% 23%;
    grid-template-columns: 23% 23% 23% 23%;
    -ms-grid-rows: 1fr 3em 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3em 2%;
  }
  .media-grid-donts > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .media-grid-donts > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .media-grid-donts > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .media-grid-donts > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .media-grid-donts > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .media-grid-donts > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .media-grid-donts > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .media-grid-donts > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
}
.media-grid-donts img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #3a3038;
  border-radius: 15px;
  overflow: hidden;
}
.media-grid-donts p {
  padding-left: 2rem;
  font-size: 0.938rem;
  position: relative;
}
.media-grid-donts p::before {
  content: url(/img/ic-incorrect-transp.svg);
  position: absolute;
  left: 0;
  top: 0;
}

.extra-space-block-end {
  margin-bottom: 5rem;
}

.ec-formats {
  position: relative;
  padding: clamp(1.5rem, 1.211rem + 1.316vw, 2rem) 0;
  margin-top: 4rem;
}
.ec-formats video {
  width: 100%;
  height: auto;
}
.ec-formats span {
  display: inline-block;
  font-size: clamp(1rem, 0.746rem + 1.153vw, 1.438rem);
  font-weight: bold;
  position: absolute;
}
.ec-formats .format-a {
  top: 0;
  left: 0;
}
.ec-formats .format-b {
  top: 0;
  left: 61.63%;
}
.ec-formats .format-c {
  left: 0;
  bottom: 0;
}
.ec-formats .format-d {
  left: 34.239%;
  bottom: 0;
}

.contact-info {
  margin: 6rem 0 4rem;
}
.contact-info p {
  font-size: 0.813rem;
  margin: 1.4rem 0;
}
.contact-info img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}

details details h3, details details h4 {
  font-size: 1.438rem;
  padding: 1.438rem 0;
  margin: 0;
}

details details h4 {
  color: #FF5F14;
  text-transform: uppercase;
}

.sm-grid-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin: 4.5rem 0 5.25rem;
}
.sm-grid-two img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 50em) {
  .sm-grid-two {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
  }
  .sm-grid-two:before {
    content: "";
    border-left: 1px solid #3b2c35;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .sm-grid-two .item-start {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

h5:has(+ .sm-grid-two) {
  font-size: 1.25rem;
  margin-top: 4.375rem;
  margin-bottom: 0;
}

h5 + .sm-grid-two {
  margin-top: 2.5rem;
}

.wide-image {
  width: 100%;
  height: auto;
  margin: 4.5rem 0;
}

.sm-figure-wrap {
  margin: 1rem 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sm-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.text-start, ul.text-end {
  -webkit-box-flex: 26%;
      -ms-flex: 26% 0 0px;
          flex: 26% 0 0;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.text-start li, ul.text-end li {
  list-style: none;
  padding: 0;
}
ul.text-start b, ul.text-end b {
  font-size: 1.25rem;
  color: #FF5F14;
}
ul.text-start p, ul.text-end p {
  margin-top: 0.5rem;
  font-size: 0.82rem;
  line-height: 1.22;
  text-wrap: balance;
}
ul.text-start div, ul.text-end div {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
ul.text-start div.wide, ul.text-end div.wide {
  width: 18rem;
}

.sm-figure-img {
  width: 14.875rem;
  height: auto;
}

.btn-hover {
  position: absolute;
  top: 0;
  -webkit-filter: grayscale(1) brightness(1.6);
          filter: grayscale(1) brightness(1.6);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn-hover:hover {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}

.btn-hover:hover + div {
  opacity: 1;
}

ul.text-start {
  margin-right: 2em;
  text-align: right;
  position: relative;
}
ul.text-start li {
  position: absolute;
  right: 0;
  padding-right: 3.75rem;
}
ul.text-start .btn-hover {
  right: 0;
}

ul.text-end {
  margin-left: 2em;
}
ul.text-end li {
  position: absolute;
  left: 0;
  padding-left: 3.75rem;
}
ul.text-end .btn-hover {
  left: 0;
}

.sm-figure-help {
  display: inline-block;
  font-size: 1.125rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border: 1px solid #3b2c35;
  border-radius: 50px;
  margin: 0 0 3rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 23px;
}
.sm-figure-help .btn-hover {
  position: static;
  top: unset;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sm-figure-help:hover .btn-hover {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}

@media screen and (max-width: 60em) {
  ul.text-start, ul.text-end, .sm-figure-help {
    display: none;
  }
  .sm-figure-img {
    width: 80%;
    height: auto;
    max-width: 20rem;
    border-radius: 32px;
  }
}
.sm-yt-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.7rem 1.313rem;
  margin: 3rem 0 4rem;
}
.sm-yt-blocks .block {
  -webkit-box-flex: calc(50% - 1.313rem);
      -ms-flex: calc(50% - 1.313rem) 0 0px;
          flex: calc(50% - 1.313rem) 0 0;
  border: 1px solid #3b2c35;
  border-radius: 9px;
  overflow: hidden;
  padding-bottom: 3rem;
  background: url(/img/bg-sm-yt-widget-2.svg) bottom no-repeat;
  background-size: 100% auto;
}
.sm-yt-blocks h5 {
  text-align: center;
  background: #FF5F14;
  color: #fff;
  font-size: 1rem;
  padding: 0.7rem;
  margin-top: 0;
  text-transform: uppercase;
}
.sm-yt-blocks p {
  text-align: center;
  padding: 0 10%;
  font-size: 1rem;
  font-weight: 400;
}
.sm-yt-blocks p.smaller {
  font-size: 0.84rem;
  padding: 0 8%;
  line-height: 1.19;
}
@media screen and (min-width: 60em) {
  .sm-yt-blocks .block {
    -webkit-box-flex: calc(25% - 1.313rem);
        -ms-flex: calc(25% - 1.313rem) 0 0px;
            flex: calc(25% - 1.313rem) 0 0;
  }
}

/*BYTEIT CSS*/
.text-orange {color: #FF5F14}
.text-brown {color: #3b2c35}
.text-brown-light {color: #f5edeb}
.text-white {color: #ffffff}
.text-black {color: #000000}

.bg-orange {background: #FF5F14}
.bg-brown {background: #3b2c35}
.bg-brown-light {background: #f5edeb}
.bg-white {background: #ffffff}
.bg-black {background: #000000}
.bg-oldfintech{background: #3956fa;}

.border-orange {border:solid #FF5F14}
.border-brown {border:solid #3b2c35}
.border-brown-light {border:solid #f5edeb}
.border-white {border:solid #ffffff}
.border-black {border:solid #000000}