/* line 1, app/assets/stylesheets/a_reset.sass */
html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

/* line 12, app/assets/stylesheets/a_reset.sass */
footer, header, nav, section, main {
  display: block;
}

/* line 15, app/assets/stylesheets/a_reset.sass */
body {
  line-height: 1;
}

/* line 18, app/assets/stylesheets/a_reset.sass */
ol, ul {
  list-style: disc;
}

/* line 21, app/assets/stylesheets/a_reset.sass */
blockquote, q {
  quotes: none;
}

/* line 24, app/assets/stylesheets/a_reset.sass */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 28, app/assets/stylesheets/a_reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 32, app/assets/stylesheets/a_reset.sass */
input {
  border-radius: 0;
}
/* line 3, app/assets/stylesheets/account.sass */
.account {
  margin-top: 60px;
  gap: 80px 40px;
  align-items: stretch;
}

/* line 9, app/assets/stylesheets/account.sass */
.account .col-6:first-of-type .line-container:after {
  display: none;
}

/* line 11, app/assets/stylesheets/account.sass */
.account .col-6:first-of-type .line-container .rectangle {
  background: #f7941f;
}

/* line 13, app/assets/stylesheets/account.sass */
.account .col-6:first-of-type .line-container .rectangle span {
  color: #fff;
}

/* line 15, app/assets/stylesheets/account.sass */
.account .col-6 {
  flex: 0 0 calc(50% - 20px);
}

/* line 17, app/assets/stylesheets/account.sass */
.account .col-6 .line-container {
  margin-top: 30px;
}

/* line 19, app/assets/stylesheets/account.sass */
.account .col-6 .line-container:after {
  height: 2px;
  margin-left: -2px;
  border-radius: 0px;
}

/* line 23, app/assets/stylesheets/account.sass */
.account .col-6 .line-container .rectangle {
  padding: 18px 14px 12px;
  border: 2px solid #f7941f;
  border-bottom: none;
  margin-top: -31px;
}

/* line 28, app/assets/stylesheets/account.sass */
.account .col-6 .line-container .rectangle span {
  font-size: 16px;
}

/* line 31, app/assets/stylesheets/account.sass */
.account .col-6:nth-of-type(3) .folder-container-two .text-container-3.compact {
  margin-top: 0px;
}

/* line 33, app/assets/stylesheets/account.sass */
.account .col-6:nth-of-type(3) .folder-container-two .text-container-3.compact a {
  padding: 20px;
}

/* line 35, app/assets/stylesheets/account.sass */
.account .col-6:nth-of-type(3) .folder-container-two .text-container-3.compact span {
  margin-top: 20px;
}

/* line 37, app/assets/stylesheets/account.sass */
.account .col-6:nth-of-type(3) .folder-container-two .text-container-3.compact h4 {
  font-size: 20px;
  margin-bottom: 0px;
}

/* line 41, app/assets/stylesheets/account.sass */
.account .col-6:nth-of-type(4) .folder-container-two {
  display: flex;
  flex-flow: column nowrap;
  gap: 50px;
}

/* line 45, app/assets/stylesheets/account.sass */
.account .col-6:nth-of-type(4) .folder-container-two .row {
  gap: 50px 40px;
}

/* line 47, app/assets/stylesheets/account.sass */
.folder-container {
  background-color: #f7941f;
  color: white;
  padding: 40px;
  font-size: 16px;
  display: flex;
  flex-flow: column;
  gap: 30px;
  border-radius: 3px;
  border-top-left-radius: 0px;
  height: calc(100% - 30px);
  word-break: break-all;
}

/* line 59, app/assets/stylesheets/account.sass */
.folder-container h5 {
  font-weight: bold;
}

/* line 61, app/assets/stylesheets/account.sass */
.folder-container h5, .folder-container p {
  color: white;
  font-size: 16px;
}

/* line 64, app/assets/stylesheets/account.sass */
.folder-container button {
  margin: 20px 0px 0px 0px;
}

/* line 67, app/assets/stylesheets/account.sass */
.folder-container-two {
  margin-top: 40px;
  color: black;
  font-size: 16px;
}

/* line 71, app/assets/stylesheets/account.sass */
.folder-container-two .white-button {
  margin-bottom: 0px;
}

/* line 73, app/assets/stylesheets/account.sass */
.folder-container-two h4 {
  margin-bottom: 30px;
}

/* line 75, app/assets/stylesheets/account.sass */
.folder-container-two p {
  margin-bottom: 20px;
}

/* line 77, app/assets/stylesheets/account.sass */
.folder-container-two ul {
  margin-left: 20px;
  margin-top: 20px;
}

/* line 80, app/assets/stylesheets/account.sass */
.folder-container-two li {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Plus Jakarta Sans";
}

/* line 84, app/assets/stylesheets/account.sass */
.folder-container-two img {
  width: 100px;
  min-width: 100px;
  height: auto;
  aspect-ratio: auto 100 / 141.55;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.16);
  display: block;
}

/* line 91, app/assets/stylesheets/account.sass */
.folder-container-two a {
  color: #323133;
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  font-family: "Rota";
  margin: 0px;
  letter-spacing: 0.4px;
}

/* line 101, app/assets/stylesheets/account.sass */
.folder-container-two a:hover {
  color: #f7941f;
}

/* line 103, app/assets/stylesheets/account.sass */
.folder-container-two .row {
  gap: 30px 40px;
  display: flex;
}

/* line 106, app/assets/stylesheets/account.sass */
.folder-container-two .row .col-6 {
  display: flex;
  flex: 0 0 calc(50% - 20px);
}

/* line 109, app/assets/stylesheets/account.sass */
.folder-container-two .row .col-6 a {
  padding: 0px;
  display: flex;
  padding: 0px;
  align-items: flex-start;
}

/* line 115, app/assets/stylesheets/account.sass */
.folder-container-two .row .col-6 a:hover p {
  color: #f7941f;
}

/* line 117, app/assets/stylesheets/account.sass */
.folder-container-two .row .col-6 a p {
  font-family: "Rota";
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.25;
  font-size: 20px;
  letter-spacing: 0.4px;
  text-transform: none;
  margin: 0px;
}

@media only screen and (max-width: 1280px) {
  /* line 136, app/assets/stylesheets/account.sass */
  .account .folder-container-two .col-6 {
    flex: 100%;
  }
}

@media only screen and (max-width: 970px) {
  /* line 142, app/assets/stylesheets/account.sass */
  .account .col-6 {
    flex: 100%;
  }
  /* line 145, app/assets/stylesheets/account.sass */
  .account .folder-container-two .col-6 {
    flex: 0 0 calc(50% - 20px);
  }
}

@media only screen and (max-width: 600px) {
  /* line 151, app/assets/stylesheets/account.sass */
  .account .folder-container {
    padding: 30px;
  }
  /* line 154, app/assets/stylesheets/account.sass */
  .account .folder-container-two .col-6 {
    flex: 100%;
  }
}
/* line 4, app/assets/stylesheets/education.sass */
.education-section h2 {
  line-height: 1.2;
}

/* line 6, app/assets/stylesheets/education.sass */
.education-section h4 {
  line-height: 1.3;
  letter-spacing: 0.8px;
}

/* line 9, app/assets/stylesheets/education.sass */
.education-section h5 {
  margin-top: 40px;
  line-height: 1.65;
}

/* line 12, app/assets/stylesheets/education.sass */
.education-section .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 16, app/assets/stylesheets/education.sass */
.education-section .row.themes {
  justify-content: flex-start;
  gap: 50px 40px;
}

/* line 19, app/assets/stylesheets/education.sass */
.education-section .row.themes p {
  margin-top: 50px;
  margin-bottom: 30px;
}

/* line 22, app/assets/stylesheets/education.sass */
.education-section .row.themes .col-4 {
  flex: 0 1 calc(33.33% - 26.66px);
  margin-top: 0px;
}

/* line 25, app/assets/stylesheets/education.sass */
.education-section .row.edu-posts {
  gap: 50px 40px;
  align-items: stretch;
}

/* line 28, app/assets/stylesheets/education.sass */
.education-section .row.edu-posts .text-container-3 {
  margin: 0px;
  height: 100%;
}

/* line 31, app/assets/stylesheets/education.sass */
.education-section .text-container .horizontal-line, .education-section .text-container-1 .horizontal-line, .education-section .text-container-3 .horizontal-line {
  background-color: #ffcf99;
  height: 1px;
}

/* line 34, app/assets/stylesheets/education.sass */
.education-section .col-4 {
  flex: 0 1 calc(33.33% - 26.66px);
  padding: 0px;
}

/* line 38, app/assets/stylesheets/education.sass */
.education-section .text-container-3.edu-theme {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-top: 0px;
}

/* line 42, app/assets/stylesheets/education.sass */
.education-section .text-container-3.edu-theme a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0px;
  height: 100%;
}

/* line 50, app/assets/stylesheets/education.sass */
.education-section .text-container-3.edu-theme a:hover {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/education.sass */
.education-section .text-container-3.edu-theme a:hover h4 {
  color: #f7941f;
}

/* line 55, app/assets/stylesheets/education.sass */
.education-section .text-container-1 {
  margin-bottom: 60px;
  margin-top: 20px;
}

/* line 58, app/assets/stylesheets/education.sass */
.education-section .text-container-1 h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.8px;
  margin-top: 20px;
}

/* line 64, app/assets/stylesheets/education.sass */
.education-section .text-container-1 h5, .education-section .text-container-1 p {
  line-height: 1.29;
  text-align: left;
  color: #414042;
  margin-top: 0;
}

