html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

::selection {
  text-shadow: none;
  background: #b0c4de80;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

code {
  background: #2f3b48;
  border: 1px dashed #cccccc;
  border-radius: 3px;
  padding: 0 0.5rem;
  overflow-wrap: anywhere;
}

/* Widgets */
.widget {
  margin-bottom: 2rem;
}

.widget:last-child {
  margin-bottom: 0;
}

/* Cookie Notice */
.cookie-notice-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 1rem;
  max-width: 512px;
  padding: calc(1rem + 1vw);
  background: #2f3b48;
  z-index: 9000000;
}

.cookie-notice-text {
  font-size: 0.9rem;
}

.cookie-notice-buttons {
  margin-top: 1rem;
}

/* 404 */
.four-o-four-section h1 {
  font-size: 10em;
  color: #cccccc;
}

@media (max-width: 640px) {
  .four-o-four-section h1 {
    font-size: 6em;
  }
}
.button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type=submit] {
  background: #6c7f6c;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0 1.2rem;
  height: 3rem;
  transition-duration: 0.3s;
  cursor: pointer;
  outline: none;
}

.button:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover,
input[type=submit]:hover {
  background: #92a795;
  color: #ffffff;
}

.button.outline,
.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 1px solid #6c7f6c;
  color: #6c7f6c;
}

.button.outline svg path {
  fill: #6c7f6c;
  transition-duration: 0.3s;
}

.button.outline:hover,
.is-style-outline .wp-block-button__link:hover {
  background: #6c7f6c;
  border-color: #6c7f6c;
  color: #ffffff;
}

.button.outline:hover svg path {
  fill: #ffffff;
  transition-duration: 0.3s;
}

.button.with-icon-left svg {
  margin-right: 0.5em;
  width: 1.2em;
  height: 1.2em;
}

.button.with-icon-right svg {
  margin-left: 0.5em;
  width: 1.2em;
  height: 1.2em;
}

.button.with-icon-left path,
.button.with-icon-right path {
  fill: #ffffff;
  transition-duration: 0.3s;
}

.button.with-icon-left:hover path,
.button.with-icon-right:hover path {
  fill: #ffffff;
}

.button.button-small,
.button-small .wp-block-button__link,
.wp-block-file .wp-block-file__button {
  height: 2rem;
  padding: 0 1.2rem;
  font-size: 0.9rem;
}

.button.button-large,
.button-large .wp-block-button__link {
  height: 4rem;
  padding: 0 2.2rem;
  font-size: 1.2rem;
}

.button.inverted,
.inverted input[type=submit] {
  background: #ffffff;
  color: black;
}

.button.inverted path {
  fill: black;
  transition-duration: 0.3s;
}

.button.inverted:hover,
.inverted input[type=submit]:hover {
  background: #92a795;
  color: #ffffff;
}

.button.inverted:hover path {
  fill: #ffffff;
}

.button.inverted.outline {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.button.inverted.outline:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: black;
}

.button.inverted.outline path {
  fill: #ffffff;
}

.button.inverted.outline:hover path {
  fill: black;
}

.section-wrapper {
  width: 100%;
  padding: calc(min(6vw, 80px) + 20px) 6vw;
}

.section-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 640px) {
  .section-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 320px) {
  .section-wrapper {
    padding: 30px 15px;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  background: #27313c;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.huge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 1rem;
  overflow-wrap: anywhere;
  /* Manual word break with hyphens by adding &shy; in the word */
  hyphens: manual;
}

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

.huge:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6 {
  margin-top: 1rem;
}

.huge:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

blockquote {
  border-left: 3px solid #999999;
  color: black;
  font-style: italic;
  margin: 1rem 0;
  padding-left: 1rem;
}

.wp-block-image figcaption {
  font-size: 0.8rem;
  color: #999999;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

/* Links */
a {
  color: #ffffff;
  transition-duration: 0.3s;
  text-decoration: none;
  overflow-wrap: anywhere;
}

a:hover {
  color: #92a795;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: #ffffff;
}

.header {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  z-index: 2000;
  width: 100%;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 6vw;
}

/*
.triangle-up {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 50px solid red;

}*/
.logo {
  display: flex;
}

.logo img {
  width: 102px;
  border-radius: 3px;
}

@media (max-width: 640px) {
  .header-row {
    padding: 0 20px;
  }
}
@media (max-width: 320px) {
  .header-row {
    padding: 0 15px;
  }
}
/* Main Menu Desktop */
.main-menu-desktop {
  margin-right: -1rem;
}

.main-menu-desktop a {
  color: black;
  padding: 2rem 1rem;
  word-break: keep-all;
}

.main-menu-desktop a:hover {
  color: #92a795;
}

.main-menu-desktop .menu-item {
  position: relative;
}

.main-menu-desktop .menu-item-has-children > a {
  padding-right: 2rem;
}

.main-menu-desktop .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 1rem;
  width: 320px;
  list-style-type: none;
  background: #2f3b48;
  transition-duration: 0.3s;
  transform: translate(0px, 0px);
}

.main-menu-desktop .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.main-menu-desktop .menu-item-has-children > a:after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 0.9rem;
  transform: rotate(45deg);
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  opacity: 0.5;
}

.main-menu-desktop .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0%;
  right: 100%;
}

.main-menu-desktop .menu-item-has-children > .sub-menu > .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.main-menu-desktop .menu-item-has-children > .sub-menu .menu-item-has-children > a:after {
  display: none;
}

.main-menu-desktop .sub-menu a {
  padding: 0.8rem 1.5rem;
}

.main-menu-desktop .current-menu-item > a,
.main-menu-desktop .current-menu-parent > a {
  color: #ffffff;
}

@media (max-width: 960px) {
  .main-menu-desktop {
    display: none;
  }
}
/* Hamburger */
.hamburger {
  display: none;
  justify-content: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
  outline: none;
  border: 0;
  margin: 0;
  padding: 1.5rem 15px;
  margin-right: -15px;
  z-index: 1000;
}

.hamburger-inner {
  width: 28px;
  height: 20px;
  display: flex;
  position: relative;
  margin-top: -2px;
}

.hamburger-top-bar,
.hamburger-middle-bar,
.hamburger-bottom-bar {
  position: absolute;
  background: black;
  width: 100%;
  height: 2px;
}

.hamburger-top-bar {
  top: 0;
  transition: top 0.2s ease-in-out 0.2s, width 0s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
}

.hamburger-middle-bar {
  opacity: 1;
  top: 50%;
  transition: opacity 0s ease-in-out 0.2s;
}

.hamburger-bottom-bar {
  top: 100%;
  transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
}

.off-canvas-open .hamburger-top-bar {
  top: 50%;
  transform: rotate(45deg);
  transition: top 0.2s ease-in-out, width 0s ease-in-out 0.2s, transform 0.2s ease-in-out 0.2s;
}

.off-canvas-open .hamburger-middle-bar {
  opacity: 0;
  transition: opacity 0s ease-in-out 0.2s;
}

.off-canvas-open .hamburger-bottom-bar {
  top: 50%;
  transform: rotate(-45deg);
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s;
}

@media (max-width: 960px) {
  .hamburger {
    display: flex;
  }
}
/* Off-canvas */
body.off-canvas-open {
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f3b48;
  display: flex;
  align-items: start;
  justify-content: center;
  transform: translateX(-100vw);
  transition-duration: 0.4s;
  z-index: 2000;
  padding: calc(6vw + 20px + 22px) 0;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.off-canvas-open .off-canvas {
  transform: translateX(0);
}

.off-canvas-content {
  display: flex;
  justify-content: center;
  width: calc(20vw + 200px);
  padding: 3rem 1rem;
  overflow-y: scroll;
}

/* Main Menu Mobile */
.accordion-menu {
  width: 100%;
}

.accordion-menu a {
  color: black;
  padding: 0.75rem 0;
  word-break: keep-all;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-menu > ul > li:last-child > a {
  border-bottom: 0;
}

.accordion-menu .menu-item {
  position: relative;
}

.accordion-menu .menu-item-has-children > .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition-duration: 0.3s;
}

.accordion-menu .menu-item-has-children > a:after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 0.1rem;
  transform: rotate(45deg);
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  opacity: 0.5;
  transition-duration: 0.4s;
}

.accordion-menu .menu-item-has-children > a.active:after {
  right: 0.1rem;
  transform: rotate(-45deg);
}

.accordion-menu .sub-menu {
  padding-left: 1rem;
}

.accordion-menu .current-menu-item > a {
  color: #ffffff;
}

.shake:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.huge,
h4 {
  color: white;
}

h4 a {
  color: white;
}

.footer-logo img {
  width: 100px;
  border-radius: 3px;
}

.stylingline {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 300px;
}

@media (max-width: 640px) {
  .telefon {
    display: none;
  }
}
@media (max-width: 640px) {
  .vagbeskrivningen {
    display: none;
  }
}
.book-button {
  position: fixed;
  right: 6vw;
}

@media (max-width: 640px) {
  .book-button {
    right: 20px;
  }
}
@media (max-width: 320px) {
  .book-button {
    right: 15px;
  }
}
.background-light-green {
  background: #6c7f6c;
}

.background-green {
  background: #355e3b;
}

.background-red {
  background: #6a110fed;
}

.background-orange {
  background: #9d5c23;
}

.background-black {
  background: black;
}

.background-black-alpha-3 {
  background: rgba(0, 0, 0, 0.75);
}

.background-black-alpha-2 {
  background: rgba(0, 0, 0, 0.5);
}

.background-black-alpha-1 {
  background: #202020;
}

.background-dark {
  background: #999999;
}

.background-light {
  background: #cccccc;
}

.background-pale {
  background: #2f3b48;
}

.background-white {
  background: #ffffff;
}

.background-white-alpha-3 {
  background: rgba(255, 255, 255, 0.2);
}

.background-white-alpha-2 {
  background: rgba(255, 255, 255, 0.5);
}

.background-white-alpha-1 {
  background: rgba(255, 255, 255, 0.144);
}

.background-primary {
  background: #27313c;
}

.background-secondary {
  background: #6c7f6c;
}

.background-tertiary {
  background: #92a795;
}

.background-success {
  background: green;
}

.background-warning {
  background: orange;
}

.background-error {
  background: red;
}

.background-facebook {
  background: #1a77f2;
}

.background-instagram {
  background: #ed4956;
}

.background-twitter {
  background: #1fa2f1;
}

.background-linkedin {
  background: #0577b5;
}

.background-youtube {
  background: #ff0202;
}

.background-hover:hover {
  background: #92a795;
}

.background-hover-black:hover {
  background: black;
}

.background-hover-black-alpha-3:hover {
  background: rgba(0, 0, 0, 0.75);
}

.background-hover-black-alpha-2:hover {
  background: rgba(0, 0, 0, 0.5);
}

.background-hover-black-alpha-1:hover {
  background: #202020;
}

.background-hover-dark:hover {
  background: #999999;
}

.background-hover-light:hover {
  background: #cccccc;
}

.background-hover-pale:hover {
  background: #2f3b48;
}

.background-hover-white:hover {
  background: #ffffff;
}

.background-hover-white-alpha-3:hover {
  background: rgba(255, 255, 255, 0.2);
}

.background-hover-white-alpha-2:hover {
  background: rgba(255, 255, 255, 0.5);
}

.background-hover-white-alpha-1:hover {
  background: rgba(255, 255, 255, 0.144);
}

.background-hover-primary:hover {
  background: #27313c;
}

.background-hover-secondary:hover {
  background: #6c7f6c;
}

.background-hover-tertiary:hover {
  background: #92a795;
}

.background-hover-success:hover {
  background: green;
}

.background-hover-warning:hover {
  background: orange;
}

.background-hover-error:hover {
  background: red;
}

.background-hover-facebook:hover {
  background: #1a77f2;
}

