/* Base */
body {
  margin: 0;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
  margin-bottom: 1rem;
}

@font-face {
  font-family: "Arial Black";
  src: url("./fonts/Arial_Black.ttf");
}
html,
body {
  font-size: 16px;
  font-family: "Arial Black", "Archivo Black", Arial Bold, sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  background-color: #f6f6f3;
}

main {
  margin-top: 0;
}

header {
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  header {
    margin-bottom: 88px;
  }
}

img {
  width: 100%;
  height: auto;
}

.container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .container {
    width: 75%;
  }
}
@media (min-width: 2000px) {
  .container {
    width: 60%;
  }
}

.bg-color-primary {
  background-color: #dbd7cd;
}
.bg-color-primary-column {
  background-color: #dbd7cd;
  padding: 2rem;
}

.bg-color-secondary {
  background-color: #ff4e02;
  margin: 1rem 0;
  padding: 2rem 0;
}

.bg-color-tertiary {
  background-color: #e0e0e0;
}

section {
  margin: 1rem 0;
  padding: 1.5rem 0;
  position: relative;
}
@media (min-width: 768px) {
  section {
    margin: 0;
    padding: 1.5rem 0;
  }
}
@media (min-width: 1024px) {
  section {
    margin: 1rem 0;
    padding: 2rem 0;
  }
}

.section-background-light {
  background-color: #dbd7cd;
}

.no-margin {
  margin: 0;
}

/* Elements */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

p {
  font-family: "inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  text-transform: none;
  color: #1a1a1a;
}

.text--intro {
  font-size: 1.125rem;
  line-height: 1.725rem;
}

.text a {
  color: #ff4e02;
}
.text a:hover {
  filter: brightness(0.8);
}

h1 {
  font-size: 1.725rem;
  line-height: 2.125rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.725rem;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

h2,
h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.25rem;
}

ul {
  padding: 0;
}

main ul {
  font-family: "inter";
  padding-left: 17px;
}

li {
  padding-bottom: 0.5rem;
}

a {
  font-size: 1rem;
  text-decoration: none;
}

i {
  margin: 0 0.5rem;
}

.column a {
  color: #ff4e02;
}
.column a:hover {
  filter: brightness(0.8);
}
.column a:visited {
  color: #ff4e02;
}

.column img {
  margin-bottom: 2rem;
}

.btn, .btn-secondary--ghost, .btn-secondary, .btn-primary {
  font-family: "interstate", sans-serif;
  display: inline-block;
  padding: 12px 20px;
  line-height: 1.325rem;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
}
.btn:hover, .btn-secondary--ghost:hover, .btn-secondary:hover, .btn-primary:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn, .btn-secondary--ghost, .btn-secondary, .btn-primary {
    padding: 0.75rem 1rem;
  }
}
.btn-primary {
  color: #fff !important;
  background-color: #ff4e02;
  border: 2px solid #ff4e02;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-primary:hover {
  filter: brightness(0.9);
  color: #fff !important;
}
.btn-secondary {
  color: #ff4e02;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #ff4e02;
}
.btn-secondary:hover {
  color: #ff4e02;
}
.btn-secondary--ghost {
  color: #ff4e02;
  box-sizing: border-box;
  border: 2px solid #ff4e02;
}
.btn-secondary--ghost:hover {
  background-color: #fff;
}

a {
  font-size: 1rem;
  line-height: 1.6;
  transition: all 0.1s ease-in-out;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

.link_icon i {
  margin-right: 0.5rem;
}

.cta_block a {
  color: #ff4e02;
}

.back-to-overview {
  color: #fff;
  transform: translateY(-35px);
  display: block;
}
.back-to-overview:hover {
  color: #ff4e02;
}
.back-to-overview i {
  color: #ff4e02;
}

.icon, .icon-pinterest, .icon-insta, .icon-twitter, .icon-linkedin, .icon-fb {
  background-size: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 1;
}
.icon-fb {
  background-image: url("../../assets/images/facebook.svg");
}
.icon-linkedin {
  background-image: url("../../assets/images/linkedin.svg");
}
.icon-twitter {
  background-image: url("../../assets/images/twitter.svg");
}
.icon-insta {
  background-image: url("../../assets/images/instagram.svg");
}
.icon-pinterest {
  background-image: url("../../assets/images/pinterest.svg");
}

/* Layouts */
.navbar {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
}
.navbar .container:before {
  content: none;
}
.navbar .container:after {
  content: none;
}
.navbar-nav {
  display: none;
}
@media (min-width: 1024px) {
  .navbar-nav {
    display: flex;
    margin: 0;
  }
}

nav .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  background-color: #fff;
}
.navbar-nav {
  list-style: none;
  margin-left: auto;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .navbar-nav {
    margin-right: 3rem;
  }
}
.navbar-nav li a {
  font-size: 1rem;
  text-decoration: none;
  color: #1a1a1a;
}
.navbar-nav li a:hover {
  color: #ff4e02;
}
.navbar-submenu {
  display: none;
  list-style: none;
}
.navbar-brand {
  padding: 1rem 0;
}
.navbar-brand .navbar-logo {
  height: 24px;
}
.navbar-buttons {
  display: none;
}
@media (min-width: 1024px) {
  .navbar-buttons {
    display: flex;
    align-items: center;
  }
  .navbar-buttons a.btn-secondary {
    margin-right: 5px;
    white-space: nowrap;
  }
}
.navbar-buttons i {
  cursor: pointer;
  margin-right: 1.5rem;
}