/* line 69, app/assets/stylesheets/education.sass */
.education-section .text-container-1 p {
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 74, app/assets/stylesheets/education.sass */
.education-section .left-line::before {
  top: 0;
}

/* line 78, app/assets/stylesheets/education.sass */
.education-section .text-container-3, .homepage-section .text-container-3, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3 {
  padding: 0px;
  width: 100%;
}

/* line 82, app/assets/stylesheets/education.sass */
.education-section .text-container-3:hover h4, .homepage-section .text-container-3:hover h4, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3:hover h4 {
  color: #f7941f;
}

/* line 84, app/assets/stylesheets/education.sass */
.education-section .text-container-3 a, .homepage-section .text-container-3 a, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3 a {
  display: block;
  padding: 40px;
}

/* line 87, app/assets/stylesheets/education.sass */
.education-section .text-container-3 hr, .homepage-section .text-container-3 hr, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3 hr {
  height: 1px;
}

/* line 89, app/assets/stylesheets/education.sass */
.education-section .text-container-3 span, .homepage-section .text-container-3 span, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3 span {
  margin-top: 40px;
  display: block;
  line-height: 1.2;
  color: #323133;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  font-family: "Plus Jakarta Sans";
}

/* line 98, app/assets/stylesheets/education.sass */
.education-section .text-container-3 strong, .homepage-section .text-container-3 strong, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3 strong {
  font-weight: bold;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
}

/* line 102, app/assets/stylesheets/education.sass */
.education-section .text-container-3 h4, .homepage-section .text-container-3 h4, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3 h4 {
  color: #323133;
  display: block;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
}

/* line 108, app/assets/stylesheets/education.sass */
.education-section .text-container-3 div, .homepage-section .text-container-3 div, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3 div {
  display: flex;
  gap: 20px;
  margin-top: 0px;
  color: #323133;
  text-transform: none;
}

/* line 114, app/assets/stylesheets/education.sass */
.education-section .text-container-3 div strong, .homepage-section .text-container-3 div strong, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3 div strong {
  display: flex;
  align-items: flex-end;
}

/* line 117, app/assets/stylesheets/education.sass */
.education-section .text-container-3 div strong:before, .homepage-section .text-container-3 div strong:before, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3 div strong:before {
  position: relative;
  bottom: -2px;
  margin-right: 10px;
}

/* line 122, app/assets/stylesheets/education.sass */
.education-section .text-container-3 div strong.date:before, .homepage-section .text-container-3 div strong.date:before, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3 div strong.date:before {
  content: url(/assets/calendar-ac2affb23349877bb142fbce4ffe1fe752c95efad67017e54a6da5d3ef21a4fa.svg);
}

/* line 125, app/assets/stylesheets/education.sass */
.education-section .text-container-3 div strong.location:before, .homepage-section .text-container-3 div strong.location:before, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3 div strong.location:before {
  content: url(/assets/location-376edafe166954dcf4375eb622feff698a1ca7825168f85ea00db269b545c18e.svg);
}

/* line 127, app/assets/stylesheets/education.sass */
.education-section .text-container-3 div strong.on-demand, .homepage-section .text-container-3 div strong.on-demand, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3 div strong.on-demand {
  color: #f7941f;
}

/* line 129, app/assets/stylesheets/education.sass */
.education-section .text-container-3 div strong.on-demand:before, .homepage-section .text-container-3 div strong.on-demand:before, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3 div strong.on-demand:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: #f7941f;
}

/* line 139, app/assets/stylesheets/education.sass */
.education-section .row .col-12 {
  flex: 100%;
}

/* line 142, app/assets/stylesheets/education.sass */
.education-section .announce .text-container-3 {
  margin-top: 20px;
  box-shadow: 10px 10px 0px #f7941f;
}

/* line 145, app/assets/stylesheets/education.sass */
.education-section .row.learn {
  justify-content: flex-start;
  gap: 50px 40px;
}

/* line 148, app/assets/stylesheets/education.sass */
.education-section .row.learn .col-4 {
  flex: 0 1 calc(33.33% - 26.66px);
}

/* line 150, app/assets/stylesheets/education.sass */
.education-section .row.learn .col-4 .text-container-2 {
  margin-top: 0px;
  width: 100%;
}

/* line 153, app/assets/stylesheets/education.sass */
.education-section .row.learn .col-4 .text-container-2 h4 {
  margin: 0px;
}

@media only screen and (max-width: 970px) {
  /* line 160, app/assets/stylesheets/education.sass */
  .education-section .col-6 {
    flex: 0 0 100%;
  }
  /* line 163, app/assets/stylesheets/education.sass */
  .education-section .row.themes .col-4, .education-section .row.learn .col-4 {
    flex: 0 0 calc(50% - 20px);
  }
}

@media only screen and (max-width: 750px) {
  /* line 170, app/assets/stylesheets/education.sass */
  .education-section .row.themes .col-4, .education-section .row.learn .col-4 {
    flex: 100%;
  }
  /* line 173, app/assets/stylesheets/education.sass */
  .education-section .row.themes .text-container-3.edu-theme {
    aspect-ratio: 16/9;
  }
}

/* line 176, app/assets/stylesheets/education.sass */
button.bold {
  font-weight: bold;
}

/* line 179, app/assets/stylesheets/education.sass */
div.white-background form {
  background: white !important;
}

@media only screen and (max-width: 600px) {
  /* line 187, app/assets/stylesheets/education.sass */
  .education-section .text-container-3 div, .homepage-section .text-container-3 div, .account .col-6:nth-of-type(3) .folder-container-two .text-container-3 div {
    flex-flow: column nowrap;
  }
}
/* line 4, app/assets/stylesheets/error.sass */
.error-section .line-container {
  margin-bottom: 50px;
}

/* line 6, app/assets/stylesheets/error.sass */
.error-section p {
  margin-bottom: 30px;
}

/* line 8, app/assets/stylesheets/error.sass */
.error-section a {
  text-transform: none;
  font-weight: normal;
  text-decoration: underline;
  color: #323133;
}

/* line 13, app/assets/stylesheets/error.sass */
.error-section a:hover {
  text-decoration: none;
  color: #f7941f;
}

/* line 19, app/assets/stylesheets/error.sass */
.error-section.red .line-container .rectangle {
  border: 3px solid #f00;
  border-bottom: none;
}

/* line 22, app/assets/stylesheets/error.sass */
.error-section.red .line-container span {
  color: #f00;
}