.background-hover-instagram:hover {
  background: #ed4956;
}

.background-hover-twitter:hover {
  background: #1fa2f1;
}

.background-hover-linkedin:hover {
  background: #0577b5;
}

.background-hover-youtube:hover {
  background: #ff0202;
}

.box-shadow-large {
  box-shadow: 3px 3px 1rem 3px #575555;
}

.box-shadow-medium {
  box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.15);
}

.box-shadow-small {
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.15);
}

.box-shadow-hover-large:hover {
  box-shadow: 3px 3px 1rem 3px #575555;
}

.box-shadow-hover-medium:hover {
  box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.15);
}

.box-shadow-hover-small:hover {
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.15);
}

.color-black {
  color: black;
}

.color-black-alpha-3 {
  color: rgba(0, 0, 0, 0.75);
}

.color-black-alpha-2 {
  color: rgba(0, 0, 0, 0.5);
}

.color-black-alpha-1 {
  color: #202020;
}

.color-dark {
  color: #999999;
}

.color-light {
  color: #cccccc;
}

.color-pale {
  color: #2f3b48;
}

.color-white {
  color: #ffffff;
}

.color-white-alpha-3 {
  color: rgba(255, 255, 255, 0.2);
}

.color-white-alpha-2 {
  color: rgba(255, 255, 255, 0.5);
}

.color-white-alpha-1 {
  color: rgba(255, 255, 255, 0.144);
}

.color-primary {
  color: #27313c;
}

.color-secondary {
  color: #6c7f6c;
}

.color-tertiary {
  color: #92a795;
}

.color-success {
  color: green;
}

.color-warning {
  color: orange;
}

.color-error {
  color: red;
}

.color-facebook {
  color: #1a77f2;
}

.color-instagram {
  color: #ed4956;
}

.color-twitter {
  color: #1fa2f1;
}

.color-linkedin {
  color: #0577b5;
}

.color-youtube {
  color: #ff0202;
}

.color-link {
  color: #ffffff;
}

.color-hover:hover {
  color: #92a795;
}

.color-hover-black:hover {
  color: black;
}

.color-hover-black-alpha-3:hover {
  color: rgba(0, 0, 0, 0.75);
}

.color-hover-black-alpha-2:hover {
  color: rgba(0, 0, 0, 0.5);
}

.color-hover-black-alpha-1:hover {
  color: #202020;
}

.color-hover-dark:hover {
  color: #999999;
}

.color-hover-light:hover {
  color: #cccccc;
}

.color-hover-pale:hover {
  color: #2f3b48;
}

.color-hover-white:hover {
  color: #ffffff;
}

.color-hover-white-alpha-3:hover {
  color: rgba(255, 255, 255, 0.2);
}

.color-hover-white-alpha-2:hover {
  color: rgba(255, 255, 255, 0.5);
}

.color-hover-white-alpha-1:hover {
  color: rgba(255, 255, 255, 0.144);
}

.color-hover-primary:hover {
  color: #27313c;
}

.color-hover-secondary:hover {
  color: #6c7f6c;
}

.color-hover-tertiary:hover {
  color: #92a795;
}

.color-hover-success:hover {
  color: green;
}

.color-hover-warning:hover {
  color: orange;
}

.color-hover-error:hover {
  color: red;
}

.color-hover-facebook:hover {
  color: #1a77f2;
}

.color-hover-instagram:hover {
  color: #ed4956;
}

.color-hover-twitter:hover {
  color: #1fa2f1;
}

.color-hover-linkedin:hover {
  color: #0577b5;
}

.color-hover-youtube:hover {
  color: #ff0202;
}

.parallax-background {
  position: relative;
  overflow: hidden;
}

.parallax-background img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 640px) {
  .parallax-background img {
    height: calc(100% + 150px);
  }
}
.a-block {
  display: block;
}

.a-inline {
  display: inline;
}

.a-inline-block {
  display: inline-block;
}

.a-flex {
  display: flex;
}

.a-grid {
  display: grid;
}

.a-none {
  display: none;
}

@media (max-width: 1280px) {
  .lg-block {
    display: block;
  }

  .lg-inline {
    display: inline;
  }

  .lg-inline-block {
    display: inline-block;
  }

  .lg-flex {
    display: flex;
  }

  .lg-grid {
    display: grid;
  }

  .lg-none {
    display: none;
  }
}
@media (max-width: 960px) {
  .md-block {
    display: block;
  }

  .md-inline {
    display: inline;
  }

  .md-inline-block {
    display: inline-block;
  }

  .md-flex {
    display: flex;
  }

  .md-grid {
    display: grid;
  }

  .md-none {
    display: none;
  }
}
@media (max-width: 640px) {
  .sm-block {
    display: block;
  }

  .sm-inline {
    display: inline;
  }

  .sm-inline-block {
    display: inline-block;
  }

  .sm-flex {
    display: flex;
  }

  .sm-grid {
    display: grid;
  }

  .sm-none {
    display: none;
  }
}
.fill-black path {
  fill: black;
}

.fill-black-alpha-3 path {
  fill: rgba(0, 0, 0, 0.75);
}

.fill-black-alpha-2 path {
  fill: rgba(0, 0, 0, 0.5);
}

.fill-black-alpha-1 path {
  fill: #202020;
}

.fill-dark path {
  fill: #999999;
}

.fill-light path {
  fill: #cccccc;
}

.fill-pale path {
  fill: #2f3b48;
}

.fill-white path {
  fill: #ffffff;
}

.fill-white-alpha-3 path {
  fill: rgba(255, 255, 255, 0.2);
}

.fill-white-alpha-2 path {
  fill: rgba(255, 255, 255, 0.5);
}

.fill-white-alpha-1 path {
  fill: rgba(255, 255, 255, 0.144);
}

.fill-primary path {
  fill: #27313c;
}

.fill-secondary path {
  fill: #6c7f6c;
}

.fill-tertiary path {
  fill: #92a795;
}

.fill-success path {
  fill: green;
}

.fill-warning path {
  fill: orange;
}

.fill-error path {
  fill: red;
}

.fill-facebook path {
  fill: #1a77f2;
}

.fill-instagram path {
  fill: #ed4956;
}

.fill-twitter path {
  fill: #1fa2f1;
}

.fill-linkedin path {
  fill: #0577b5;
}

.fill-youtube path {
  fill: #ff0202;
}

.fill-hover:hover path {
  fill: #92a795;
}

.fill-hover-black:hover path {
  fill: black;
}

.fill-hover-black-alpha-3:hover path {
  fill: rgba(0, 0, 0, 0.75);
}

.fill-hover-black-alpha-2:hover path {
  fill: rgba(0, 0, 0, 0.5);
}

.fill-hover-black-alpha-1:hover path {
  fill: #202020;
}

.fill-hover-dark:hover path {
  fill: #999999;
}

.fill-hover-light:hover path {
  fill: #cccccc;
}

.fill-hover-pale:hover path {
  fill: #2f3b48;
}

.fill-hover-white:hover path {
  fill: #ffffff;
}

.fill-hover-white-alpha-3:hover path {
  fill: rgba(255, 255, 255, 0.2);
}

.fill-hover-white-alpha-2:hover path {
  fill: rgba(255, 255, 255, 0.5);
}

.fill-hover-white-alpha-1:hover path {
  fill: rgba(255, 255, 255, 0.144);
}

.fill-hover-primary:hover path {
  fill: #27313c;
}

.fill-hover-secondary:hover path {
  fill: #6c7f6c;
}

.fill-hover-tertiary:hover path {
  fill: #92a795;
}

.fill-hover-success:hover path {
  fill: green;
}

.fill-hover-warning:hover path {
  fill: orange;
}

.fill-hover-error:hover path {
  fill: red;
}

.fill-hover-facebook:hover path {
  fill: #1a77f2;
}

.fill-hover-instagram:hover path {
  fill: #ed4956;
}

.fill-hover-twitter:hover path {
  fill: #1fa2f1;
}

.fill-hover-linkedin:hover path {
  fill: #0577b5;
}

.fill-hover-youtube:hover path {
  fill: #ff0202;
}

.brightness-90pr {
  filter: brightness(90%);
}

.brightness-80pr {
  filter: brightness(80%);
}

.brightness-70pr {
  filter: brightness(70%);
}

.brightness-60pr {
  filter: brightness(60%);
}

.brightness-50pr {
  filter: brightness(50%);
}

.brightness-40pr {
  filter: brightness(40%);
}

.brightness-30pr {
  filter: brightness(30%);
}

.a-direction-row {
  flex-direction: row;
}

.a-direction-column {
  flex-direction: column;
}

.a-wrap {
  flex-wrap: wrap;
}

.a-nowrap {
  flex-wrap: nowrap;
}

.a-justify-start {
  justify-content: flex-start;
}

.a-justify-center {
  justify-content: center;
}

.a-justify-end {
  justify-content: flex-end;
}

.a-justify-space-around {
  justify-content: space-around;
}

.a-justify-space-between {
  justify-content: space-between;
}

.a-justify-space-evenly {
  justify-content: space-evenly;
}

.a-align-start {
  align-items: flex-start;
}

.a-align-center {
  align-items: center;
}

.a-align-end {
  align-items: flex-end;
}

.a-align-stretch {
  align-items: stretch;
}

@media (max-width: 1280px) {
  .lg-direction-row {
    flex-direction: row;
  }

  .lg-direction-column {
    flex-direction: column;
  }

  .lg-wrap {
    flex-wrap: wrap;
  }

  .lg-nowrap {
    flex-wrap: nowrap;
  }

  .lg-justify-start {
    justify-content: flex-start;
  }

  .lg-justify-center {
    justify-content: center;
  }

  .lg-justify-end {
    justify-content: flex-end;
  }

  .lg-justify-space-around {
    justify-content: space-around;
  }

  .lg-justify-space-between {
    justify-content: space-between;
  }

  .lg-justify-space-evenly {
    justify-content: space-evenly;
  }

  .lg-align-start {
    align-items: flex-start;
  }

  .lg-align-center {
    align-items: center;
  }

  .lg-align-end {
    align-items: flex-end;
  }

  .lg-align-stretch {
    align-items: stretch;
  }
}
@media (max-width: 960px) {
  .md-direction-row {
    flex-direction: row;
  }

  .md-direction-column {
    flex-direction: column;
  }

  .md-wrap {
    flex-wrap: wrap;
  }

  .md-nowrap {
    flex-wrap: nowrap;
  }

  .md-justify-start {
    justify-content: flex-start;
  }

  .md-justify-center {
    justify-content: center;
  }

  .md-justify-end {
    justify-content: flex-end;
  }

  .md-justify-space-around {
    justify-content: space-around;
  }

  .md-justify-space-between {
    justify-content: space-between;
  }

  .md-justify-space-evenly {
    justify-content: space-evenly;
  }

  .md-align-start {
    align-items: flex-start;
  }

  .md-align-center {
    align-items: center;
  }

  .md-align-end {
    align-items: flex-end;
  }

  .md-align-stretch {
    align-items: stretch;
  }
}
@media (max-width: 640px) {
  .sm-direction-row {
    flex-direction: row;
  }

  .sm-direction-column {
    flex-direction: column;
  }

  .sm-wrap {
    flex-wrap: wrap;
  }

  .sm-nowrap {
    flex-wrap: nowrap;
  }

  .sm-justify-start {
    justify-content: flex-start;
  }

  .sm-justify-center {
    justify-content: center;
  }

  .sm-justify-end {
    justify-content: flex-end;
  }

  .sm-justify-space-around {
    justify-content: space-around;
  }

  .sm-justify-space-between {
    justify-content: space-between;
  }

  .sm-justify-space-evenly {
    justify-content: space-evenly;
  }

  .sm-align-start {
    align-items: flex-start;
  }

  .sm-align-center {
    align-items: center;
  }

  .sm-align-end {
    align-items: flex-end;
  }

  .sm-align-stretch {
    align-items: stretch;
  }
}
.a-horizontal-gap-5 {
  margin-right: -3rem;
  margin-left: -3rem;
}

