/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
/* line 16, app/assets/stylesheets/application.scss */
:root {
  --blue: #0082C3;
  --navy: #064D7A;
  --pink: #FD6A67;
  --white: #FFFFFF;
  --black: #000000;
  --gray: #D9D9D9;
  --red: #ec2233;
  --green: #02ac02;
}

/* line 28, app/assets/stylesheets/application.scss */
html {
  box-sizing: border-box;
}

/* line 32, app/assets/stylesheets/application.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 38, app/assets/stylesheets/application.scss */
body {
  margin: 0;
  padding: 0;
  font-family: roboto;
  line-height: 1.5;
  color: var(--navy);
  font-size: 16px;
}

@media (min-width: 1024px) {
  /* line 38, app/assets/stylesheets/application.scss */
  body {
    font-size: 18px;
  }
}

/* line 52, app/assets/stylesheets/application.scss */
h1,
h2,
h3,
h4 {
  font-family: geomanist;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
}

/* line 62, app/assets/stylesheets/application.scss */
h2, h3 {
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  /* line 62, app/assets/stylesheets/application.scss */
  h2, h3 {
    margin-bottom: 36px;
  }
}

/* line 68, app/assets/stylesheets/application.scss */
h2.big-margin, h3.big-margin {
  margin-bottom: 38px;
}

@media (min-width: 1024px) {
  /* line 68, app/assets/stylesheets/application.scss */
  h2.big-margin, h3.big-margin {
    margin-bottom: 60px;
  }
}

/* line 74, app/assets/stylesheets/application.scss */
img {
  max-width: 100%;
  padding: 0 10px;
}

/* line 80, app/assets/stylesheets/application.scss */
.background--blue {
  background-color: var(--blue);
  color: var(--white);
}

/* line 85, app/assets/stylesheets/application.scss */
.background--navy {
  background-color: var(--navy);
  color: var(--white);
}

/* line 90, app/assets/stylesheets/application.scss */
.background--pink {
  background-color: var(--pink);
  color: var(--white);
}

/* line 96, app/assets/stylesheets/application.scss */
.max-width {
  /* max-width: calc(1050px + 12vw); */
}

@media (min-width: 1024px) {
  /* line 96, app/assets/stylesheets/application.scss */
  .max-width {
    margin-left: 8vw;
    margin-right: 8vw;
  }
}

/* line 105, app/assets/stylesheets/application.scss */
.max-width-table {
  /* max-width: calc(1050px + 12vw); */
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 1024px) {
  /* line 105, app/assets/stylesheets/application.scss */
  .max-width-table {
    margin-left: 8vw;
    margin-right: 8vw;
  }
}