/* line 24, app/assets/stylesheets/error.sass */
.error-section.red .line-container::after {
  background: #f00;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url(/assets/PlusJakartaSans-Regular-88b562d77cd366af8880cd659fc1474df5ecad9275bac8d58abfed6bba1d48b4.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Rota";
    src: url(/assets/Rota-Black-ebce01d47bb945b6b623a4812e5a38beafeef16fba36bf784dbe6b738024ba3f.woff2) format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Plus Jakarta Sans";
    src: url(/assets/PlusJakartaSans-Bold-35afc71c9ce553f6ff45b98fde7b0b4d9085e05bce02f928f3e7bfb43f98cc3a.woff2) format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Rota";
    src: url(/assets/Rota-Medium-e2f65e52a70de1efc0b8cb7757014d931040371cc6058a6b7fcf59b1a8a77f55.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Rota";
    src: url(/assets/Rota-SemiBold-14bf71a77befca155f5865d678416361b79834c318e1b462e4e5df82731e8f34.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Plus Jakarta Sans";
    src: url(/assets/PlusJakartaSans-Italic-3d9b73c534cd24bc22553336a474919de07afd186d05db6af9e6b533166f1d94.woff2) format("woff2");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Plus Jakarta Sans";
    src: url(/assets/PlusJakartaSans-BoldItalic-b471ce0e1711387a65f306b6043ce3e23b0940a8873a63bcbb8a0e61bdf341c7.woff2) format("woff2");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Rota";
    src: url(/assets/Rota-Bold-d20f9325d44ae3433a3688013dc25b774bd39456966e08b85e1f56bd700224d6.woff2) format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
@charset "UTF-8";
/* line 3, app/assets/stylesheets/footer.sass */
footer {
  background-color: #414042;
  color: white;
  position: relative;
}

/* line 8, app/assets/stylesheets/footer.sass */
.footer-section {
  padding: 50px 60px 0px;
  margin: 0 auto;
  max-width: 1440px;
  justify-content: flex-start;
}

/* line 13, app/assets/stylesheets/footer.sass */
.footer-section .row {
  flex-flow: row nowrap;
}

/* line 15, app/assets/stylesheets/footer.sass */
.footer-section .col-5 {
  flex: 0 1 41.66%;
  padding-right: 40px;
}

/* line 18, app/assets/stylesheets/footer.sass */
.footer-section .col-4 {
  flex: 0 1 426px;
  padding: 0px 20px;
  margin: 0px;
}

/* line 22, app/assets/stylesheets/footer.sass */
.footer-section .col-3 {
  flex: 1 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 27, app/assets/stylesheets/footer.sass */
.footer-section .col-3 .share {
  gap: 8px;
  margin-top: 0px;
}

/* line 30, app/assets/stylesheets/footer.sass */
.footer-section .col-3 .share a:hover img {
  filter: invert(1) invert(71%) sepia(24%) saturate(6286%) hue-rotate(347deg) brightness(103%) contrast(94%);
}

/* line 32, app/assets/stylesheets/footer.sass */
.footer-section .col-3 .share img {
  aspect-ratio: auto 20 / 20;
}

/* line 35, app/assets/stylesheets/footer.sass */
#footer-p {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: white;
}

/* line 42, app/assets/stylesheets/footer.sass */
.footer-section div div p {
  color: white !important;
}

/* line 46, app/assets/stylesheets/footer.sass */
.footer-form h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: white;
}

/* line 58, app/assets/stylesheets/footer.sass */
.footer-form input:focus, .footer-form select:focus {
  outline: none;
  border: 1px solid #fff;
}

/* line 61, app/assets/stylesheets/footer.sass */
.footer-form input {
  color: #fff;
}

/* line 63, app/assets/stylesheets/footer.sass */
.footer-form ::placeholder {
  color: #bbbdc0;
}

/* line 65, app/assets/stylesheets/footer.sass */
.footer-form select {
  color: #bbbdc0;
}

/* line 67, app/assets/stylesheets/footer.sass */
.footer-form select option {
  color: #323133;
}

/* line 69, app/assets/stylesheets/footer.sass */
.footer-form .g-recaptcha {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 74, app/assets/stylesheets/footer.sass */
.footer-bottom {
  background-color: #323133;
  padding: 10px 0;
  position: relative;
}

/* line 79, app/assets/stylesheets/footer.sass */
.footer-bottom-container {
  max-width: 1440px;
  padding: 10px 60px;
  margin: 0 auto;
  display: flex;
  gap: 20px 40px;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

/* line 88, app/assets/stylesheets/footer.sass */
.footer-bottom-container div {
  display: flex;
  gap: 12px;
  flex-flow: row nowrap;
}

/* line 93, app/assets/stylesheets/footer.sass */
.footer-bottom-container a, .footer-bottom-container span {
  font-size: 14px;
  font-family: "Plus Jakarta Sans";
}

/* line 96, app/assets/stylesheets/footer.sass */
.footer-bottom-container a {
  color: #fff;
  text-transform: none;
  display: inline-block;
  font-weight: normal;
}

/* line 101, app/assets/stylesheets/footer.sass */
.footer-bottom-container a:hover {
  color: #f7941f;
}

/* line 103, app/assets/stylesheets/footer.sass */
.footer-bottom-container a:hover:after {
  color: #fff;
}

/* line 105, app/assets/stylesheets/footer.sass */
.footer-bottom-container a:after {
  content: "•";
  position: relative;
  left: 6px;
}

/* line 109, app/assets/stylesheets/footer.sass */
.footer-bottom-container a:last-of-type::after {
  display: none;
}

/* line 111, app/assets/stylesheets/footer.sass */
.footer-bottom-container span {
  color: #bbbdc0;
}

@media only screen and (max-width: 970px) {
  /* line 117, app/assets/stylesheets/footer.sass */
  .footer-section .row {
    flex-flow: row wrap;
  }
  /* line 119, app/assets/stylesheets/footer.sass */
  .footer-section .row .col-5 {
    flex: 75%;
  }
  /* line 121, app/assets/stylesheets/footer.sass */
  .footer-section .row .col-4 {
    margin-top: 80px;
    order: 1;
    padding: 0px;
  }
  /* line 125, app/assets/stylesheets/footer.sass */
  .footer-section .row .col-3 {
    flex: 1;
  }
}

@media only screen and (max-width: 750px) {
  /* line 130, app/assets/stylesheets/footer.sass */
  .footer-section {
    padding: 50px 30px 0px;
  }
  /* line 133, app/assets/stylesheets/footer.sass */
  .footer-bottom-container {
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 140, app/assets/stylesheets/footer.sass */
  .footer-bottom-container .row .col-3, .footer-bottom-container .row .col-4, .footer-bottom-container .row .col-5 {
    flex: 100%;
  }
  /* line 142, app/assets/stylesheets/footer.sass */
  .footer-bottom-container .row .col-3 {
    margin-top: 40px;
    justify-content: flex-start;
  }
}
/* line 4, app/assets/stylesheets/forms.sass */
form input, form select {
  background: none;
  padding: 15px 20px;
  border-radius: 50px;
  width: 100%;
  color: white;
  border: 1px solid #bbbdc0;
  margin: 10px 0px 10px 0px;
  font-size: 16px;
  line-height: 1.5;
  color: #323133;
}

/* line 15, app/assets/stylesheets/forms.sass */
form input:focus, form select:focus {
  outline: none;
  border: 1px solid #323133;
}

/* line 20, app/assets/stylesheets/forms.sass */
form select {
  appearance: none;
  background: url(/assets/caret-down-4c7e78a01155b436a66387d5f11451851277d9be1537364c96c5b019ef810796.svg) no-repeat calc(100% - 20px) 50%;
}

/* line 25, app/assets/stylesheets/forms.sass */
.signin-section .row {
  gap: 0px 40px;
}

/* line 28, app/assets/stylesheets/forms.sass */
.signin-section .row .col-7 .col-4 {
  margin-top: 0px;
  margin-bottom: 50px;
}

/* line 31, app/assets/stylesheets/forms.sass */
.signin-section .row .col-7 .col-4 img {
  width: 186px;
  height: auto;
}

/* line 34, app/assets/stylesheets/forms.sass */
.signin-section .error {
  color: red;
  margin-top: 30px;
}

/* line 37, app/assets/stylesheets/forms.sass */
.signin-section h1 {
  margin-top: 0px;
}

/* line 39, app/assets/stylesheets/forms.sass */
.signin-section h4 {
  margin-bottom: 40px;
  line-height: 1.3;
  letter-spacing: 0.8px;
}

/* line 43, app/assets/stylesheets/forms.sass */
.signin-section textarea {
  margin-top: 10px;
  border-radius: 20px;
  border: solid 1px #bbbdc0;
  font-size: 16px;
  color: #323133;
  font-family: "Plus Jakarta Sans";
  padding: 15px 20px;
  width: 100%;
}

/* line 52, app/assets/stylesheets/forms.sass */
.signin-section textarea:focus {
  outline: none;
}

/* line 54, app/assets/stylesheets/forms.sass */
.signin-section form {
  margin-top: 0px;
  padding-top: 0px;
  background-color: white;
  color: #414042;
}

/* line 57, app/assets/stylesheets/forms.sass */
.signin-section form p.text-orange {
  font-weight: bold;
  margin-top: 50px;
}

/* line 60, app/assets/stylesheets/forms.sass */
.signin-section form p.text-orange.no-mt {
  margin-top: 0px;
}

/* line 65, app/assets/stylesheets/forms.sass */
.signin-section form:focus {
  border: 1px solid #323133;
}

/* line 67, app/assets/stylesheets/forms.sass */
.signin-section form ::placeholder {
  color: #bbbdc0;
}

/* line 69, app/assets/stylesheets/forms.sass */
.signin-section form hr {
  border: none;
  background: #ffcf99;
  height: 1px;
  margin: 50px 0px;
}

/* line 74, app/assets/stylesheets/forms.sass */
.signin-section form label {
  display: block;
  font-weight: bold;
  margin-top: 30px;
  padding-left: 20px;
}

/* line 79, app/assets/stylesheets/forms.sass */
.signin-section form div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  align-items: center;
}

/* line 85, app/assets/stylesheets/forms.sass */
.signin-section form div a {
  font-weight: bold;
  text-transform: none;
}

/* line 88, app/assets/stylesheets/forms.sass */
.signin-section form div a:hover {
  text-decoration: underline;
}

/* line 90, app/assets/stylesheets/forms.sass */
.signin-section form button {
  margin: 0px;
}

/* line 92, app/assets/stylesheets/forms.sass */
.signin-section form .field_with_errors {
  margin-top: 0px;
}

/* line 94, app/assets/stylesheets/forms.sass */
.signin-section form .g-recaptcha {
  margin-top: -100px !important;
  margin-bottom: 20px;
}

/* line 98, app/assets/stylesheets/forms.sass */
.signin-section .checkbox {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  margin: 0px;
}

/* line 104, app/assets/stylesheets/forms.sass */
.signin-section .checkbox-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

/* line 108, app/assets/stylesheets/forms.sass */
.signin-section .checkbox-container label {
  margin: 0px;
}

/* line 110, app/assets/stylesheets/forms.sass */
.signin-section .checkbox-container label p {
  font-weight: normal;
}

/* line 114, app/assets/stylesheets/forms.sass */
.checkbox-container .checkbox {
  margin-right: 10px;
}

/* line 117, app/assets/stylesheets/forms.sass */
.checkbox-container .row {
  justify-content: space-between;
  flex-flow: nowrap;
}

/* line 120, app/assets/stylesheets/forms.sass */
.checkbox-container .row.wrap {
  flex-flow: wrap;
}

/* line 122, app/assets/stylesheets/forms.sass */
.checkbox-container .rectangle span {
  font-size: 16px;
}

@media only screen and (max-width: 970px) {
  /* line 129, app/assets/stylesheets/forms.sass */
  .signin-section .row {
    gap: 0px 40px;
  }
  /* line 131, app/assets/stylesheets/forms.sass */
  .signin-section .row .col-7 {
    flex: 1;
  }
}

@media only screen and (max-width: 600px) {
  /* line 137, app/assets/stylesheets/forms.sass */
  .signin-section .row {
    gap: 0px 40px;
  }
  /* line 140, app/assets/stylesheets/forms.sass */
  .signin-section .row .col-7 .col-4 {
    margin-bottom: 50px;
  }
  /* line 142, app/assets/stylesheets/forms.sass */
  .signin-section .row .col-7 .col-4 img {
    width: 120px;
    height: auto;
  }
}
/* line 4, app/assets/stylesheets/grid.sass */
.col-1 {
  flex: 0 1 calc((100% - 40px) / 12 * 1);
}

/* line 4, app/assets/stylesheets/grid.sass */
.col-2 {
  flex: 0 1 calc((100% - 40px) / 12 * 2);
}

/* line 4, app/assets/stylesheets/grid.sass */
.col-3 {
  flex: 0 1 calc((100% - 40px) / 12 * 3);
}

/* line 4, app/assets/stylesheets/grid.sass */
.col-4 {
  flex: 0 1 calc((100% - 40px) / 12 * 4);
}

/* line 4, app/assets/stylesheets/grid.sass */
.col-5 {
  flex: 0 1 calc((100% - 40px) / 12 * 5);
}

/* line 4, app/assets/stylesheets/grid.sass */
.col-6 {
  flex: 0 1 calc((100% - 40px) / 12 * 6);
}

/* line 4, app/assets/stylesheets/grid.sass */
.col-7 {
  flex: 0 1 calc((100% - 40px) / 12 * 7);
}

/* line 4, app/assets/stylesheets/grid.sass */
.col-8 {
  flex: 0 1 calc((100% - 40px) / 12 * 8);
}

/* line 4, app/assets/stylesheets/grid.sass */
.col-9 {
  flex: 0 1 calc((100% - 40px) / 12 * 9);
}

/* line 4, app/assets/stylesheets/grid.sass */
.col-10 {
  flex: 0 1 calc((100% - 40px) / 12 * 10);
}

/* line 4, app/assets/stylesheets/grid.sass */
.col-11 {
  flex: 0 1 calc((100% - 40px) / 12 * 11);
}

/* line 4, app/assets/stylesheets/grid.sass */
.col-12 {
  flex: 0 1 calc((100% - 40px) / 12 * 12);
}

/* line 7, app/assets/stylesheets/grid.sass */
.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0px auto;
}

@media only screen and (max-width: 750px) {
  /* line 17, app/assets/stylesheets/grid.sass */
  *[class^="col-"] {
    flex: 0 1 100%;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */


button:focus {
    outline: none;
}

button::-moz-focus-inner {
  border: 0;
}



.hamburger {
  flex: 0 0 40px;
	outline: none;
	position: relative;
	z-index: 1000;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
	outline: none;
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
/* line 3, app/assets/stylesheets/header.sass */
header {
  max-width: 1396px;
  width: calc(100% - 120px);
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 80px;
  z-index: 0;
}

/* line 17, app/assets/stylesheets/header.sass */
header .swiper {
  overflow: visible;
}

/* line 19, app/assets/stylesheets/header.sass */
header .swiper img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 3px;
  background: #f7941f;
}

/* line 25, app/assets/stylesheets/header.sass */
header .swiper a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #ffcf99;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 3px;
  z-index: -1;
}

/* line 36, app/assets/stylesheets/header.sass */
header .swiper .swiper-slide {
  width: 100% !important;
}

/* line 38, app/assets/stylesheets/header.sass */
header .swiper .swiper-slide a:first-of-type {
  display: block;
}

/* line 40, app/assets/stylesheets/header.sass */
header .swiper .swiper-slide a:first-of-type img {
  aspect-ratio: auto 1396 / 440;
}

/* line 42, app/assets/stylesheets/header.sass */
header .swiper .swiper-slide a:last-of-type {
  display: none;
}

/* line 44, app/assets/stylesheets/header.sass */
header .swiper .swiper-slide a:last-of-type img {
  aspect-ratio: auto 750 / 750;
}

/* line 47, app/assets/stylesheets/header.sass */
header .swiper .swiper-pagination {
  bottom: -74px;
}

/* line 49, app/assets/stylesheets/header.sass */
header .swiper .swiper-slide.swiper-slide-prev,
header .swiper .swiper-slide.swiper-slide-next {
  visibility: hidden;
  overflow-y: hidden;
  height: 0px;
}

/* line 55, app/assets/stylesheets/header.sass */
.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #f7941f;
  background-color: white !important;
  opacity: 1 !important;
  border-radius: 50%;
  margin: 0 10px 0 0;
}

/* line 64, app/assets/stylesheets/header.sass */
.swiper-pagination-bullet-active {
  background-color: #f7941f !important;
}

@media only screen and (max-width: 1280px) {
  /* line 71, app/assets/stylesheets/header.sass */
  header .swiper a::after {
    top: 10px;
    left: 10px;
  }
}

@media only screen and (max-width: 750px) {
  /* line 77, app/assets/stylesheets/header.sass */
  header {
    width: calc(100% - 60px);
  }
  /* line 81, app/assets/stylesheets/header.sass */
  header .swiper .swiper-slide a:first-of-type {
    display: none;
  }
  /* line 83, app/assets/stylesheets/header.sass */
  header .swiper .swiper-slide a:last-of-type {
    display: block;
  }
}
/* line 3, app/assets/stylesheets/homepage.sass */
.homepage-section {
  margin-bottom: 150px;
}

/* line 5, app/assets/stylesheets/homepage.sass */
.homepage-section h2 {
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 1.5px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600;
}

/* line 12, app/assets/stylesheets/homepage.sass */
.homepage-section h3 {
  line-height: 1.2;
  letter-spacing: 0.8px;
  font-weight: bold;
}

/* line 16, app/assets/stylesheets/homepage.sass */
.homepage-section h5 {
  display: inline-block;
}

/* line 18, app/assets/stylesheets/homepage.sass */
.homepage-section main {
  margin-bottom: 0px;
}

/* line 20, app/assets/stylesheets/homepage.sass */
.homepage-section section {
  padding-bottom: 60px;
}

/* line 22, app/assets/stylesheets/homepage.sass */
.homepage-section .row {
  margin: 60px 0px 60px 0px;
  flex-flow: row nowrap;
}

/* line 25, app/assets/stylesheets/homepage.sass */
.homepage-section .text-container-3 {
  width: 100%;
  margin-top: 20px;
  box-shadow: 10px 10px 0px #f7941f;
}

/* line 29, app/assets/stylesheets/homepage.sass */
.homepage-section img {
  box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.16);
  display: block;
  width: 300px;
  min-width: 300px;
  height: auto;
  aspect-ratio: auto 300 / 416;
}

/* line 36, app/assets/stylesheets/homepage.sass */
.homepage-section .col-5 {
  padding-right: 40px;
}

/* line 38, app/assets/stylesheets/homepage.sass */
.homepage-section .col-5 .text-button {
  margin-top: 30px;
}

/* line 40, app/assets/stylesheets/homepage.sass */
.homepage-section .col-7 {
  flex: 0 0 746px;
}

/* line 44, app/assets/stylesheets/homepage.sass */
.homepage-section .col-7.book a:hover h3 {
  color: #f7941f;
}

/* line 47, app/assets/stylesheets/homepage.sass */
.homepage-section .grid-container {
  display: grid;
  grid-template-areas: "image title" "image cta";
  gap: 0px;
  justify-content: start;
}

/* line 52, app/assets/stylesheets/homepage.sass */
.homepage-section .grid-container > a {
  grid-area: image;
}

/* line 54, app/assets/stylesheets/homepage.sass */
.homepage-section .grid-container .text {
  grid-area: title;
  padding-left: 30px;
}

/* line 57, app/assets/stylesheets/homepage.sass */
.homepage-section .grid-container .text h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: none;
}

/* line 61, app/assets/stylesheets/homepage.sass */
.homepage-section .grid-container .text p {
  margin: 0px;
  font-weight: normal;
  text-transform: none;
}

/* line 65, app/assets/stylesheets/homepage.sass */
.homepage-section .grid-container .text a:hover h3 {
  color: #f7941f;
}

/* line 67, app/assets/stylesheets/homepage.sass */
.homepage-section .grid-container .orange-textbox {
  margin-top: 40px;
  grid-area: cta;
  align-self: end;
  padding-left: 30px;
}

/* line 72, app/assets/stylesheets/homepage.sass */
.homepage-section .grid-container .orange-button {
  margin-bottom: 0px;
}

/* line 75, app/assets/stylesheets/homepage.sass */
.homepage-section .flex-container h3, .homepage-section .flex-container p {
  text-transform: none;
  margin: 0px;
}

/* line 80, app/assets/stylesheets/homepage.sass */
.rectangle span {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.96px;
  text-align: center;
  color: #f7941f;
}

/* line 88, app/assets/stylesheets/homepage.sass */
.credentials {
  background: #fef5ea;
  border-radius: 3px;
  padding: 40px;
}

/* line 92, app/assets/stylesheets/homepage.sass */
.credentials p, .credentials ul {
  color: #f7941f;
}

/* line 94, app/assets/stylesheets/homepage.sass */
.credentials p {
  margin-bottom: 20px;
}

/* line 96, app/assets/stylesheets/homepage.sass */
.credentials ul {
  margin: 0px 0px 0px 20px;
}

/* line 98, app/assets/stylesheets/homepage.sass */
.credentials ul li {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Plus Jakarta Sans";
  color: #f7941f;
}

/* line 103, app/assets/stylesheets/homepage.sass */
.credentials .text-button {
  margin-top: 50px;
}

@media only screen and (max-width: 1450px) {
  /* line 111, app/assets/stylesheets/homepage.sass */
  .homepage-section h2 {
    font-size: 42px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 118, app/assets/stylesheets/homepage.sass */
  .homepage-section .row {
    display: block;
  }
  /* line 120, app/assets/stylesheets/homepage.sass */
  .homepage-section .col-5 {
    margin-bottom: 80px;
  }
  /* line 122, app/assets/stylesheets/homepage.sass */
  .homepage-section .col-6 {
    width: calc(50% - 40px);
  }
}

@media only screen and (max-width: 970px) {
  /* line 128, app/assets/stylesheets/homepage.sass */
  .homepage-section .col-6 {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  /* line 134, app/assets/stylesheets/homepage.sass */
  .homepage-section h2 {
    font-size: 30px;
  }
  /* line 136, app/assets/stylesheets/homepage.sass */
  .homepage-section .grid-container {
    grid-template-columns: 180px 1fr;
    grid-template-areas: "image title" "cta cta";
  }
  /* line 139, app/assets/stylesheets/homepage.sass */
  .homepage-section .grid-container .orange-textbox {
    padding: 0px;
  }
  /* line 141, app/assets/stylesheets/homepage.sass */
  .homepage-section img {
    width: 186px;
    min-width: 186px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 148, app/assets/stylesheets/homepage.sass */
  .homepage-section .grid-container {
    grid-template-columns: 120px 1fr;
  }
  /* line 150, app/assets/stylesheets/homepage.sass */
  .homepage-section img {
    width: 120px;
    min-width: 120px;
  }
  /* line 153, app/assets/stylesheets/homepage.sass */
  .homepage-section .col-5 {
    padding-right: 0px;
  }
}
/* line 3, app/assets/stylesheets/layout.sass */
html {
  box-sizing: border-box;
}

/* line 6, app/assets/stylesheets/layout.sass */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 9, app/assets/stylesheets/layout.sass */
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Rota';
}

/* line 16, app/assets/stylesheets/layout.sass */
::selection {
  color: #fff;
  background: #f7941f;
}

/* line 20, app/assets/stylesheets/layout.sass */
*[class^="col-4"] {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-right: 30px;
}

/* line 25, app/assets/stylesheets/layout.sass */
p {
  font-size: 16px;
  line-height: 1.65;
  color: #414042;
  font-family: "Plus Jakarta Sans";
}

/* line 31, app/assets/stylesheets/layout.sass */
h1, h2, h3, h4 {
  font-weight: bold;
  font-family: 'Rota', sans-serif;
  color: #414042;
  letter-spacing: 0.8px;
  line-height: 1.2;
}

/* line 38, app/assets/stylesheets/layout.sass */
h1 {
  font-size: 42px;
  margin: 50px 0px 50px 0px;
  font-stretch: normal;
  text-align: left;
}

/* line 44, app/assets/stylesheets/layout.sass */
h2 {
  font-size: 30px;
}

/* line 47, app/assets/stylesheets/layout.sass */
h3 {
  font-size: 24px;
  margin-top: 20px;
}

/* line 52, app/assets/stylesheets/layout.sass */
h4 {
  font-size: 20px;
  line-height: 1.2;
}

/* line 56, app/assets/stylesheets/layout.sass */
h5 {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  line-height: 18px;
}

/* line 61, app/assets/stylesheets/layout.sass */
a {
  text-decoration: none;
  color: #f7941f;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 67, app/assets/stylesheets/layout.sass */
strong {
  font-weight: 900;
}

/* line 70, app/assets/stylesheets/layout.sass */
.grid {
  max-width: 1320px;
  width: calc(100% - 120px);
}

/* line 74, app/assets/stylesheets/layout.sass */
footer {
  width: 100%;
}

/* line 77, app/assets/stylesheets/layout.sass */
nav {
  margin-top: 0;
}

/* line 80, app/assets/stylesheets/layout.sass */
section {
  width: 100%;
  position: relative;
  margin: 60px auto;
}

/* line 85, app/assets/stylesheets/layout.sass */
main {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 160px;
}

/* line 92, app/assets/stylesheets/layout.sass */
ul {
  margin-top: 10px;
}

/* line 95, app/assets/stylesheets/layout.sass */
li {
  padding: 1px;
  line-height: 26px;
}

/* line 103, app/assets/stylesheets/layout.sass */
.hero-section {
  margin: 0px;
  margin-bottom: 80px;
}

/* line 106, app/assets/stylesheets/layout.sass */
.hero-section .row {
  margin-top: 0px;
}

/* line 108, app/assets/stylesheets/layout.sass */
.hero-section h2.hero {
  font-size: 42px;
  font-weight: 600;
}

/* line 112, app/assets/stylesheets/layout.sass */
.text-orange {
  color: #f7941f;
}

/* line 115, app/assets/stylesheets/layout.sass */
.text-white {
  color: white;
}

/* line 118, app/assets/stylesheets/layout.sass */
.flex-container {
  display: flex;
  align-items: flex-start;
}

/* line 121, app/assets/stylesheets/layout.sass */
.flex-container .text {
  padding-left: 30px;
  display: flex;
  flex-flow: column;
  gap: 10px;
}

/* line 126, app/assets/stylesheets/layout.sass */
.flex-container .text h4 {
  margin-bottom: 0px;
  font-weight: bold;
}

/* line 129, app/assets/stylesheets/layout.sass */
.flex-container .text p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}

/* line 134, app/assets/stylesheets/layout.sass */
.img-w-shadow {
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16);
}

/* line 137, app/assets/stylesheets/layout.sass */
.text-container-1, .text-container-2, .text-container-3 {
  position: relative;
  background-color: #fef5ea;
  border: 1px solid #f7941f;
  padding: 40px;
  padding-top: 10px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 3px;
  box-shadow: 10px 10px 0px #f7941f;
}

/* line 148, app/assets/stylesheets/layout.sass */
.text-container-1 {
  padding: 40px;
  margin-top: 0;
}

/* line 151, app/assets/stylesheets/layout.sass */
.text-container-1:hover h4 {
  color: #f7941f;
  cursor: pointer;
}

/* line 154, app/assets/stylesheets/layout.sass */
.text-container-1 .horizontal-line {
  height: 1px;
  border: solid 1px #fef5ea;
}

/* line 157, app/assets/stylesheets/layout.sass */
.text-container-1 p {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.56px;
  text-align: left;
}

/* line 162, app/assets/stylesheets/layout.sass */
.text-container-1 h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.8px;
  margin-top: 30px;
}

/* line 168, app/assets/stylesheets/layout.sass */
.text-container-1 h5 {
  line-height: 1.29;
  text-align: left;
  color: #414042;
  padding-bottom: 40px;
}

/* line 174, app/assets/stylesheets/layout.sass */
.orange-textbox {
  color: orange;
}

/* line 176, app/assets/stylesheets/layout.sass */
.orange-textbox h2 {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.96px;
  color: #f7941f;
  margin-bottom: 20px;
}

/* line 182, app/assets/stylesheets/layout.sass */
.orange-textbox ul {
  margin: 0px 0px 0px 20px;
}

/* line 184, app/assets/stylesheets/layout.sass */
.orange-textbox ul li {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Plus Jakarta Sans";
  color: #f7941f;
}

/* line 189, app/assets/stylesheets/layout.sass */
.orange-textbox .orange-button {
  margin-top: 30px;
  margin-bottom: 0px;
}

/* line 194, app/assets/stylesheets/layout.sass */
.orange-textbox.subscribed h3 {
  margin-bottom: 20px;
}

/* line 196, app/assets/stylesheets/layout.sass */
.orange-textbox.subscribed ul li, .orange-textbox.subscribed p {
  color: #323133;
}

/* line 198, app/assets/stylesheets/layout.sass */
.orange-textbox.subscribed p {
  margin-bottom: 20px;
}

/* line 201, app/assets/stylesheets/layout.sass */
.text-container-2 {
  background-color: #fff;
  border: 1px solid #f7941f;
  box-shadow: 10px 10px 0px #ffcf99;
  padding: 0px;
}

/* line 206, app/assets/stylesheets/layout.sass */
.text-container-2 a {
  display: block;
  padding: 40px;
  height: 100%;
}

/* line 210, app/assets/stylesheets/layout.sass */
.text-container-2 p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}

