#color {
  1-dark: #c10a10;
  1: #d30910;
  1-light: #efbbbd;
  1-white: #fef3f2;
  2-black: #00335f;
  2-dark: #0b4f89;
  2: #3081d1;
  2-light: #bcd3ef;
  2-white: #dbeafb;
  3-black: #161e0b;
  3-dark: #577a20;
  3: #5f9a1a;
  3-light: #92ae66;
  3-white: #eaf1db;
  4-dark: #dc6803;
  4: #f79009;
  4-light: #fdb022;
  4-white: #ffe4ca;
  black: #000;
  gray-10: #1a1a1a;
  gray-20: #666;
  gray-30: #8c8c8c;
  gray-40: #979797;
  gray-50: #bbbbbb;
  gray-60: #d1d1d1;
  gray-70: #dedede;
  gray-80: #f4f4f4;
  gray-90: #fbfbfb;
  white: #fff;
}
@font-face {
  src: url(https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Regular-Web.a71963a16.woff2) format("woff2"), url(https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Regular-Web.1bb260957.woff) format("woff");
  font-family: Guardian Egyptian Web;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(https://assets.nrc.nl/static/front/fonts/GuardianEgyp-RegularIt-Web.10cad1897.woff2) format("woff2"), url(https://assets.nrc.nl/static/front/fonts/GuardianEgyp-RegularIt-Web.6d1e5435a.woff) format("woff");
  font-family: Guardian Egyptian Web;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: url(https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Medium-Web.6aed85556.woff2) format("woff2"), url(https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Medium-Web.233f0570e.woff) format("woff");
  font-family: Guardian Egyptian Web;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(https://assets.nrc.nl/static/front/fonts/GuardianEgyp-MediumIt-Web.6966a3658.woff2) format("woff2"), url(https://assets.nrc.nl/static/front/fonts/GuardianEgyp-MediumIt-Web.e5ce3d63d.woff) format("woff");
  font-family: Guardian Egyptian Web;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: url(https://assets.nrc.nl/static/front/fonts/LFT_Etica_Book.8f783e38c.woff2) format("woff2"), url(https://assets.nrc.nl/static/front/fonts/LFT_Etica_Book.2c0ad0536.woff) format("woff");
  font-family: LFT Etica;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  src: url(https://assets.nrc.nl/static/front/fonts/LFT_Etica_BookItalic.58a3598ae.woff2) format("woff2"), url(https://assets.nrc.nl/static/front/fonts/LFT_Etica_BookItalic.8c82c9ade.woff) format("woff");
  font-family: LFT Etica;
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: url(https://assets.nrc.nl/static/front/fonts/LFT_Etica_Reg.4bfcdd546.woff2) format("woff2"), url(https://assets.nrc.nl/static/front/fonts/LFT_Etica_Reg.d833f35d4.woff) format("woff");
  font-family: LFT Etica;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(https://assets.nrc.nl/static/front/fonts/LFT_Etica_Italic.ff27fba0a.woff2) format("woff2"), url(https://assets.nrc.nl/static/front/fonts/LFT_Etica_Italic.0686d4283.woff) format("woff");
  font-family: LFT Etica;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: url(https://assets.nrc.nl/static/front/fonts/LFT_Etica_Semibold.1be95c177.woff2) format("woff2"), url(https://assets.nrc.nl/static/front/fonts/LFT_Etica_Semibold.a7561b8d6.woff) format("woff");
  font-family: LFT Etica;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(https://assets.nrc.nl/static/front/fonts/LFT_Etica_SemiboldItalic.131b7b94a.woff2) format("woff2"), url(https://assets.nrc.nl/static/front/fonts/LFT_Etica_SemiboldItalic.fa80b35d6.woff) format("woff");
  font-family: LFT Etica;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
body,
html {
  font-family: 'LFT Etica', sans-serif;
  font-size: calc(1 * 17px);
  line-height: 1.3em;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  fill: #1a1a1a;
  background-color: #fbfbfb;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px ) {
  body,
  html {
    font-size: calc(1 * 17px);
  }
}
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: calc(1 * 20px);
  line-height: 1.4em;
}
@media (min-width: 1024px ) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: calc(1 * 24px);
  }
}
p a {
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  color: #1a1a1a;
}
i {
  font-style: italic;
}
ol,
ul {
  line-height: 2em;
}
a {
  color: inherit;
}
hr {
  display: block;
  width: 100%;
  height: 0px;
  line-height: 0px;
  border-top: 1px solid #dedede;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: 0 none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul {
  /* list-style: none; */
}
a {
  text-decoration: none;
}
#media .media {
  sm: (min-width: 768px );
  md: (min-width: 1024px );
  lg: (min-width: 1200px );
  xl: (min-width: 1600px );
  /*		lg-down: ~'(max-width:'@ceiling[lg]~')';
		md-down: ~'(max-width:'@ceiling[md]~')';
		sm-down: ~'(max-width:'@ceiling[sm]~')';

		lg-up: ~'(min-width:'@breakpoint[lg]~')';
		md-up: ~'(min-width:'@breakpoint[md]~')';
		sm-up: ~'(min-width:'@breakpoint[sm]~')'; */
}
/**
* Container
*/
@media (max-width: 767px ) {
  :root {
    --container-padding: 1;
  }
}
@media (min-width: 768px ) and (max-width: 1023px ) {
  :root {
    --container-padding: 1;
  }
}
@media (min-width: 1024px ) and (max-width: 1199px ) {
  :root {
    --container-padding: 1;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --container-padding: 1;
  }
}
@media (min-width: 1600px ) {
  :root {
    --container-padding: 1;
  }
}
/**
* Grid
*/
@media (max-width: 767px ) {
  .row {
    --gap: 1;
  }
}
@media (min-width: 768px ) and (max-width: 1023px ) {
  .row {
    --gap: 1;
  }
}
@media (min-width: 1024px ) and (max-width: 1199px ) {
  .row {
    --gap: 1.5;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .row {
    --gap: 2;
  }
}
@media (min-width: 1600px ) {
  .row {
    --gap: 2;
  }
}
/**
* Margins
*/
@media (max-width: 767px ) {
  :root {
    --margin: 1;
  }
}
@media (min-width: 768px ) and (max-width: 1023px ) {
  :root {
    --margin: 1;
  }
}
@media (min-width: 1024px ) and (max-width: 1199px ) {
  :root {
    --margin: 1.5;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --margin: 1.5;
  }
}
@media (min-width: 1600px ) {
  :root {
    --margin: 1.5;
  }
}
/**
* Paddings
*/
@media (max-width: 767px ) {
  :root {
    --padding: 1;
  }
}
@media (min-width: 768px ) and (max-width: 1023px ) {
  :root {
    --padding: 1;
  }
}
@media (min-width: 1024px ) and (max-width: 1199px ) {
  :root {
    --padding: 1.5;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --padding: 1.5;
  }
}
@media (min-width: 1600px ) {
  :root {
    --padding: 1.5;
  }
}
/**
* Generate Helper classes
**/
.m-1 {
  margin-top: calc(var(--margin) * 5px);
  margin-right: calc(var(--margin) * 5px);
  margin-bottom: calc(var(--margin) * 5px);
  margin-left: calc(var(--margin) * 5px);
}
.mt-1 {
  margin-top: calc(var(--margin) * 5px);
}
.mr-1 {
  margin-right: calc(var(--margin) * 5px);
}
.mb-1 {
  margin-bottom: calc(var(--margin) * 5px);
}
.ml-1 {
  margin-left: calc(var(--margin) * 5px);
}
.mx-1 {
  margin-left: calc(var(--margin) * 5px);
  margin-right: calc(var(--margin) * 5px);
}
.my-1 {
  margin-top: calc(var(--margin) * 5px);
  margin-bottom: calc(var(--margin) * 5px);
}
.m-2 {
  margin-top: calc(var(--margin) * 10px);
  margin-right: calc(var(--margin) * 10px);
  margin-bottom: calc(var(--margin) * 10px);
  margin-left: calc(var(--margin) * 10px);
}
.mt-2 {
  margin-top: calc(var(--margin) * 10px);
}
.mr-2 {
  margin-right: calc(var(--margin) * 10px);
}
.mb-2 {
  margin-bottom: calc(var(--margin) * 10px);
}
.ml-2 {
  margin-left: calc(var(--margin) * 10px);
}
.mx-2 {
  margin-left: calc(var(--margin) * 10px);
  margin-right: calc(var(--margin) * 10px);
}
.my-2 {
  margin-top: calc(var(--margin) * 10px);
  margin-bottom: calc(var(--margin) * 10px);
}
.m-3 {
  margin-top: calc(var(--margin) * 15px);
  margin-right: calc(var(--margin) * 15px);
  margin-bottom: calc(var(--margin) * 15px);
  margin-left: calc(var(--margin) * 15px);
}
.mt-3 {
  margin-top: calc(var(--margin) * 15px);
}
.mr-3 {
  margin-right: calc(var(--margin) * 15px);
}
.mb-3 {
  margin-bottom: calc(var(--margin) * 15px);
}
.ml-3 {
  margin-left: calc(var(--margin) * 15px);
}
.mx-3 {
  margin-left: calc(var(--margin) * 15px);
  margin-right: calc(var(--margin) * 15px);
}
.my-3 {
  margin-top: calc(var(--margin) * 15px);
  margin-bottom: calc(var(--margin) * 15px);
}
.m-4 {
  margin-top: calc(var(--margin) * 20px);
  margin-right: calc(var(--margin) * 20px);
  margin-bottom: calc(var(--margin) * 20px);
  margin-left: calc(var(--margin) * 20px);
}
.mt-4 {
  margin-top: calc(var(--margin) * 20px);
}
.mr-4 {
  margin-right: calc(var(--margin) * 20px);
}
.mb-4 {
  margin-bottom: calc(var(--margin) * 20px);
}
.ml-4 {
  margin-left: calc(var(--margin) * 20px);
}
.mx-4 {
  margin-left: calc(var(--margin) * 20px);
  margin-right: calc(var(--margin) * 20px);
}
.my-4 {
  margin-top: calc(var(--margin) * 20px);
  margin-bottom: calc(var(--margin) * 20px);
}
.m-5 {
  margin-top: calc(var(--margin) * 30px);
  margin-right: calc(var(--margin) * 30px);
  margin-bottom: calc(var(--margin) * 30px);
  margin-left: calc(var(--margin) * 30px);
}
.mt-5 {
  margin-top: calc(var(--margin) * 30px);
}
.mr-5 {
  margin-right: calc(var(--margin) * 30px);
}
.mb-5 {
  margin-bottom: calc(var(--margin) * 30px);
}
.ml-5 {
  margin-left: calc(var(--margin) * 30px);
}
.mx-5 {
  margin-left: calc(var(--margin) * 30px);
  margin-right: calc(var(--margin) * 30px);
}
.my-5 {
  margin-top: calc(var(--margin) * 30px);
  margin-bottom: calc(var(--margin) * 30px);
}
.m-6 {
  margin-top: calc(var(--margin) * 40px);
  margin-right: calc(var(--margin) * 40px);
  margin-bottom: calc(var(--margin) * 40px);
  margin-left: calc(var(--margin) * 40px);
}
.mt-6 {
  margin-top: calc(var(--margin) * 40px);
}
.mr-6 {
  margin-right: calc(var(--margin) * 40px);
}
.mb-6 {
  margin-bottom: calc(var(--margin) * 40px);
}
.ml-6 {
  margin-left: calc(var(--margin) * 40px);
}
.mx-6 {
  margin-left: calc(var(--margin) * 40px);
  margin-right: calc(var(--margin) * 40px);
}
.my-6 {
  margin-top: calc(var(--margin) * 40px);
  margin-bottom: calc(var(--margin) * 40px);
}
.m-7 {
  margin-top: calc(var(--margin) * 50px);
  margin-right: calc(var(--margin) * 50px);
  margin-bottom: calc(var(--margin) * 50px);
  margin-left: calc(var(--margin) * 50px);
}
.mt-7 {
  margin-top: calc(var(--margin) * 50px);
}
.mr-7 {
  margin-right: calc(var(--margin) * 50px);
}
.mb-7 {
  margin-bottom: calc(var(--margin) * 50px);
}
.ml-7 {
  margin-left: calc(var(--margin) * 50px);
}
.mx-7 {
  margin-left: calc(var(--margin) * 50px);
  margin-right: calc(var(--margin) * 50px);
}
.my-7 {
  margin-top: calc(var(--margin) * 50px);
  margin-bottom: calc(var(--margin) * 50px);
}
.m {
  margin-top: calc(var(--margin) * 10px);
  margin-right: calc(var(--margin) * 10px);
  margin-bottom: calc(var(--margin) * 10px);
  margin-left: calc(var(--margin) * 10px);
}
.mt {
  margin-top: calc(var(--margin) * 10px);
}
.mr {
  margin-right: calc(var(--margin) * 10px);
}
.mb {
  margin-bottom: calc(var(--margin) * 10px);
}
.ml {
  margin-left: calc(var(--margin) * 10px);
}
.mx {
  margin-left: calc(var(--margin) * 10px);
  margin-right: calc(var(--margin) * 10px);
}
.my {
  margin-top: calc(var(--margin) * 10px);
  margin-bottom: calc(var(--margin) * 10px);
}
.p-1 {
  padding-top: calc(var(--padding) * 5px);
  padding-right: calc(var(--padding) * 5px);
  padding-bottom: calc(var(--padding) * 5px);
  padding-left: calc(var(--padding) * 5px);
}
.pt-1 {
  padding-top: calc(var(--padding) * 5px);
}
.pr-1 {
  padding-right: calc(var(--padding) * 5px);
}
.pb-1 {
  padding-bottom: calc(var(--padding) * 5px);
}
.pl-1 {
  padding-left: calc(var(--padding) * 5px);
}
.px-1 {
  padding-left: calc(var(--padding) * 5px);
  padding-right: calc(var(--padding) * 5px);
}
.py-1 {
  padding-top: calc(var(--padding) * 5px);
  padding-bottom: calc(var(--padding) * 5px);
}
.p-2 {
  padding-top: calc(var(--padding) * 10px);
  padding-right: calc(var(--padding) * 10px);
  padding-bottom: calc(var(--padding) * 10px);
  padding-left: calc(var(--padding) * 10px);
}
.pt-2 {
  padding-top: calc(var(--padding) * 10px);
}
.pr-2 {
  padding-right: calc(var(--padding) * 10px);
}
.pb-2 {
  padding-bottom: calc(var(--padding) * 10px);
}
.pl-2 {
  padding-left: calc(var(--padding) * 10px);
}
.px-2 {
  padding-left: calc(var(--padding) * 10px);
  padding-right: calc(var(--padding) * 10px);
}
.py-2 {
  padding-top: calc(var(--padding) * 10px);
  padding-bottom: calc(var(--padding) * 10px);
}
.p-3 {
  padding-top: calc(var(--padding) * 20px);
  padding-right: calc(var(--padding) * 20px);
  padding-bottom: calc(var(--padding) * 20px);
  padding-left: calc(var(--padding) * 20px);
}
.pt-3 {
  padding-top: calc(var(--padding) * 20px);
}
.pr-3 {
  padding-right: calc(var(--padding) * 20px);
}
.pb-3 {
  padding-bottom: calc(var(--padding) * 20px);
}
.pl-3 {
  padding-left: calc(var(--padding) * 20px);
}
.px-3 {
  padding-left: calc(var(--padding) * 20px);
  padding-right: calc(var(--padding) * 20px);
}
.py-3 {
  padding-top: calc(var(--padding) * 20px);
  padding-bottom: calc(var(--padding) * 20px);
}
.p-4 {
  padding-top: calc(var(--padding) * 30px);
  padding-right: calc(var(--padding) * 30px);
  padding-bottom: calc(var(--padding) * 30px);
  padding-left: calc(var(--padding) * 30px);
}
.pt-4 {
  padding-top: calc(var(--padding) * 30px);
}
.pr-4 {
  padding-right: calc(var(--padding) * 30px);
}
.pb-4 {
  padding-bottom: calc(var(--padding) * 30px);
}
.pl-4 {
  padding-left: calc(var(--padding) * 30px);
}
.px-4 {
  padding-left: calc(var(--padding) * 30px);
  padding-right: calc(var(--padding) * 30px);
}
.py-4 {
  padding-top: calc(var(--padding) * 30px);
  padding-bottom: calc(var(--padding) * 30px);
}
.p-5 {
  padding-top: calc(var(--padding) * 40px);
  padding-right: calc(var(--padding) * 40px);
  padding-bottom: calc(var(--padding) * 40px);
  padding-left: calc(var(--padding) * 40px);
}
.pt-5 {
  padding-top: calc(var(--padding) * 40px);
}
.pr-5 {
  padding-right: calc(var(--padding) * 40px);
}
.pb-5 {
  padding-bottom: calc(var(--padding) * 40px);
}
.pl-5 {
  padding-left: calc(var(--padding) * 40px);
}
.px-5 {
  padding-left: calc(var(--padding) * 40px);
  padding-right: calc(var(--padding) * 40px);
}
.py-5 {
  padding-top: calc(var(--padding) * 40px);
  padding-bottom: calc(var(--padding) * 40px);
}
.p-6 {
  padding-top: calc(var(--padding) * 60px);
  padding-right: calc(var(--padding) * 60px);
  padding-bottom: calc(var(--padding) * 60px);
  padding-left: calc(var(--padding) * 60px);
}
.pt-6 {
  padding-top: calc(var(--padding) * 60px);
}
.pr-6 {
  padding-right: calc(var(--padding) * 60px);
}
.pb-6 {
  padding-bottom: calc(var(--padding) * 60px);
}
.pl-6 {
  padding-left: calc(var(--padding) * 60px);
}
.px-6 {
  padding-left: calc(var(--padding) * 60px);
  padding-right: calc(var(--padding) * 60px);
}
.py-6 {
  padding-top: calc(var(--padding) * 60px);
  padding-bottom: calc(var(--padding) * 60px);
}
.p-7 {
  padding-top: calc(var(--padding) * 90px);
  padding-right: calc(var(--padding) * 90px);
  padding-bottom: calc(var(--padding) * 90px);
  padding-left: calc(var(--padding) * 90px);
}
.pt-7 {
  padding-top: calc(var(--padding) * 90px);
}
.pr-7 {
  padding-right: calc(var(--padding) * 90px);
}
.pb-7 {
  padding-bottom: calc(var(--padding) * 90px);
}
.pl-7 {
  padding-left: calc(var(--padding) * 90px);
}
.px-7 {
  padding-left: calc(var(--padding) * 90px);
  padding-right: calc(var(--padding) * 90px);
}
.py-7 {
  padding-top: calc(var(--padding) * 90px);
  padding-bottom: calc(var(--padding) * 90px);
}
.p {
  padding-top: calc(var(--padding) * 10px);
  padding-right: calc(var(--padding) * 10px);
  padding-bottom: calc(var(--padding) * 10px);
  padding-left: calc(var(--padding) * 10px);
}
.pt {
  padding-top: calc(var(--padding) * 10px);
}
.pr {
  padding-right: calc(var(--padding) * 10px);
}
.pb {
  padding-bottom: calc(var(--padding) * 10px);
}
.pl {
  padding-left: calc(var(--padding) * 10px);
}
.px {
  padding-left: calc(var(--padding) * 10px);
  padding-right: calc(var(--padding) * 10px);
}
.py {
  padding-top: calc(var(--padding) * 10px);
  padding-bottom: calc(var(--padding) * 10px);
}
.container,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: calc(var(--container-padding) * 20px);
  padding-right: calc(var(--container-padding) * 20px);
}
.container:after,
.container-xs:after,
.container-sm:after,
.container-md:after,
.container-lg:after,
.container-xl:after {
  clear: both;
  content: '';
  display: grid;
  line-height: 0;
}
.container {
  max-width: 1408px;
}
.container-xs {
  max-width: 440px;
}
.container-sm {
  max-width: 840px;
}
.container-md {
  max-width: 1080px;
}
.container-full {
  max-width: 100%;
}
@media (min-width: 768px ) {
  .sm\:container,
  .sm\:container-xs,
  .sm\:container-sm,
  .sm\:container-md,
  .sm\:container-lg,
  .sm\:container-xl {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: calc(var(--container-padding) * 20px);
    padding-right: calc(var(--container-padding) * 20px);
  }
  .sm\:container:after,
  .sm\:container-xs:after,
  .sm\:container-sm:after,
  .sm\:container-md:after,
  .sm\:container-lg:after,
  .sm\:container-xl:after {
    clear: both;
  }
  .sm\:container {
    max-width: 1408px;
  }
  .sm\:container-xs {
    max-width: 440px;
  }
  .sm\:container-sm {
    max-width: 840px;
  }
  .sm\:container-md {
    max-width: 1080px;
  }
  .sm\:container-full {
    max-width: 100%;
  }
}
@media (min-width: 1024px ) {
  .md\:container,
  .md\:container-xs,
  .md\:container-sm,
  .md\:container-md,
  .md\:container-lg,
  .md\:container-xl {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: calc(var(--container-padding) * 20px);
    padding-right: calc(var(--container-padding) * 20px);
  }
  .md\:container:after,
  .md\:container-xs:after,
  .md\:container-sm:after,
  .md\:container-md:after,
  .md\:container-lg:after,
  .md\:container-xl:after {
    clear: both;
  }
  .md\:container {
    max-width: 1408px;
  }
  .md\:container-xs {
    max-width: 440px;
  }
  .md\:container-sm {
    max-width: 840px;
  }
  .md\:container-md {
    max-width: 1080px;
  }
  .md\:container-full {
    max-width: 100%;
  }
}
@media (min-width: 1200px ) {
  .lg\:container,
  .lg\:container-xs,
  .lg\:container-sm,
  .lg\:container-md,
  .lg\:container-lg,
  .lg\:container-xl {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: calc(var(--container-padding) * 20px);
    padding-right: calc(var(--container-padding) * 20px);
  }
  .lg\:container:after,
  .lg\:container-xs:after,
  .lg\:container-sm:after,
  .lg\:container-md:after,
  .lg\:container-lg:after,
  .lg\:container-xl:after {
    clear: both;
  }
  .lg\:container {
    max-width: 1408px;
  }
  .lg\:container-xs {
    max-width: 440px;
  }
  .lg\:container-sm {
    max-width: 840px;
  }
  .lg\:container-md {
    max-width: 1080px;
  }
  .lg\:container-full {
    max-width: 100%;
  }
}
@media (min-width: 1600px ) {
  .xl\:container,
  .xl\:container-xs,
  .xl\:container-sm,
  .xl\:container-md,
  .xl\:container-lg,
  .xl\:container-xl {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: calc(var(--container-padding) * 20px);
    padding-right: calc(var(--container-padding) * 20px);
  }
  .xl\:container:after,
  .xl\:container-xs:after,
  .xl\:container-sm:after,
  .xl\:container-md:after,
  .xl\:container-lg:after,
  .xl\:container-xl:after {
    clear: both;
  }
  .xl\:container {
    max-width: 1408px;
  }
  .xl\:container-xs {
    max-width: 440px;
  }
  .xl\:container-sm {
    max-width: 840px;
  }
  .xl\:container-md {
    max-width: 1080px;
  }
  .xl\:container-full {
    max-width: 100%;
  }
}
/**
		* Row
		*/
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  clear: both;
  order: 1000;
  margin-left: calc((var(--gap) * 16px) / -2);
  margin-right: calc((var(--gap) * 16px) / -2);
}
/**
		* Columns
		*/
.row > [class*="col"] {
  height: auto;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  margin-right: -0.1px;
  order: 1000;
  padding-left: calc((var(--gap) * 16px) / 2);
  padding-right: calc((var(--gap) * 16px) / 2);
  width: 100%;
  max-width: 100%;
  flex-basis: auto!important;
}
/**
		* No width, but fills row evenly with other .col's
		*/
.row > .col {
  flex-grow: 1;
  flex-basis: 0!important;
}
/**
		* Column width
		*/
@media (min-width: 768px ) {
  .row > .col-1 {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2 {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3 {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4 {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5 {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6 {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7 {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8 {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9 {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10 {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11 {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12 {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
/**
		*  Col widths for each override, wrapped in a mediaquery
		*/
@media (min-width: 768px ) {
  .row > .sm\:col {
    flex-grow: 1;
    flex-basis: 0!important;
  }
  .row > .sm\:col-1 {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .sm\:col-2 {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .sm\:col-3 {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .sm\:col-4 {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .sm\:col-5 {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .sm\:col-6 {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .sm\:col-7 {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .sm\:col-8 {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .sm\:col-9 {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .sm\:col-10 {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .sm\:col-11 {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .sm\:col-12 {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 1024px ) {
  .row > .md\:col {
    flex-grow: 1;
    flex-basis: 0!important;
  }
  .row > .md\:col-1 {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .md\:col-2 {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .md\:col-3 {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .md\:col-4 {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .md\:col-5 {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .md\:col-6 {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .md\:col-7 {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .md\:col-8 {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .md\:col-9 {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .md\:col-10 {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .md\:col-11 {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .md\:col-12 {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 1200px ) {
  .row > .lg\:col {
    flex-grow: 1;
    flex-basis: 0!important;
  }
  .row > .lg\:col-1 {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .lg\:col-2 {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .lg\:col-3 {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .lg\:col-4 {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .lg\:col-5 {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .lg\:col-6 {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .lg\:col-7 {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .lg\:col-8 {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .lg\:col-9 {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .lg\:col-10 {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .lg\:col-11 {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .lg\:col-12 {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 1600px ) {
  .row > .xl\:col {
    flex-grow: 1;
    flex-basis: 0!important;
  }
  .row > .xl\:col-1 {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .xl\:col-2 {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .xl\:col-3 {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .xl\:col-4 {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .xl\:col-5 {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .xl\:col-6 {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .xl\:col-7 {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .xl\:col-8 {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .xl\:col-9 {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .xl\:col-10 {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .xl\:col-11 {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .xl\:col-12 {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
.text-default {
  font-family: 'LFT Etica', sans-serif;
}
.text-serif {
  font-family: 'Guardian Egyptian Web', sans-serif;
}
.text-xs {
  font-size: calc(1 * 14px);
  line-height: 1.2em;
}
@media (min-width: 1024px ) {
  .text-xs {
    font-size: calc(1 * 14px);
  }
}
.text-sm {
  font-size: calc(1 * 16px);
  line-height: 1.2em;
}
@media (min-width: 1024px ) {
  .text-sm {
    font-size: calc(1 * 16px);
  }
}
.text-md {
  font-size: calc(1 * 17px);
  line-height: 1.3em;
}
@media (min-width: 1024px ) {
  .text-md {
    font-size: calc(1 * 17px);
  }
}
.text-lg {
  font-size: calc(1 * 18px);
  line-height: 1.3em;
}
@media (min-width: 1024px ) {
  .text-lg {
    font-size: calc(1 * 20px);
  }
}
.text-xl {
  font-size: calc(1 * 20px);
  line-height: 1.4em;
}
@media (min-width: 1024px ) {
  .text-xl {
    font-size: calc(1 * 24px);
  }
}
.text-2xl {
  font-size: calc(1 * 20px);
  line-height: 1.2em;
}
@media (min-width: 1024px ) {
  .text-2xl {
    font-size: calc(1 * 28px);
  }
}
.text-3xl {
  font-size: calc(1 * 24px);
  line-height: 1.2em;
}
@media (min-width: 1024px ) {
  .text-3xl {
    font-size: calc(1 * 28px);
  }
}
@media (min-width: 1200px ) {
  .text-3xl {
    font-size: calc(1 * 32px);
  }
}
.text-4xl {
  font-size: calc(1 * 32px);
  line-height: 1.05em;
}
@media (min-width: 1024px ) {
  .text-4xl {
    font-size: calc(1 * 38px);
  }
}
@media (min-width: 1200px ) {
  .text-4xl {
    font-size: calc(1 * 44px);
  }
}
.text-regular {
  font-weight: 400;
}
.text-bold {
  font-weight: 500;
}
.text-italic {
  font-style: italic;
}
.text-underline {
  text-decoration: underline;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-default {
  color: #1a1a1a;
}
.text-primary {
  color: #d30910;
}
.text-secondary {
  color: #bbbbbb;
}
.text-tertiary {
  color: #3081d1;
}
.text-white {
  color: #fff;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
@media (min-width: 768px ) {
  .sm\:text-regular {
    font-weight: 400;
  }
  .sm\:text-bold {
    font-weight: 500;
  }
  .sm\:text-italic {
    font-style: italic;
  }
  .sm\:text-underline {
    text-decoration: underline;
  }
  .sm\:text-uppercase {
    text-transform: uppercase;
  }
  .sm\:text-default {
    color: #1a1a1a;
  }
  .sm\:text-primary {
    color: #d30910;
  }
  .sm\:text-secondary {
    color: #bbbbbb;
  }
  .sm\:text-tertiary {
    color: #3081d1;
  }
  .sm\:text-white {
    color: #fff;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1024px ) {
  .md\:text-regular {
    font-weight: 400;
  }
  .md\:text-bold {
    font-weight: 500;
  }
  .md\:text-italic {
    font-style: italic;
  }
  .md\:text-underline {
    text-decoration: underline;
  }
  .md\:text-uppercase {
    text-transform: uppercase;
  }
  .md\:text-default {
    color: #1a1a1a;
  }
  .md\:text-primary {
    color: #d30910;
  }
  .md\:text-secondary {
    color: #bbbbbb;
  }
  .md\:text-tertiary {
    color: #3081d1;
  }
  .md\:text-white {
    color: #fff;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px ) {
  .lg\:text-regular {
    font-weight: 400;
  }
  .lg\:text-bold {
    font-weight: 500;
  }
  .lg\:text-italic {
    font-style: italic;
  }
  .lg\:text-underline {
    text-decoration: underline;
  }
  .lg\:text-uppercase {
    text-transform: uppercase;
  }
  .lg\:text-default {
    color: #1a1a1a;
  }
  .lg\:text-primary {
    color: #d30910;
  }
  .lg\:text-secondary {
    color: #bbbbbb;
  }
  .lg\:text-tertiary {
    color: #3081d1;
  }
  .lg\:text-white {
    color: #fff;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1600px ) {
  .xl\:text-regular {
    font-weight: 400;
  }
  .xl\:text-bold {
    font-weight: 500;
  }
  .xl\:text-italic {
    font-style: italic;
  }
  .xl\:text-underline {
    text-decoration: underline;
  }
  .xl\:text-uppercase {
    text-transform: uppercase;
  }
  .xl\:text-default {
    color: #1a1a1a;
  }
  .xl\:text-primary {
    color: #d30910;
  }
  .xl\:text-secondary {
    color: #bbbbbb;
  }
  .xl\:text-tertiary {
    color: #3081d1;
  }
  .xl\:text-white {
    color: #fff;
  }
  .xl\:text-left {
    text-align: left;
  }
  .xl\:text-center {
    text-align: center;
  }
  .xl\:text-right {
    text-align: right;
  }
  .xl\:text-justify {
    text-align: justify;
  }
}
.line {
  display: flex;
  width: 100%;
  column-gap: 10px;
  flex-direction: row;
}
.line--middle {
  align-items: center;
}
.line--wrap {
  flex-wrap: wrap;
}
.line > .grow {
  flex-grow: 2;
}
.line > .part--grow {
  flex-grow: 2;
}
.line > .no-shrink {
  flex-shrink: 0;
}
.line > .part--no-shrink {
  flex-shrink: 0;
}
.line > *:not(:last-child):after {
  content: '';
  display: block;
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  right: calc((var(--line-gap) * 10px) / -2);
}
.line--left {
  justify-content: flex-start;
}
.line--right {
  justify-content: flex-end;
}
.line--center {
  justify-content: center;
}
.line--justify {
  justify-content: space-between;
}
@media (min-width: 768px ) {
  .sm\:line--left {
    justify-content: flex-start;
  }
  .sm\:line--right {
    justify-content: flex-end;
  }
  .sm\:line--center {
    justify-content: center;
  }
  .sm\:line--justify {
    justify-content: space-between;
  }
}
@media (min-width: 1024px ) {
  .md\:line--left {
    justify-content: flex-start;
  }
  .md\:line--right {
    justify-content: flex-end;
  }
  .md\:line--center {
    justify-content: center;
  }
  .md\:line--justify {
    justify-content: space-between;
  }
}
@media (min-width: 1200px ) {
  .lg\:line--left {
    justify-content: flex-start;
  }
  .lg\:line--right {
    justify-content: flex-end;
  }
  .lg\:line--center {
    justify-content: center;
  }
  .lg\:line--justify {
    justify-content: space-between;
  }
}
@media (min-width: 1600px ) {
  .xl\:line--left {
    justify-content: flex-start;
  }
  .xl\:line--right {
    justify-content: flex-end;
  }
  .xl\:line--center {
    justify-content: center;
  }
  .xl\:line--justify {
    justify-content: space-between;
  }
}
.line--gap-0 {
  column-gap: calc(var(--line-gap) * 0);
  row-gap: calc(var(--line-gap) * 0);
}
.line--gap-0 > *:not(:last-child):after {
  right: calc((var(--line-gap) * 0) / -2);
}
.line--gap-1 {
  column-gap: calc(var(--line-gap) * 5px);
  row-gap: calc(var(--line-gap) * 5px);
}
.line--gap-1 > *:not(:last-child):after {
  right: calc((var(--line-gap) * 5px) / -2);
}
.line--gap-2 {
  column-gap: calc(var(--line-gap) * 10px);
  row-gap: calc(var(--line-gap) * 10px);
}
.line--gap-2 > *:not(:last-child):after {
  right: calc((var(--line-gap) * 10px) / -2);
}
.line--gap-3 {
  column-gap: calc(var(--line-gap) * 20px);
  row-gap: calc(var(--line-gap) * 20px);
}
.line--gap-3 > *:not(:last-child):after {
  right: calc((var(--line-gap) * 20px) / -2);
}
.line--gap-4 {
  column-gap: calc(var(--line-gap) * 30px);
  row-gap: calc(var(--line-gap) * 30px);
}
.line--gap-4 > *:not(:last-child):after {
  right: calc((var(--line-gap) * 30px) / -2);
}
.line--gap-5 {
  column-gap: calc(var(--line-gap) * 40px);
  row-gap: calc(var(--line-gap) * 40px);
}
.line--gap-5 > *:not(:last-child):after {
  right: calc((var(--line-gap) * 40px) / -2);
}
.line--divide > * {
  position: relative;
}
.line--divide > *:not(:last-child):after {
  background-color: #dedede;
  width: 1px;
}
.line--divide-1 > * {
  position: relative;
}
.line--divide-1 > :not(:last-child):after {
  background-color: #dedede;
  width: 1px;
}
.line--divide-2 > * {
  position: relative;
}
.line--divide-2 > :not(:last-child):after {
  background-color: #dedede;
  width: 2px;
}
.line--divide-3 > * {
  position: relative;
}
.line--divide-3 > :not(:last-child):after {
  background-color: #dedede;
  width: 3px;
}
.line--divide-4 > * {
  position: relative;
}
.line--divide-4 > :not(:last-child):after {
  background-color: #dedede;
  width: 3px;
}
.line--divide-primary > :not(:last-child):after {
  background-color: #d30910 !important;
}
.line--divide-secondary > :not(:last-child):after {
  background-color: #3081d1 !important;
}
.stack {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.stack > .grow {
  flex-grow: 2;
}
.stack > .part--grow {
  flex-grow: 2;
}
.stack > *:not(:last-child):after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.stack--left {
  align-items: start;
}
.stack--right {
  align-items: end;
}
.stack--center {
  align-items: center;
}
.stack--start {
  justify-content: start;
}
.stack--middle {
  justify-content: center;
}
.stack--end {
  justify-content: end;
}
@media (min-width: 768px ) {
  .sm\:stack--left {
    align-items: start;
  }
  .sm\:stack--right {
    align-items: end;
  }
  .sm\:stack--center {
    align-items: center;
  }
  .sm\:stack--start {
    justify-content: start;
  }
  .sm\:stack--middle {
    justify-content: center;
  }
  .sm\:stack--end {
    justify-content: end;
  }
}
@media (min-width: 1024px ) {
  .md\:stack--left {
    align-items: start;
  }
  .md\:stack--right {
    align-items: end;
  }
  .md\:stack--center {
    align-items: center;
  }
  .md\:stack--start {
    justify-content: start;
  }
  .md\:stack--middle {
    justify-content: center;
  }
  .md\:stack--end {
    justify-content: end;
  }
}
@media (min-width: 1200px ) {
  .lg\:stack--left {
    align-items: start;
  }
  .lg\:stack--right {
    align-items: end;
  }
  .lg\:stack--center {
    align-items: center;
  }
  .lg\:stack--start {
    justify-content: start;
  }
  .lg\:stack--middle {
    justify-content: center;
  }
  .lg\:stack--end {
    justify-content: end;
  }
}
@media (min-width: 1600px ) {
  .xl\:stack--left {
    align-items: start;
  }
  .xl\:stack--right {
    align-items: end;
  }
  .xl\:stack--center {
    align-items: center;
  }
  .xl\:stack--start {
    justify-content: start;
  }
  .xl\:stack--middle {
    justify-content: center;
  }
  .xl\:stack--end {
    justify-content: end;
  }
}
.stack--gap {
  row-gap: calc(var(--stack-gap) * 10px);
}
.stack--gap > *:not(:last-child):after {
  bottom: calc((var(--stack-gap) * 10px) / -2);
}
.stack--gap-0 {
  row-gap: calc(var(--stack-gap) * 0);
}
.stack--gap-0 > *:not(:last-child):after {
  bottom: calc((var(--stack-gap) * 0) / -2);
}
.stack--gap-1 {
  row-gap: calc(var(--stack-gap) * 5px);
}
.stack--gap-1 > *:not(:last-child):after {
  bottom: calc((var(--stack-gap) * 5px) / -2);
}
.stack--gap-2 {
  row-gap: calc(var(--stack-gap) * 10px);
}
.stack--gap-2 > *:not(:last-child):after {
  bottom: calc((var(--stack-gap) * 10px) / -2);
}
.stack--gap-3 {
  row-gap: calc(var(--stack-gap) * 20px);
}
.stack--gap-3 > *:not(:last-child):after {
  bottom: calc((var(--stack-gap) * 20px) / -2);
}
.stack--gap-4 {
  row-gap: calc(var(--stack-gap) * 30px);
}
.stack--gap-4 > *:not(:last-child):after {
  bottom: calc((var(--stack-gap) * 30px) / -2);
}
.stack--gap-5 {
  row-gap: calc(var(--stack-gap) * 40px);
}
.stack--gap-5 > *:not(:last-child):after {
  bottom: calc((var(--stack-gap) * 40px) / -2);
}
.stack--divide > * {
  position: relative;
}
.stack--divide > *:not(:last-child):after {
  background-color: #dedede;
  height: 1px;
}
.stack--divide-1 > * {
  position: relative;
}
.stack--divide-1 > :not(:last-child):after {
  background-color: #dedede;
  height: 1px;
}
.stack--divide-2 > * {
  position: relative;
}
.stack--divide-2 > :not(:last-child):after {
  background-color: #dedede;
  height: 2px;
}
.stack--divide-3 > * {
  position: relative;
}
.stack--divide-3 > :not(:last-child):after {
  background-color: #dedede;
  height: 3px;
}
.stack--divide-4 > * {
  position: relative;
}
.stack--divide-4 > :not(:last-child):after {
  background-color: #dedede;
  height: 3px;
}
.stack--divide-primary > :not(:last-child):after {
  background-color: #d30910 !important;
}
.stack--divide-secondary > :not(:last-child):after {
  background-color: #3081d1 !important;
}
.divide > *:not(:last-child) {
  position: relative;
}
.divide > *:not(:last-child):after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.divide--primary > :not(:last-child):after {
  background-color: #d30910 !important;
}
.divide--secondary > :not(:last-child):after {
  background-color: #3081d1 !important;
}
.divide > *:not(:last-child):after {
  background-color: #dedede;
  height: 1px;
}
.divide--0 > :not(:last-child):after {
  background-color: #dedede;
  height: 0;
}
.divide--1 > :not(:last-child):after {
  background-color: #dedede;
  height: 1px;
}
.divide--2 > :not(:last-child):after {
  background-color: #dedede;
  height: 2px;
}
.divide--3 > :not(:last-child):after {
  background-color: #dedede;
  height: 3px;
}
.divide--gap > :not(:last-child) {
  margin-bottom: calc(var(--divide-gap) * 10px);
}
.divide--gap > *:not(:last-child):after {
  bottom: calc((var(--divide-gap) * 10px) / -2);
}
.divide--gap-0 > :not(:last-child) {
  margin-bottom: calc(var(--divide-gap) * 0);
}
.divide--gap-0 > *:not(:last-child):after {
  bottom: calc((var(--divide-gap) * 0) / -2);
}
.divide--gap-1 > :not(:last-child) {
  margin-bottom: calc(var(--divide-gap) * 5px);
}
.divide--gap-1 > *:not(:last-child):after {
  bottom: calc((var(--divide-gap) * 5px) / -2);
}
.divide--gap-2 > :not(:last-child) {
  margin-bottom: calc(var(--divide-gap) * 10px);
}
.divide--gap-2 > *:not(:last-child):after {
  bottom: calc((var(--divide-gap) * 10px) / -2);
}
.divide--gap-3 > :not(:last-child) {
  margin-bottom: calc(var(--divide-gap) * 20px);
}
.divide--gap-3 > *:not(:last-child):after {
  bottom: calc((var(--divide-gap) * 20px) / -2);
}
.divide--gap-4 > :not(:last-child) {
  margin-bottom: calc(var(--divide-gap) * 30px);
}
.divide--gap-4 > *:not(:last-child):after {
  bottom: calc((var(--divide-gap) * 30px) / -2);
}
.divide--gap-5 > :not(:last-child) {
  margin-bottom: calc(var(--divide-gap) * 40px);
}
.divide--gap-5 > *:not(:last-child):after {
  bottom: calc((var(--divide-gap) * 40px) / -2);
}
.border--primary {
  border-color: #d30910 !important;
}
.border--secondary {
  border-color: #3081d1 !important;
}
.border {
  border: 1px solid #dedede;
}
.border-0 {
  border: 0 solid #dedede;
}
.border-1 {
  border: 1px solid #dedede;
}
.border-2 {
  border: 2px solid #dedede;
}
.border-3 {
  border: 3px solid #dedede;
}
.border-top {
  border-top: 1px solid #dedede;
}
.border-top-0 {
  border-top: 0 solid #dedede;
}
.border-top-1 {
  border-top: 1px solid #dedede;
}
.border-top-2 {
  border-top: 2px solid #dedede;
}
.border-top-3 {
  border-top: 3px solid #dedede;
}
.border-bottom {
  border-bottom: 1px solid #dedede;
}
.border-bottom-0 {
  border-bottom: 0 solid #dedede;
}
.border-bottom-1 {
  border-bottom: 1px solid #dedede;
}
.border-bottom-2 {
  border-bottom: 2px solid #dedede;
}
.border-bottom-3 {
  border-bottom: 3px solid #dedede;
}
.border-left {
  border-left: 1px solid #dedede;
}
.border-left-0 {
  border-left: 0 solid #dedede;
}
.border-left-1 {
  border-left: 1px solid #dedede;
}
.border-left-2 {
  border-left: 2px solid #dedede;
}
.border-left-3 {
  border-left: 3px solid #dedede;
}
.border-right {
  border-right: 1px solid #dedede;
}
.border-right-0 {
  border-right: 0 solid #dedede;
}
.border-right-1 {
  border-right: 1px solid #dedede;
}
.border-right-2 {
  border-right: 2px solid #dedede;
}
.border-right-3 {
  border-right: 3px solid #dedede;
}
@media (min-width: 768px ) {
  .border {
    border: 1px solid #dedede;
  }
  .border-0 {
    border: 0 solid #dedede;
  }
  .border-1 {
    border: 1px solid #dedede;
  }
  .border-2 {
    border: 2px solid #dedede;
  }
  .border-3 {
    border: 3px solid #dedede;
  }
  .sm\:border-top {
    border-top: 1px solid #dedede;
  }
  .sm\:border-top-0 {
    border-top: 0 solid #dedede;
  }
  .sm\:border-top-1 {
    border-top: 1px solid #dedede;
  }
  .sm\:border-top-2 {
    border-top: 2px solid #dedede;
  }
  .sm\:border-top-3 {
    border-top: 3px solid #dedede;
  }
  .sm\:border-bottom {
    border-bottom: 1px solid #dedede;
  }
  .sm\:border-bottom-0 {
    border-bottom: 0 solid #dedede;
  }
  .sm\:border-bottom-1 {
    border-bottom: 1px solid #dedede;
  }
  .sm\:border-bottom-2 {
    border-bottom: 2px solid #dedede;
  }
  .sm\:border-bottom-3 {
    border-bottom: 3px solid #dedede;
  }
  .sm\:border-left {
    border-left: 1px solid #dedede;
  }
  .sm\:border-left-0 {
    border-left: 0 solid #dedede;
  }
  .sm\:border-left-1 {
    border-left: 1px solid #dedede;
  }
  .sm\:border-left-2 {
    border-left: 2px solid #dedede;
  }
  .sm\:border-left-3 {
    border-left: 3px solid #dedede;
  }
  .sm\:border-right {
    border-right: 1px solid #dedede;
  }
  .sm\:border-right-0 {
    border-right: 0 solid #dedede;
  }
  .sm\:border-right-1 {
    border-right: 1px solid #dedede;
  }
  .sm\:border-right-2 {
    border-right: 2px solid #dedede;
  }
  .sm\:border-right-3 {
    border-right: 3px solid #dedede;
  }
}
@media (min-width: 1024px ) {
  .border {
    border: 1px solid #dedede;
  }
  .border-0 {
    border: 0 solid #dedede;
  }
  .border-1 {
    border: 1px solid #dedede;
  }
  .border-2 {
    border: 2px solid #dedede;
  }
  .border-3 {
    border: 3px solid #dedede;
  }
  .md\:border-top {
    border-top: 1px solid #dedede;
  }
  .md\:border-top-0 {
    border-top: 0 solid #dedede;
  }
  .md\:border-top-1 {
    border-top: 1px solid #dedede;
  }
  .md\:border-top-2 {
    border-top: 2px solid #dedede;
  }
  .md\:border-top-3 {
    border-top: 3px solid #dedede;
  }
  .md\:border-bottom {
    border-bottom: 1px solid #dedede;
  }
  .md\:border-bottom-0 {
    border-bottom: 0 solid #dedede;
  }
  .md\:border-bottom-1 {
    border-bottom: 1px solid #dedede;
  }
  .md\:border-bottom-2 {
    border-bottom: 2px solid #dedede;
  }
  .md\:border-bottom-3 {
    border-bottom: 3px solid #dedede;
  }
  .md\:border-left {
    border-left: 1px solid #dedede;
  }
  .md\:border-left-0 {
    border-left: 0 solid #dedede;
  }
  .md\:border-left-1 {
    border-left: 1px solid #dedede;
  }
  .md\:border-left-2 {
    border-left: 2px solid #dedede;
  }
  .md\:border-left-3 {
    border-left: 3px solid #dedede;
  }
  .md\:border-right {
    border-right: 1px solid #dedede;
  }
  .md\:border-right-0 {
    border-right: 0 solid #dedede;
  }
  .md\:border-right-1 {
    border-right: 1px solid #dedede;
  }
  .md\:border-right-2 {
    border-right: 2px solid #dedede;
  }
  .md\:border-right-3 {
    border-right: 3px solid #dedede;
  }
}
@media (min-width: 1200px ) {
  .border {
    border: 1px solid #dedede;
  }
  .border-0 {
    border: 0 solid #dedede;
  }
  .border-1 {
    border: 1px solid #dedede;
  }
  .border-2 {
    border: 2px solid #dedede;
  }
  .border-3 {
    border: 3px solid #dedede;
  }
  .lg\:border-top {
    border-top: 1px solid #dedede;
  }
  .lg\:border-top-0 {
    border-top: 0 solid #dedede;
  }
  .lg\:border-top-1 {
    border-top: 1px solid #dedede;
  }
  .lg\:border-top-2 {
    border-top: 2px solid #dedede;
  }
  .lg\:border-top-3 {
    border-top: 3px solid #dedede;
  }
  .lg\:border-bottom {
    border-bottom: 1px solid #dedede;
  }
  .lg\:border-bottom-0 {
    border-bottom: 0 solid #dedede;
  }
  .lg\:border-bottom-1 {
    border-bottom: 1px solid #dedede;
  }
  .lg\:border-bottom-2 {
    border-bottom: 2px solid #dedede;
  }
  .lg\:border-bottom-3 {
    border-bottom: 3px solid #dedede;
  }
  .lg\:border-left {
    border-left: 1px solid #dedede;
  }
  .lg\:border-left-0 {
    border-left: 0 solid #dedede;
  }
  .lg\:border-left-1 {
    border-left: 1px solid #dedede;
  }
  .lg\:border-left-2 {
    border-left: 2px solid #dedede;
  }
  .lg\:border-left-3 {
    border-left: 3px solid #dedede;
  }
  .lg\:border-right {
    border-right: 1px solid #dedede;
  }
  .lg\:border-right-0 {
    border-right: 0 solid #dedede;
  }
  .lg\:border-right-1 {
    border-right: 1px solid #dedede;
  }
  .lg\:border-right-2 {
    border-right: 2px solid #dedede;
  }
  .lg\:border-right-3 {
    border-right: 3px solid #dedede;
  }
}
@media (min-width: 1600px ) {
  .border {
    border: 1px solid #dedede;
  }
  .border-0 {
    border: 0 solid #dedede;
  }
  .border-1 {
    border: 1px solid #dedede;
  }
  .border-2 {
    border: 2px solid #dedede;
  }
  .border-3 {
    border: 3px solid #dedede;
  }
  .xl\:border-top {
    border-top: 1px solid #dedede;
  }
  .xl\:border-top-0 {
    border-top: 0 solid #dedede;
  }
  .xl\:border-top-1 {
    border-top: 1px solid #dedede;
  }
  .xl\:border-top-2 {
    border-top: 2px solid #dedede;
  }
  .xl\:border-top-3 {
    border-top: 3px solid #dedede;
  }
  .xl\:border-bottom {
    border-bottom: 1px solid #dedede;
  }
  .xl\:border-bottom-0 {
    border-bottom: 0 solid #dedede;
  }
  .xl\:border-bottom-1 {
    border-bottom: 1px solid #dedede;
  }
  .xl\:border-bottom-2 {
    border-bottom: 2px solid #dedede;
  }
  .xl\:border-bottom-3 {
    border-bottom: 3px solid #dedede;
  }
  .xl\:border-left {
    border-left: 1px solid #dedede;
  }
  .xl\:border-left-0 {
    border-left: 0 solid #dedede;
  }
  .xl\:border-left-1 {
    border-left: 1px solid #dedede;
  }
  .xl\:border-left-2 {
    border-left: 2px solid #dedede;
  }
  .xl\:border-left-3 {
    border-left: 3px solid #dedede;
  }
  .xl\:border-right {
    border-right: 1px solid #dedede;
  }
  .xl\:border-right-0 {
    border-right: 0 solid #dedede;
  }
  .xl\:border-right-1 {
    border-right: 1px solid #dedede;
  }
  .xl\:border-right-2 {
    border-right: 2px solid #dedede;
  }
  .xl\:border-right-3 {
    border-right: 3px solid #dedede;
  }
}
@media (max-width: 767px) {
  .sm\:show {
    display: none!important;
  }
}
@media (max-width: 1023px) {
  .md\:show {
    display: none!important;
  }
}
@media (max-width: 1199px) {
  .lg\:show {
    display: none!important;
  }
}
@media (max-width: 1599px) {
  .xl\:show {
    display: none!important;
  }
}
@media (min-width: 768px) {
  .sm\:hide {
    display: none!important;
  }
}
@media (min-width: 1024px) {
  .md\:hide {
    display: none!important;
  }
}
@media (min-width: 1200px) {
  .lg\:hide {
    display: none!important;
  }
}
@media (min-width: 1600px) {
  .xl\:hide {
    display: none!important;
  }
}
/**
* Other helper classes
*/
.hidden {
  display: none !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.align-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.width-15 {
  width: 15%;
}
.width-25 {
  width: 25%;
}
.width-33 {
  width: 33.3%;
}
.width-50 {
  width: 50%;
}
.width-75 {
  width: 75%;
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.column-2 {
  column-count: 2;
  column-gap: var(--container-padding);
}
.column-3 {
  column-count: 3;
  column-gap: var(--container-padding);
}
.column-4 {
  column-count: 3;
  column-gap: var(--container-padding);
}
.no-break {
  break-inside: avoid;
}
.no-wrap {
  white-space: nowrap;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-height-1 {
  line-height: 1em;
}
@media (min-width: 768px ) {
  .sm\:hidden {
    display: none !important;
  }
  .sm\:float-left {
    float: left;
  }
  .sm\:float-right {
    float: right;
  }
  .sm\:align-center {
    text-align: center;
  }
  .sm\:align-middle {
    vertical-align: middle;
  }
  .sm\:width-15 {
    width: 15%;
  }
  .sm\:width-25 {
    width: 25%;
  }
  .sm\:width-33 {
    width: 33.3%;
  }
  .sm\:width-50 {
    width: 50%;
  }
  .sm\:width-75 {
    width: 75%;
  }
  .sm\:width-100 {
    width: 100%;
  }
  .sm\:width-100 {
    width: 100%;
  }
  .sm\:column-2 {
    column-count: 2;
    column-gap: var(--container-padding);
  }
  .sm\:column-3 {
    column-count: 3;
    column-gap: var(--container-padding);
  }
  .sm\:column-4 {
    column-count: 4;
    column-gap: var(--container-padding);
  }
}
@media (min-width: 1024px ) {
  .md\:hidden {
    display: none !important;
  }
  .md\:float-left {
    float: left;
  }
  .md\:float-right {
    float: right;
  }
  .md\:align-center {
    text-align: center;
  }
  .md\:align-middle {
    vertical-align: middle;
  }
  .md\:width-15 {
    width: 15%;
  }
  .md\:width-25 {
    width: 25%;
  }
  .md\:width-33 {
    width: 33.3%;
  }
  .md\:width-50 {
    width: 50%;
  }
  .md\:width-75 {
    width: 75%;
  }
  .md\:width-100 {
    width: 100%;
  }
  .md\:width-100 {
    width: 100%;
  }
  .md\:column-2 {
    column-count: 2;
    column-gap: var(--container-padding);
  }
  .md\:column-3 {
    column-count: 3;
    column-gap: var(--container-padding);
  }
  .md\:column-4 {
    column-count: 4;
    column-gap: var(--container-padding);
  }
}
@media (min-width: 1200px ) {
  .lg\:hidden {
    display: none !important;
  }
  .lg\:float-left {
    float: left;
  }
  .lg\:float-right {
    float: right;
  }
  .lg\:align-center {
    text-align: center;
  }
  .lg\:align-middle {
    vertical-align: middle;
  }
  .lg\:width-15 {
    width: 15%;
  }
  .lg\:width-25 {
    width: 25%;
  }
  .lg\:width-33 {
    width: 33.3%;
  }
  .lg\:width-50 {
    width: 50%;
  }
  .lg\:width-75 {
    width: 75%;
  }
  .lg\:width-100 {
    width: 100%;
  }
  .lg\:width-100 {
    width: 100%;
  }
  .lg\:column-2 {
    column-count: 2;
    column-gap: var(--container-padding);
  }
  .lg\:column-3 {
    column-count: 3;
    column-gap: var(--container-padding);
  }
  .lg\:column-4 {
    column-count: 4;
    column-gap: var(--container-padding);
  }
}
@media (min-width: 1600px ) {
  .xl\:hidden {
    display: none !important;
  }
  .xl\:float-left {
    float: left;
  }
  .xl\:float-right {
    float: right;
  }
  .xl\:align-center {
    text-align: center;
  }
  .xl\:align-middle {
    vertical-align: middle;
  }
  .xl\:width-15 {
    width: 15%;
  }
  .xl\:width-25 {
    width: 25%;
  }
  .xl\:width-33 {
    width: 33.3%;
  }
  .xl\:width-50 {
    width: 50%;
  }
  .xl\:width-75 {
    width: 75%;
  }
  .xl\:width-100 {
    width: 100%;
  }
  .xl\:width-100 {
    width: 100%;
  }
  .xl\:column-2 {
    column-count: 2;
    column-gap: var(--container-padding);
  }
  .xl\:column-3 {
    column-count: 3;
    column-gap: var(--container-padding);
  }
  .xl\:column-4 {
    column-count: 4;
    column-gap: var(--container-padding);
  }
}
.clickable {
  cursor: pointer;
}
.clear:before,
.clearfix:before,
.clear:after,
.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
@media (max-width: 767px ) {
  :root {
    --line-gap: 1;
  }
}
@media (min-width: 768px ) and (max-width: 1023px ) {
  :root {
    --line-gap: 1;
  }
}
@media (min-width: 1024px ) and (max-width: 1199px ) {
  :root {
    --line-gap: 1;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --line-gap: 1.5;
  }
}
@media (min-width: 1600px ) {
  :root {
    --line-gap: 1.5;
  }
}
@media (max-width: 767px ) {
  :root {
    --stack-gap: 1;
  }
}
@media (min-width: 768px ) and (max-width: 1023px ) {
  :root {
    --stack-gap: 1;
  }
}
@media (min-width: 1024px ) and (max-width: 1199px ) {
  :root {
    --stack-gap: 1;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --stack-gap: 1.5;
  }
}
@media (min-width: 1600px ) {
  :root {
    --stack-gap: 1.5;
  }
}
@media (max-width: 767px ) {
  :root {
    --divide-gap: 1;
  }
}
@media (min-width: 768px ) and (max-width: 1023px ) {
  :root {
    --divide-gap: 1;
  }
}
@media (min-width: 1024px ) and (max-width: 1199px ) {
  :root {
    --divide-gap: 1;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --divide-gap: 1;
  }
}
@media (min-width: 1600px ) {
  :root {
    --divide-gap: 1;
  }
}
.background {
  background: #fff;
}
.background-dark {
  background: #1a1a1a;
}
.button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  height: 44px;
  width: fit-content;
  flex-shrink: 0;
  border-radius: 22px;
  padding: 0 24px;
  transition: all ease 0.2s;
  cursor: pointer;
  font-size: calc(1 * 17px);
  line-height: 1.3em;
  font-weight: 400;
  line-height: 1em!important;
  color: #fff;
  fill: #fff;
  background: #1a1a1a;
}
@media (min-width: 1024px ) {
  .button {
    font-size: calc(1 * 17px);
  }
}
.button:hover {
  background: #666;
}
.button--primary {
  background: #5f9a1a;
  color: #fff;
  fill: #fff;
  border: none;
}
.button--primary:hover {
  box-shadow: none;
  background: #161e0b;
  color: #fff;
  fill: #fff;
}
.button--secondary {
  background: #dbeafb;
  color: #00335f;
  fill: #00335f;
  border: 1px solid #bcd3ef;
}
.button--secondary:hover {
  box-shadow: none;
  background: #161e0b;
  border-color: #161e0b;
  color: #fff;
  fill: #fff;
}
.button--lg {
  gap: 15px;
  height: 48px;
  padding: 0 28px;
  border-radius: 24px;
  font-size: calc(1 * 17px);
  line-height: 1.3em;
}
@media (min-width: 1024px ) {
  .button--lg {
    font-size: calc(1 * 17px);
  }
}
.button--md {
  gap: 10px;
  height: 36px;
  padding: 0 15px;
  border-radius: 18px;
  font-size: calc(1 * 16px);
  line-height: 1.2em;
}
@media (min-width: 1024px ) {
  .button--md {
    font-size: calc(1 * 16px);
  }
}
.button--circle {
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-grid;
  padding: initial;
  align-items: center;
  justify-items: center;
}
.button--sm {
  gap: 5px;
  height: 24px;
  padding: 0 15px;
  border-radius: 12px;
  font-size: calc(1 * 14px);
  line-height: 1.2em;
}
@media (min-width: 1024px ) {
  .button--sm {
    font-size: calc(1 * 14px);
  }
}
.button--wide {
  display: flex;
  min-width: 120px;
  width: auto;
  max-width: fit-content;
  justify-content: center;
}
@media (min-width: 1024px ) {
  .button--wide {
    min-width: 220px;
  }
}
.button--full {
  display: flex;
  width: 100%;
  justify-content: center;
}
.color {
  color: #8c8c8c;
  fill: #8c8c8c;
}
.color-primary {
  color: #d30910;
  fill: #d30910;
}
.color-secondary {
  color: #3081d1;
  fill: #3081d1;
}
.color-white {
  color: #fff;
  fill: #fff;
}
.dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  outline: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
.dialog__panel {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  clip-path: inset(0px round 10px);
  height: auto;
  max-height: 90vh;
  width: 480px;
  max-width: 90vw;
}
.dialog__panel--lg {
  width: 640px;
}
.dialog__panel--xl {
  width: 920px;
}
.dialog__panel--sm {
  width: 100%;
}
@media (min-width: 1024px ) {
  .dialog__panel--sm {
    width: 320px;
  }
}
.dialog__header {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: start;
  min-height: 61px;
}
.dialog__main {
  flex-grow: 2;
  verflow-x: hidden;
  overflow-y: auto;
  /* Create scrollbar on webkit based browsers */
  /* Handle */
  /* Handle on hover */
}
.dialog__main::-webkit-scrollbar {
  width: 10px;
  background: transparent;
  transform: translateY(20px);
}
.dialog__main::-webkit-scrollbar-track {
  background: #fff;
}
.dialog__main::-webkit-scrollbar-thumb {
  background: rgba(26, 26, 26, 0.6);
}
.dialog__main::-webkit-scrollbar-thumb:hover {
  background: rgba(26, 26, 26, 0.8);
}
.dialog__bottom {
  padding-top: calc(var(--padding) * 10px);
  padding-bottom: calc(var(--padding) * 10px);
}
.dialog__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.element__error {
  padding-top: calc(var(--padding) * 5px);
  padding-bottom: calc(var(--padding) * 5px);
  font-size: calc(1 * 16px);
  line-height: 1.2em;
  color: #d30910;
}
@media (min-width: 1024px ) {
  .element__error {
    font-size: calc(1 * 16px);
  }
}
.element__info {
  padding-top: calc(var(--padding) * 5px);
  padding-bottom: calc(var(--padding) * 5px);
  font-size: calc(1 * 16px);
  line-height: 1.2em;
}
@media (min-width: 1024px ) {
  .element__info {
    font-size: calc(1 * 16px);
  }
}
.element__label {
  margin-bottom: calc(var(--margin) * 5px);
  font-weight: 500;
  display: inline-block;
}
.flash {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
  display: inline-block;
  width: 80vw;
  max-width: 80vw;
  height: auto;
  border-radius: 10px;
  background: #1a1a1a;
  border: 1px solid #979797;
  color: #fff;
}
@media (min-width: 768px ) {
  .flash {
    transform: none;
    width: auto;
    bottom: 32px;
    left: 32px;
  }
}
.flash--primary {
  background: #fef3f2;
  color: #c10a10;
  border-color: #c10a10;
}
.flash--secondary {
  background: #eaf1db;
  color: #577a20;
  border-color: #577a20;
}
.flash--tertiary {
  background: #ffe4ca;
  color: #dc6803;
  border-color: #dc6803;
}
.form__section {
  padding-right: calc(var(--padding) * 20px);
  padding-bottom: calc(var(--padding) * 20px);
  padding-left: calc(var(--padding) * 20px);
  border-radius: 10px;
  background: #fff;
  border: 1px solid #d1d1d1;
  padding-top: calc(var(--padding) * 20px);
}
.form__section__title {
  font-size: calc(1 * 20px);
  line-height: 1.4em;
  font-weight: 500;
  margin-bottom: calc(var(--margin) * 5px);
}
@media (min-width: 1024px ) {
  .form__section__title {
    font-size: calc(1 * 24px);
  }
}
.form__text--error {
  display: block;
  padding-top: calc(var(--padding) * 10px);
  padding-right: calc(var(--padding) * 10px);
  padding-bottom: calc(var(--padding) * 10px);
  padding-left: calc(var(--padding) * 10px);
  color: #d30910;
  border-radius: 5px;
  background: #fef3f2;
}
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 61px;
}
@media (min-width: 1024px ) {
  .header {
    min-height: 78px;
  }
}
.header__account {
  position: relative;
}
.header__account__me {
  display: grid;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #d30910;
  color: #fff;
  font-size: calc(1 * 17px);
  line-height: 1.3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  line-height: 2;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
@media (min-width: 1024px ) {
  .header__account__me {
    font-size: calc(1 * 17px);
  }
}
.header__menu {
  position: absolute;
  right: 0;
  top: 100%;
  width: fit-content;
  min-width: 200px;
}
.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.icon--xs {
  width: 8px;
  height: 8px;
}
.icon--sm {
  width: 12px;
  height: 12px;
}
.icon--md {
  width: 18px;
  height: 18px;
}
.icon--lg {
  width: 24px;
  height: 24px;
}
.icon--xl {
  width: 28px;
  height: 28px;
}
.icon--xxl {
  width: 36px;
  height: 36px;
}
.icon--xxxl {
  width: 48px;
  height: 48px;
}
.input {
  position: relative;
}
.input--horizontal {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.input__input {
  border: 1px solid #dedede;
  transition: all 0.2s ease-out;
}
.input__input:hover {
  border-color: #bbbbbb;
}
.input__input:focus {
  border-color: #8c8c8c;
}
.input--text,
.input--textarea,
.input--select,
.input--date,
.input--password {
  position: relative;
}
.input--text .input__input,
.input--textarea .input__input,
.input--select .input__input,
.input--date .input__input,
.input--password .input__input {
  display: block;
  width: 100%;
  padding: 32px 16px 8px 16px;
  font-size: 17px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #dedede;
}
@media (min-width: 1024px ) {
  .input--text .input__input,
  .input--textarea .input__input,
  .input--select .input__input,
  .input--date .input__input,
  .input--password .input__input {
    padding: 32px 24px 12px 24px;
  }
}
.input--text .input__input:hover,
.input--textarea .input__input:hover,
.input--select .input__input:hover,
.input--date .input__input:hover,
.input--password .input__input:hover {
  border-color: #bbbbbb;
}
.input--text .input__input:focus,
.input--textarea .input__input:focus,
.input--select .input__input:focus,
.input--date .input__input:focus,
.input--password .input__input:focus {
  border-color: #8c8c8c;
}
.input--text .input__input[readonly],
.input--textarea .input__input[readonly],
.input--select .input__input[readonly],
.input--date .input__input[readonly],
.input--password .input__input[readonly] {
  background: #dedede;
}
.input--text .input__label,
.input--textarea .input__label,
.input--select .input__label,
.input--date .input__label,
.input--password .input__label {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 75ms linear;
}
@media (min-width: 1024px ) {
  .input--text .input__label,
  .input--textarea .input__label,
  .input--select .input__label,
  .input--date .input__label,
  .input--password .input__label {
    left: 24px;
  }
}
.input--text .input__input:focus + label,
.input--textarea .input__input:focus + label,
.input--select .input__input:focus + label,
.input--date .input__input:focus + label,
.input--password .input__input:focus + label,
.input--text .input__input:not(:placeholder-shown) + label,
.input--textarea .input__input:not(:placeholder-shown) + label,
.input--select .input__input:not(:placeholder-shown) + label,
.input--date .input__input:not(:placeholder-shown) + label,
.input--password .input__input:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(8px);
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 1024px ) {
  .input--text .input__input:focus + label,
  .input--textarea .input__input:focus + label,
  .input--select .input__input:focus + label,
  .input--date .input__input:focus + label,
  .input--password .input__input:focus + label,
  .input--text .input__input:not(:placeholder-shown) + label,
  .input--textarea .input__input:not(:placeholder-shown) + label,
  .input--select .input__input:not(:placeholder-shown) + label,
  .input--date .input__input:not(:placeholder-shown) + label,
  .input--password .input__input:not(:placeholder-shown) + label {
    top: 4px;
  }
}
.input--text.input--error .input__input,
.input--textarea.input--error .input__input,
.input--select.input--error .input__input,
.input--date.input--error .input__input,
.input--password.input--error .input__input {
  background-color: #f4f4f4;
  border: 2px solid #d30910 !important;
}
.input--text.input--disabled .input__input,
.input--textarea.input--disabled .input__input,
.input--select.input--disabled .input__input,
.input--date.input--disabled .input__input,
.input--password.input--disabled .input__input {
  background-color: #f4f4f4;
}
.input--text.input--disabled .input__label,
.input--textarea.input--disabled .input__label,
.input--select.input--disabled .input__label,
.input--date.input--disabled .input__label,
.input--password.input--disabled .input__label {
  color: #dedede;
}
.input--textarea .input__label {
  top: 35px;
  transform: translateY(-50%);
}
.input--select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  bottom: auto;
  left: auto;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-color: #1a1a1a;
  transform: rotate(45deg) translateY(-100%);
}
.input--date .input__input {
  background-image: url("data:image/svg+xml,<svg width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path  d='M 19.545303,2.1818181 H 17.363502 V 1.0909094 C 17.363502,0.48872725 16.875868,0 16.272598,0 15.669335,0 15.181701,0.48872725 15.181701,1.0909094 V 2.1818181 H 8.6363004 V 1.0909094 C 8.6363004,0.48872725 8.1475769,0 7.5454,0 6.9432232,0 6.4545004,0.48872725 6.4545004,1.0909094 V 2.1818181 H 4.2727003 C 2.4650784,2.1818181 1,3.6469094 1,5.4545457 V 20.727275 C 1,22.534906 2.4650784,24 4.2727003,24 H 19.545303 C 21.351831,24 22.818,22.534906 22.818,20.727275 V 5.4545457 c 0,-1.8076363 -1.466169,-3.2727276 -3.272697,-3.2727276 M 4.2727003,4.3636362 h 2.1818001 v 1.0909095 c 0,0.6021818 0.4887228,1.0909086 1.0908996,1.0909086 0.6021769,0 1.0909004,-0.4887268 1.0909004,-1.0909086 V 4.3636362 h 6.5454006 v 1.0909095 c 0,0.6021818 0.487634,1.0909086 1.090897,1.0909086 0.60327,0 1.090904,-0.4887268 1.090904,-1.0909086 V 4.3636362 h 2.181801 c 0.603263,0 1.090896,0.4887276 1.090896,1.0909095 V 8.7272725 H 3.1818 V 5.4545457 c 0,-0.6021819 0.4887235,-1.0909095 1.0909003,-1.0909095 M 19.545303,21.818181 H 4.2727003 C 3.6705235,21.818181 3.1818,21.329457 3.1818,20.727275 v -9.818181 h 17.454399 v 9.818181 c 0,0.602182 -0.487633,1.090906 -1.090896,1.090906' /></svg>");
  background-position: top 50% right 16px;
}
.input--password .input__icon {
  position: absolute;
  top: 50%;
  right: 18px;
  bottom: auto;
  left: auto;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  cursor: pointer;
}
.input--radio .input__label {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: calc(var(--margin) * 5px);
}
.input--radio .input__input {
  appearance: none;
  background-color: white;
  margin: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  flex-shrink: 0;
}
.input--radio .input__input:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #5f9a1a;
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease-out;
}
.input--radio .input__input:checked {
  background-color: #fff;
  border-color: #5f9a1a;
}
.input--radio .input__input:checked:after {
  opacity: 1;
  transform: scale(1);
}
.input--radio.input--error .input__input {
  background-color: #f4f4f4;
  border: 2px solid #d30910 !important;
}
.input--radio.input--error .input__input:checked {
  background-color: #fff !important;
  border-color: #5f9a1a !important;
}
.input--checkbox .input__label {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: calc(var(--margin) * 5px);
}
.input--checkbox .input__input {
  appearance: none;
  background-color: #fff;
  margin: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-content: center;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.2s ease-out;
}
.input--checkbox .input__input:after {
  content: '';
  width: 6px;
  height: 10px;
  border-style: solid;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-color: #fff;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  opacity: 0;
}
.input--checkbox .input__input:hover {
  background-color: #fff;
}
.input--checkbox .input__input:hover:after {
  opacity: 1;
  border-color: #bbbbbb;
}
.input--checkbox .input__input:checked {
  background-color: #5f9a1a;
  border-color: #5f9a1a;
}
.input--checkbox .input__input:checked:after {
  border-color: #fff;
  opacity: 1;
}
.input--checkbox.input--error .input__input {
  background-color: #f4f4f4;
  border: 2px solid #d30910 !important;
}
.input--checkbox.input--error .input__input:checked {
  background-color: #5f9a1a !important;
  border-color: #5f9a1a !important;
}
.input__input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  height: 22px;
  width: fit-content;
  border-radius: 11px;
  padding: 0 8px;
  transition: all ease 0.2s;
  font-size: calc(1 * 14px);
  line-height: 1.2em;
  font-weight: 400;
  white-space: nowrap;
  background: #f4f4f4;
  color: #979797;
}
@media (min-width: 1024px ) {
  .label {
    font-size: calc(1 * 14px);
  }
}
.label--primary {
  background: #fef3f2;
  color: #c10a10;
}
.label--secondary {
  background: #eaf1db;
  color: #577a20;
}
.label--tertiary {
  background: #ffe4ca;
  color: #dc6803;
}
.link {
  text-decoration: underline;
  cursor: pointer;
  transition: color ease 0.3s;
  color: #1a1a1a;
  fill: #1a1a1a;
}
.link:hover {
  color: #0b4f89;
  fill: #0b4f89;
}
.link-primary {
  text-decoration: underline;
  cursor: pointer;
  transition: color ease 0.3s;
  color: #3081d1;
  fill: #3081d1;
}
.link-primary:hover {
  color: #0b4f89;
  fill: #0b4f89;
}
.menu {
  /* &__scroll {
	//	overflow: hidden;
	//	ackground: fuchsia;
	//} */
}
.menu__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  max-width: 90vw;
  z-index: 101;
  background: #fbfbfb;
  box-shadow: 0px 0px 20px 0px rgba(26, 26, 26, 0.1);
}
@media (min-width: 1024px ) {
  .menu__nav {
    position: relative;
    z-index: 1;
    background: transparent;
    box-shadow: none;
  }
}
.menu__close {
  background: #fff;
}
.menu__items {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: calc(var(--padding) * 20px);
  padding-right: calc(var(--padding) * 20px);
}
@media (min-width: 1024px ) {
  .menu__items {
    padding: 0;
  }
}
.menu__item {
  display: inline-flex;
  align-items: stretch;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #dedede;
  will-change: transform;
  padding-top: calc(var(--padding) * 10px);
  padding-bottom: calc(var(--padding) * 10px);
  font-size: calc(1 * 16px);
  line-height: 1.2em;
}
@media (min-width: 1024px ) {
  .menu__item {
    font-size: calc(1 * 16px);
  }
}
.menu__item--active {
  border-color: #d30910;
}
.menu__item--active .menu__item__link {
  color: #d30910;
}
.menu__item__link {
  color: #1a1a1a;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.menu__item__link:hover {
  color: #d30910;
}
.message {
  border-radius: 10px;
  background-color: #dedede;
}
.message--succes {
  background-color: #5f9a1a;
  color: #fff;
}
.message--error {
  background-color: #d30910;
  color: #fff;
}
.message--warning {
  background-color: #f79009;
  color: #fff;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: yellow;
  opacity: 0.3;
  z-index: 100;
}
.panel {
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.panel-primary {
  background: #d30910;
}
.panel-primary-dark {
  background: #c10a10;
}
.panel-secondary {
  background: #3081d1;
}
.panel-secondary-dark {
  background: #0b4f89;
}
.search {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  height: 36px;
  padding: 0 15px;
  border-radius: 18px;
  font-size: calc(1 * 16px);
  line-height: 1.2em;
  border: 1px solid #dedede;
}
@media (min-width: 1024px ) {
  .search {
    font-size: calc(1 * 16px);
  }
}
.search__svg {
  fill: #dedede;
}
.search__input {
  height: 34px;
}
.sheet {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  outline: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px ) {
  .sheet {
    justify-content: end;
  }
}
.sheet__panel {
  position: relative;
  background-color: #fbfbfb;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(26, 26, 26, 0.5);
  animation: show 300ms ease forwards;
  opacity: 0;
  transform: translateX(100%);
  transform-origin: right center;
}
@media (min-width: 768px ) {
  .sheet__panel {
    max-width: 90vw;
  }
}
@media (min-width: 1200px ) {
  .sheet__panel {
    max-width: 1080px;
  }
}
@media (min-width: 1600px ) {
  .sheet__panel {
    max-width: 1408px;
  }
}
.sheet__header {
  min-height: 61px;
}
@media (min-width: 1024px ) {
  .sheet__header {
    min-height: 78px;
  }
}
.sheet__main {
  flex-grow: 2;
  verflow-x: hidden;
  overflow-y: auto;
}
@keyframes show {
  100% {
    opacity: 1;
    transform: none;
  }
}
.public {
  display: grid;
}
@media (min-width: 1024px ) {
  .public {
    min-height: 100vh;
    grid-template-columns: 1fr 1fr;
  }
}
.public__section {
  display: grid;
  padding-left: calc(var(--padding) * 30px);
  padding-right: calc(var(--padding) * 30px);
  padding-top: calc(var(--padding) * 90px);
  padding-bottom: calc(var(--padding) * 90px);
}
.public__forms {
  width: 380px;
  align-self: center;
  justify-self: center;
}
.public__cta {
  max-width: 540px;
  align-self: center;
  justify-self: center;
}
.table {
  border-collapse: collapse;
  overflow-x: scroll;
}
.table td {
  vertical-align: middle;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.wysiwyg {
  font-size: calc(1 * 17px);
  line-height: 1.3em;
  line-height: 1.6em;
}
@media (min-width: 1024px ) {
  .wysiwyg {
    font-size: calc(1 * 17px);
  }
}
.wysiwyg p,
.wysiwyg h3,
.wysiwyg ul,
.wysiwyg ol {
  margin-bottom: calc(var(--margin) * 5px);
}
@media (min-width: 1024px ) {
  .wysiwyg p,
  .wysiwyg h3,
  .wysiwyg ul,
  .wysiwyg ol {
    margin-bottom: calc(var(--margin) * 10px);
  }
}
.wysiwyg h3 {
  font-size: calc(1 * 24px);
  line-height: 1.2em;
  font-weight: 500;
}
@media (min-width: 1024px ) {
  .wysiwyg h3 {
    font-size: calc(1 * 28px);
  }
}
@media (min-width: 1200px ) {
  .wysiwyg h3 {
    font-size: calc(1 * 32px);
  }
}
.wysiwyg ul,
.wysiwyg ol {
  margin-top: calc(var(--margin) * 5px);
  margin-left: 2em;
}
.wysiwyg ul li,
.wysiwyg ol li {
  line-height: 1.6em;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg cite {
  font-style: italic;
}
.wysiwyg strong {
  font-weight: 500;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg .underline {
  text-decoration: underline;
}
.wysiwyg a:not(.button) {
  background: transparent;
  color: #d30910;
  overflow-wrap: break-word;
  white-space: normal;
}
.wysiwyg a:not(.button):hover {
  text-decoration: undeline;
}
.wysiwyg table {
  line-height: 175%;
  margin-bottom: 20px;
}
.wysiwyg table tr {
  border-bottom: 1px solid #979797;
}
.wysiwyg table tr:last-child {
  border-bottom: 3px solid #979797;
}
/*# sourceMappingURL=main.css.map */