@media (max-width: 1023px) {
  /* line 117, app/assets/stylesheets/application.scss */
  .padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1023px) {
  /* line 124, app/assets/stylesheets/application.scss */
  .padding-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1023px) {
  /* line 131, app/assets/stylesheets/application.scss */
  .padding-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* line 138, app/assets/stylesheets/application.scss */
.mobile-padding {
  padding-left: 6vw;
  padding-right: 6vw;
}

/* line 144, app/assets/stylesheets/application.scss */
.cta {
  /* align-self: center; */
  /* margin-left: 50px; */
  /* transform: translate(60px); */
  display: inline-flex;
  /* height: 30px; */
  font-family: geomanist;
  padding: 10px;
  width: fit-content;
  -webkit-transform: skew(-14deg);
  transform: skew(-14deg);
  text-align: center;
  line-height: 30px;
  background: var(--pink);
  color: var(--white);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

/* line 163, app/assets/stylesheets/application.scss */
.cta a {
  display: block;
  font-style: italic;
  font-size: clamp(18px, 1.2vw, 26px);
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-transform: skew(14deg);
  transform: skew(14deg);
  text-decoration: none;
  text-transform: italic;
  font-weight: 700;
  color: var(--white);
}

@media (min-width: 1023px) {
  /* line 177, app/assets/stylesheets/application.scss */
  .mobile-only {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 189, app/assets/stylesheets/application.scss */
  .desktop-header {
    display: none;
  }
}

/* line 208, app/assets/stylesheets/application.scss */
.center {
  text-align: center;
}

/* line 212, app/assets/stylesheets/application.scss */
.padding-top-65px {
  padding-top: 65px;
}

@media (min-width: 1024px) {
  /* line 212, app/assets/stylesheets/application.scss */
  .padding-top-65px {
    padding-top: 100px;
  }
}

/* line 220, app/assets/stylesheets/application.scss */
.intro {
  padding-top: 65px;
  padding-bottom: 35px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/application.scss */
  .intro {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  /* line 220, app/assets/stylesheets/application.scss */
  .intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* line 235, app/assets/stylesheets/application.scss */
  .intro > div {
    margin-left: 8vw;
  }
}

/* line 242, app/assets/stylesheets/application.scss */
.intro:after {
  content: "";
  background-color: var(--pink);
  position: absolute;
  top: 40%;
  bottom: 0;
  right: 0;
  width: 30vw;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@media (min-width: 1024px) {
  /* line 242, app/assets/stylesheets/application.scss */
  .intro:after {
    top: 0;
    bottom: 0;
    right: 0;
    width: 25vw;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@media (min-width: 1024px) {
  /* line 261, app/assets/stylesheets/application.scss */
  .intro img {
    width: 70%;
    max-width: unset;
    height: auto;
  }
}

/* line 269, app/assets/stylesheets/application.scss */
.intro > * {
  position: relative;
  z-index: 2;
}

/* line 274, app/assets/stylesheets/application.scss */
.intro h1 {
  margin-bottom: 33px;
}

/* line 278, app/assets/stylesheets/application.scss */
.intro p {
  margin-bottom: 25px;
}

/* line 283, app/assets/stylesheets/application.scss */
.nav__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 30px;
}

/* line 288, app/assets/stylesheets/application.scss */
.nav__container a {
  font-family: geomanist;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #064D7A;
}

/* line 298, app/assets/stylesheets/application.scss */
.nav__container img {
  max-width: 75%;
}

/* line 303, app/assets/stylesheets/application.scss */
body > .tasks {
  position: relative;
  padding-top: 65px;
  padding-bottom: 30px;
  position: relative;
}

@media (min-width: 1024px) {
  /* line 303, app/assets/stylesheets/application.scss */
  body > .tasks {
    padding-block: 100px;
  }
}

@media (min-width: 1024px) {
  /* line 314, app/assets/stylesheets/application.scss */
  body > .tasks:after {
    content: "";
    background-color: var(--pink);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10vw;
    clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
  }
}

/* line 333, app/assets/stylesheets/application.scss */
body > .tasks > * {
  position: relative;
  z-index: 2;
}

/* line 338, app/assets/stylesheets/application.scss */
body > .tasks .book {
  text-align: center;
  padding: 60px;
}

@media (min-width: 1024px) {
  /* line 338, app/assets/stylesheets/application.scss */
  body > .tasks .book {
    position: absolute;
    bottom: -50px;
    left: 50px;
  }
}

/* line 349, app/assets/stylesheets/application.scss */
.rules {
  padding-top: 70px;
}

@media (min-width: 1024px) {
  /* line 349, app/assets/stylesheets/application.scss */
  .rules {
    padding-block: 100px;
  }
}

/* line 357, app/assets/stylesheets/application.scss */
.tabs {
  height: 300px;
  padding: 0;
  background-color: #0082C3;
  margin-bottom: 150px;
}

/* line 363, app/assets/stylesheets/application.scss */
.tabs .header {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

/* line 373, app/assets/stylesheets/application.scss */
.tabs .table {
  align-items: center;
  color: #fff;
}

@media (min-width: 1024px) {
  /* line 373, app/assets/stylesheets/application.scss */
  .tabs .table {
    display: Flex;
    gap: 65px;
  }
}

/* line 382, app/assets/stylesheets/application.scss */
.tabs .selector.blue {
  background-color: transparent;
}

/* line 385, app/assets/stylesheets/application.scss */
.tabs .active--block {
  background-color: #064D7A;
  border-radius: 20px;
  border-radius: 20px;
  padding: 70px 70px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* line 395, app/assets/stylesheets/application.scss */
.tabs .active--block .flex-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}

/* line 401, app/assets/stylesheets/application.scss */
.tabs .active--block .flex-wrapper .icon img {
  width: 100%;
}

/* line 406, app/assets/stylesheets/application.scss */
.tabs .active--block .flex-wrapper .text {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  width: 70%;
}

/* line 412, app/assets/stylesheets/application.scss */
.tabs .active--block .flex-wrapper .text p {
  padding: 5px 0;
}

/* line 421, app/assets/stylesheets/application.scss */
.tabs .position {
  transform: translateY(50px);
}

@media (max-width: 1024px) {
  /* line 427, app/assets/stylesheets/application.scss */
  .tabs .selector {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 431, app/assets/stylesheets/application.scss */
  .tabs .selector ul {
    border-radius: 20px;
    background-color: #064D7A;
    padding: 20px 0;
    display: grid;
  }
  /* line 439, app/assets/stylesheets/application.scss */
  .tabs .selector ul li {
    height: auto;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }
  /* line 445, app/assets/stylesheets/application.scss */
  .tabs .selector ul li p {
    width: 60%;
    text-align: left;
    transform: translateY(-230%);
    position: absolute;
  }
  /* line 456, app/assets/stylesheets/application.scss */
  .tabs .selector ul li.active p {
    transform: translateY(20%);
    position: relative;
  }
  /* line 464, app/assets/stylesheets/application.scss */
  .tabs .selector ul li .wrap {
    width: 80%;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
    cursor: pointer;
  }
  /* line 477, app/assets/stylesheets/application.scss */
  .tabs .selector ul li .wrap a {
    width: 30%;
  }
  /* line 480, app/assets/stylesheets/application.scss */
  .tabs .selector ul li .wrap::after {
    position: absolute;
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(/img/arrow-mobile.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-inline-start: 22px;
    transition: transform 0.2s ease-in-out;
    bottom: 0px;
  }
  /* line 500, app/assets/stylesheets/application.scss */
  .tabs .selector ul li:not(:first-of-type) .wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  /* line 510, app/assets/stylesheets/application.scss */
  .tabs .active--block {
    display: none;
  }
  /* line 513, app/assets/stylesheets/application.scss */
  .tabs .active--block.active {
    display: none;
  }
  /* line 518, app/assets/stylesheets/application.scss */
  .tabs .position {
    transform: translateY(0px);
  }
}

/* line 526, app/assets/stylesheets/application.scss */
.shop-rank {
  padding-top: 70px;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  /* line 526, app/assets/stylesheets/application.scss */
  .shop-rank {
    padding-block: 100px;
    border-radius: 20px;
    margin-top: -50px;
    z-index: 2;
    position: relative;
  }
}

/* line 540, app/assets/stylesheets/application.scss */
.prize {
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}

@media (min-width: 1024px) {
  /* line 540, app/assets/stylesheets/application.scss */
  .prize {
    padding-block: 120px;
  }
}

/* line 550, app/assets/stylesheets/application.scss */
.prize:after {
  content: "";
  background-color: var(--pink);
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  width: 30vw;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

@media (min-width: 1024px) {
  /* line 550, app/assets/stylesheets/application.scss */
  .prize:after {
    top: 0;
    bottom: 0;
    left: 0;
    width: 25vw;
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
  }
}

/* line 569, app/assets/stylesheets/application.scss */
.prize > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 1023px) {
  /* line 575, app/assets/stylesheets/application.scss */
  .mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* line 582, app/assets/stylesheets/application.scss */
footer {
  text-align: center;
  padding-block: 16px;
  font-size: 12px;
}

@media (min-width: 1024px) {
  /* line 582, app/assets/stylesheets/application.scss */
  footer {
    padding-block: 42px;
    font-size: 14px;
  }
}

/* line 592, app/assets/stylesheets/application.scss */
footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  /* line 592, app/assets/stylesheets/application.scss */
  footer ul {
    flex-direction: row;
  }
}

/* line 603, app/assets/stylesheets/application.scss */
footer ul li {
  list-style: none;
}

@media (min-width: 1024px) {
  /* line 608, app/assets/stylesheets/application.scss */
  footer ul li:not(:last-of-type):after {
    content: "|";
    margin-inline: 20px;
  }
}

/* line 614, app/assets/stylesheets/application.scss */
footer ul li a {
  text-decoration: none;
  color: var(--white);
}

@media (max-width: 1023px) {
  /* line 623, app/assets/stylesheets/application.scss */
  .mobile-order-first {
    order: 1;
  }
  /* line 626, app/assets/stylesheets/application.scss */
  .mobile-order-second {
    order: 2;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  /* line 631, app/assets/stylesheets/application.scss */
  .mobile-order-third {
    order: 3;
    margin-bottom: 60px;
  }
}

/* line 638, app/assets/stylesheets/application.scss */
.under-table {
  text-align: center;
  padding: 40px 0;
}

/* line 642, app/assets/stylesheets/application.scss */
.points {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  font-style: italic;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 651, app/assets/stylesheets/application.scss */
.points:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(/img/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-inline-start: 22px;
  transition: transform 0.2s ease-in-out;
  transform: rotate(-90deg);
}

/* line 664, app/assets/stylesheets/application.scss */
.points a {
  color: #fff;
  text-decoration: none;
}

/* line 668, app/assets/stylesheets/application.scss */
form {
  margin-bottom: 35px;
}

@media (min-width: 1024px) {
  /* line 668, app/assets/stylesheets/application.scss */
  form {
    margin-bottom: 42px;
  }
}

@font-face {
  font-family: GeomanistBlack;
  src: url(/fonts/geomanist-black-webfont.eot);
  src: url(/fonts/geomanist-black-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/geomanist-black-webfont.woff2) format("woff2"), url(/fonts/geomanist-black-webfont.woff) format("woff"), url(/fonts/geomanist-black-webfont.ttf) format("truetype"), url(/fonts/geomanist-black-webfont.svg#geomanistblack) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GeomanistBlack;
  src: url(/fonts/geomanist-black-italic-webfont.eot);
  src: url(/fonts/geomanist-black-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/geomanist-black-italic-webfont.woff2) format("woff2"), url(/fonts/geomanist-black-italic-webfont.woff) format("woff"), url(/fonts/geomanist-black-italic-webfont.ttf) format("truetype"), url(/fonts/geomanist-black-italic-webfont.svg#geomanistblack_italic) format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Geomanist;
  src: url(/fonts/geomanist-bold-webfont.eot);
  src: url(/fonts/geomanist-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/geomanist-bold-webfont.woff2) format("woff2"), url(/fonts/geomanist-bold-webfont.woff) format("woff"), url(/fonts/geomanist-bold-webfont.ttf) format("truetype"), url(/fonts/geomanist-bold-webfont.svg#geomanistbold) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Geomanist;
  src: url(/fonts/geomanist-bold-italic-webfont.eot);
  src: url(/fonts/geomanist-bold-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/geomanist-bold-italic-webfont.woff2) format("woff2"), url(/fonts/geomanist-bold-italic-webfont.woff) format("woff"), url(/fonts/geomanist-bold-italic-webfont.ttf) format("truetype"), url(/fonts/geomanist-bold-italic-webfont.svg#geomanistbold_italic) format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Geomanist;
  src: url(/fonts/geomanist-regular-webfont.eot);
  src: url(/fonts/geomanist-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/geomanist-regular-webfont.woff2) format("woff2"), url(/fonts/geomanist-regular-webfont.woff) format("woff"), url(/fonts/geomanist-regular-webfont.ttf) format("truetype"), url(/fonts/geomanist-regular-webfont.svg#geomanist_regularregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Geomanist;
  src: url(/fonts/geomanist-regular-italic-webfont.eot);
  src: url(/fonts/geomanist-regular-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/geomanist-regular-italic-webfont.woff2) format("woff2"), url(/fonts/geomanist-regular-italic-webfont.woff) format("woff"), url(/fonts/geomanist-regular-italic-webfont.ttf) format("truetype"), url(/fonts/geomanist-regular-italic-webfont.svg#geomanistitalic) format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: geomanistbook;
  src: url(/fonts/geomanist-book-webfont.eot);
  src: url(/fonts/geomanist-book-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/geomanist-book-webfont.woff2) format("woff2"), url(/fonts/geomanist-book-webfont.woff) format("woff"), url(/fonts/geomanist-book-webfont.ttf) format("truetype"), url(/fonts/geomanist-book-webfont.svg#geomanistbook) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: geomanistbook;
  src: url(/fonts/geomanist-book-italic-webfont.eot);
  src: url(/fonts/geomanist-book-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/geomanist-book-italic-webfont.woff2) format("woff2"), url(/fonts/geomanist-book-italic-webfont.woff) format("woff"), url(/fonts/geomanist-book-italic-webfont.ttf) format("truetype"), url(/fonts/geomanist-book-italic-webfont.svg#geomanistbook_italic) format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/roboto-regular.woff2) format("woff2"), url(/fonts/roboto-regular.woff) format("woff");
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/scss/_table.scss */
.selector {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-weight: 700;
  font-size: 14px;
}

@media (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/scss/_table.scss */
  .selector {
    font-size: 16px;
  }
}

/* line 10, app/assets/stylesheets/scss/_table.scss */
.selector.blue {
  background-color: var(--blue);
  color: var(--white);
}

/* line 15, app/assets/stylesheets/scss/_table.scss */
.selector.blue ul li.active {
  background-color: var(--navy);
}

/* line 17, app/assets/stylesheets/scss/_table.scss */
.selector.blue ul li.active:after {
  background-color: var(--navy);
}

/* line 25, app/assets/stylesheets/scss/_table.scss */
.selector.navy {
  background-color: var(--navy);
  color: var(--white);
}

/* line 30, app/assets/stylesheets/scss/_table.scss */
.selector.navy ul li.active {
  background-color: var(--blue);
}

/* line 32, app/assets/stylesheets/scss/_table.scss */
.selector.navy ul li.active:after {
  background-color: var(--blue);
}

/* line 39, app/assets/stylesheets/scss/_table.scss */
.selector ul {
  display: Flex;
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
}

/* line 45, app/assets/stylesheets/scss/_table.scss */
.selector ul li {
  padding: 20px 24px;
  height: 80px;
  list-style: none;
  flex-basis: 25%;
  text-align: center;
  display: Flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 560px) {
  /* line 45, app/assets/stylesheets/scss/_table.scss */
  .selector ul li {
    padding: 20px 10px;
  }
}

/* line 57, app/assets/stylesheets/scss/_table.scss */
.selector ul li a {
  text-decoration: none;
  color: var(--white);
}

@media (max-width: 560px) {
  /* line 57, app/assets/stylesheets/scss/_table.scss */
  .selector ul li a {
    font-size: 11px;
  }
}

/* line 65, app/assets/stylesheets/scss/_table.scss */
.selector ul li.active {
  border-radius: 20px 20px 0px 0px;
  translate: 0 -7px;
  position: relative;
}

/* line 69, app/assets/stylesheets/scss/_table.scss */
.selector ul li.active:after {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -8px;
}

/* line 76, app/assets/stylesheets/scss/_table.scss */
.selector ul li.active a {
  translate: 0 7px;
}

/* line 83, app/assets/stylesheets/scss/_table.scss */
.table-wrapper {
  padding: 40px 5vw 40px 5vw;
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

/* line 89, app/assets/stylesheets/scss/_table.scss */
.table-wrapper:after {
  content: "";
  background: linear-gradient(180deg, rgba(6, 77, 122, 0) 0%, #000000 100%);
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
}

/* line 100, app/assets/stylesheets/scss/_table.scss */
.table-wrapper.blue, .table-wrapper.blue table {
  background-color: var(--blue);
  color: var(--white);
}

/* line 106, app/assets/stylesheets/scss/_table.scss */
.table-wrapper.navy, .table-wrapper.navy table {
  background-color: var(--navy);
  color: var(--white);
}

/* line 112, app/assets/stylesheets/scss/_table.scss */
.table-wrapper .table {
  max-height: 530px;
  overflow-y: scroll;
}

/* line 117, app/assets/stylesheets/scss/_table.scss */
.table-wrapper .table::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}

/* line 122, app/assets/stylesheets/scss/_table.scss */
.table-wrapper .table::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 7px;
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

/* line 132, app/assets/stylesheets/scss/_table.scss */
.table-wrapper .table::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

/* line 138, app/assets/stylesheets/scss/_table.scss */
.table-wrapper .table::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* line 144, app/assets/stylesheets/scss/_table.scss */
.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: roboto;
  border: 1;
}

/* line 152, app/assets/stylesheets/scss/_table.scss */
.table tr td {
  padding-block: 16px 13px;
  padding-inline: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (min-width: 1024px) {
  /* line 152, app/assets/stylesheets/scss/_table.scss */
  .table tr td {
    padding-inline: 20px;
  }
}

/* line 161, app/assets/stylesheets/scss/_table.scss */
.table tr td:first-of-type {
  width: 20px;
  text-align: center;
}

/* line 166, app/assets/stylesheets/scss/_table.scss */
.table tr td:first-of-type,
.table tr td:last-of-type {
  font-weight: 700;
}

/* line 171, app/assets/stylesheets/scss/_table.scss */
.table tr td:last-of-type {
  text-align: right;
  width: 120px;
}

@media (max-width: 1024px) {
  /* line 2, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table {
    text-align: center;
    padding: 30px;
  }
  /* line 13, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table .table-row > div:last-of-type {
    background-color: var(--navy);
    margin: 20px;
    border-radius: 20px;
    padding: 20px;
  }
  /* line 20, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table .table-row .block-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    text-align: left;
    gap: 20px;
  }
  /* line 30, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table .table-row .block-wrap:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.2s ease-in-out;
  }
  /* line 43, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table .table-row div:not(:first-of-type) {
    display: none;
  }
  /* line 51, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table div:nth-child(2) .block-wrap {
    border-top: 1px solid var(--white);
  }
  /* line 57, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table div:nth-child(3) .block-wrap {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
  }
  /* line 63, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table div:nth-child(4) .block-wrap {
    border-bottom: 1px solid var(--white);
  }
  /* line 68, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table div:nth-child(5) .block-wrap {
    border-bottom: 1px solid var(--white);
  }
  /* line 73, app/assets/stylesheets/scss/_fake-table.scss */
  .top-20px {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  /* line 79, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table {
    margin-inline: auto;
    display: table;
    text-align: center;
  }
  /* line 84, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table > div {
    display: table-row;
  }
  /* line 88, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table > div > div {
    display: table-cell;
    padding: 20px;
    margin: 0;
    vertical-align: middle;
  }
  /* line 93, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table > div > div p {
    margin: 0;
  }
  /* line 96, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table > div > div:first-of-type {
    text-align: left;
    font-weight: 700;
  }
  /* line 101, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table > div > div:not(:first-of-type) {
    text-align: center;
    width: 200px;
  }
  /* line 106, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table > div > div:last-of-type {
    background-color: var(--navy);
  }
  /* line 112, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table > div:not(:last-of-type) > div {
    border-bottom: 1px solid var(--white);
  }
  /* line 117, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table > div:first-of-type {
    border-bottom: none;
  }
  /* line 119, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table > div:first-of-type > div:last-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  /* line 124, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table > div:last-of-type {
    border-bottom: none;
  }
  /* line 126, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table > div:last-of-type > div:last-of-type {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  /* line 133, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table .flex {
    display: table-caption;
  }
  /* line 138, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table .flex div:first-of-type {
    text-align: left;
    font-weight: 700;
    width: 650px;
  }
  /* line 144, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table .flex div:not(:first-of-type) {
    text-align: center;
    width: 250px;
  }
  /* line 149, app/assets/stylesheets/scss/_fake-table.scss */
  .fake-table .flex div:nth-child(2) {
    width: 500px;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/scss/_task-list.scss */
  .task-columns {
    display: flex;
    gap: 45px;
    max-width: 650px;
    margin-inline: auto;
    gap: 6vw;
  }
}

/* line 10, app/assets/stylesheets/scss/_task-list.scss */
.task-list {
  width: 100%;
}

/* line 12, app/assets/stylesheets/scss/_task-list.scss */
.task-list .task {
  justify-content: space-between;
  align-items: center;
  margin-block: 30px;
}

@media (min-width: 768px) {
  /* line 12, app/assets/stylesheets/scss/_task-list.scss */
  .task-list .task {
    margin-block: 45px;
  }
}

/* line 21, app/assets/stylesheets/scss/_task-list.scss */
.task-list .task .title {
  font-size: 16px;
}

@media (min-width: 1024px) {
  /* line 21, app/assets/stylesheets/scss/_task-list.scss */
  .task-list .task .title {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  /* line 21, app/assets/stylesheets/scss/_task-list.scss */
  .task-list .task .title {
    line-height: 1;
  }
}

/* line 30, app/assets/stylesheets/scss/_task-list.scss */
.task-list .task .title h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  /* line 30, app/assets/stylesheets/scss/_task-list.scss */
  .task-list .task .title h3 {
    font-size: 24px;
  }
}

/* line 39, app/assets/stylesheets/scss/_task-list.scss */
.task-list .task .title p {
  margin: 1em 0;
  font-size: 16px;
  color: var(--black);
}

@media (min-width: 1024px) {
  /* line 21, app/assets/stylesheets/scss/_task-list.scss */
  .task-list .task .title {
    gap: 45px;
  }
}

/* line 52, app/assets/stylesheets/scss/_task-list.scss */
.task-list .task .task-link a {
  background-color: var(--pink);
  text-decoration: none;
}

/* line 57, app/assets/stylesheets/scss/_task-list.scss */
.task-list .task .task-link span {
  background-color: var(--gray);
}

/* line 60, app/assets/stylesheets/scss/_task-list.scss */
.task-list .task .task-link p {
  color: var(--navy);
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

@media (min-width: 1024px) {
  /* line 60, app/assets/stylesheets/scss/_task-list.scss */
  .task-list .task .task-link p {
    font-size: 18px;
  }
}

/* line 72, app/assets/stylesheets/scss/_task-list.scss */
.task-list .task .task-link a,
.task-list .task .task-link span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  color: var(--white);
}

/* line 87, app/assets/stylesheets/scss/_task-list.scss */
.response p {
  display: none;
}

/* line 90, app/assets/stylesheets/scss/_task-list.scss */
.response .correct {
  color: var(--green);
  font-weight: 700;
  font-size: 16px;
  margin-block: 30px;
}

/* line 96, app/assets/stylesheets/scss/_task-list.scss */
.response .incorrect {
  color: var(--red);
  font-weight: 700;
  font-size: 16px;
  margin-block: 30px;
}

/* line 102, app/assets/stylesheets/scss/_task-list.scss */
.response p.show {
  display: block;
}

/* line 106, app/assets/stylesheets/scss/_task-list.scss */
form ul, form ul li {
  list-style: none;
  padding-left: 0;
}

/* line 111, app/assets/stylesheets/scss/_task-list.scss */
ol {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

/* line 118, app/assets/stylesheets/scss/_task-list.scss */
ol li {
  margin-bottom: 10px;
}

/* line 120, app/assets/stylesheets/scss/_task-list.scss */
ol li:before {
  counter-increment: list-counter;
  content: counter(list-counter);
  background-color: var(--navy);
  color: var(--white);
  width: 37px;
  height: 37px;
  font-size: 22px;
  font-family: Geomanist;
  font-style: italic;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 700;
  margin-right: 15px;
}

/* line 1, app/assets/stylesheets/scss/_faq.scss */
.faq {
  overflow: hidden;
}

@media (max-width: 1023px) {
  /* line 5, app/assets/stylesheets/scss/_faq.scss */
  .faq .row {
    display: grid;
  }
}

@media (min-width: 1024px) {
  /* line 11, app/assets/stylesheets/scss/_faq.scss */
  .faq .mobile-order-second {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

/* line 17, app/assets/stylesheets/scss/_faq.scss */
.faq dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 21, app/assets/stylesheets/scss/_faq.scss */
.faq dl dt {
  min-height: 65px;
  padding-block: 10px;
  line-height: 1.15;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 20px;
  font-style: italic;
  position: relative;
  font-weight: 500;
  overflow: hidden;
  cursor: pointer;
}

/* line 36, app/assets/stylesheets/scss/_faq.scss */
.faq dl dt:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(/img/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-inline-start: 22px;
  transition: transform 0.2s ease-in-out;
  transform-origin: center;
  background-position: center;
}

/* line 49, app/assets/stylesheets/scss/_faq.scss */
.faq dl dt.rotate:after {
  transform: rotate(180deg);
}

/* line 54, app/assets/stylesheets/scss/_faq.scss */
.faq dl dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  margin: 0;
  padding: 30px 40px;
  max-height: 1000px;
  transition: max-height 0.2s ease-in-out;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: none;
}

/* line 64, app/assets/stylesheets/scss/_faq.scss */
.faq dl dd a {
  color: #fff;
  text-decoration: underline;
}

/* line 69, app/assets/stylesheets/scss/_faq.scss */
.faq dl dd.active {
  display: block;
}

/* line 1, app/assets/stylesheets/scss/_omni-win.scss */
.omni-win {
  padding-top: 150px;
}

/* line 3, app/assets/stylesheets/scss/_omni-win.scss */
.omni-win h2 {
  padding-bottom: 40px;
}

/* line 6, app/assets/stylesheets/scss/_omni-win.scss */
.omni-win .flex-wrapper {
  text-align: center;
  padding-bottom: 40px;
}

/* line 10, app/assets/stylesheets/scss/_omni-win.scss */
.omni-win .flex-wrapper .text {
  color: #000;
}

/* line 13, app/assets/stylesheets/scss/_omni-win.scss */
.omni-win .flex-wrapper .text p strong {
  text-transform: uppercase;
}

/* line 20, app/assets/stylesheets/scss/_omni-win.scss */
.omni-win img {
  max-width: 100%;
}

/* line 23, app/assets/stylesheets/scss/_omni-win.scss */
.omni-win .text-block {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  /* line 23, app/assets/stylesheets/scss/_omni-win.scss */
  .omni-win .text-block {
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  /* line 33, app/assets/stylesheets/scss/_omni-win.scss */
  .omni-win .left {
    text-align: left;
  }
  /* line 36, app/assets/stylesheets/scss/_omni-win.scss */
  .omni-win h3 {
    margin-bottom: 30px;
  }
  /* line 40, app/assets/stylesheets/scss/_omni-win.scss */
  .omni-win .flex-wrapper {
    display: flex;
    gap: 50px;
    text-align: left;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  /* line 49, app/assets/stylesheets/scss/_omni-win.scss */
  .omni-win .text-col {
    order: 2;
  }
}

/* line 2, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .quiz-header {
  min-height: 190px;
}

@media (max-width: 1023px) {
  /* line 2, app/assets/stylesheets/scss/_quiz-block.scss */
  .quiz-block .quiz-header {
    padding-top: 40px;
  }
}

/* line 7, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .quiz-header .wrapper {
  text-align: center;
}

/* line 9, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .quiz-header .wrapper .text {
  color: #fff;
}

/* line 11, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .quiz-header .wrapper .text h3 {
  text-transform: none;
  font-weight: 500;
}

/* line 17, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .quiz-header .wrapper .image {
  text-align: left;
}

/* line 19, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .quiz-header .wrapper .image img {
  width: 70%;
}

/* line 26, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .quiz-list {
  padding: 60px 0;
}

/* line 29, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .quiz-list .section_1 button {
  border: none;
  background-color: #fff;
  display: flex;
  color: var(--navy);
  padding-bottom: 60px;
}

/* line 36, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .quiz-list .section_1 button::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(/img/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-inline-start: 22px;
  transition: transform 0.2s ease-in-out;
}

/* line 47, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .quiz-list .section_1 button a {
  color: var(--navy);
  text-decoration: none;
}

/* line 54, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .quiz-list .text {
  color: var(--black);
}

/* line 60, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .section_2 .header-wrapper {
  display: flex;
  gap: 20px;
  padding-top: 70px;
}

/* line 64, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .section_2 .header-wrapper img {
  width: auto;
  height: 20%;
}

/* line 69, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .section_2 .header-wrapper .text {
  color: var(--navy);
}

/* line 71, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .section_2 .header-wrapper .text h2 {
  margin: 0;
}

/* line 77, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .section_2 .check-box {
  color: var(--black);
  padding: 30px 0;
}

/* line 81, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .section_2 .check-box .grey {
  color: #B1B1B1;
}

/* line 85, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .section_2 .check-box .container {
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* line 91, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .section_2 .check-box .container input {
  padding-right: 20px;
}

/* line 94, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .section_2 .check-box .container p {
  margin: 0;
}

/* line 116, app/assets/stylesheets/scss/_quiz-block.scss */
.quiz-block .section_2 .cta {
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  /* line 125, app/assets/stylesheets/scss/_quiz-block.scss */
  .quiz-block .quiz-header {
    padding-top: 40px;
  }
  /* line 127, app/assets/stylesheets/scss/_quiz-block.scss */
  .quiz-block .quiz-header .wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  /* line 133, app/assets/stylesheets/scss/_quiz-block.scss */
  .quiz-block .quiz-header .wrapper .text {
    display: flex;
    gap: 50px;
  }
  /* line 136, app/assets/stylesheets/scss/_quiz-block.scss */
  .quiz-block .quiz-header .wrapper .text .group {
    text-align: left;
  }
  /* line 138, app/assets/stylesheets/scss/_quiz-block.scss */
  .quiz-block .quiz-header .wrapper .text .group h3 {
    margin: 5px;
  }
  /* line 146, app/assets/stylesheets/scss/_quiz-block.scss */
  .quiz-block .quiz-header .wrapper .image img {
    width: 100%;
  }
  /* line 153, app/assets/stylesheets/scss/_quiz-block.scss */
  .quiz-block .quiz-list {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 162, app/assets/stylesheets/scss/_quiz-block.scss */
label {
  border-radius: 9999px;
  padding: 0px 15px 1px 10px;
}

/* line 167, app/assets/stylesheets/scss/_quiz-block.scss */
label.correct {
  background-color: rgba(84, 175, 50, 0.15);
}

/* line 171, app/assets/stylesheets/scss/_quiz-block.scss */
label.incorrect {
  background-color: rgba(224, 9, 20, 0.15);
}

/* line 682, app/assets/stylesheets/application.scss */
label {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  /* line 687, app/assets/stylesheets/application.scss */
  .task {
    display: Flex;
    align-items: center;
  }
}

/* line 693, app/assets/stylesheets/application.scss */
.task .task-link {
  display: flex;
  gap: 40px;
}

@media (min-width: 1024px) {
  /* line 697, app/assets/stylesheets/application.scss */
  .task .title {
    display: Flex;
    align-items: center;
  }
}

/* line 703, app/assets/stylesheets/application.scss */
.task-columns {
  max-width: 780px;
}

/* line 706, app/assets/stylesheets/application.scss */
.task .title h3 {
  line-height: 0;
}

/* line 710, app/assets/stylesheets/application.scss */
.task-list .task .task-link p {
  gap: 15px;
}

/* line 716, app/assets/stylesheets/application.scss */
.harmonia {
  margin-block: 50px;
}

@media (min-width: 1024px) {
  /* line 716, app/assets/stylesheets/application.scss */
  .harmonia {
    margin-block: 70px 130px;
    --bs-gutter-y: 82px;
  }
}

@media (max-width: 1023px) {
  /* line 726, app/assets/stylesheets/application.scss */
  .harmonia .inner .showhide {
    display: block;
    background-color: #F8F8F8;
    text-align: left;
    padding: 15px 21px;
    border-radius: 10px;
    margin-bottom: 13px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 738, app/assets/stylesheets/application.scss */
  .harmonia .inner .showhide:after {
    content: url(/img/plus.svg);
  }
  /* line 742, app/assets/stylesheets/application.scss */
  .harmonia .inner .showhide + p {
    max-height: 0;
    overflow: hidden;
    padding-inline: 21px;
  }
  /* line 747, app/assets/stylesheets/application.scss */
  .harmonia .inner .showhide + p.show {
    max-height: 1000px;
    margin-block: 25px;
  }
}

@media (min-width: 1024px) {
  /* line 754, app/assets/stylesheets/application.scss */
  .harmonia .inner {
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 26px 29px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

/* line 764, app/assets/stylesheets/application.scss */
.harmonia .inner p {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  /* line 767, app/assets/stylesheets/application.scss */
  .harmonia .col-lg-12 .inner .left {
    max-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 778, app/assets/stylesheets/application.scss */
  .harmonia .col-lg-12 .inner .right {
    max-width: 300px;
    margin-left: auto;
    margin-right: 40px;
  }
}

/* line 785, app/assets/stylesheets/application.scss */
.harmonia .small {
  font-size: 13px;
}

/* line 789, app/assets/stylesheets/application.scss */
.harmonia .col-lg-12 .inner.left-bg,
.harmonia .col-lg-12 .inner.right-bg {
  position: relative;
}

/* line 793, app/assets/stylesheets/application.scss */
.harmonia .col-lg-12 .inner.left-bg img {
  position: absolute;
  left: 50%;
}

/* line 798, app/assets/stylesheets/application.scss */
.harmonia .col-lg-12 .inner.right-bg img {
  position: absolute;
  left: 25%;
}

/* line 803, app/assets/stylesheets/application.scss */
.harmonia .col-lg-12 .inner.right-bg img,
.harmonia .col-lg-12 .inner.left-bg img {
  top: -50%;
}

@media (max-width: 1023px) {
  /* line 808, app/assets/stylesheets/application.scss */
  .harmonia .col-lg-12 .inner.right-bg img,
.harmonia .col-lg-12 .inner.left-bg img {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  /* line 815, app/assets/stylesheets/application.scss */
  .harmonia .col-lg-12 .inner.left-bg {
    background-image: url(/img/left-bg.svg);
    background-position: 95%;
    background-repeat: no-repeat;
  }
  /* line 821, app/assets/stylesheets/application.scss */
  .harmonia .col-lg-12 .inner.right-bg {
    background-image: url(/img/right-bg.svg);
    background-position: 5%;
    background-repeat: no-repeat;
  }
}

/* line 827, app/assets/stylesheets/application.scss */
.details-table {
  margin-bottom: 80px;
}

/* line 830, app/assets/stylesheets/application.scss */
.details-table .bg-gray {
  padding: 15px 21px;
  border-radius: 10px;
  background: var(--jasny_szary, #F8F8F8);
  font-weight: 700;
}

@media (min-width: 768px) {
  /* line 838, app/assets/stylesheets/application.scss */
  .details-table .bg-gray {
    padding: 24px;
    border-radius: 10px;
    background: var(--jasny_szary, #F8F8F8);
    text-align: Center;
  }
}

/* line 846, app/assets/stylesheets/application.scss */
.details-table .row {
  padding: 30px 0;
  border-bottom: 2px solid #F2F2F2;
}

/* line 851, app/assets/stylesheets/application.scss */
.details-table .row img {
  display: block;
  margin-inline: auto;
  margin-top: 12px;
}

/* line 856, app/assets/stylesheets/application.scss */
.details-table .row .col-lg-7 {
  display: Flex;
  align-items: center;
}

@media (max-width: 1023px) {
  /* line 862, app/assets/stylesheets/application.scss */
  .details-table .row .col-lg-7 {
    text-align: center;
  }
  /* line 868, app/assets/stylesheets/application.scss */
  .details-table .row img {
    margin-block: 24px 28px;
  }
}

/* line 873, app/assets/stylesheets/application.scss */
#shop-rank {
  display: flex;
}

/* line 876, app/assets/stylesheets/application.scss */
.border {
  border-radius: 20px;
  border: 2px solid var(--bialy, #FFF);
  padding: 20px;
  max-width: 250px;
  margin-inline: auto;
}

/* line 883, app/assets/stylesheets/application.scss */
.col-2 {
  text-align: Center;
  padding: 20px;
}

/* line 887, app/assets/stylesheets/application.scss */
.col-1 {
  padding: 20px;
}

/* line 890, app/assets/stylesheets/application.scss */
.col-3 .border {
  text-align: Center;
}

@media (min-width: 768px) {
  /* line 895, app/assets/stylesheets/application.scss */
  .col-1 * {
    text-align: left;
  }
  /* line 898, app/assets/stylesheets/application.scss */
  #shop-rank .padding-50 {
    padding-inline: 100px;
  }
  /* line 902, app/assets/stylesheets/application.scss */
  #shop-rank .points {
    justify-content: flex-start;
  }
}