/* line 214, app/assets/stylesheets/layout.sass */
.text-container-2 h4 {
  font-size: 20px;
  line-height: 1.2;
  text-transform: none;
}

/* line 218, app/assets/stylesheets/layout.sass */
.text-container-2 h4 a {
  color: #323133;
  text-transform: none;
  display: block;
}

/* line 223, app/assets/stylesheets/layout.sass */
.text-container-2:hover h4 {
  color: #f7941f;
  cursor: pointer;
}

/* line 227, app/assets/stylesheets/layout.sass */
.text-container-3 {
  position: relative;
  background-color: #fef5ea;
  box-shadow: 10px 10px 0px #ffcf99;
  margin-top: 50px;
}

/* line 232, app/assets/stylesheets/layout.sass */
.text-container-3:hover h4 {
  cursor: pointer;
  color: #f7941f;
}

/* line 235, app/assets/stylesheets/layout.sass */
.text-container-3 h4 {
  margin-top: 20px;
}

/* line 239, app/assets/stylesheets/layout.sass */
.orange-background {
  padding: 40px;
  background-color: #fef5ea;
}

/* line 242, app/assets/stylesheets/layout.sass */
.orange-background h3 {
  margin: 0px;
}

/* line 244, app/assets/stylesheets/layout.sass */
.orange-background p {
  margin-top: 30px;
}