.hamburger-background {
  background-color: #ff4e02;
  padding: 0.5rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .hamburger-background {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger.active div:nth-child(1) {
  animation: ease 0.4s top forwards;
}
.hamburger.not-active div:nth-child(1) {
  animation: ease 0.4s top-2 forwards;
}
.hamburger.active div:nth-child(2) {
  animation: ease 0.4s scaled forwards;
}
.hamburger.not-active div:nth-child(2) {
  animation: ease 0.4s scaled-2 forwards;
}
.hamburger.active div:nth-child(3) {
  animation: ease 0.4s bottom forwards;
}
.hamburger.not-active div:nth-child(3) {
  animation: ease 0.4s bottom-2 forwards;
}
.hamburger_line {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: white;
  margin: 5px 0;
}

.nav-item {
  position: relative;
}
@media (min-width: 768px) {
  .nav-item {
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .nav-item {
    padding: 2rem 1rem;
  }
}
.nav-item i {
  transition: all 0.2s ease;
}
.nav-item:hover {
  background-color: #dbd7cd;
}
.nav-item:hover .navbar-submenu {
  width: fit-content;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background-color: white;
  padding: 0rem 1rem;
}
.nav-item:hover .navbar-submenu li {
  padding: 1rem 0;
}

.navbar-nav .nav-item:hover i {
  transform: rotate(180deg);
  transition: all 0.2s ease;
}

.offcanvas.container {
  display: none;
}
.offcanvas.container.active {
  display: flex;
  flex-direction: column;
}

.offcanvas-navbar-nav {
  list-style: none;
}
.offcanvas-navbar-nav .nav-item {
  padding: 1rem;
}
.offcanvas-navbar-nav .nav-item i.active {
  transform: rotate(180deg);
}
.offcanvas-navbar-nav .nav-item:hover .nav-link {
  color: #ff4e02;
}
.offcanvas-navbar-nav .nav-link {
  color: #1a1a1a;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas-navbar-nav .nav-link i {
  padding: 0.5rem;
}
.offcanvas-navbar-nav .nav-link:hover {
  text-decoration: none;
}
.offcanvas-navbar-nav .nav-link:visited {
  color: #1a1a1a;
}

.offcanvas-navbar-submenu {
  display: none;
}
.offcanvas-navbar-submenu.active {
  display: block;
  list-style: none;
  margin-top: 0.5rem;
  padding-left: 1rem;
}
.offcanvas-navbar-submenu li {
  padding-top: 0.5rem;
}
.offcanvas-navbar-submenu a {
  color: #1a1a1a;
}
.offcanvas-navbar-submenu a:hover {
  text-decoration: none;
  color: #ff4e02;
}

.offcanvas-navbar-buttons {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.offcanvas-navbar-buttons a {
  margin-bottom: 0.5rem;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 22px;
    transform: rotate(45deg) translateY(5px) translateX(5px);
  }
}
@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(135deg) translateY(5px) translateX(-5px);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
footer {
  background-color: #1a1a1a;
}
footer hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
}
footer p {
  color: #fff;
  margin: 0;
}

.footer {
  display: flex;
  flex-direction: column;
  padding: 2.25rem;
}
@media (min-width: 1024px) {
  .footer {
    flex-direction: row;
  }
}
.footer_subtitle {
  font-weight: 700;
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
}
.footer_nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .footer_nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .footer_nav {
    flex-wrap: nowrap;
    gap: 48px;
  }
}
.footer_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_nav ul li {
  padding-bottom: 1rem;
}
.footer_nav ul li a {
  font-family: "Inter", sans-serif;
}
.footer_desc {
  min-width: 100%;
  color: #fff;
}
.footer_desc h3 {
  font-size: 32px !important;
  line-height: 36.8px;
}
.footer_desc h3 .highlighted {
  color: #ff4e02;
}
@media (min-width: 1024px) {
  .footer_desc {
    min-width: 264px;
    max-width: 264px;
    margin-right: 48px;
  }
}
.footer_desc p {
  padding: 0;
  margin: 0;
}
.footer_links {
  margin-bottom: 4rem;
  width: 100%;
}
.footer_links .link_small {
  color: #fff;
  font-weight: 400;
}
.footer_links .link_small:hover {
  color: #ff4e02;
}
@media (min-width: 768px) {
  .footer_links {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .footer_links {
    width: 100%;
  }
}

.footer-bottom {
  position: relative;
  background-color: #ddd8cd;
  overflow: visible;
}
.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-size: 200% 100%;
  background-image: repeating-linear-gradient(135deg, #dbd7cd, #dbd7cd 15px, transparent 0, transparent 30px);
  transform: translateY(-50%);
  pointer-events: none;
}

.footer_notes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding: 22px 0;
  min-width: 0;
}
.footer_notes svg {
  flex: 0 0 auto;
  width: 158px;
  height: auto;
  margin-right: auto;
}
.footer_notes .footer_right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.footer_notes p {
  margin-top: 6px;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  letter-spacing: -0.07px;
  text-decoration: none;
}
.footer_notes .footerbar-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px 24px;
}