.a-horizontal-gap-5 > * {
  margin-right: 3rem;
  margin-left: 3rem;
}

.a-vertical-gap-5 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.a-vertical-gap-5 > * {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.a-horizontal-gap-4 {
  margin-right: -2rem;
  margin-left: -2rem;
}

.a-horizontal-gap-4 > * {
  margin-right: 2rem;
  margin-left: 2rem;
}

.a-vertical-gap-4 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.a-vertical-gap-4 > * {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.a-horizontal-gap-3 {
  margin-right: -1rem;
  margin-left: -1rem;
}

.a-horizontal-gap-3 > * {
  margin-right: 1rem;
  margin-left: 1rem;
}

.a-vertical-gap-3 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.a-vertical-gap-3 > * {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.a-horizontal-gap-2 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.a-horizontal-gap-2 > * {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.a-vertical-gap-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.a-vertical-gap-2 > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.a-horizontal-gap-1 {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.a-horizontal-gap-1 > * {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.a-vertical-gap-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.a-vertical-gap-1 > * {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

@media (max-width: 1280px) {
  .lg-horizontal-gap-5 {
    margin-right: -3rem;
    margin-left: -3rem;
  }

  .lg-horizontal-gap-5 > * {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .lg-vertical-gap-5 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg-vertical-gap-5 > * {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg-horizontal-gap-4 {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .lg-horizontal-gap-4 > * {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .lg-vertical-gap-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg-vertical-gap-4 > * {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg-horizontal-gap-3 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .lg-horizontal-gap-3 > * {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .lg-vertical-gap-3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg-vertical-gap-3 > * {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg-horizontal-gap-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .lg-horizontal-gap-2 > * {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .lg-vertical-gap-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg-vertical-gap-2 > * {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg-horizontal-gap-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }

  .lg-horizontal-gap-1 > * {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .lg-vertical-gap-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg-vertical-gap-1 > * {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 960px) {
  .md-horizontal-gap-5 {
    margin-right: -3rem;
    margin-left: -3rem;
  }

  .md-horizontal-gap-5 > * {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .md-vertical-gap-5 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md-vertical-gap-5 > * {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md-horizontal-gap-4 {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .md-horizontal-gap-4 > * {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .md-vertical-gap-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md-vertical-gap-4 > * {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md-horizontal-gap-3 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .md-horizontal-gap-3 > * {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .md-vertical-gap-3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md-vertical-gap-3 > * {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md-horizontal-gap-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .md-horizontal-gap-2 > * {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .md-vertical-gap-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md-vertical-gap-2 > * {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md-horizontal-gap-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }

  .md-horizontal-gap-1 > * {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .md-vertical-gap-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md-vertical-gap-1 > * {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 640px) {
  .sm-horizontal-gap-5 {
    margin-right: -3rem;
    margin-left: -3rem;
  }

  .sm-horizontal-gap-5 > * {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .sm-vertical-gap-5 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm-vertical-gap-5 > * {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm-horizontal-gap-4 {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .sm-horizontal-gap-4 > * {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .sm-vertical-gap-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm-vertical-gap-4 > * {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm-horizontal-gap-3 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .sm-horizontal-gap-3 > * {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .sm-vertical-gap-3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm-vertical-gap-3 > * {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm-horizontal-gap-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .sm-horizontal-gap-2 > * {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .sm-vertical-gap-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm-vertical-gap-2 > * {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm-horizontal-gap-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }

  .sm-horizontal-gap-1 > * {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .sm-vertical-gap-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm-vertical-gap-1 > * {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
.horizontal-gap-divider > * {
  position: relative;
}

.horizontal-gap-divider > *:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #999999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.horizontal-gap-divider > *:last-child:after {
  display: none;
}

.divider-full > *:after {
  height: 100%;
}

.divider-short > *:after {
  height: 25%;
}

.divider-rotate > *:after {
  transform: translateY(-50%) rotate(20deg);
  transform-origin: 50% 50%;
}

.a-horizontal-gap-5 > *:after {
  right: -3rem;
}

.a-horizontal-gap-4 > *:after {
  right: -2rem;
}

.a-horizontal-gap-3 > *:after {
  right: -1rem;
}

.a-horizontal-gap-2 > *:after {
  right: -0.5rem;
}

.a-horizontal-gap-1 > *:after {
  right: -0.25rem;
}

@media (max-width: 1280px) {
  .lg-horizontal-gap-5 > *:after {
    right: -3rem;
  }

  .lg-horizontal-gap-4 > *:after {
    right: -2rem;
  }

  .lg-horizontal-gap-3 > *:after {
    right: -1rem;
  }

  .lg-horizontal-gap-2 > *:after {
    right: -0.5rem;
  }

  .lg-horizontal-gap-1 > *:after {
    right: -0.25rem;
  }
}
@media (max-width: 960px) {
  .md-horizontal-gap-5 > *:after {
    right: -3rem;
  }

  .md-horizontal-gap-4 > *:after {
    right: -2rem;
  }

  .md-horizontal-gap-3 > *:after {
    right: -1rem;
  }

  .md-horizontal-gap-2 > *:after {
    right: -0.5rem;
  }

  .md-horizontal-gap-1 > *:after {
    right: -0.25rem;
  }
}
@media (max-width: 640px) {
  .sm-horizontal-gap-5 > *:after {
    right: -3rem;
  }

  .sm-horizontal-gap-4 > *:after {
    right: -2rem;
  }

  .sm-horizontal-gap-3 > *:after {
    right: -1rem;
  }

  .sm-horizontal-gap-2 > *:after {
    right: -0.5rem;
  }

  .sm-horizontal-gap-1 > *:after {
    right: -0.25rem;
  }
}
.a-columns-1 {
  grid-template-columns: 1fr;
}

.a-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.a-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.a-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.a-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.a-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.a-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.a-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.a-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

@media (max-width: 1280px) {
  .lg-columns-1 {
    grid-template-columns: 1fr;
  }

  .lg-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .lg-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .lg-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .lg-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .lg-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .lg-columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .lg-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .lg-columns-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 960px) {
  .md-columns-1 {
    grid-template-columns: 1fr;
  }

  .md-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .md-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .md-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .md-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .md-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .md-columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .md-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .md-columns-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 640px) {
  .sm-columns-1 {
    grid-template-columns: 1fr;
  }

  .sm-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .sm-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .sm-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .sm-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .sm-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .sm-columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .sm-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .sm-columns-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
.a-column-start-1 {
  grid-column-start: 1;
}

.a-column-start-2 {
  grid-column-start: 2;
}

.a-column-start-3 {
  grid-column-start: 3;
}

.a-column-start-4 {
  grid-column-start: 4;
}

.a-column-start-5 {
  grid-column-start: 5;
}

.a-column-start-6 {
  grid-column-start: 6;
}

.a-column-start-7 {
  grid-column-start: 7;
}

.a-column-start-8 {
  grid-column-start: 8;
}

.a-column-start-9 {
  grid-column-start: 9;
}

.a-column-span-1 {
  grid-column-end: span 1;
}

.a-column-span-2 {
  grid-column-end: span 2;
}

.a-column-span-3 {
  grid-column-end: span 3;
}

.a-column-span-4 {
  grid-column-end: span 4;
}

.a-column-span-5 {
  grid-column-end: span 5;
}

.a-column-span-6 {
  grid-column-end: span 6;
}

.a-column-span-7 {
  grid-column-end: span 7;
}

.a-column-span-8 {
  grid-column-end: span 8;
}

.a-column-span-9 {
  grid-column-end: span 9;
}

@media (max-width: 1280px) {
  .lg-column-start-1 {
    grid-column-start: 1;
  }

  .lg-column-start-2 {
    grid-column-start: 2;
  }

  .lg-column-start-3 {
    grid-column-start: 3;
  }

  .lg-column-start-4 {
    grid-column-start: 4;
  }

  .lg-column-start-5 {
    grid-column-start: 5;
  }

  .lg-column-start-6 {
    grid-column-start: 6;
  }

  .lg-column-start-7 {
    grid-column-start: 7;
  }

  .lg-column-start-8 {
    grid-column-start: 8;
  }

  .lg-column-start-9 {
    grid-column-start: 9;
  }

  .lg-column-span-1 {
    grid-column-end: span 1;
  }

  .lg-column-span-2 {
    grid-column-end: span 2;
  }

  .lg-column-span-3 {
    grid-column-end: span 3;
  }

  .lg-column-span-4 {
    grid-column-end: span 4;
  }

  .lg-column-span-5 {
    grid-column-end: span 5;
  }

  .lg-column-span-6 {
    grid-column-end: span 6;
  }

  .lg-column-span-7 {
    grid-column-end: span 7;
  }

  .lg-column-span-8 {
    grid-column-end: span 8;
  }

  .lg-column-span-9 {
    grid-column-end: span 9;
  }
}
@media (max-width: 960px) {
  .md-column-start-1 {
    grid-column-start: 1;
  }

  .md-column-start-2 {
    grid-column-start: 2;
  }

  .md-column-start-3 {
    grid-column-start: 3;
  }

  .md-column-start-4 {
    grid-column-start: 4;
  }

  .md-column-start-5 {
    grid-column-start: 5;
  }

  .md-column-start-6 {
    grid-column-start: 6;
  }

  .md-column-start-7 {
    grid-column-start: 7;
  }

  .md-column-start-8 {
    grid-column-start: 8;
  }

  .md-column-start-9 {
    grid-column-start: 9;
  }

  .md-column-span-1 {
    grid-column-end: span 1;
  }

  .md-column-span-2 {
    grid-column-end: span 2;
  }

  .md-column-span-3 {
    grid-column-end: span 3;
  }

  .md-column-span-4 {
    grid-column-end: span 4;
  }

  .md-column-span-5 {
    grid-column-end: span 5;
  }

  .md-column-span-6 {
    grid-column-end: span 6;
  }

  .md-column-span-7 {
    grid-column-end: span 7;
  }

  .md-column-span-8 {
    grid-column-end: span 8;
  }

  .md-column-span-9 {
    grid-column-end: span 9;
  }
}
@media (max-width: 640px) {
  .sm-column-start-1 {
    grid-column-start: 1;
  }

  .sm-column-start-2 {
    grid-column-start: 2;
  }

  .sm-column-start-3 {
    grid-column-start: 3;
  }

  .sm-column-start-4 {
    grid-column-start: 4;
  }

  .sm-column-start-5 {
    grid-column-start: 5;
  }

  .sm-column-start-6 {
    grid-column-start: 6;
  }

  .sm-column-start-7 {
    grid-column-start: 7;
  }

  .sm-column-start-8 {
    grid-column-start: 8;
  }

  .sm-column-start-9 {
    grid-column-start: 9;
  }

  .sm-column-span-1 {
    grid-column-end: span 1;
  }

  .sm-column-span-2 {
    grid-column-end: span 2;
  }

  .sm-column-span-3 {
    grid-column-end: span 3;
  }

  .sm-column-span-4 {
    grid-column-end: span 4;
  }

  .sm-column-span-5 {
    grid-column-end: span 5;
  }

  .sm-column-span-6 {
    grid-column-end: span 6;
  }

  .sm-column-span-7 {
    grid-column-end: span 7;
  }

  .sm-column-span-8 {
    grid-column-end: span 8;
  }

  .sm-column-span-9 {
    grid-column-end: span 9;
  }
}
.v-gap-6 {
  grid-gap: calc(3rem + 3vw);
}

.v-gap-5 {
  grid-gap: calc(2.5rem + 2.5vw);
}

.v-gap-4 {
  grid-gap: calc(2rem + 2vw);
}

.v-gap-3 {
  grid-gap: calc(1.5rem + 1.5vw);
}

.v-gap-2 {
  grid-gap: calc(1rem + 1vw);
}

.v-gap-1 {
  grid-gap: calc(0.5rem + 0.5vw);
}

.v-row-gap-6 {
  row-gap: calc(3rem + 3vw);
}

.v-row-gap-5 {
  row-gap: calc(2.5rem + 2.5vw);
}

.v-row-gap-4 {
  row-gap: calc(2rem + 2vw);
}

.v-row-gap-3 {
  row-gap: calc(1.5rem + 1.5vw);
}

.v-row-gap-2 {
  row-gap: calc(1rem + 1vw);
}

.v-row-gap-1 {
  row-gap: calc(0.5rem + 0.5vw);
}

.v-column-gap-6 {
  column-gap: calc(3rem + 3vw);
}

.v-column-gap-5 {
  column-gap: calc(2.5rem + 2.5vw);
}

.v-column-gap-4 {
  column-gap: calc(2rem + 2vw);
}

.v-column-gap-3 {
  column-gap: calc(1.5rem + 1.5vw);
}

.v-column-gap-2 {
  column-gap: calc(1rem + 1vw);
}

.v-column-gap-1 {
  column-gap: calc(0.5rem + 0.5vw);
}

.a-height-100pr {
  height: 100%;
}

@media (max-width: 1280px) {
  .lg-height-100pr {
    height: 100%;
  }
}
@media (max-width: 960px) {
  .md-height-100pr {
    height: 100%;
  }
}
@media (max-width: 640px) {
  .sm-height-100pr {
    height: 100%;
  }
}
.a-min-height-100pr {
  min-height: 100%;
}

@media (max-width: 1280px) {
  .lg-min-height-100pr {
    min-height: 100%;
  }
}
@media (max-width: 960px) {
  .md-min-height-100pr {
    min-height: 100%;
  }
}
@media (max-width: 640px) {
  .sm-min-height-100pr {
    min-height: 100%;
  }
}
.icon-button-small {
  display: flex;
  padding: 6px;
}

.icon-button-small svg {
  width: 15px;
  height: 15px;
  transition-duration: 0.3s;
}

.icon-button-small path {
  transition-duration: 0.3s;
}

.icon-button-medium {
  display: flex;
  padding: 9px;
}

.icon-button-medium svg {
  width: 30px;
  height: 30px;
}

.icon-button-medium path {
  transition-duration: 0.3s;
}

.icon-button-large {
  display: flex;
  padding: 12px;
}

.icon-button-large svg {
  width: 45px;
  height: 45px;
}

.icon-button-large path {
  transition-duration: 0.3s;
}

.background-image-absolute {
  position: relative;
}

.background-image-absolute img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.image-aspect-ratio {
  position: relative;
  display: flex;
}

.image-aspect-ratio img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.a-1-1 {
  padding-bottom: 100%;
}

.a-4-3 {
  padding-bottom: 75%;
}

.a-3-2 {
  padding-bottom: 66.66%;
}

.a-16-9 {
  padding-bottom: 56.25%;
}

.a-2-1 {
  padding-bottom: 50%;
}

.a-3-1 {
  padding-bottom: 33.33%;
}

.a-4-1 {
  padding-bottom: 25%;
}

.a-1-2 {
  padding-bottom: 200%;
}

.a-2-3 {
  padding-bottom: 150%;
}

.a-3-4 {
  padding-bottom: 133.335%;
}

@media (max-width: 1280px) {
  .lg-1-1 {
    padding-bottom: 100%;
  }

  .lg-4-3 {
    padding-bottom: 75%;
  }

  .lg-3-2 {
    padding-bottom: 66.66%;
  }

  .lg-16-9 {
    padding-bottom: 56.25%;
  }

  .lg-2-1 {
    padding-bottom: 50%;
  }

  .lg-3-1 {
    padding-bottom: 33.33%;
  }

  .lg-4-1 {
    padding-bottom: 25%;
  }

  .lg-1-2 {
    padding-bottom: 200%;
  }

  .lg-2-3 {
    padding-bottom: 150%;
  }

  .lg-3-4 {
    padding-bottom: 133.335%;
  }
}
@media (max-width: 960px) {
  .md-1-1 {
    padding-bottom: 100%;
  }

  .md-4-3 {
    padding-bottom: 75%;
  }

  .md-3-2 {
    padding-bottom: 66.66%;
  }

  .md-16-9 {
    padding-bottom: 56.25%;
  }

  .md-2-1 {
    padding-bottom: 50%;
  }

  .md-3-1 {
    padding-bottom: 33.33%;
  }

  .md-4-1 {
    padding-bottom: 25%;
  }

  .md-1-2 {
    padding-bottom: 200%;
  }

  .md-2-3 {
    padding-bottom: 150%;
  }

  .md-3-4 {
    padding-bottom: 133.335%;
  }
}
@media (max-width: 640px) {
  .sm-1-1 {
    padding-bottom: 100%;
  }

  .sm-4-3 {
    padding-bottom: 75%;
  }

  .sm-3-2 {
    padding-bottom: 66.66%;
  }

  .sm-16-9 {
    padding-bottom: 56.25%;
  }

  .sm-2-1 {
    padding-bottom: 50%;
  }

  .sm-3-1 {
    padding-bottom: 33.33%;
  }

  .sm-4-1 {
    padding-bottom: 25%;
  }

  .sm-1-2 {
    padding-bottom: 200%;
  }

  .sm-2-3 {
    padding-bottom: 150%;
  }

  .sm-3-4 {
    padding-bottom: 133.335%;
  }
}
.object-fit-cover img {
  object-fit: cover;
}

.object-fit-contain img {
  object-fit: contain;
}

.object-position-0-0 img {
  object-position: 0% 0%;
}

.object-position-0-25 img {
  object-position: 0% 25%;
}

.object-position-0-50 img {
  object-position: 0% 50%;
}

.object-position-0-75 img {
  object-position: 0% 75%;
}

.object-position-0-100 img {
  object-position: 0% 100%;
}

.object-position-25-0 img {
  object-position: 25% 0%;
}

.object-position-25-25 img {
  object-position: 25% 25%;
}

.object-position-25-50 img {
  object-position: 25% 50%;
}

.object-position-25-75 img {
  object-position: 25% 75%;
}

.object-position-25-100 img {
  object-position: 25% 100%;
}

.object-position-50-0 img {
  object-position: 50% 0%;
}

.object-position-50-25 img {
  object-position: 50% 25%;
}

.object-position-50-50 img {
  object-position: 50% 50%;
}

.object-position-50-75 img {
  object-position: 50% 75%;
}

.object-position-50-100 img {
  object-position: 50% 100%;
}

.object-position-75-0 img {
  object-position: 75% 0%;
}

.object-position-75-25 img {
  object-position: 75% 25%;
}

.object-position-75-50 img {
  object-position: 75% 50%;
}

.object-position-75-75 img {
  object-position: 75% 75%;
}

.object-position-75-100 img {
  object-position: 75% 100%;
}

.object-position-100-0 img {
  object-position: 100% 0%;
}

.object-position-100-25 img {
  object-position: 100% 25%;
}

.object-position-100-50 img {
  object-position: 100% 50%;
}

.object-position-100-75 img {
  object-position: 100% 75%;
}

.object-position-100-100 img {
  object-position: 100% 100%;
}

.light-link a,
a.light-link {
  color: rgba(255, 255, 255, 0.2);
}

.light-link a:hover,
a.light-link:hover {
  color: #ffffff;
}

.dark-link a,
a.dark-link {
  color: black;
}

.dark-link a:hover,
a.dark-link:hover {
  color: #27313c;
}

.underlined-link a,
a.underlined-link {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2px;
}

.underlined-link a:hover,
a.underlined-link:hover {
  border-bottom: 1px solid #92a795;
}

.light-link.underlined-link a,
a.light-link.underlined-link {
  border-bottom: 1px solid #999999;
  padding-bottom: 2px;
}

.light-link.underlined-link a:hover,
a.light-link.underlined-link:hover {
  border-bottom: 1px solid #ffffff !important;
}

.icon-link {
  display: flex;
  align-items: center;
}

.icon-link svg {
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-link path {
  fill: #ffffff;
  transition-duration: 0.3s !important;
}

.icon-link:hover path {
  fill: #92a795;
}

.icon-link.inverted {
  color: #ffffff;
}

.icon-link.inverted path {
  fill: #ffffff;
}

.icon-link.inverted:hover {
  color: #92a795;
}

.icon-link.inverted:hover path {
  fill: #92a795;
}

.horizontal-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.vertical-list {
  margin: 0;
  padding: 0;
}

.vertical-list li {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.horizontal-list a,
.vertical-list a {
  display: block;
}

.list-spacing-5 li {
  margin-bottom: 1.5rem;
}

.list-spacing-4 li {
  margin-bottom: 1rem;
}

.list-spacing-3 li {
  margin-bottom: 0.75rem;
}

.list-spacing-2 li {
  margin-bottom: 0.5rem;
}

.list-spacing-1 li {
  margin-bottom: 0.25rem;
}

.list-spacing-last-child-0 li:last-child {
  margin-bottom: 0;
}

.a-margin-9 {
  margin: 9rem;
}

.a-margin-8 {
  margin: 7rem;
}

.a-margin-7 {
  margin: 5rem;
}

.a-margin-6 {
  margin: 4rem;
}

.a-margin-5 {
  margin: 3rem;
}

.a-margin-4 {
  margin: 2rem;
}

.a-margin-3 {
  margin: 1.5rem;
}

.a-margin-2 {
  margin: 1rem;
}

.a-margin-1 {
  margin: 0.5rem;
}

@media (max-width: 1280px) {
  .lg-margin-9 {
    margin: 9rem;
  }

  .lg-margin-8 {
    margin: 7rem;
  }

  .lg-margin-7 {
    margin: 5rem;
  }

  .lg-margin-6 {
    margin: 4rem;
  }

  .lg-margin-5 {
    margin: 3rem;
  }

  .lg-margin-4 {
    margin: 2rem;
  }

  .lg-margin-3 {
    margin: 1.5rem;
  }

  .lg-margin-2 {
    margin: 1rem;
  }

  .lg-margin-1 {
    margin: 0.5rem;
  }
}
@media (max-width: 960px) {
  .md-margin-9 {
    margin: 9rem;
  }

  .md-margin-8 {
    margin: 7rem;
  }

  .md-margin-7 {
    margin: 5rem;
  }

  .md-margin-6 {
    margin: 4rem;
  }

  .md-margin-5 {
    margin: 3rem;
  }

  .md-margin-4 {
    margin: 2rem;
  }

  .md-margin-3 {
    margin: 1.5rem;
  }

  .md-margin-2 {
    margin: 1rem;
  }

  .md-margin-1 {
    margin: 0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-margin-9 {
    margin: 9rem;
  }

  .sm-margin-8 {
    margin: 7rem;
  }

  .sm-margin-7 {
    margin: 5rem;
  }

  .sm-margin-6 {
    margin: 4rem;
  }

  .sm-margin-5 {
    margin: 3rem;
  }

  .sm-margin-4 {
    margin: 2rem;
  }

  .sm-margin-3 {
    margin: 1.5rem;
  }

  .sm-margin-2 {
    margin: 1rem;
  }

  .sm-margin-1 {
    margin: 0.5rem;
  }
}
.a-margin-top-9 {
  margin-top: 9rem;
}

.a-margin-top-8 {
  margin-top: 7rem;
}

.a-margin-top-7 {
  margin-top: 5rem;
}

.a-margin-top-6 {
  margin-top: 4rem;
}

.a-margin-top-5 {
  margin-top: 3rem;
}

.a-margin-top-4 {
  margin-top: 2rem;
}

.a-margin-top-3 {
  margin-top: 1.5rem;
}

.a-margin-top-2 {
  margin-top: 1rem;
}

.a-margin-top-1 {
  margin-top: 0.5rem;
}

@media (max-width: 1280px) {
  .lg-margin-top-9 {
    margin-top: 9rem;
  }

  .lg-margin-top-8 {
    margin-top: 7rem;
  }

  .lg-margin-top-7 {
    margin-top: 5rem;
  }

  .lg-margin-top-6 {
    margin-top: 4rem;
  }

  .lg-margin-top-5 {
    margin-top: 3rem;
  }

  .lg-margin-top-4 {
    margin-top: 2rem;
  }

  .lg-margin-top-3 {
    margin-top: 1.5rem;
  }

  .lg-margin-top-2 {
    margin-top: 1rem;
  }

  .lg-margin-top-1 {
    margin-top: 0.5rem;
  }
}
@media (max-width: 960px) {
  .md-margin-top-9 {
    margin-top: 9rem;
  }

  .md-margin-top-8 {
    margin-top: 7rem;
  }

  .md-margin-top-7 {
    margin-top: 5rem;
  }

  .md-margin-top-6 {
    margin-top: 4rem;
  }

  .md-margin-top-5 {
    margin-top: 3rem;
  }

  .md-margin-top-4 {
    margin-top: 2rem;
  }

  .md-margin-top-3 {
    margin-top: 1.5rem;
  }

  .md-margin-top-2 {
    margin-top: 1rem;
  }

  .md-margin-top-1 {
    margin-top: 0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-margin-top-9 {
    margin-top: 9rem;
  }

  .sm-margin-top-8 {
    margin-top: 7rem;
  }

  .sm-margin-top-7 {
    margin-top: 5rem;
  }

  .sm-margin-top-6 {
    margin-top: 4rem;
  }

  .sm-margin-top-5 {
    margin-top: 3rem;
  }

  .sm-margin-top-4 {
    margin-top: 2rem;
  }

  .sm-margin-top-3 {
    margin-top: 1.5rem;
  }

  .sm-margin-top-2 {
    margin-top: 1rem;
  }

  .sm-margin-top-1 {
    margin-top: 0.5rem;
  }
}
.a-margin-right-9 {
  margin-right: 9rem;
}

.a-margin-right-8 {
  margin-right: 7rem;
}

.a-margin-right-7 {
  margin-right: 5rem;
}

.a-margin-right-6 {
  margin-right: 4rem;
}

.a-margin-right-5 {
  margin-right: 3rem;
}

.a-margin-right-4 {
  margin-right: 2rem;
}

.a-margin-right-3 {
  margin-right: 1.5rem;
}

.a-margin-right-2 {
  margin-right: 1rem;
}

.a-margin-right-1 {
  margin-right: 0.5rem;
}

@media (max-width: 1280px) {
  .lg-margin-right-9 {
    margin-right: 9rem;
  }

  .lg-margin-right-8 {
    margin-right: 7rem;
  }

  .lg-margin-right-7 {
    margin-right: 5rem;
  }

  .lg-margin-right-6 {
    margin-right: 4rem;
  }

  .lg-margin-right-5 {
    margin-right: 3rem;
  }

  .lg-margin-right-4 {
    margin-right: 2rem;
  }

  .lg-margin-right-3 {
    margin-right: 1.5rem;
  }

  .lg-margin-right-2 {
    margin-right: 1rem;
  }

  .lg-margin-right-1 {
    margin-right: 0.5rem;
  }
}
@media (max-width: 960px) {
  .md-margin-right-9 {
    margin-right: 9rem;
  }

  .md-margin-right-8 {
    margin-right: 7rem;
  }

  .md-margin-right-7 {
    margin-right: 5rem;
  }

  .md-margin-right-6 {
    margin-right: 4rem;
  }

  .md-margin-right-5 {
    margin-right: 3rem;
  }

  .md-margin-right-4 {
    margin-right: 2rem;
  }

  .md-margin-right-3 {
    margin-right: 1.5rem;
  }

  .md-margin-right-2 {
    margin-right: 1rem;
  }

  .md-margin-right-1 {
    margin-right: 0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-margin-right-9 {
    margin-right: 9rem;
  }

  .sm-margin-right-8 {
    margin-right: 7rem;
  }

  .sm-margin-right-7 {
    margin-right: 5rem;
  }

  .sm-margin-right-6 {
    margin-right: 4rem;
  }

  .sm-margin-right-5 {
    margin-right: 3rem;
  }

  .sm-margin-right-4 {
    margin-right: 2rem;
  }

  .sm-margin-right-3 {
    margin-right: 1.5rem;
  }

  .sm-margin-right-2 {
    margin-right: 1rem;
  }

  .sm-margin-right-1 {
    margin-right: 0.5rem;
  }
}
.a-margin-bottom-9 {
  margin-bottom: 9rem;
}

.a-margin-bottom-8 {
  margin-bottom: 7rem;
}

.a-margin-bottom-7 {
  margin-bottom: 5rem;
}

.a-margin-bottom-6 {
  margin-bottom: 4rem;
}

.a-margin-bottom-5 {
  margin-bottom: 3rem;
}

.a-margin-bottom-4 {
  margin-bottom: 2rem;
}

.a-margin-bottom-3 {
  margin-bottom: 1.5rem;
}

.a-margin-bottom-2 {
  margin-bottom: 1rem;
}

.a-margin-bottom-1 {
  margin-bottom: 0.5rem;
}

@media (max-width: 1280px) {
  .lg-margin-bottom-9 {
    margin-bottom: 9rem;
  }

  .lg-margin-bottom-8 {
    margin-bottom: 7rem;
  }

  .lg-margin-bottom-7 {
    margin-bottom: 5rem;
  }

  .lg-margin-bottom-6 {
    margin-bottom: 4rem;
  }

  .lg-margin-bottom-5 {
    margin-bottom: 3rem;
  }

  .lg-margin-bottom-4 {
    margin-bottom: 2rem;
  }

  .lg-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }

  .lg-margin-bottom-2 {
    margin-bottom: 1rem;
  }

  .lg-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 960px) {
  .md-margin-bottom-9 {
    margin-bottom: 9rem;
  }

  .md-margin-bottom-8 {
    margin-bottom: 7rem;
  }

  .md-margin-bottom-7 {
    margin-bottom: 5rem;
  }

  .md-margin-bottom-6 {
    margin-bottom: 4rem;
  }

  .md-margin-bottom-5 {
    margin-bottom: 3rem;
  }

  .md-margin-bottom-4 {
    margin-bottom: 2rem;
  }

  .md-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }

  .md-margin-bottom-2 {
    margin-bottom: 1rem;
  }

  .md-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-margin-bottom-9 {
    margin-bottom: 9rem;
  }

  .sm-margin-bottom-8 {
    margin-bottom: 7rem;
  }

  .sm-margin-bottom-7 {
    margin-bottom: 5rem;
  }

  .sm-margin-bottom-6 {
    margin-bottom: 4rem;
  }

  .sm-margin-bottom-5 {
    margin-bottom: 3rem;
  }

  .sm-margin-bottom-4 {
    margin-bottom: 2rem;
  }

  .sm-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }

  .sm-margin-bottom-2 {
    margin-bottom: 1rem;
  }

  .sm-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
}
.a-margin-left-9 {
  margin-left: 9rem;
}

.a-margin-left-8 {
  margin-left: 7rem;
}

.a-margin-left-7 {
  margin-left: 5rem;
}

.a-margin-left-6 {
  margin-left: 4rem;
}

.a-margin-left-5 {
  margin-left: 3rem;
}

.a-margin-left-4 {
  margin-left: 2rem;
}

.a-margin-left-3 {
  margin-left: 1.5rem;
}

.a-margin-left-2 {
  margin-left: 1rem;
}

.a-margin-left-1 {
  margin-left: 0.5rem;
}

@media (max-width: 1280px) {
  .lg-margin-left-9 {
    margin-left: 9rem;
  }

  .lg-margin-left-8 {
    margin-left: 7rem;
  }

  .lg-margin-left-7 {
    margin-left: 5rem;
  }

  .lg-margin-left-6 {
    margin-left: 4rem;
  }

  .lg-margin-left-5 {
    margin-left: 3rem;
  }

  .lg-margin-left-4 {
    margin-left: 2rem;
  }

  .lg-margin-left-3 {
    margin-left: 1.5rem;
  }

  .lg-margin-left-2 {
    margin-left: 1rem;
  }

  .lg-margin-left-1 {
    margin-left: 0.5rem;
  }
}
@media (max-width: 960px) {
  .md-margin-left-9 {
    margin-left: 9rem;
  }

  .md-margin-left-8 {
    margin-left: 7rem;
  }

  .md-margin-left-7 {
    margin-left: 5rem;
  }

  .md-margin-left-6 {
    margin-left: 4rem;
  }

  .md-margin-left-5 {
    margin-left: 3rem;
  }

  .md-margin-left-4 {
    margin-left: 2rem;
  }

  .md-margin-left-3 {
    margin-left: 1.5rem;
  }

  .md-margin-left-2 {
    margin-left: 1rem;
  }

  .md-margin-left-1 {
    margin-left: 0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-margin-left-9 {
    margin-left: 9rem;
  }

  .sm-margin-left-8 {
    margin-left: 7rem;
  }

  .sm-margin-left-7 {
    margin-left: 5rem;
  }

  .sm-margin-left-6 {
    margin-left: 4rem;
  }

  .sm-margin-left-5 {
    margin-left: 3rem;
  }

  .sm-margin-left-4 {
    margin-left: 2rem;
  }

  .sm-margin-left-3 {
    margin-left: 1.5rem;
  }

  .sm-margin-left-2 {
    margin-left: 1rem;
  }

  .sm-margin-left-1 {
    margin-left: 0.5rem;
  }
}
.a-margin-top-auto {
  margin-top: auto;
}

.a-margin-right-auto {
  margin-right: auto;
}

.a-margin-bottom-auto {
  margin-bottom: auto;
}

.a-margin-left-auto {
  margin-left: auto;
}

@media (max-width: 1280px) {
  .lg-margin-top-auto {
    margin-top: auto;
  }

  .lg-margin-right-auto {
    margin-right: auto;
  }

  .lg-margin-bottom-auto {
    margin-bottom: auto;
  }

  .lg-margin-left-auto {
    margin-left: auto;
  }
}
@media (max-width: 960px) {
  .md-margin-top-auto {
    margin-top: auto;
  }

  .md-margin-right-auto {
    margin-right: auto;
  }

  .md-margin-bottom-auto {
    margin-bottom: auto;
  }

  .md-margin-left-auto {
    margin-left: auto;
  }
}
@media (max-width: 640px) {
  .sm-margin-top-auto {
    margin-top: auto;
  }

  .sm-margin-right-auto {
    margin-right: auto;
  }

  .sm-margin-bottom-auto {
    margin-bottom: auto;
  }

  .sm-margin-left-auto {
    margin-left: auto;
  }
}
.button-margin-top-3 {
  margin-top: 4rem;
}

.button-margin-top-2 {
  margin-top: 2.5rem;
}

.button-margin-top-1 {
  margin-top: 1.5rem;
}

.a-order-0 {
  order: 0;
}

.a-order-1 {
  order: 1;
}

.a-order-2 {
  order: 2;
}

.a-order-3 {
  order: 3;
}

.a-order-4 {
  order: 4;
}

.a-order-5 {
  order: 5;
}

.a-order-6 {
  order: 6;
}

.a-order-7 {
  order: 7;
}

.a-order-8 {
  order: 8;
}

.a-order-9 {
  order: 9;
}

@media (max-width: 1280px) {
  .lg-order-0 {
    order: 0;
  }

  .lg-order-1 {
    order: 1;
  }

  .lg-order-2 {
    order: 2;
  }

  .lg-order-3 {
    order: 3;
  }

  .lg-order-4 {
    order: 4;
  }

  .lg-order-5 {
    order: 5;
  }

  .lg-order-6 {
    order: 6;
  }

  .lg-order-7 {
    order: 7;
  }

  .lg-order-8 {
    order: 8;
  }

  .lg-order-9 {
    order: 9;
  }
}
@media (max-width: 960px) {
  .md-order-0 {
    order: 0;
  }

  .md-order-1 {
    order: 1;
  }

  .md-order-2 {
    order: 2;
  }

  .md-order-3 {
    order: 3;
  }

  .md-order-4 {
    order: 4;
  }

  .md-order-5 {
    order: 5;
  }

  .md-order-6 {
    order: 6;
  }

  .md-order-7 {
    order: 7;
  }

  .md-order-8 {
    order: 8;
  }

  .md-order-9 {
    order: 9;
  }
}
@media (max-width: 640px) {
  .sm-order-0 {
    order: 0;
  }

  .sm-order-1 {
    order: 1;
  }

  .sm-order-2 {
    order: 2;
  }

  .sm-order-3 {
    order: 3;
  }

  .sm-order-4 {
    order: 4;
  }

  .sm-order-5 {
    order: 5;
  }

  .sm-order-6 {
    order: 6;
  }

  .sm-order-7 {
    order: 7;
  }

  .sm-order-8 {
    order: 8;
  }

  .sm-order-9 {
    order: 9;
  }
}
.v-padding-6 {
  padding: calc(3rem + 3vw);
}

.v-padding-5 {
  padding: calc(2.5rem + 2.5vw);
}

.v-padding-4 {
  padding: calc(2rem + 2vw);
}

.v-padding-3 {
  padding: calc(1.5rem + 1.5vw);
}

.v-padding-2 {
  padding: calc(1rem + 1vw);
}

.v-padding-1 {
  padding: calc(0.5rem + 0.5vw);
}

.a-padding-9 {
  padding: 9rem;
}

.a-padding-8 {
  padding: 7rem;
}

.a-padding-7 {
  padding: 5rem;
}

.a-padding-6 {
  padding: 4rem;
}

.a-padding-5 {
  padding: 3rem;
}

.a-padding-4 {
  padding: 2rem;
}

.a-padding-3 {
  padding: 1.5rem;
}

.a-padding-2 {
  padding: 1rem;
}

.a-padding-1 {
  padding: 0.5rem;
}

@media (max-width: 1280px) {
  .lg-padding-9 {
    padding: 9rem;
  }

  .lg-padding-8 {
    padding: 7rem;
  }

  .lg-padding-7 {
    padding: 5rem;
  }

  .lg-padding-6 {
    padding: 4rem;
  }

  .lg-padding-5 {
    padding: 3rem;
  }

  .lg-padding-4 {
    padding: 2rem;
  }

  .lg-padding-3 {
    padding: 1.5rem;
  }

  .lg-padding-2 {
    padding: 1rem;
  }

  .lg-padding-1 {
    padding: 0.5rem;
  }
}
@media (max-width: 960px) {
  .md-padding-9 {
    padding: 9rem;
  }

  .md-padding-8 {
    padding: 7rem;
  }

  .md-padding-7 {
    padding: 5rem;
  }

  .md-padding-6 {
    padding: 4rem;
  }

  .md-padding-5 {
    padding: 3rem;
  }

  .md-padding-4 {
    padding: 2rem;
  }

  .md-padding-3 {
    padding: 1.5rem;
  }

  .md-padding-2 {
    padding: 1rem;
  }

  .md-padding-1 {
    padding: 0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-padding-9 {
    padding: 9rem;
  }

  .sm-padding-8 {
    padding: 7rem;
  }

  .sm-padding-7 {
    padding: 5rem;
  }

  .sm-padding-6 {
    padding: 4rem;
  }

  .sm-padding-5 {
    padding: 3rem;
  }

  .sm-padding-4 {
    padding: 2rem;
  }

  .sm-padding-3 {
    padding: 1.5rem;
  }

  .sm-padding-2 {
    padding: 1rem;
  }

  .sm-padding-1 {
    padding: 0.5rem;
  }
}
.a-padding-top-9 {
  padding-top: 9rem;
}

.a-padding-top-8 {
  padding-top: 7rem;
}

.a-padding-top-7 {
  padding-top: 5rem;
}

.a-padding-top-6 {
  padding-top: 4rem;
}

.a-padding-top-5 {
  padding-top: 3rem;
}

.a-padding-top-4 {
  padding-top: 2rem;
}

.a-padding-top-3 {
  padding-top: 1.5rem;
}

.a-padding-top-2 {
  padding-top: 1rem;
}

.a-padding-top-1 {
  padding-top: 0.5rem;
}

@media (max-width: 1280px) {
  .lg-padding-top-9 {
    padding-top: 9rem;
  }

  .lg-padding-top-8 {
    padding-top: 7rem;
  }

  .lg-padding-top-7 {
    padding-top: 5rem;
  }

  .lg-padding-top-6 {
    padding-top: 4rem;
  }

  .lg-padding-top-5 {
    padding-top: 3rem;
  }

  .lg-padding-top-4 {
    padding-top: 2rem;
  }

  .lg-padding-top-3 {
    padding-top: 1.5rem;
  }

  .lg-padding-top-2 {
    padding-top: 1rem;
  }

  .lg-padding-top-1 {
    padding-top: 0.5rem;
  }
}
@media (max-width: 960px) {
  .md-padding-top-9 {
    padding-top: 9rem;
  }

  .md-padding-top-8 {
    padding-top: 7rem;
  }

  .md-padding-top-7 {
    padding-top: 5rem;
  }

  .md-padding-top-6 {
    padding-top: 4rem;
  }

  .md-padding-top-5 {
    padding-top: 3rem;
  }

  .md-padding-top-4 {
    padding-top: 2rem;
  }

  .md-padding-top-3 {
    padding-top: 1.5rem;
  }

  .md-padding-top-2 {
    padding-top: 1rem;
  }

  .md-padding-top-1 {
    padding-top: 0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-padding-top-9 {
    padding-top: 9rem;
  }

  .sm-padding-top-8 {
    padding-top: 7rem;
  }

  .sm-padding-top-7 {
    padding-top: 5rem;
  }

  .sm-padding-top-6 {
    padding-top: 4rem;
  }

  .sm-padding-top-5 {
    padding-top: 3rem;
  }

  .sm-padding-top-4 {
    padding-top: 2rem;
  }

  .sm-padding-top-3 {
    padding-top: 1.5rem;
  }

  .sm-padding-top-2 {
    padding-top: 1rem;
  }

  .sm-padding-top-1 {
    padding-top: 0.5rem;
  }
}
.a-padding-right-9 {
  padding-right: 9rem;
}

.a-padding-right-8 {
  padding-right: 7rem;
}

.a-padding-right-7 {
  padding-right: 5rem;
}

.a-padding-right-6 {
  padding-right: 4rem;
}

.a-padding-right-5 {
  padding-right: 3rem;
}

.a-padding-right-4 {
  padding-right: 2rem;
}

.a-padding-right-3 {
  padding-right: 1.5rem;
}

.a-padding-right-2 {
  padding-right: 1rem;
}

.a-padding-right-1 {
  padding-right: 0.5rem;
}

@media (max-width: 1280px) {
  .lg-padding-right-9 {
    padding-right: 9rem;
  }

  .lg-padding-right-8 {
    padding-right: 7rem;
  }

  .lg-padding-right-7 {
    padding-right: 5rem;
  }

  .lg-padding-right-6 {
    padding-right: 4rem;
  }

  .lg-padding-right-5 {
    padding-right: 3rem;
  }

  .lg-padding-right-4 {
    padding-right: 2rem;
  }

  .lg-padding-right-3 {
    padding-right: 1.5rem;
  }

  .lg-padding-right-2 {
    padding-right: 1rem;
  }

  .lg-padding-right-1 {
    padding-right: 0.5rem;
  }
}
@media (max-width: 960px) {
  .md-padding-right-9 {
    padding-right: 9rem;
  }

  .md-padding-right-8 {
    padding-right: 7rem;
  }

  .md-padding-right-7 {
    padding-right: 5rem;
  }

  .md-padding-right-6 {
    padding-right: 4rem;
  }

  .md-padding-right-5 {
    padding-right: 3rem;
  }

  .md-padding-right-4 {
    padding-right: 2rem;
  }

  .md-padding-right-3 {
    padding-right: 1.5rem;
  }

  .md-padding-right-2 {
    padding-right: 1rem;
  }

  .md-padding-right-1 {
    padding-right: 0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-padding-right-9 {
    padding-right: 9rem;
  }

  .sm-padding-right-8 {
    padding-right: 7rem;
  }

  .sm-padding-right-7 {
    padding-right: 5rem;
  }

  .sm-padding-right-6 {
    padding-right: 4rem;
  }

  .sm-padding-right-5 {
    padding-right: 3rem;
  }

  .sm-padding-right-4 {
    padding-right: 2rem;
  }

  .sm-padding-right-3 {
    padding-right: 1.5rem;
  }

  .sm-padding-right-2 {
    padding-right: 1rem;
  }

  .sm-padding-right-1 {
    padding-right: 0.5rem;
  }
}
.a-padding-bottom-9 {
  padding-bottom: 9rem;
}

.a-padding-bottom-8 {
  padding-bottom: 7rem;
}

.a-padding-bottom-7 {
  padding-bottom: 5rem;
}

.a-padding-bottom-6 {
  padding-bottom: 4rem;
}

.a-padding-bottom-5 {
  padding-bottom: 3rem;
}

.a-padding-bottom-4 {
  padding-bottom: 2rem;
}

.a-padding-bottom-3 {
  padding-bottom: 1.5rem;
}

.a-padding-bottom-2 {
  padding-bottom: 1rem;
}

.a-padding-bottom-1 {
  padding-bottom: 0.5rem;
}

@media (max-width: 1280px) {
  .lg-padding-bottom-9 {
    padding-bottom: 9rem;
  }

  .lg-padding-bottom-8 {
    padding-bottom: 7rem;
  }

  .lg-padding-bottom-7 {
    padding-bottom: 5rem;
  }

  .lg-padding-bottom-6 {
    padding-bottom: 4rem;
  }

  .lg-padding-bottom-5 {
    padding-bottom: 3rem;
  }

  .lg-padding-bottom-4 {
    padding-bottom: 2rem;
  }

  .lg-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }

  .lg-padding-bottom-2 {
    padding-bottom: 1rem;
  }

  .lg-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 960px) {
  .md-padding-bottom-9 {
    padding-bottom: 9rem;
  }

  .md-padding-bottom-8 {
    padding-bottom: 7rem;
  }

  .md-padding-bottom-7 {
    padding-bottom: 5rem;
  }

  .md-padding-bottom-6 {
    padding-bottom: 4rem;
  }

  .md-padding-bottom-5 {
    padding-bottom: 3rem;
  }

  .md-padding-bottom-4 {
    padding-bottom: 2rem;
  }

  .md-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }

  .md-padding-bottom-2 {
    padding-bottom: 1rem;
  }

  .md-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-padding-bottom-9 {
    padding-bottom: 9rem;
  }

  .sm-padding-bottom-8 {
    padding-bottom: 7rem;
  }

  .sm-padding-bottom-7 {
    padding-bottom: 5rem;
  }

  .sm-padding-bottom-6 {
    padding-bottom: 4rem;
  }

  .sm-padding-bottom-5 {
    padding-bottom: 3rem;
  }

  .sm-padding-bottom-4 {
    padding-bottom: 2rem;
  }

  .sm-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }

  .sm-padding-bottom-2 {
    padding-bottom: 1rem;
  }

  .sm-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
}
.a-padding-left-9 {
  padding-left: 9rem;
}

.a-padding-left-8 {
  padding-left: 7rem;
}

.a-padding-left-7 {
  padding-left: 5rem;
}

.a-padding-left-6 {
  padding-left: 4rem;
}

.a-padding-left-5 {
  padding-left: 3rem;
}

.a-padding-left-4 {
  padding-left: 2rem;
}

.a-padding-left-3 {
  padding-left: 1.5rem;
}

.a-padding-left-2 {
  padding-left: 1rem;
}

.a-padding-left-1 {
  padding-left: 0.5rem;
}

@media (max-width: 1280px) {
  .lg-padding-left-9 {
    padding-left: 9rem;
  }

  .lg-padding-left-8 {
    padding-left: 7rem;
  }

  .lg-padding-left-7 {
    padding-left: 5rem;
  }

  .lg-padding-left-6 {
    padding-left: 4rem;
  }

  .lg-padding-left-5 {
    padding-left: 3rem;
  }

  .lg-padding-left-4 {
    padding-left: 2rem;
  }

  .lg-padding-left-3 {
    padding-left: 1.5rem;
  }

  .lg-padding-left-2 {
    padding-left: 1rem;
  }

  .lg-padding-left-1 {
    padding-left: 0.5rem;
  }
}
@media (max-width: 960px) {
  .md-padding-left-9 {
    padding-left: 9rem;
  }

  .md-padding-left-8 {
    padding-left: 7rem;
  }

  .md-padding-left-7 {
    padding-left: 5rem;
  }

  .md-padding-left-6 {
    padding-left: 4rem;
  }

  .md-padding-left-5 {
    padding-left: 3rem;
  }

  .md-padding-left-4 {
    padding-left: 2rem;
  }

  .md-padding-left-3 {
    padding-left: 1.5rem;
  }

  .md-padding-left-2 {
    padding-left: 1rem;
  }

  .md-padding-left-1 {
    padding-left: 0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-padding-left-9 {
    padding-left: 9rem;
  }

  .sm-padding-left-8 {
    padding-left: 7rem;
  }

  .sm-padding-left-7 {
    padding-left: 5rem;
  }

  .sm-padding-left-6 {
    padding-left: 4rem;
  }

  .sm-padding-left-5 {
    padding-left: 3rem;
  }

  .sm-padding-left-4 {
    padding-left: 2rem;
  }

  .sm-padding-left-3 {
    padding-left: 1.5rem;
  }

  .sm-padding-left-2 {
    padding-left: 1rem;
  }

  .sm-padding-left-1 {
    padding-left: 0.5rem;
  }
}
.a-remove-section-padding-left {
  padding-left: 0;
}

.a-remove-section-padding-right {
  padding-right: 0;
}

@media (min-width: 1601px) {
  .hg-remove-section-padding-left {
    padding-left: 0;
  }

  .hg-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 1281px) {
  .lg-remove-section-padding-left {
    padding-left: 0;
  }

  .lg-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 961px) {
  .md-remove-section-padding-left {
    padding-left: 0;
  }

  .md-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 641px) {
  .sm-remove-section-padding-left {
    padding-left: 0;
  }

  .sm-remove-section-padding-right {
    padding-right: 0;
  }
}
.page-width-wide {
  max-width: 1440px;
}

.page-width-default {
  max-width: 1280px;
}

.page-width-narrow {
  max-width: 800px;
}

.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

a.page-numbers,
span.page-numbers {
  padding: 0.6rem 1rem;
  background: #2f3b48;
  color: black;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 0;
  display: block;
}

span.page-numbers.current {
  background: #ffffff;
  color: #ffffff;
}

a.page-numbers:hover {
  background: #92a795;
  color: #ffffff;
}

.a-relative {
  position: relative;
}

.a-absolute {
  position: absolute;
}

.a-fixed {
  position: fixed;
}

.a-sticky {
  position: sticky;
}

@media (max-width: 1280px) {
  .lg-relative {
    position: relative;
  }

  .lg-absolute {
    position: absolute;
  }

  .lg-fixed {
    position: fixed;
  }

  .lg-sticky {
    position: sticky;
  }
}
@media (max-width: 960px) {
  .md-relative {
    position: relative;
  }

  .md-absolute {
    position: absolute;
  }

  .md-fixed {
    position: fixed;
  }

  .md-sticky {
    position: sticky;
  }
}
@media (max-width: 640px) {
  .sm-relative {
    position: relative;
  }

  .sm-absolute {
    position: absolute;
  }

  .sm-fixed {
    position: fixed;
  }

  .sm-sticky {
    position: sticky;
  }
}
table {
  border-collapse: collapse;
  width: 100%;
}

table tr {
  transition-duration: 0.3s;
}

table td {
  padding: 0.5rem 1rem;
}

.table-divider tr {
  border-bottom: 1px solid #cccccc;
}

.table-striped tr:nth-child(odd) {
  background: #2f3b48;
}

.table-hover tr:hover {
  background: #cccccc;
}

.a-text-align-left {
  text-align: left;
}

.a-text-align-center {
  text-align: center;
}

.a-text-align-right {
  text-align: right;
}

@media (max-width: 1280px) {
  .lg-text-align-left {
    text-align: left;
  }

  .lg-text-align-center {
    text-align: center;
  }

  .lg-text-align-right {
    text-align: right;
  }
}
@media (max-width: 960px) {
  .md-text-align-left {
    text-align: left;
  }

  .md-text-align-center {
    text-align: center;
  }

  .md-text-align-right {
    text-align: right;
  }
}
@media (max-width: 640px) {
  .sm-text-align-left {
    text-align: left;
  }

  .sm-text-align-center {
    text-align: center;
  }

  .sm-text-align-right {
    text-align: right;
  }
}
.a-text-columns-4 {
  column-count: 4;
}

.a-text-columns-3 {
  column-count: 3;
}

.a-text-columns-2 {
  column-count: 2;
}

.a-text-column-gap-4rem {
  column-gap: 4rem;
}

.a-text-column-gap-3rem {
  column-gap: 3rem;
}

.a-text-column-gap-2rem {
  column-gap: 2rem;
}

.a-text-column-gap-1rem {
  column-gap: 1rem;
}

@media (max-width: 1280px) {
  .lg-text-columns-4 {
    column-count: 4;
  }

  .lg-text-columns-3 {
    column-count: 3;
  }

  .lg-text-columns-2 {
    column-count: 2;
  }

  .lg-text-columns-1 {
    column-count: 1;
  }

  .lg-text-column-gap-4rem {
    column-gap: 4rem;
  }

  .lg-text-column-gap-3rem {
    column-gap: 3rem;
  }

  .lg-text-column-gap-2rem {
    column-gap: 2rem;
  }

  .lg-text-column-gap-1rem {
    column-gap: 1rem;
  }
}
@media (max-width: 960px) {
  .md-text-columns-4 {
    column-count: 4;
  }

  .md-text-columns-3 {
    column-count: 3;
  }

  .md-text-columns-2 {
    column-count: 2;
  }

  .md-text-columns-1 {
    column-count: 1;
  }

  .md-text-column-gap-4rem {
    column-gap: 4rem;
  }

  .md-text-column-gap-3rem {
    column-gap: 3rem;
  }

  .md-text-column-gap-2rem {
    column-gap: 2rem;
  }

  .md-text-column-gap-1rem {
    column-gap: 1rem;
  }
}
@media (max-width: 640px) {
  .sm-text-columns-4 {
    column-count: 4;
  }

  .sm-text-columns-3 {
    column-count: 3;
  }

  .sm-text-columns-2 {
    column-count: 2;
  }

  .sm-text-columns-1 {
    column-count: 1;
  }

  .sm-text-column-gap-4rem {
    column-gap: 4rem;
  }

  .sm-text-column-gap-3rem {
    column-gap: 3rem;
  }

  .sm-text-column-gap-2rem {
    column-gap: 2rem;
  }

  .sm-text-column-gap-1rem {
    column-gap: 1rem;
  }
}
.primary-font-family {
  font-family: "Montserrat", sans-serif;
}

.secondary-font-family {
  font-family: "Playfair Display", serif;
}

.tertiary-font-family {
  font-family: "Montserrat";
}

.light-weight {
  font-weight: 200;
}

.normal-weight {
  font-weight: 300;
}

.bold-weight {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.line-height-large {
  line-height: 1.6;
}

.line-height-medium {
  line-height: 1.4;
}

.line-height-small {
  line-height: 1.2;
}

.lead-text {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.4;
}

.meta-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.meta-text.inverted {
  color: rgba(255, 255, 255, 0.5);
}

html,
body {
  font-size: 16px;
}

.huge,
.has-huge-font-size {
  font-size: 4rem;
}

h1,
.h1-size {
  font-size: 2.9rem;
}

h2,
.h2-size {
  font-size: 2.3rem;
}

h3,
.h3-size {
  font-size: 1.8rem;
}

h4,
.h4-size {
  font-size: 1.4rem;
}

@media (max-width: 1280px) {
  html,
body {
    font-size: 15.3333333333px;
  }

  .huge,
.has-huge-font-size {
    font-size: 3.7rem;
  }

  h1,
.h1-size {
    font-size: 2.7333333333rem;
  }

  h2,
.h2-size {
    font-size: 2.1666666667rem;
  }

  h3,
.h3-size {
    font-size: 1.7rem;
  }

  h4,
.h4-size {
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 960px) {
  html,
body {
    font-size: 14.6666666667px;
  }

  .huge,
.has-huge-font-size {
    font-size: 3.4rem;
  }

  h1,
.h1-size {
    font-size: 2.5666666667rem;
  }

  h2,
.h2-size {
    font-size: 2.0333333333rem;
  }

  h3,
.h3-size {
    font-size: 1.6rem;
  }

  h4,
.h4-size {
    font-size: 1.2666666667rem;
  }
}
@media (max-width: 640px) {
  html,
body {
    font-size: 14px;
  }

  .huge,
.has-huge-font-size {
    font-size: 3.1rem;
  }

  h1,
.h1-size {
    font-size: 2.4rem;
  }

  h2,
.h2-size {
    font-size: 1.9rem;
  }

  h3,
.h3-size {
    font-size: 1.5rem;
  }

  h4,
.h4-size {
    font-size: 1.2rem;
  }
}
.font-size-large,
.has-large-font-size {
  font-size: 1.2rem;
}

.font-size-medium,
.has-medium-font-size {
  font-size: 1.1rem;
}

.font-size-base {
  font-size: 1rem;
}

.font-size-small,
.has-small-font-size {
  font-size: 0.9rem;
}

.font-size-extra-small {
  font-size: 0.8rem;
}

@keyframes fade-in-video {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.background-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.background-video-embed iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: fade-in-video;
  animation-duration: 2s;
}

.a-video-height-3 {
  height: 100vh;
}

.a-video-height-3 iframe {
  min-height: 100vh;
}

.a-video-height-2 {
  height: 50vh;
}

.a-video-height-2 iframe {
  min-height: 50vh;
}

.a-video-height-1 {
  height: 25vh;
}

.a-video-height-1 iframe {
  min-height: 25vh;
}

.responsive-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.responsive-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-height-js,
.full-height-minus-header-js,
.a-height-100vh {
  height: 100vh;
}

.viewport-height-3 {
  height: 100vh;
}

.viewport-height-2 {
  height: 50vh;
}

.viewport-height-1 {
  height: 25vh;
}

.viewport-min-height-3 {
  min-height: 100vh;
}

.viewport-min-height-2 {
  min-height: 50vh;
}

.viewport-min-height-1 {
  min-height: 25vh;
}

.a-width-100pr {
  width: 100%;
}

.a-width-80pr {
  width: 80%;
}

.a-width-75pr {
  width: 75%;
}

.a-width-66pr {
  width: 66.66%;
}

.a-width-60pr {
  width: 60%;
}

.a-width-50pr {
  width: 50%;
}

.a-width-40pr {
  width: 40%;
}

.a-width-33pr {
  width: 33.33%;
}

.a-width-25pr {
  width: 25%;
}

.a-width-20pr {
  width: 20%;
}

@media (max-width: 1280px) {
  .lg-width-100pr {
    width: 100%;
  }

  .lg-width-80pr {
    width: 80%;
  }

  .lg-width-75pr {
    width: 75%;
  }

  .lg-width-66pr {
    width: 66.66%;
  }

  .lg-width-60pr {
    width: 60%;
  }

  .lg-width-50pr {
    width: 50%;
  }

  .lg-width-40pr {
    width: 40%;
  }

  .lg-width-33pr {
    width: 33.33%;
  }

  .lg-width-25pr {
    width: 25%;
  }

  .lg-width-20pr {
    width: 20%;
  }
}
@media (max-width: 960px) {
  .md-width-100pr {
    width: 100%;
  }

  .md-width-80pr {
    width: 80%;
  }

  .md-width-75pr {
    width: 75%;
  }

  .md-width-66pr {
    width: 66.66%;
  }

  .md-width-60pr {
    width: 60%;
  }

  .md-width-50pr {
    width: 50%;
  }

  .md-width-40pr {
    width: 40%;
  }

  .md-width-33pr {
    width: 33.33%;
  }

  .md-width-25pr {
    width: 25%;
  }

  .md-width-20pr {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .sm-width-100pr {
    width: 100%;
  }

  .sm-width-80pr {
    width: 80%;
  }

  .sm-width-75pr {
    width: 75%;
  }

  .sm-width-66pr {
    width: 66.66%;
  }

  .sm-width-60pr {
    width: 60%;
  }

  .sm-width-50pr {
    width: 50%;
  }

  .sm-width-40pr {
    width: 40%;
  }

  .sm-width-33pr {
    width: 33.33%;
  }

  .sm-width-25pr {
    width: 25%;
  }

  .sm-width-20pr {
    width: 20%;
  }
}
.text-box-width-5 {
  max-width: 80ch;
}

.text-box-width-4 {
  max-width: 60ch;
}

.text-box-width-3 {
  max-width: 40ch;
}

.text-box-width-2 {
  max-width: 30ch;
}

.text-box-width-1 {
  max-width: 20ch;
}

.a-max-width-18 {
  max-width: 1536px;
}

.a-max-width-17 {
  max-width: 1408px;
}

.a-max-width-16 {
  max-width: 1280px;
}

.a-max-width-15 {
  max-width: 1152px;
}

.a-max-width-14 {
  max-width: 1024px;
}

.a-max-width-13 {
  max-width: 896px;
}

.a-max-width-12 {
  max-width: 768px;
}

.a-max-width-11 {
  max-width: 640px;
}

.a-max-width-10 {
  max-width: 512px;
}

.a-max-width-09 {
  max-width: 384px;
}

.a-max-width-08 {
  max-width: 256px;
}

.a-max-width-07 {
  max-width: 192px;
}

.a-max-width-06 {
  max-width: 128px;
}

.a-max-width-05 {
  max-width: 96px;
}

.a-max-width-04 {
  max-width: 64px;
}

.a-max-width-03 {
  max-width: 32px;
}

.a-max-width-02 {
  max-width: 24px;
}

.a-max-width-01 {
  max-width: 16px;
}

@media (max-width: 1280px) {
  .lg-max-width-18 {
    max-width: 1536px;
  }

  .lg-max-width-17 {
    max-width: 1408px;
  }

  .lg-max-width-16 {
    max-width: 1280px;
  }

  .lg-max-width-15 {
    max-width: 1152px;
  }

  .lg-max-width-14 {
    max-width: 1024px;
  }

  .lg-max-width-13 {
    max-width: 896px;
  }

  .lg-max-width-12 {
    max-width: 768px;
  }

  .lg-max-width-11 {
    max-width: 640px;
  }

  .lg-max-width-10 {
    max-width: 512px;
  }

  .lg-max-width-09 {
    max-width: 384px;
  }

  .lg-max-width-08 {
    max-width: 256px;
  }

  .lg-max-width-07 {
    max-width: 192px;
  }

  .lg-max-width-06 {
    max-width: 128px;
  }

  .lg-max-width-05 {
    max-width: 96px;
  }

  .lg-max-width-04 {
    max-width: 64px;
  }

  .lg-max-width-03 {
    max-width: 32px;
  }

  .lg-max-width-02 {
    max-width: 24px;
  }

  .lg-max-width-01 {
    max-width: 16px;
  }
}
@media (max-width: 960px) {
  .md-max-width-18 {
    max-width: 1536px;
  }

  .md-max-width-17 {
    max-width: 1408px;
  }

  .md-max-width-16 {
    max-width: 1280px;
  }

  .md-max-width-15 {
    max-width: 1152px;
  }

  .md-max-width-14 {
    max-width: 1024px;
  }

  .md-max-width-13 {
    max-width: 896px;
  }

  .md-max-width-12 {
    max-width: 768px;
  }

  .md-max-width-11 {
    max-width: 640px;
  }

  .md-max-width-10 {
    max-width: 512px;
  }

  .md-max-width-09 {
    max-width: 384px;
  }

  .md-max-width-08 {
    max-width: 256px;
  }

  .md-max-width-07 {
    max-width: 192px;
  }

  .md-max-width-06 {
    max-width: 128px;
  }

  .md-max-width-05 {
    max-width: 96px;
  }

  .md-max-width-04 {
    max-width: 64px;
  }

  .md-max-width-03 {
    max-width: 32px;
  }

  .md-max-width-02 {
    max-width: 24px;
  }

  .md-max-width-01 {
    max-width: 16px;
  }
}
@media (max-width: 640px) {
  .sm-max-width-18 {
    max-width: 1536px;
  }

  .sm-max-width-17 {
    max-width: 1408px;
  }

  .sm-max-width-16 {
    max-width: 1280px;
  }

  .sm-max-width-15 {
    max-width: 1152px;
  }

  .sm-max-width-14 {
    max-width: 1024px;
  }

  .sm-max-width-13 {
    max-width: 896px;
  }

  .sm-max-width-12 {
    max-width: 768px;
  }

  .sm-max-width-11 {
    max-width: 640px;
  }

  .sm-max-width-10 {
    max-width: 512px;
  }

  .sm-max-width-09 {
    max-width: 384px;
  }

  .sm-max-width-08 {
    max-width: 256px;
  }

  .sm-max-width-07 {
    max-width: 192px;
  }

  .sm-max-width-06 {
    max-width: 128px;
  }

  .sm-max-width-05 {
    max-width: 96px;
  }

  .sm-max-width-04 {
    max-width: 64px;
  }

  .sm-max-width-03 {
    max-width: 32px;
  }

  .sm-max-width-02 {
    max-width: 24px;
  }

  .sm-max-width-01 {
    max-width: 16px;
  }
}
.a-min-width-18 {
  max-width: 1536px;
}

.a-min-width-17 {
  max-width: 1408px;
}

.a-min-width-16 {
  max-width: 1280px;
}

.a-min-width-15 {
  max-width: 1152px;
}

.a-min-width-14 {
  max-width: 1024px;
}

.a-min-width-13 {
  max-width: 896px;
}

.a-min-width-12 {
  max-width: 768px;
}

.a-min-width-11 {
  max-width: 640px;
}

.a-min-width-10 {
  max-width: 512px;
}

.a-min-width-09 {
  max-width: 384px;
}

.a-min-width-08 {
  max-width: 256px;
}

.a-min-width-07 {
  max-width: 192px;
}

.a-min-width-06 {
  max-width: 128px;
}

.a-min-width-05 {
  max-width: 96px;
}

.a-min-width-04 {
  max-width: 64px;
}

.a-min-width-03 {
  max-width: 32px;
}

.a-min-width-02 {
  max-width: 24px;
}

.a-min-width-01 {
  max-width: 16px;
}

@media (max-width: 1280px) {
  .lg-min-width-18 {
    max-width: 1536px;
  }

  .lg-min-width-17 {
    max-width: 1408px;
  }

  .lg-min-width-16 {
    max-width: 1280px;
  }

  .lg-min-width-15 {
    max-width: 1152px;
  }

  .lg-min-width-14 {
    max-width: 1024px;
  }

  .lg-min-width-13 {
    max-width: 896px;
  }

  .lg-min-width-12 {
    max-width: 768px;
  }

  .lg-min-width-11 {
    max-width: 640px;
  }

  .lg-min-width-10 {
    max-width: 512px;
  }

  .lg-min-width-09 {
    max-width: 384px;
  }

  .lg-min-width-08 {
    max-width: 256px;
  }

  .lg-min-width-07 {
    max-width: 192px;
  }

  .lg-min-width-06 {
    max-width: 128px;
  }

  .lg-min-width-05 {
    max-width: 96px;
  }

  .lg-min-width-04 {
    max-width: 64px;
  }

  .lg-min-width-03 {
    max-width: 32px;
  }

  .lg-min-width-02 {
    max-width: 24px;
  }

  .lg-min-width-01 {
    max-width: 16px;
  }
}
@media (max-width: 960px) {
  .md-min-width-18 {
    max-width: 1536px;
  }

  .md-min-width-17 {
    max-width: 1408px;
  }

  .md-min-width-16 {
    max-width: 1280px;
  }

  .md-min-width-15 {
    max-width: 1152px;
  }

  .md-min-width-14 {
    max-width: 1024px;
  }

  .md-min-width-13 {
    max-width: 896px;
  }

  .md-min-width-12 {
    max-width: 768px;
  }

  .md-min-width-11 {
    max-width: 640px;
  }

  .md-min-width-10 {
    max-width: 512px;
  }

  .md-min-width-09 {
    max-width: 384px;
  }

  .md-min-width-08 {
    max-width: 256px;
  }

  .md-min-width-07 {
    max-width: 192px;
  }

  .md-min-width-06 {
    max-width: 128px;
  }

  .md-min-width-05 {
    max-width: 96px;
  }

  .md-min-width-04 {
    max-width: 64px;
  }

  .md-min-width-03 {
    max-width: 32px;
  }

  .md-min-width-02 {
    max-width: 24px;
  }

  .md-min-width-01 {
    max-width: 16px;
  }
}
@media (max-width: 640px) {
  .sm-min-width-18 {
    max-width: 1536px;
  }

  .sm-min-width-17 {
    max-width: 1408px;
  }

  .sm-min-width-16 {
    max-width: 1280px;
  }

  .sm-min-width-15 {
    max-width: 1152px;
  }

  .sm-min-width-14 {
    max-width: 1024px;
  }

  .sm-min-width-13 {
    max-width: 896px;
  }

  .sm-min-width-12 {
    max-width: 768px;
  }

  .sm-min-width-11 {
    max-width: 640px;
  }

  .sm-min-width-10 {
    max-width: 512px;
  }

  .sm-min-width-09 {
    max-width: 384px;
  }

  .sm-min-width-08 {
    max-width: 256px;
  }

  .sm-min-width-07 {
    max-width: 192px;
  }

  .sm-min-width-06 {
    max-width: 128px;
  }

  .sm-min-width-05 {
    max-width: 96px;
  }

  .sm-min-width-04 {
    max-width: 64px;
  }

  .sm-min-width-03 {
    max-width: 32px;
  }

  .sm-min-width-02 {
    max-width: 24px;
  }

  .sm-min-width-01 {
    max-width: 16px;
  }
}
.z-index-5 {
  z-index: 5;
}

.z-index-4 {
  z-index: 4;
}

.z-index-3 {
  z-index: 3;
}

.z-index-2 {
  z-index: 2;
}

.z-index-1 {
  z-index: 1;
}

.z-index-0 {
  z-index: 0;
}

.z-index-n1 {
  z-index: -1;
}