/* line 247, app/assets/stylesheets/layout.sass */
.calendar-svg {
  margin-right: 20px;
}

/* line 250, app/assets/stylesheets/layout.sass */
.calendar-svg {
  display: inline;
}

/* line 253, app/assets/stylesheets/layout.sass */
.text-content {
  flex-grow: 1;
}

/* line 256, app/assets/stylesheets/layout.sass */
.line-container {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0px;
  color: orange;
  font-weight: 700;
  width: 100%;
}

/* line 264, app/assets/stylesheets/layout.sass */
.line-container::after {
  content: "";
  height: 3px;
  background-color: #f7941f;
  width: calc(100% + 3px);
  margin-left: -3px;
  border-radius: 1.5px;
}

/* line 272, app/assets/stylesheets/layout.sass */
.line-container .rectangle {
  display: inline-flex;
  align-items: center;
  padding: 24px 20px 16px 20px;
  height: 0;
  border: 3px solid #f7941f;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  margin-left: 0;
  margin-top: -42px;
  flex: 0 0 auto;
}

/* line 284, app/assets/stylesheets/layout.sass */
.horizontal-line {
  height: 3px;
  background-color: #f7941f;
  margin: 0px;
  margin-top: 12px;
  border: none;
  border-radius: 1.5px;
}

/* line 292, app/assets/stylesheets/layout.sass */
.with-vertical-line {
  position: relative;
  min-height: 270px;
}

/* line 296, app/assets/stylesheets/layout.sass */
.with-vertical-line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #f7941f;
}

/* line 305, app/assets/stylesheets/layout.sass */
.left-line {
  position: relative;
}

/* line 308, app/assets/stylesheets/layout.sass */
.left-line::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: -5px;
  width: 1px;
  background-color: #f7941f;
}

/* line 317, app/assets/stylesheets/layout.sass */
.left-line .content-wrapper {
  padding-left: 40px;
}

/* line 321, app/assets/stylesheets/layout.sass */
.orange-button, .white-button {
  padding: 16px 20px;
  text-transform: capitalize;
  background-color: #f7941f;
  border-radius: 40px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  margin: 20px 0 30px;
  text-align: center;
  min-width: 155px;
  font-family: "Plus Jakarta Sans";
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 14px;
}

/* line 336, app/assets/stylesheets/layout.sass */
.orange-button:hover, .white-button:hover {
  cursor: pointer;
}

/* line 339, app/assets/stylesheets/layout.sass */
.orange-button:hover {
  filter: brightness(110%);
}

/* line 343, app/assets/stylesheets/layout.sass */
.text-button {
  margin-right: 30px;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #f7941f;
  font-family: "Plus Jakarta Sans";
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 14px;
}

/* line 352, app/assets/stylesheets/layout.sass */
.text-button::after {
  content: url(/assets/chevron-right-arrow-16574235397abc518da659542c67a417dd80b677bad095d3beb769cbd943e944.svg);
  margin-left: 10px;
}

/* line 355, app/assets/stylesheets/layout.sass */
.text-button:hover {
  filter: brightness(110%);
}

/* line 359, app/assets/stylesheets/layout.sass */
.white-button {
  border: solid 1px #f7941f;
  background-color: #fff;
  color: #f7941f;
}

/* line 363, app/assets/stylesheets/layout.sass */
.white-button:hover {
  background: #fef5ea;
}

/* line 367, app/assets/stylesheets/layout.sass */
.with-gradient {
  position: relative;
  margin-top: 0px;
}

/* line 370, app/assets/stylesheets/layout.sass */
.with-gradient > h3 {
  padding-top: 40px;
  margin-top: 0px;
  color: #f7941f;
  text-transform: uppercase;
}

/* line 375, app/assets/stylesheets/layout.sass */
.with-gradient h3:nth-of-type(2) {
  text-transform: none;
}

/* line 378, app/assets/stylesheets/layout.sass */
.with-gradient::before {
  content: "";
  background: linear-gradient(to bottom, #fef4ea, #fff 73%);
  position: absolute;
  height: 200px;
  top: 0px;
  left: -40px;
  right: -40px;
  border-radius: 3px;
  z-index: -1;
}

/* line 389, app/assets/stylesheets/layout.sass */
.with-gradient::before h4 {
  padding-top: 50px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.8px;
}

/* line 394, app/assets/stylesheets/layout.sass */
.with-gradient::before h3 {
  padding-top: 50px;
}

/* line 399, app/assets/stylesheets/layout.sass */
.super-light-grey {
  color: #a7a9ab;
}

/* line 402, app/assets/stylesheets/layout.sass */
.pt-20 {
  padding-top: 20px;
}

/* line 405, app/assets/stylesheets/layout.sass */
.underline {
  text-decoration: underline;
}

/* line 408, app/assets/stylesheets/layout.sass */
.no-margin {
  margin: 0;
}

/* line 411, app/assets/stylesheets/layout.sass */
.no-mt {
  margin-top: 0px;
}

/* line 414, app/assets/stylesheets/layout.sass */
.no-mb {
  margin-bottom: 0px;
}

/* line 417, app/assets/stylesheets/layout.sass */
.no-pt {
  padding-top: 0px;
}

/* line 420, app/assets/stylesheets/layout.sass */
.no-pb {
  padding-bottom: 0px;
}

/* line 423, app/assets/stylesheets/layout.sass */
.mt-20 {
  margin-top: 20px;
}

/* line 426, app/assets/stylesheets/layout.sass */
.mt-30 {
  margin-top: 30px;
}

/* line 429, app/assets/stylesheets/layout.sass */
.mt-50 {
  margin-top: 50px;
}

/* line 432, app/assets/stylesheets/layout.sass */
.mt-80 {
  margin-top: 80px;
}

/* line 435, app/assets/stylesheets/layout.sass */
.mb-20 {
  margin-bottom: 20px;
}

/* line 438, app/assets/stylesheets/layout.sass */
.mb-30 {
  margin-bottom: 30px;
}

/* line 441, app/assets/stylesheets/layout.sass */
.mb-50 {
  margin-bottom: 50px;
}

/* line 444, app/assets/stylesheets/layout.sass */
.mb-80 {
  margin-bottom: 80px;
}

/* line 447, app/assets/stylesheets/layout.sass */
.no-bullet {
  list-style-type: none;
}

/* line 451, app/assets/stylesheets/layout.sass */
.popup-banner-container {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.5);
}