.footerbar-nav-link {
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  letter-spacing: -0.07px;
  text-decoration: none;
}
.footerbar-nav-link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer_notes {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_notes svg {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .footer_notes .footer_right {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.footerbar-nav li {
  padding-bottom: 0;
}

.footerbar-nav-link {
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  letter-spacing: -0.07px;
  text-decoration: none;
}
.footerbar-nav-link:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .footer_notes {
    gap: 12px 32px;
  }
  .footer_notes .footerbar-nav {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .footer_notes {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_notes .footerbar-nav {
    width: 100%;
  }
}
/* Components */
.grid-section section, .grid-section .column, .grid-section .row {
  background-size: cover;
}

.text--two-column, .text--two-column--reverse {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .text--two-column, .text--two-column--reverse {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .text--two-column .desc, .text--two-column--reverse .desc {
    width: calc(50% - 16px);
  }
}
@media (min-width: 768px) {
  .text--two-column .visual, .text--two-column--reverse .visual {
    width: calc(50% - 16px);
  }
}
.text--two-column .visual img, .text--two-column--reverse .visual img {
  width: 100%;
  height: auto;
}
.text--two-column--reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .text--two-column--reverse {
    flex-direction: row-reverse;
  }
}
.text--two-column--reverse .visual img {
  width: 100%;
  height: auto;
}

.side-marker {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.side-marker:before {
  content: "";
  width: 8px;
  height: 100%;
  background: #ff4e02;
  left: 0;
  display: block;
  position: absolute;
}

h1.side-marker {
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-introduction * {
  font-size: 1.3rem;
  line-height: 150%;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .text-introduction * {
    width: 70%;
    margin: 0 auto;
  }
}

.nonbold-text p,
.nonbold-text a,
.nonbold-text h1,
.nonbold-text h2,
.nonbold-text h3,
.nonbold-text h4 {
  font-family: "interstate", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  text-transform: none;
  color: #1a1a1a;
}

.header_desc {
  display: flex;
  flex-direction: column;
  padding: 3rem 0;
}
@media (min-width: 1024px) {
  .header_desc {
    flex-direction: row;
    justify-content: space-between;
  }
}
.header_desc h1 {
  margin-bottom: 2rem;
  color: white;
}
.header_desc p {
  margin: 0.5rem 0 1rem 0;
  color: white;
}
.header_desc p:last-child {
  margin-bottom: 0;
}
.header_desc img {
  display: none;
}
@media (min-width: 1024px) {
  .header_desc img {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header_text {
    width: 53%;
  }
}
.header_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .header_links {
    justify-content: flex-start;
    margin-top: 1rem;
  }
}
.header_links .btn_primary-icon {
  margin-bottom: 8px;
}

.homepage-hero {
  min-height: 85vh;
  max-height: 85vh;
  position: relative;
  margin-bottom: var(--hero-buttons-space, 20rem);
}
@media (min-width: 350px) {
  .homepage-hero {
    min-height: 55vh;
    max-height: 55vh;
  }
}
@media (min-width: 600px) {
  .homepage-hero {
    min-height: 50vh;
    max-height: 50vh;
  }
}
@media (min-width: 768px) {
  .homepage-hero {
    min-height: 65vh;
    max-height: 65vh;
  }
}
@media (min-width: 1024px) {
  .homepage-hero {
    min-height: 65vh;
    max-height: 65vh;
    margin-bottom: var(--hero-buttons-space, 12rem);
  }
}
@media (min-width: 1280px) {
  .homepage-hero {
    min-height: 60vh;
    max-height: 60vh;
  }
}
.homepage-hero .hero_last-word {
  color: #ff4e02;
}
.homepage-hero .header_text {
  text-align: center;
}
@media (min-width: 768px) {
  .homepage-hero .header_text {
    text-align: left;
  }
}
.homepage-hero .header_text p {
  display: none;
}
@media (min-width: 768px) {
  .homepage-hero .header_text p {
    display: inline;
  }
}

.hero_button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 82%;
  margin: 0 auto;
  background-color: #fff;
  transform: translate3d(0, var(--hero-buttons-offset, 160px), 0);
}
@media (min-width: 1170px) {
  .hero_button-wrapper {
    height: 280px;
    width: 75%;
  }
}
@media (min-width: 1280px) {
  .hero_button-wrapper {
    width: 67%;
  }
}
@media (min-width: 1440px) {
  .hero_button-wrapper {
    width: 74%;
  }
}
.hero_button-list {
  display: grid;
  padding: 0.5rem 2rem 2rem 2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas: "icon-1 icon-1 icon-1 icon-1" "icon-2 icon-2 icon-3 icon-3" "icon-4 icon-4 icon-5 icon-5";
}
@media (min-width: 1040px) {
  .hero_button-list {
    height: 100%;
    grid-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "icon-1 icon-2 icon-3 icon-4 icon-5";
    padding: 0 48px 48px 48px;
  }
}
.hero_button-item {
  position: relative;
  transition: 0.2s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero_button-item img {
  width: 80px;
}
@media (min-width: 1170px) {
  .hero_button-item img {
    width: 120px;
  }
}

.icon-1 {
  grid-area: icon-1;
  border-bottom: 1px solid #dbd7cd;
  padding-bottom: 1rem;
}
@media (min-width: 1040px) {
  .icon-1 {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.icon-2 {
  grid-area: icon-2;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media (min-width: 1040px) {
  .icon-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.icon-3 {
  grid-area: icon-3;
  border-left: 1px solid #dbd7cd;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media (min-width: 1040px) {
  .icon-3 {
    border-left: none;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.icon-4 {
  grid-area: icon-4;
  border-top: 1px solid #dbd7cd;
}
@media (min-width: 1040px) {
  .icon-4 {
    border-top: none;
  }
}

.icon-5 {
  grid-area: icon-5;
  border-left: 1px solid #dbd7cd;
  border-top: 1px solid #dbd7cd;
}
@media (min-width: 1040px) {
  .icon-5 {
    border-left: none;
    border-top: none;
  }
}

.warning-border {
  width: 100%;
  height: 25px;
  background-image: repeating-linear-gradient(135deg, #ff4e02, #ff4e02 15px, transparent 0px, transparent 30px);
  background-size: 200% 100%;
}
.warning-border_alt {
  width: 100%;
  height: 25px;
  background-size: 200% 100%;
  background-image: repeating-linear-gradient(135deg, #f4f5f1, #f4f5f1 15px, transparent 0px, transparent 30px);
}

a.hero_button-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1024px) {
  a.hero_button-links {
    justify-content: center;
    height: 140px;
  }
}
a.hero_button-links {
  flex-direction: column;
}
a.hero_button-links span {
  font-family: "Inter", sans-serif;
  color: #1a1a1a;
  text-transform: capitalize;
  transition: 0.2s ease;
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
@media (min-width: 1170px) {
  a.hero_button-links span {
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    bottom: 20%;
  }
}
a.hero_button-links:hover span {
  color: #ff4e02;
  transition: 0.2s ease;
}

.hidden-words {
  display: none;
}

@keyframes movingWarning {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
.header_links {
  display: flex;
  gap: 1rem;
}
.header_links a {
  transition: all 0.25s ease;
}
.header_links a:nth-child(2) {
  background: transparent !important;
  border: 2px solid #fff;
  color: #fff !important;
  position: relative;
  overflow: hidden;
}
.header_links a:nth-child(2)::before, .header_links a:nth-child(2)::after {
  content: none !important;
}
.header_links a:nth-child(2) > span > span {
  animation: none !important;
}
.header_links a:nth-child(2):hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  transform: none;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-superanimate {
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
  background: #ff4e02;
  color: #fff !important;
  border: none;
  padding: 0.75rem 1rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  border-radius: 4px;
  font-family: "inter", sans-serif;
  font-weight: 700;
}
.btn-superanimate:hover > span > span {
  animation: MoveRightInitial 0.2s forwards, MoveRightEnd 0.3s forwards 0.2s;
}
.btn-superanimate:before {
  content: "";
  background: #000;
  width: 135%;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.btn-superanimate:after {
  content: "";
  background: #000;
  width: 105%;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.btn-superanimate > span {
  overflow: hidden;
}
.btn-superanimate span {
  display: block;
  position: relative;
  color: white;
  z-index: 1;
}

.btn-superanimate:hover::before {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.2, 1);
}

.btn-superanimate:hover::after {
  transform: translate3d(0, 0, 0);
  transition: transform 0.01s 0.5s cubic-bezier(0.7, 0, 0.2, 1);
}

@keyframes MoveRightInitial {
  to {
    transform: translate3d(105%, 0, 0);
  }
}
@keyframes MoveRightEnd {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.flex_wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex_wrapper {
    flex-direction: row;
    justify-content: normal;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .flex_wrapper {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.pod {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .pod {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .pod {
    width: calc(24% - 16px);
  }
}
.pod .pod_icon {
  margin-bottom: 1.5rem;
}
.pod .pod_icon i {
  color: #1a1a1a;
}
.pod h5 {
  font-family: "interstate";
  text-transform: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0.75rem;
}

.optional-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .grid_wrapper {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 384px), 1fr));
  }
}

.card {
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 40px 24px 24px 24px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.card-number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fd4e02;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-title {
  font-family: "Inter", sans-serif;
  margin: 6px 0 10px;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 20px;
  color: #1a1a1a;
}

.card-quote {
  font-family: "Inter", sans-serif;
  margin-top: 8px;
  color: #333;
  font-size: 16px;
}

.cta_block {
  position: relative;
}
.cta_block .half-column {
  background-image: -webkit-linear-gradient(135deg, #dbd7cd 20%, #dbd7cd 20%);
  padding: 2.25rem;
}
@media (min-width: 1024px) {
  .cta_block .half-column {
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0) 20%, #dbd7cd 20%);
  }
}
.cta_block .half-column .half-column_content {
  margin-bottom: 16px;
  width: 100%;
}
@media (min-width: 1024px) {
  .cta_block .half-column .half-column_content {
    width: 57%;
  }
}
.cta_block .half-column .half-column_content p {
  margin-bottom: 1.5rem;
}
.cta_block .half-column_image {
  background-image: url(../../assets/img/dsc_8205.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -450px;
  z-index: 1;
  display: none;
  --cutX: 140px;
  --cutY: 180px;
}
@media (min-width: 1024px) {
  .cta_block .half-column_image {
    display: flex;
    width: 45%;
    max-height: 450px;
    right: 0;
    clip-path: polygon(var(--cutX) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cutY));
    will-change: clip-path;
  }
}
@media (min-width: 1280px) {
  .cta_block .half-column_image {
    max-height: 800px;
    right: 0;
    --cutX: 283px;
    --cutY: 306px;
  }
}

.icon-gallery {
  background-color: white;
}

.icon-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.icon-gallery {
  position: relative;
}
.icon-gallery::before, .icon-gallery::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
  background-size: 200% 100%;
  background-image: repeating-linear-gradient(135deg, #f4f5f1, #f4f5f1 15px, transparent 0, transparent 30px);
  pointer-events: none;
}
.icon-gallery::before {
  top: 0;
}
.icon-gallery::after {
  bottom: 0;
}

.client_logo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 3rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .client_logo {
    grid-template-columns: repeat(auto-fit, minmax(150px, 200px));
  }
}
@media (min-width: 1440px) {
  .client_logo {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
    grid-gap: 3rem;
  }
}
.client_logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .client_logo img {
    width: 100%;
  }
}
.client_logo.home-logos {
  grid-gap: 1rem 2rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 1024px) {
  .client_logo.home-logos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.client_logo.home-logos img {
  max-width: 200px;
  margin: 0 auto;
}
.client_title {
  font-family: "inter", sans-serif;
  text-align: start;
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.client_title :before {
  content: "";
  width: 8px;
  height: 100%;
  background: #ff4e02;
  left: 0;
  display: block;
  position: absolute;
}
@media (min-width: 1024px) {
  .client_title {
    margin-bottom: 2rem;
  }
}

.pagelist_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 3rem;
  justify-items: center;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .pagelist_wrapper {
    padding: 0;
    display: grid;
  }
}
.pagelist_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.pagelist_item .pagelist_description {
  padding: 24px;
}
.pagelist_item a {
  text-decoration: none;
  color: black;
}
.pagelist_item a:hover {
  color: #ff4e02;
}
.pagelist_item h3 {
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.pagelist_link {
  display: inline-block;
  margin-top: 1rem;
}

.accordion {
  background-color: white;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
  border-radius: 10px;
}
.accordion_panel {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  color: #1a1a1a;
  cursor: pointer;
  font-weight: 700;
  position: relative;
}
.accordion_panel:first-child .accordion_title {
  border-radius: 10px 10px 0 0;
}
.accordion_panel:after {
  content: "";
  color: #1a1a1a;
  background-color: #dbd7cd;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.accordion_panel.active .accordion_text {
  display: block;
}
.accordion_panel.active .accordion_title {
  background-color: #e5e5e5;
}
.accordion_title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.accordion_title p {
  padding-left: 1.5rem;
}
.accordion_title svg {
  padding-right: 1.5rem;
}
.accordion_title:hover {
  color: #dbd7cd;
}
.accordion_text {
  padding: 1rem 1.5rem;
  display: none;
}

.filter {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .filter {
    flex-direction: row;
  }
}
.filter-toggle {
  background-color: #fff;
  padding: 1rem 1rem 1rem 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.filter-toggle i {
  font-size: 20px;
  color: #ff4e02;
}
@media (min-width: 1024px) {
  .filter-toggle {
    display: none;
  }
}
.filter-toggle.active {
  border-bottom: 1px solid rgba(29, 31, 35, 0.1);
}
.filter-toggle.active .position-right {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}
.filter-toggle .position-right {
  position: absolute;
  right: 1rem;
  transition: transform 0.2s ease;
}
.filter-wrap {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
@media (min-width: 1024px) {
  .filter-wrap {
    height: 100%;
    opacity: 1;
    visibility: visible;
    width: 25%;
    margin-right: 1rem;
    position: sticky;
    top: 70px;
  }
}
@media (min-width: 1280px) {
  .filter-wrap {
    top: 80px;
  }
}
@media (min-width: 1440px) {
  .filter-wrap {
    top: 100px;
  }
}
.filter-wrap.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.filter-category {
  background-color: white;
  scrollbar-width: thin;
  scrollbar-3dlight-color: #ff4e02;
}
.filter-category::-webkit-scrollbar {
  width: 11px;
  padding-right: 2px;
}
.filter-category::-webkit-scrollbar-track {
  background: #fff;
  padding: 2px;
}
.filter-category::-webkit-scrollbar-thumb {
  background-color: #dbd7cd;
  border-radius: 6px;
  border: 3px solid #dbd7cd;
}
@media (min-width: 1024px) {
  .filter-category {
    max-height: 600px;
    overflow-y: scroll;
  }
}
.filter-option {
  padding: 1rem;
}
.filter-option-input {
  display: flex;
  align-items: center;
}
.filter-option h4 {
  margin-bottom: 0.5rem;
  position: relative;
}
.filter-option h4 span {
  display: none;
}
.filter-option.selected h4 span.clear-filter {
  color: #ff4e02;
  font-family: "interstate";
  font-weight: 500;
  position: absolute;
  right: 0;
  display: inline-block;
  cursor: pointer;
}
.filter-option label {
  font-size: 0.85rem;
  font-family: "interstate", sans-serif;
}
.filter-results {
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .filter-results {
    width: 75%;
    margin-top: 0;
    margin-left: 1rem;
  }
}
.filter-results .result {
  background: #fff;
  display: flex;
  margin-bottom: 1rem;
  flex-direction: column;
}
@media (min-width: 600px) {
  .filter-results .result {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .filter-results .result {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .filter-results .result {
    flex-direction: row;
  }
}
.filter-results .result-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center, center;
}
@media (min-width: 768px) {
  .filter-results .result-image {
    width: 300px;
    height: 187px;
    flex-shrink: 0;
  }
}
.filter-results .result_filter-values {
  color: #ff4e02;
  margin-bottom: 1rem;
}
.filter-results .result_filter-values span {
  border-right: 1px solid #ff4e02;
  padding: 0 0.5rem;
  font-size: 0.85rem;
  line-height: 1.1;
  font-family: "interstate";
}
.filter-results .result_filter-values span:first-child {
  padding: 0 0.5rem 0 0;
}
.filter-results .result_filter-values span:last-child {
  border-right: none;
}
.filter-results .result-details {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .filter-results .result-details {
    width: 75%;
  }
}
.filter-results .result-details a {
  margin-top: auto;
}
@media (min-width: 768px) {
  .filter-results .result-details a {
    max-width: 185px;
  }
}

.button-hide {
  display: none;
}
@media (min-width: 1280px) {
  .button-hide {
    display: inline;
  }
}

.product-result-url {
  max-width: none !important;
  color: #1a1a1a;
  margin-top: 0 !important;
}
.product-result-url:hover {
  color: #1a1a1a;
}

.category-breadcrumb a {
  color: #ff4e02;
  margin-bottom: 0.5rem;
  display: block;
}

.breadcrumb {
  display: none;
}
@media (min-width: 1024px) {
  .breadcrumb {
    display: flex;
  }
}
.breadcrumb {
  list-style: none;
  font-family: "Arial Black";
  flex-direction: row;
  align-items: center;
  padding: 1.5rem;
  background-color: #fff;
  max-width: max-content;
}
.breadcrumb li {
  padding-bottom: 0;
  padding-right: 1rem;
}
.breadcrumb li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #DBD7CD;
  margin-left: 1rem;
}
.breadcrumb li a {
  color: #DBD7CD;
  padding: 0rem 0.55rem;
}
.breadcrumb li:first-child a {
  color: #ff4e02;
}
.breadcrumb li:first-child a i {
  font-size: 24px;
  padding: 0;
  margin: 0;
}
.breadcrumb li:last-child {
  padding-right: 0;
}
.breadcrumb li:last-child:after {
  content: none;
  margin-left: 0;
}
.breadcrumb li:last-child a {
  color: #1A1A1A;
}

@media (min-width: 1024px) {
  .mobile-back {
    display: none;
  }
}

.breadcrumb-mobile {
  display: flex;
}
@media (min-width: 1024px) {
  .breadcrumb-mobile {
    display: none;
  }
}
.breadcrumb-mobile li:after {
  content: "";
  margin-left: 0rem;
}

.bread-show {
  display: flex;
}

.result-counter {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.result-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .result-footer {
    justify-content: space-between;
  }
}
.result-price-one {
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  .result-price-one {
    flex-direction: column;
    justify-content: flex-end;
  }
}
.result-price-one p {
  font-size: 16px;
  font-family: "interstate";
}
.result-price-one p:first-child {
  margin-bottom: 0;
  font-weight: 900;
}
.result-price-one p:last-child {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .result-price-one p:last-child {
    margin-left: 0rem;
  }
}
.result-price-one p:last-child {
  margin-bottom: 0;
}
.result-price-two {
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  .result-price-two {
    flex-direction: column;
    justify-content: flex-end;
  }
}
.result-price-two p {
  font-size: 16px;
  font-family: "interstate";
}
.result-price-two p:first-child {
  margin-bottom: 0;
  font-weight: 900;
}
.result-price-two p:last-child {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .result-price-two p:last-child {
    margin-left: 0rem;
  }
}
.result-price-two p:last-child {
  margin-bottom: 0;
}
.result-prices {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1281px) {
  .result-prices {
    width: 50%;
    flex-direction: row;
  }
  .result-prices .result-price-one {
    margin-right: 1rem;
  }
}
@media (min-width: 1500px) {
  .result-prices {
    justify-content: space-between;
  }
}
.result-link a {
  padding: 0.5rem 0.75rem;
}

.result.product-result .result-details {
  justify-content: space-between;
}

.category_row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .category_row {
    flex-direction: row;
  }
}

.category-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .category-text {
    width: 60% !important;
  }
}

.category-cta_block {
  width: 100%;
  padding: 1rem;
  background-color: #ff4e02;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .category-cta_block {
    width: 40%;
    margin-left: 2rem;
    margin-top: 0;
  }
}
.category-cta_buttons {
  display: flex;
  flex-direction: column;
}
.category-cta_buttons a {
  color: #fff;
  margin-top: 1rem;
}

.product-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .product-text {
    width: 50%;
  }
}
.product-text p, .product-text a {
  font-size: 20px;
  line-height: 30px;
}
.product-text_cta {
  width: 100%;
  padding: 1.5rem;
  background-color: #ff4e02;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .product-text_cta {
    margin-top: 0rem;
    width: 25%;
  }
}
.product-text_cta h2 {
  font-size: 2rem;
  color: #fff;
}
.product-text_cta .product-contacts_enquire-details a {
  color: #fff;
}
.product-text_wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .product-text_wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.product-detail {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .product-detail {
    flex-direction: row;
  }
}
.product-table {
  width: 100%;
}
@media (min-width: 1024px) {
  .product-table {
    width: 66%;
    margin-right: 4rem;
  }
}
.product-table p {
  margin: 0;
}
.product-table_head {
  padding: 10px;
  display: flex;
  flex-direction: row;
  background-color: #DBD7CD;
}
.product-table_head-feature {
  width: 50%;
  margin-right: 1rem;
}
.product-table_head-feature p {
  font-family: Arial Black, "Archivo Black", Arial Bold, sans-serif;
}
.product-table_head-value {
  width: 50%;
}
.product-table_head-value p {
  font-family: Arial Black, "Archivo Black", Arial Bold, sans-serif;
}
.product-table_body {
  display: flex;
  flex-direction: column;
  border: 1px solid #DBD7CD;
}
.product-table_body-row {
  display: flex;
  border-bottom: 1px solid rgba(29, 31, 35, 0.1);
  padding: 10px;
  flex-direction: row;
  background-color: #fff;
}
.product-table_body-row:nth-child(2n) {
  background: #F6F6F3;
}
@media (min-width: 1024px) {
  .product-table_body-row:nth-child(2n) {
    background: #fff;
  }
}
.product-table_body-row-feature {
  width: 50%;
  word-break: break-word;
  margin-right: 1rem;
}
.product-table_body-row-value {
  font-family: "interstate";
  font-weight: 500;
  width: 50%;
}
.product-contacts {
  width: 100%;
}
@media (min-width: 1024px) {
  .product-contacts {
    width: 33%;
  }
}
.product-contacts_prices {
  margin-top: 2rem;
  background-color: #fff;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .product-contacts_prices {
    margin-top: 0rem;
  }
}
.product-contacts_prices p, .product-contacts_prices a, .product-contacts_prices span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  font-family: "interstate";
}
.product-contacts_prices .normal-font {
  font-weight: 500;
}
.product-contacts_enquire {
  background-color: #fff;
  padding: 1.5rem;
  margin-top: 2rem;
}
.product-contacts_enquire h2 {
  font-size: 32px;
  line-height: 40px;
}
.product-contacts_enquire-details {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.product-contacts_enquire-details a {
  margin-top: 1rem;
  color: #ff4e02;
}
.product-contacts_school {
  padding: 1.5rem;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .product-contacts_school {
    margin-top: 2rem;
  }
}
.product-contacts_school h2 {
  font-size: 26px;
  line-height: 34px;
}
.product-contacts_school a {
  margin-top: 1rem;
}
.product-priceline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}
.product-priceline .normal-font {
  text-align: right;
  margin-left: 3rem;
}

.document-download {
  margin-top: 2rem;
}
.document-download a {
  color: #ff4e02;
  font-size: 16px;
}
.document-download a i {
  margin-left: 0;
}

.photo-gallery {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .photo-gallery {
    flex-direction: row;
    margin-top: 4rem;
  }
}
.photo-gallery_text {
  width: 100%;
}
@media (min-width: 1024px) {
  .photo-gallery_text {
    width: 25%;
  }
}
.photo-gallery_photos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  justify-content: space-between;
  /*grid-template-columns: auto auto;
  grid-row-gap: 20px;*/
}
@media (min-width: 768px) {
  .photo-gallery_photos {
    /*grid-template-columns: auto auto auto;*/
  }
}
@media (min-width: 1024px) {
  .photo-gallery_photos {
    margin-top: 0;
    margin-left: 1.5rem;
    width: 75%;
  }
}
.photo-gallery_photos .photo-lightbox {
  flex: 0 0 49%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .photo-gallery_photos .photo-lightbox {
    flex: 1 0 30%;
    margin-left: 5px;
    margin-right: 5px;
  }
  .photo-gallery_photos .photo-lightbox:first-child {
    margin-right: 5px;
  }
  .photo-gallery_photos .photo-lightbox:last-child {
    margin-left: 5px;
  }
}

/* Sections */
.search-overlay {
  display: none;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
}
.search-overlay-cancel {
  position: absolute;
  right: 50px;
  top: 30px;
}
.search-overlay-cancel i {
  font-size: 2rem;
  color: #ff4e02;
  cursor: pointer;
}
.search-overlay.active {
  display: block;
  z-index: 15;
}
.search-overlay.active .search-overlay-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.search-overlay.active .search-form-wrapper {
  max-width: 800px;
  width: 100%;
}
.search-overlay.active .search-form {
  max-width: 800px;
  width: 100%;
  position: relative;
}
.search-overlay.active .search-form input {
  margin-top: 2rem;
  border: 0;
  border-bottom: 1px solid;
  position: relative;
  width: 100%;
  font-size: 1.25rem;
  line-height: 2rem;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.search-overlay.active .search-form input:focus {
  outline: none;
}
.search-overlay.active .search-form .search-clear {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #ff4e02;
  transform: translateY(50%);
  cursor: pointer;
}
.search-overlay.active .search-form .search-clear.entered-text {
  display: block;
}

.search-form {
  max-width: 800px;
  width: 100%;
  position: relative;
}
.search-form input {
  margin-top: 2rem;
  border: 0;
  border-bottom: 1px solid;
  position: relative;
  width: 100%;
  font-size: 1.25rem;
  background-color: transparent;
  line-height: 2rem;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.search-form input:focus {
  outline: none;
}
.search-form .search-clear {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #ff4e02;
  transform: translateY(50%);
  cursor: pointer;
}
.search-form .search-clear.entered-text {
  display: block;
}

.search_results_wrapper {
  width: 100%;
}
.search_results_wrapper .search_result {
  margin: 2rem 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e3e3e3;
}
.search_results_wrapper .search_result:first-child {
  margin: 0 0 2rem 0;
}
.search_results_wrapper .search_result a {
  color: #ff4e02;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.search_results_wrapper .search_result-parent {
  font-weight: bold;
}

.overlay-fade-in {
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}

.form-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-container.slider {
  margin-left: 0.4rem;
  margin-top: 1rem;
  padding-left: 0;
  display: block;
  width: 90%;
}
.form-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.form-container input:checked ~ .checkmark {
  background-color: #ff4e02;
}
.form-container input:checked ~ .checkmark:after {
  display: block;
}
.form-container .checkmark:after {
  left: 8px;
  top: 5px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.multi-range p {
  display: flex;
  justify-content: space-between;
  margin-top: 0rem;
}
.multi-range input {
  width: 25%;
  min-width: 75px;
}
.multi-range label {
  display: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #ff4e02;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ui-slider.ui-widget-content {
  border: 1px solid #DBD7CD;
}
.ui-slider-horizontal {
  height: 3px;
  background: #DBD7CD;
}
.ui-slider-handle {
  height: 24px !important;
  width: 24px !important;
  border-radius: 50%;
  transform: translateY(-35%);
}
.ui-slider-handle.ui-state-default {
  border: none;
  background: #ff4e02;
}
.ui-slider-handle.ui-state-active {
  background: #ff4e02;
}
.ui-slider-handle.ui-state-focus {
  border: none;
}
.ui-slider-range.ui-widget-header {
  background: #ff4e02;
  border: 1px solid #ff4e02;
}

.course-form_wrapper {
  width: 100%;
}
.course-form_wrapper h3 {
  color: #1a1a1a;
}
@media (min-width: 1024px) {
  .course-form_wrapper {
    width: 50%;
  }
}

.form-field {
  margin-top: 1rem;
}
.form-field label {
  color: #1a1a1a;
}
.form-field_wrapper {
  width: 100%;
}
.form-field_wrapper input[type=text], .form-field_wrapper select, .form-field_wrapper textarea {
  width: 100%;
  border: 1px solid rgba(29, 31, 35, 0.1);
}

.form-group h1 {
  color: #1a1a1a;
  margin-bottom: 2rem;
}
.form-group {
  margin-bottom: 1rem;
}

.scholing_form {
  width: 100%;
}
@media (min-width: 1024px) {
  .scholing_form {
    width: 50%;
  }
}

.form-input {
  width: 100%;
}
.form-input:first-child {
  margin-top: 2rem;
}
.form-input textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #DBD7CD;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  padding: 1.5rem 1rem;
}
.form-input textarea + label {
  transform: translate(1.1rem, -4.7rem);
}
.form-input textarea:focus + label,
.form-input textarea:not(:placeholder-shown) + label {
  color: #ff4e02;
  font-size: 14px;
  transform: translate(1.1rem, -6.3rem);
}
.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=number] {
  box-sizing: border-box;
  border: 1px solid rgba(29, 31, 35, 0.1);
  padding: 1.75rem 0 10px 1.1rem;
  font-size: 14px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  width: 100%;
  margin: 0;
}
.form-input input[type=text]:hover,
.form-input input[type=email]:hover,
.form-input input[type=number]:hover {
  outline: none;
  border: 1px solid #DBD7CD;
}
.form-input input:focus + label,
.form-input input:not(:placeholder-shown) + label {
  color: #ff4e02;
  font-size: 14px;
  transform: translate(1.1rem, -3.7rem);
}
.form-input label {
  display: block;
  font-family: "interstate";
  color: #1a1a1a;
  font-size: 14px;
  transform: translate(1.1rem, -2.8rem);
  transition: all 0.2s ease-out;
}
.form-input-radio {
  margin-bottom: 1.5rem;
}
.form-input-radio label {
  color: #1a1a1a;
  font-size: 18px;
}
.form-input-radiolist {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}
.form-input-radiolist_item {
  margin-top: 0.5rem;
  display: flex;
  justify-content: left;
}
.form-input-radiolist_item span {
  margin-left: 0.75rem;
  font-family: "interstate";
  font-size: 14px;
}
.form-input-radiolist_item label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 1px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-input-radiolist_item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-input-radiolist_item label input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #ff4e02;
}
.form-input-radiolist_item label input:checked ~ .checkmark:after {
  display: block;
}
.form-input-radiolist_item label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(29, 31, 35, 0.1);
}
.form-input-radiolist_item label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff4e02;
}

.field-validation-error {
  font-family: "interstate";
  font-size: 14px;
  color: #D9202E;
  transform: translateY(-1.5rem);
  display: block;
}

.input-validation-error {
  border: 1px solid #D9202E !important;
}

.slider-label-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.slider-label {
  display: flex;
  flex-direction: column;
}

.right-label {
  align-items: flex-end;
}

.contact-area {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .contact-area {
    flex-direction: row;
  }
}

.contact_column {
  width: 100%;
}
@media (min-width: 1024px) {
  .contact_column {
    width: 50%;
  }
}
.contact_column-form {
  padding: 1rem;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 1024px) {
  .contact_column-form {
    width: 50%;
  }
}
.contact_column-form .form-navigation {
  display: flex;
  justify-content: flex-end;
}
.contact_text p, .contact_text a {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .contact_text {
    margin-right: 2rem;
  }
}
.contact_address {
  margin-top: 2rem;
}
.contact_address p {
  margin-bottom: 0;
}
.contact_detail {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
}
.contact_detail a {
  margin-top: 1rem;
  color: #ff4e02;
}
.contact_detail:last-child {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .contact_detail:last-child {
    margin-bottom: 0;
  }
}

.map-area {
  height: 400px;
  width: 100%;
}

.news-wrapper {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .news-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .news-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.news-article {
  margin-bottom: 2rem;
}
.news-article .date {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-style: italic;
  font-family: "interstate", sans-serif;
  color: #1a1a1a;
}
.news-article a {
  color: #ff4e02;
}
.news-article h3 {
  color: #1a1a1a;
  margin-top: 1rem;
  margin-bottom: 0;
}
.news-article--main {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .news-article--main {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .news-article--main {
    flex-direction: row;
  }
}
.news-article--main .date {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-style: italic;
  font-family: "interstate", sans-serif;
  color: #1a1a1a;
}
.news-article--main h2 {
  color: #1a1a1a;
  margin-top: 1rem;
}
.news-article-text {
  width: 100%;
}
@media (min-width: 768px) {
  .news-article-text {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .news-article-text {
    margin-left: 2rem;
    width: 100%;
  }
}
.news-article-image {
  width: 100%;
}
@media (min-width: 768px) {
  .news-article-image {
    width: 75%;
  }
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  background-color: white;
  padding: 1.5rem 2rem;
}
.pagination li {
  margin: 0 1rem;
  padding: 0.5rem 1rem;
}
.pagination a {
  color: #ff4e02;
}
.pagination .current {
  background-color: #ff4e02;
  color: #fff;
}
.pagination .next {
  padding: 0.5rem 0 0.5rem 1rem;
  margin: 0 0 0 1rem;
}
.pagination .prev {
  padding: 0.5rem 1rem 0.5rem 0;
  margin: 0 1rem 0 0rem;
}

/*# sourceMappingURL=main.css.map */