/* line 461, app/assets/stylesheets/layout.sass */
.popup-banner-container .grid {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 466, app/assets/stylesheets/layout.sass */
.popup-banner-container .popup-banner {
  border-radius: 3px;
  display: block;
  bottom: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* line 475, app/assets/stylesheets/layout.sass */
.popup-banner-container .popup-banner > div {
  display: inline-block;
  position: relative;
}

/* line 478, app/assets/stylesheets/layout.sass */
.popup-banner-container .popup-banner .popup-close {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: none;
  background: url(/assets/close-circle-8880c1b9e214bd3e8f72fd2ed130db41cf361b8c7c79c005f11c9cb749d5c331.svg) #fff no-repeat center;
  background-size: 30px 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10000;
  background-size: 54px 54px;
}

/* line 490, app/assets/stylesheets/layout.sass */
.popup-banner-container .popup-banner .popup-close:hover {
  cursor: pointer;
  background: url(/assets/close-circle-hover-eeb8553a27ea031cc9edfee6abfba8bcb9c894b2ea5a08b2363798ed653dfa32.svg) #fff no-repeat center;
  background-size: 54px 54px;
}

/* line 494, app/assets/stylesheets/layout.sass */
.popup-banner-container .popup-banner img {
  max-width: 100%;
  max-height: 90vh;
  display: block;
  object-fit: contain;
}

/* line 500, app/assets/stylesheets/layout.sass */
.popup-banner-container.is-active {
  display: flex;
}

/* line 503, app/assets/stylesheets/layout.sass */
.space-around {
  justify-content: space-around;
}

/* line 506, app/assets/stylesheets/layout.sass */
.space-between {
  justify-content: space-between;
}

/* line 509, app/assets/stylesheets/layout.sass */
.center {
  align-items: center;
}

/* line 512, app/assets/stylesheets/layout.sass */
#start {
  justify-content: start;
}

/* line 515, app/assets/stylesheets/layout.sass */
.flex {
  display: flex;
}

/* line 521, app/assets/stylesheets/layout.sass */
.magazine-footer .row .col-4:last-of-type h3 {
  margin-top: 0px;
}

/* line 524, app/assets/stylesheets/layout.sass */
.share {
  display: flex;
  gap: 25px;
  margin-top: 80px;
}

/* line 528, app/assets/stylesheets/layout.sass */
.share div {
  display: flex;
  gap: 8px;
}

/* line 531, app/assets/stylesheets/layout.sass */
.share a:hover img {
  filter: invert(71%) sepia(24%) saturate(6286%) hue-rotate(347deg) brightness(103%) contrast(94%);
}

/* line 534, app/assets/stylesheets/layout.sass */
.download-rectangle {
  display: flex;
  max-width: 751px;
  min-height: 50px;
  margin: 0 30px 35px 0;
  padding: 0px;
  border-radius: 25px;
  border: solid 1px #bbbdc0;
  align-items: flex-start;
  padding: 10px;
}

/* line 544, app/assets/stylesheets/layout.sass */
.download-rectangle p {
  text-transform: none;
  font-weight: normal;
  margin: 0px;
}

/* line 549, app/assets/stylesheets/layout.sass */
.download-rectangle:hover {
  background: #fef5ea;
  border: 1px solid #f7941f;
  cursor: pointer;
}

/* line 553, app/assets/stylesheets/layout.sass */
.download-rectangle:hover .download-icon {
  filter: invert(71%) sepia(24%) saturate(6286%) hue-rotate(347deg) brightness(103%) contrast(94%);
}

/* line 559, app/assets/stylesheets/layout.sass */
.page {
  margin-top: 60px;
}

/* line 561, app/assets/stylesheets/layout.sass */
.page section {
  margin: 0px;
}

/* line 563, app/assets/stylesheets/layout.sass */
.page .with-gradient {
  margin-top: 50px;
}

/* line 565, app/assets/stylesheets/layout.sass */
.page .row {
  flex-flow: row nowrap;
}

/* line 567, app/assets/stylesheets/layout.sass */
.page .page-title {
  margin-top: 50px;
  margin-bottom: 80px;
}

/* line 570, app/assets/stylesheets/layout.sass */
.page .page-title h1 {
  margin: 0px;
}

/* line 573, app/assets/stylesheets/layout.sass */
.page .page-title.news h1 {
  margin-bottom: 30px;
}

/* line 575, app/assets/stylesheets/layout.sass */
.page .col-8 {
  padding-right: 7%;
}

/* line 577, app/assets/stylesheets/layout.sass */
.page .col-8 h2, .page .col-8 h3 {
  margin-bottom: 30px;
  margin-top: 50px;
}

/* line 580, app/assets/stylesheets/layout.sass */
.page .col-8 p {
  padding: 0px;
  margin-bottom: 30px;
}

/* line 583, app/assets/stylesheets/layout.sass */
.page .col-8 em {
  font-style: italic;
}

/* line 585, app/assets/stylesheets/layout.sass */
.page .col-8 img {
  width: 100%;
  height: auto;
  margin: 20px 0px;
}

/* line 590, app/assets/stylesheets/layout.sass */
.page .col-8 .download-rectangle p {
  margin: 0px 0px 0px 10px;
}

/* line 592, app/assets/stylesheets/layout.sass */
.page .col-8 .download-rectangle .download-icon {
  width: 30px;
  height: 30px;
  margin: 0px;
}

/* line 597, app/assets/stylesheets/layout.sass */
.page .col-8 iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: 20px 0px;
}

/* line 603, app/assets/stylesheets/layout.sass */
.page .col-8 p a, .page .col-8 ul a, .page .col-8 ol a {
  color: #323133;
  text-transform: none;
  font-weight: normal;
  text-decoration: underline;
}

/* line 608, app/assets/stylesheets/layout.sass */
.page .col-8 p a:hover, .page .col-8 ul a:hover, .page .col-8 ol a:hover {
  color: #f7941f;
  text-decoration: none;
}

/* line 611, app/assets/stylesheets/layout.sass */
.page .col-8 ul, .page .col-8 ol {
  color: #323133;
  font-family: "Plus Jakarta Sans";
  padding-left: 20px;
  margin: 0px 0px 30px 0px;
}

/* line 616, app/assets/stylesheets/layout.sass */
.page .col-8 ul li, .page .col-8 ol li {
  padding-left: 10px;
}

/* line 618, app/assets/stylesheets/layout.sass */
.page .col-8 ul {
  list-style: disc;
}

/* line 620, app/assets/stylesheets/layout.sass */
.page .col-8 ol {
  list-style: decimal;
}

/* line 622, app/assets/stylesheets/layout.sass */
.page .col-8 table {
  width: 100%;
  margin-bottom: 30px;
}

/* line 625, app/assets/stylesheets/layout.sass */
.page .col-8 table tr, .page .col-8 table td {
  padding: 40px;
  border: 1px solid #ffcf99;
}

/* line 628, app/assets/stylesheets/layout.sass */
.page .col-8 table tr p, .page .col-8 table td p {
  margin: 0px;
}

/* line 630, app/assets/stylesheets/layout.sass */
.page .col-8 table tr ul, .page .col-8 table td ul {
  margin: 30px 0px;
}

/* line 632, app/assets/stylesheets/layout.sass */
.page .col-8 table tr:nth-of-type(even) {
  background: #fef5ea;
}

/* line 635, app/assets/stylesheets/layout.sass */
.page .text-container {
  padding: 40px;
  margin-bottom: 20px;
  background-color: #fef5ea;
  font-family: 'Plus Jakarta Sans';
  margin-bottom: 50px;
  display: flex;
  flex-flow: column;
  gap: 30px;
}

/* line 644, app/assets/stylesheets/layout.sass */
.page .text-container p {
  margin: 0px;
}

/* line 646, app/assets/stylesheets/layout.sass */
.page .text-container p strong {
  display: block;
}

/* line 648, app/assets/stylesheets/layout.sass */
.page .text-container p a {
  color: #323133;
  text-transform: none;
  font-weight: normal;
  text-decoration: underline;
}

/* line 653, app/assets/stylesheets/layout.sass */
.page .text-container p a:hover {
  color: #f7941f;
  text-decoration: none;
}

/* line 656, app/assets/stylesheets/layout.sass */
.page .text-container div {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ffcf99;
  padding-bottom: 20px;
}

/* line 661, app/assets/stylesheets/layout.sass */
.page .text-container div strong {
  font-weight: bold;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
}

/* line 665, app/assets/stylesheets/layout.sass */
.page .text-container div strong {
  display: flex;
  align-items: flex-end;
}

/* line 668, app/assets/stylesheets/layout.sass */
.page .text-container div strong:before {
  position: relative;
  bottom: -2px;
  margin-right: 10px;
}

/* line 673, app/assets/stylesheets/layout.sass */
.page .text-container div strong.date:before {
  content: url(/assets/calendar-ac2affb23349877bb142fbce4ffe1fe752c95efad67017e54a6da5d3ef21a4fa.svg);
}

/* line 676, app/assets/stylesheets/layout.sass */
.page .text-container div strong.location:before {
  content: url(/assets/location-376edafe166954dcf4375eb622feff698a1ca7825168f85ea00db269b545c18e.svg);
}

/* line 678, app/assets/stylesheets/layout.sass */
.page .text-container div strong.on-demand {
  color: #f7941f;
}

/* line 680, app/assets/stylesheets/layout.sass */
.page .text-container div strong.on-demand:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: #f7941f;
}

/* line 688, app/assets/stylesheets/layout.sass */
.page .col-8 .share img {
  margin: 0px;
}

/* line 692, app/assets/stylesheets/layout.sass */
aside.col-4 {
  display: flex;
  flex-flow: column;
  gap: 50px;
  flex: 0 5 426px;
  margin-top: 0px;
  padding: 0px;
}

/* line 699, app/assets/stylesheets/layout.sass */
aside.col-4 .text-container-2 {
  margin: 0px;
  flex: 0;
}

/* line 702, app/assets/stylesheets/layout.sass */
aside.col-4 .left-line::before {
  top: 0px;
}

/* line 704, app/assets/stylesheets/layout.sass */
aside.col-4 .orange-textbox {
  padding-left: 40px;
  border-left: 1px solid #f7941f;
}

/* line 707, app/assets/stylesheets/layout.sass */
aside.col-4 .orange-textbox h2 {
  margin-bottom: 20px;
}

/* line 709, app/assets/stylesheets/layout.sass */
aside.col-4 .orange-textbox h3 {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
}

/* line 713, app/assets/stylesheets/layout.sass */
aside.col-4 .orange-textbox ul {
  margin: 0px 0px 0px 20px;
}

/* line 716, app/assets/stylesheets/layout.sass */
aside.col-4 .content-wrapper h3 {
  padding: 0px;
  margin-bottom: 20px;
}

/* line 721, app/assets/stylesheets/layout.sass */
aside.col-4 .learn h4 {
  margin-bottom: 30px;
}

/* line 723, app/assets/stylesheets/layout.sass */
aside.col-4 .learn > div {
  display: flex;
  flex-flow: column;
  gap: 50px;
  justify-content: flex-start;
}

/* line 728, app/assets/stylesheets/layout.sass */
aside.col-4 .learn > div .text-container-2 {
  margin: 0px;
}

/* line 730, app/assets/stylesheets/layout.sass */
aside.col-4 .learn > div .text-container-2 h4 {
  margin: 0px;
}

/* line 733, app/assets/stylesheets/layout.sass */
.row-threefold {
  gap: 40px;
  display: grid;
  grid-template-columns: 423px 1fr 1fr;
  align-items: stretch;
  margin-top: 50px;
}

/* line 739, app/assets/stylesheets/layout.sass */
.row-threefold h2.hero {
  font-size: 42px;
  font-weight: 600;
}

/* line 742, app/assets/stylesheets/layout.sass */
.row-threefold .col-4 {
  flex: 0 1 calc(33.33% - 26.66px);
  padding: 0px;
  margin: 0px;
  border-left: 1px solid #f7941f;
}

/* line 747, app/assets/stylesheets/layout.sass */
.row-threefold .col-4:first-of-type {
  border: none;
}

/* line 749, app/assets/stylesheets/layout.sass */
.row-threefold .col-4 img {
  width: 186px;
  height: auto;
  aspect-ratio: auto 186 / 257.91;
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16);
}

/* line 754, app/assets/stylesheets/layout.sass */
.row-threefold .col-4 h3 {
  margin-top: 0px;
}

/* line 756, app/assets/stylesheets/layout.sass */
.row-threefold .col-4 .content-wrapper, .row-threefold .col-4 .orange-textbox {
  padding-left: 40px;
}

/* line 759, app/assets/stylesheets/layout.sass */
.row-threefold .col-4 .orange-textbox ul {
  margin-top: 0px;
}

/* line 761, app/assets/stylesheets/layout.sass */
.row-threefold .col-4 .orange-textbox .orange-button {
  margin-bottom: 0px;
}

/* line 764, app/assets/stylesheets/layout.sass */
.cookies {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fef5ea;
  text-align: center;
  color: #fff;
  z-index: 1000;
  padding: 30px 60px;
  box-shadow: -10px -10px 30px 0 rgba(0, 0, 0, 0.16);
}

/* line 775, app/assets/stylesheets/layout.sass */
.cookies p {
  color: #f7941f;
}

/* line 777, app/assets/stylesheets/layout.sass */
.cookies .orange-button {
  margin-bottom: 0px;
}

/* line 780, app/assets/stylesheets/layout.sass */
.cookies.is-active {
  display: block;
}

@media only screen and (max-width: 1280px) {
  /* line 787, app/assets/stylesheets/layout.sass */
  .row-threefold {
    grid-template-columns: 1fr 1fr;
  }
  /* line 789, app/assets/stylesheets/layout.sass */
  .row-threefold .col-4 {
    border: none;
  }
  /* line 791, app/assets/stylesheets/layout.sass */
  .row-threefold .col-4:first-of-type {
    grid-row: 1 / span 2;
    border-right: 1px solid #f7941f;
    padding-right: 40px;
  }
  /* line 795, app/assets/stylesheets/layout.sass */
  .row-threefold .col-4:last-of-type {
    margin-top: 0px;
    border-top: 1px solid #f7941f;
    padding-top: 40px;
  }
  /* line 799, app/assets/stylesheets/layout.sass */
  .row-threefold .col-4 .content-wrapper, .row-threefold .col-4 .orange-textbox {
    padding: 0px;
  }
}

@media only screen and (max-width: 970px) {
  /* line 805, app/assets/stylesheets/layout.sass */
  .page .row {
    flex-flow: row wrap;
  }
  /* line 807, app/assets/stylesheets/layout.sass */
  .page .row .col-8, .page .row aside.col-4 {
    flex: 100%;
  }
  /* line 809, app/assets/stylesheets/layout.sass */
  .page .row .col-8 {
    padding: 0px;
  }
  /* line 812, app/assets/stylesheets/layout.sass */
  aside.col-4 {
    margin-top: 80px;
  }
  /* line 814, app/assets/stylesheets/layout.sass */
  aside.col-4 .orange-textbox {
    border-left: none;
    border-top: 1px solid #f7941f;
    padding-top: 40px;
    padding-left: 0px;
  }
  /* line 820, app/assets/stylesheets/layout.sass */
  .row-threefold {
    display: flex;
  }
  /* line 822, app/assets/stylesheets/layout.sass */
  .row-threefold .col-4, .row-threefold .col-4:first-of-type {
    flex: 0 0 100%;
  }
  /* line 824, app/assets/stylesheets/layout.sass */
  .row-threefold .col-4:first-of-type {
    padding: 0px;
    border: none;
  }
  /* line 827, app/assets/stylesheets/layout.sass */
  .row-threefold .col-4 {
    border-top: 1px solid #f7941f;
    padding-top: 40px;
  }
  /* line 832, app/assets/stylesheets/layout.sass */
  .hero-section .col-8 {
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 750px) {
  /* line 841, app/assets/stylesheets/layout.sass */
  .grid {
    max-width: 1320px;
    width: calc(100% - 60px);
  }
  /* line 845, app/assets/stylesheets/layout.sass */
  .with-gradient::before {
    left: -20px;
    right: -20px;
  }
  /* line 850, app/assets/stylesheets/layout.sass */
  .row-threefold h2.hero, .hero-section h2.hero {
    font-size: 30px;
  }
  /* line 854, app/assets/stylesheets/layout.sass */
  .page .page-title h1 {
    font-size: 30px;
  }
  /* line 859, app/assets/stylesheets/layout.sass */
  .row-threefold .col-4 img {
    width: 120px;
  }
  /* line 862, app/assets/stylesheets/layout.sass */
  .cookies {
    padding: 30px 40px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 869, app/assets/stylesheets/layout.sass */
  .page .text-container div {
    flex-flow: column nowrap;
  }
}
/* line 4, app/assets/stylesheets/magazine.sass */
.magazine-section .row {
  justify-content: flex-start;
  gap: 80px 40px;
  margin-top: 50px;
}

/* line 8, app/assets/stylesheets/magazine.sass */
.magazine-section .row .col-4 {
  flex: 0 0 calc(33.33% - 26.67px);
  padding: 0px;
  margin: 0px;
}

/* line 12, app/assets/stylesheets/magazine.sass */
.magazine-section .row .col-4 img {
  width: 186px;
  min-width: 186px;
  height: auto;
  aspect-ratio: auto 186 / 257.91;
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16);
}

/* line 18, app/assets/stylesheets/magazine.sass */
.magazine-section .row .col-4 h4 {
  text-transform: none;
}

/* line 20, app/assets/stylesheets/magazine.sass */
.magazine-section .row .col-4 p {
  text-transform: none;
  font-weight: normal;
}

/* line 24, app/assets/stylesheets/magazine.sass */
.magazine-section .row .col-4 a:hover h4 {
  color: #f7941f;
}

/* line 26, app/assets/stylesheets/magazine.sass */
.magazine-section .row .no-wrap {
  flex-flow: nowrap;
}

/* line 28, app/assets/stylesheets/magazine.sass */
.magazine-section .row .no-wrap p {
  padding-top: 20px;
}

/* line 30, app/assets/stylesheets/magazine.sass */
.magazine-section h3 {
  padding-top: 30px;
}

/* line 33, app/assets/stylesheets/magazine.sass */
.magazine-section ul {
  margin: 10px;
  font-size: 16px;
  line-height: 1.60;
  color: #414042;
  text-align: left;
}

/* line 39, app/assets/stylesheets/magazine.sass */
.magazine-section ul li {
  line-height: 1.65;
}

/* line 41, app/assets/stylesheets/magazine.sass */
.magazine-section p {
  line-height: 26px;
}

/* line 45, app/assets/stylesheets/magazine.sass */
.magazine-section.with-gradient h3 {
  margin-top: 0px;
  padding-top: 40px;
}

/* line 49, app/assets/stylesheets/magazine.sass */
a.banner-wide, a.banner-mobile {
  margin-top: 50px;
  display: block;
}

/* line 52, app/assets/stylesheets/magazine.sass */
a.banner-wide img, a.banner-mobile img {
  box-shadow: none;
  width: 100%;
  display: block;
  border-radius: 3px;
}

/* line 58, app/assets/stylesheets/magazine.sass */
a.banner-mobile {
  display: none;
}

/* line 62, app/assets/stylesheets/magazine.sass */
.spreadsheet {
  width: 100%;
}

/* line 64, app/assets/stylesheets/magazine.sass */
.spreadsheet .row {
  margin: 0px;
  padding: 50px 0px;
  border-bottom: 1px solid #ffcf99;
}

/* line 68, app/assets/stylesheets/magazine.sass */
.spreadsheet .row strong {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* line 74, app/assets/stylesheets/magazine.sass */
.spreadsheet .row h4 a {
  color: #323133;
  text-transform: none;
  display: block;
}

/* line 79, app/assets/stylesheets/magazine.sass */
.spreadsheet .row h4:hover a {
  color: #f7941f;
}

/* line 81, app/assets/stylesheets/magazine.sass */
.spreadsheet .row p {
  font-size: 14px;
}

/* line 83, app/assets/stylesheets/magazine.sass */
.spreadsheet .row .col-8 {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

/* line 87, app/assets/stylesheets/magazine.sass */
.spreadsheet .row .col-8 .row {
  display: flex;
  flex-flow: row nowrap;
  gap: 40px;
  margin: 0px;
  padding: 0px;
  border: none;
}

/* line 94, app/assets/stylesheets/magazine.sass */
.spreadsheet .row .col-8 .page-number {
  font-weight: bold;
  position: relative;
  color: #f7941f;
  top: 3px;
}

/* line 101, app/assets/stylesheets/magazine.sass */
.spreadsheet .row:last-of-type {
  border-bottom: none;
}

/* line 104, app/assets/stylesheets/magazine.sass */
.spreadsheet.theme-index {
  display: flex;
  flex-flow: column nowrap;
  gap: 80px;
}

/* line 108, app/assets/stylesheets/magazine.sass */
.spreadsheet.theme-index .row {
  display: block;
  margin-top: 0px;
  border: none;
  padding: 0px;
  font-family: "Plus Jakarta Sans";
}

/* line 114, app/assets/stylesheets/magazine.sass */
.spreadsheet.theme-index .row:first-of-type {
  margin-top: 50px;
}

/* line 116, app/assets/stylesheets/magazine.sass */
.spreadsheet.theme-index .row:last-of-type {
  margin-bottom: 0px;
}

/* line 118, app/assets/stylesheets/magazine.sass */
.spreadsheet.theme-index .row h3.text-orange {
  padding-top: 0px;
  margin-bottom: 20px;
}

/* line 121, app/assets/stylesheets/magazine.sass */
.spreadsheet.theme-index .row h4 {
  margin-bottom: 20px;
}

/* line 123, app/assets/stylesheets/magazine.sass */
.spreadsheet.theme-index a {
  color: #323133;
  text-transform: none;
  font-weight: normal;
  text-decoration: underline;
  font-family: "Plus Jakarta Sans";
  display: inline-block;
  line-height: 1.8;
}

/* line 131, app/assets/stylesheets/magazine.sass */
.spreadsheet.theme-index a:hover {
  color: #f7941f;
  text-decoration: none;
}

/* line 135, app/assets/stylesheets/magazine.sass */
.spreadsheet.theme-index.alt {
  display: block;
}

/* line 137, app/assets/stylesheets/magazine.sass */
.spreadsheet.theme-index.alt .row {
  border-bottom: 1px solid #f7941f;
  padding: 50px 0px;
  margin: 0px;
  gap: 0px;
}

/* line 142, app/assets/stylesheets/magazine.sass */
.spreadsheet.theme-index.alt .row h4 a {
  text-decoration: none;
  font-weight: bold;
  font-family: "Rota";
}

/* line 146, app/assets/stylesheets/magazine.sass */
.black-text li {
  color: black !important;
}

/* line 148, app/assets/stylesheets/magazine.sass */
.rectangle-bullets {
  text-decoration: underline;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.56px;
  color: #414042;
  padding: 2px;
}

/* line 156, app/assets/stylesheets/magazine.sass */
.linked_categories {
  margin-top: 30px;
}

/* line 158, app/assets/stylesheets/magazine.sass */
.linked_categories a {
  text-decoration: underline;
  color: #323133;
  text-transform: none;
  font-weight: 400;
}

/* line 163, app/assets/stylesheets/magazine.sass */
.linked_categories a:hover {
  color: #f7941f;
  text-decoration: none;
}

/* line 167, app/assets/stylesheets/magazine.sass */
.lower-case {
  text-transform: none;
}

/* line 169, app/assets/stylesheets/magazine.sass */
.para_override {
  font-size: 22px !important;
  line-height: 1.4 !important;
}

@media only screen and (max-width: 1280px) {
  /* line 177, app/assets/stylesheets/magazine.sass */
  .magazine-section .row .col-4 {
    flex: 0 1 calc(50% - 20px);
  }
  /* line 181, app/assets/stylesheets/magazine.sass */
  .spreadsheet .row {
    gap: 50px;
  }
  /* line 183, app/assets/stylesheets/magazine.sass */
  .spreadsheet .row .col-4, .spreadsheet .row .col-8 {
    flex: 100%;
  }
}

@media only screen and (max-width: 970px) {
  /* line 191, app/assets/stylesheets/magazine.sass */
  .magazine-section .row .col-4 {
    flex: 100%;
  }
}

@media only screen and (max-width: 750px) {
  /* line 197, app/assets/stylesheets/magazine.sass */
  a.banner-wide {
    display: none;
  }
  /* line 200, app/assets/stylesheets/magazine.sass */
  a.banner-mobile {
    display: block;
  }
  /* line 206, app/assets/stylesheets/magazine.sass */
  .spreadsheet .row .col-8 .row {
    gap: 20px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 212, app/assets/stylesheets/magazine.sass */
  .magazine-section .row {
    gap: 50px;
  }
  /* line 215, app/assets/stylesheets/magazine.sass */
  .magazine-section .row .col-4 img {
    width: 120px;
    min-width: 120px;
  }
}
/* line 3, app/assets/stylesheets/nav.sass */
.nav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 20px;
}

/* line 9, app/assets/stylesheets/nav.sass */
.logo {
  margin-right: 60px;
}

/* line 11, app/assets/stylesheets/nav.sass */
.logo img {
  width: 250px;
  height: auto;
  aspect-ratio: auto 250 / 90.34;
}

/* line 15, app/assets/stylesheets/nav.sass */
.hamburger {
  display: none;
  top: -14px;
  left: 5px;
}

/* line 19, app/assets/stylesheets/nav.sass */
.menu {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* line 25, app/assets/stylesheets/nav.sass */
.menu div:first-of-type {
  display: flex;
  gap: 60px;
}

/* line 28, app/assets/stylesheets/nav.sass */
.menu div:first-of-type a {
  color: #323133;
  text-transform: none;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

/* line 34, app/assets/stylesheets/nav.sass */
.menu div:first-of-type a.is-active {
  color: #f7941f;
}

/* line 36, app/assets/stylesheets/nav.sass */
.menu div:first-of-type a:hover {
  color: #f7941f;
}

/* line 39, app/assets/stylesheets/nav.sass */
.menu div:last-of-type {
  display: flex;
  align-items: center;
}

/* line 42, app/assets/stylesheets/nav.sass */
.menu div:last-of-type .orange-button {
  margin: 0px;
}

/* line 44, app/assets/stylesheets/nav.sass */
.menu div:last-of-type .text-button {
  margin: 0px;
  margin-left: 30px;
}

/* line 47, app/assets/stylesheets/nav.sass */
.menu div:last-of-type .text-button:after {
  display: none;
}

@media only screen and (max-width: 1450px) {
  /* line 52, app/assets/stylesheets/nav.sass */
  body.no-scroll {
    height: 100%;
    overflow: hidden;
  }
  /* line 56, app/assets/stylesheets/nav.sass */
  .logo {
    position: relative;
    z-index: 1000;
  }
  /* line 59, app/assets/stylesheets/nav.sass */
  .hamburger {
    display: block;
    z-index: 1000;
  }
  /* line 62, app/assets/stylesheets/nav.sass */
  .menu {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fef5ea;
    width: 100%;
    height: 100%;
    flex-flow: column nowrap;
    z-index: 2;
    padding: 180px 60px 60px;
    overflow-y: auto;
  }
  /* line 74, app/assets/stylesheets/nav.sass */
  .menu:before {
    content: "";
    display: block;
    top: 0px;
    left: 0px;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100px;
  }
  /* line 84, app/assets/stylesheets/nav.sass */
  .menu div:first-of-type {
    flex-flow: column nowrap;
    text-align: center;
    margin-bottom: 60px;
  }
  /* line 88, app/assets/stylesheets/nav.sass */
  .menu div:first-of-type a {
    font-size: 30px;
    font-weight: 600;
  }
  /* line 92, app/assets/stylesheets/nav.sass */
  .menu.is-active {
    display: flex;
  }
}

@media only screen and (max-width: 1450px) {
  /* line 98, app/assets/stylesheets/nav.sass */
  .logo img {
    width: 150px;
  }
  /* line 100, app/assets/stylesheets/nav.sass */
  .hamburger {
    top: -5px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 106, app/assets/stylesheets/nav.sass */
  .menu div:first-of-type {
    gap: 40px;
  }
  /* line 108, app/assets/stylesheets/nav.sass */
  .menu div:first-of-type a {
    font-size: 24px;
  }
  /* line 110, app/assets/stylesheets/nav.sass */
  .menu div:last-of-type {
    flex-flow: column nowrap;
    gap: 40px;
  }
  /* line 113, app/assets/stylesheets/nav.sass */
  .menu div:last-of-type .text-button {
    margin: 0px;
  }
}
/* line 4, app/assets/stylesheets/news.sass */
.news-section .row {
  justify-content: flex-start;
  gap: 50px 40px;
  align-items: stretch;
  margin-top: 50px;
}

/* line 9, app/assets/stylesheets/news.sass */
.news-section .row .col-4 {
  padding: 0px;
  flex: 0 0 calc(33.33% - 26.66px);
  margin-top: 0px;
}

/* line 13, app/assets/stylesheets/news.sass */
.news-section .row .col-4 .text-container-2 {
  width: 100%;
  height: 100%;
  margin: 0px;
  text-transform: none;
}

@media only screen and (max-width: 1280px) {
  /* line 24, app/assets/stylesheets/news.sass */
  .news-section .row .col-4 {
    flex: 0 0 calc(50% - 20px);
  }
}

@media only screen and (max-width: 750px) {
  /* line 31, app/assets/stylesheets/news.sass */
  .news-section .row .col-4 {
    flex: 100%;
  }
}
/* line 5, app/assets/stylesheets/publishing.sass */
.publishing-section .row {
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 80px 40px;
  margin-top: 50px;
}

/* line 10, app/assets/stylesheets/publishing.sass */
.publishing-section .row .col-4 {
  flex: 0 0 calc(33.33% - 26.67px);
  margin-top: 0px;
  padding: 0px;
}

/* line 14, app/assets/stylesheets/publishing.sass */
.publishing-section .row .col-4 img {
  width: 186px;
  min-width: 186px;
  height: auto;
  aspect-ratio: auto 186 / 257.91;
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16);
}

/* line 20, app/assets/stylesheets/publishing.sass */
.publishing-section .row .col-4 h4 {
  text-transform: none;
}

/* line 22, app/assets/stylesheets/publishing.sass */
.publishing-section .row .col-4 p {
  text-transform: none;
  font-weight: normal;
}

/* line 26, app/assets/stylesheets/publishing.sass */
.publishing-section .row .col-4 a:hover h4 {
  color: #f7941f;
}

/* line 28, app/assets/stylesheets/publishing.sass */
.publishing-section .horizontal-line {
  margin-top: 12px;
}

@media only screen and (max-width: 1280px) {
  /* line 36, app/assets/stylesheets/publishing.sass */
  .publishing-section .row .col-4 {
    flex: 0 1 calc(50% - 20px);
  }
}

@media only screen and (max-width: 970px) {
  /* line 43, app/assets/stylesheets/publishing.sass */
  .publishing-section .row .col-4 {
    flex: 100%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 49, app/assets/stylesheets/publishing.sass */
  .publishing-section .row {
    gap: 50px;
  }
  /* line 52, app/assets/stylesheets/publishing.sass */
  .publishing-section .row .col-4 img {
    width: 120px;
    min-width: 120px;
  }
}
/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
/*

 */
 
