@charset "UTF-8";
@font-face {
  font-family: "Albert Sans";
  src: url("../../assets/fonts/albert/AlbertSans-Regular.woff2") format("woff2"), url("../../assets/fonts/albert/AlbertSans-Regular.woff") format("woff"), url("../../assets/fonts/albert/AlbertSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("../../assets/fonts/albert/AlbertSans-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/albert/AlbertSans-ExtraBold.woff") format("woff"), url("../../assets/fonts/albert/AlbertSans-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("../../assets/fonts/albert/AlbertSans-Bold.woff2") format("woff2"), url("../../assets/fonts/albert/AlbertSans-Bold.woff") format("woff"), url("../../assets/fonts/albert/AlbertSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("../../assets/fonts/albert/AlbertSans-Thin.woff2") format("woff2"), url("../../assets/fonts/albert/AlbertSans-Thin.woff") format("woff"), url("../../assets/fonts/albert/AlbertSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("../../assets/fonts/albert/AlbertSans-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/albert/AlbertSans-ExtraLight.woff") format("woff"), url("../../assets/fonts/albert/AlbertSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("../../assets/fonts/albert/AlbertSans-Black.woff2") format("woff2"), url("../../assets/fonts/albert/AlbertSans-Black.woff") format("woff"), url("../../assets/fonts/albert/AlbertSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*.bg-white {
	$bg-white	: #fff;
}*/
/*!
 * Font Awesome Free 5.0.11 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-r:before {
  content: "\f4f7";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 35px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

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

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

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 0;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 12px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1, .h1 {
  font-size: 76px;
  font-size: 4.75rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  h1, .h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

h2, .h2 {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  h2, .h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

h3, .h3 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  h4, .h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h5, .h5 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 992px) {
  h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

p, .paragraph {
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
}
p--large, .paragraph--large {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  p--large, .paragraph--large {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
p--medium, .paragraph--medium {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  p--medium, .paragraph--medium {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
p--small, .paragraph--small {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
}
@media screen and (max-width: 640px) {
  p--small, .paragraph--small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  p, .paragraph {
    font-size: 16px;
    font-size: 1rem;
  }
}

.eyebrow {
  display: block;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 16px;
}

blockquote p {
  font-size: 33px;
  font-size: 2.0625rem;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  blockquote p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  blockquote p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  blockquote p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
}
blockquote p:before, blockquote p:after {
  content: "“";
  position: relative;
}

a {
  text-decoration: none;
  color: #18F;
}
::-moz-selection {
  background: rgb(152, 152, 152);
  text-shadow: none;
}

::selection {
  background: rgb(152, 152, 152);
  text-shadow: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon/icomoon.eot?w3ipqj");
  src: url("../../assets/fonts/icomoon/icomoon.eot?w3ipqj#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon/icomoon.ttf?w3ipqj") format("truetype"), url("../../assets/fonts/icomoon/icomoon.woff?w3ipqj") format("woff"), url("../../assets/fonts/icomoon/icomoon.svg?w3ipqj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-top:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-clock:before {
  content: "\e903";
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 67px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url("../images/svg/arrow-left.svg");
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  background-image: url("../images/svg/arrow-right.svg");
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.btn {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 16px 54px;
  border-radius: 10px;
  font-weight: 600;
  border: 0;
  display: inline-flex;
}
@media screen and (max-width: 640px) {
  .btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.btn.btn-primary {
  color: #FFF;
  background-color: #FF8C64;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
}
.btn.btn-primary:hover {
  color: #FFF;
  background-color: #320066;
}
.btn.btn-primary:hover img {
  filter: invert(100%);
  transform: rotate(360deg);
}
.btn.btn-secondary {
  color: #320066;
  background-color: #CEFF00;
  font-weight: 600;
  padding: 18px 44px;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 640px) {
  .btn.btn-secondary {
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.btn.btn-secondary img {
  margin-left: 18px;
  width: 46px;
  height: 49px;
  margin: auto auto auto 10px;
  display: block;
  transition: all 0.15s ease-in-out;
}
.btn.btn-secondary:hover {
  color: #CEFF00;
  background-color: #9500FF;
}
.btn.btn-text {
  background-color: transparent;
  color: #7362A9;
}
.btn.btn-third {
  color: #000000;
  background-color: #B5F415;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
}
.btn.btn-third img {
  width: 25px;
  height: 30px;
  margin: auto 10px auto auto;
  display: block;
  transition: all 0.15s ease-in-out;
}
.btn.btn-third:hover {
  color: #FFF;
}
.btn.btn-third:hover img {
  filter: invert(100%);
}
.btn.btn-custom {
  display: inline-flex;
  flex-direction: row;
  background-color: #76BF92;
  gap: 15px;
  padding: 16px 22px;
}
.btn.btn-custom span, .btn.btn-custom i {
  color: #7362A9;
}
.btn.btn-custom span {
  display: block;
  max-width: 130px;
  text-align: left;
  font-weight: 900;
}
.btn.btn-custom:hover {
  background-color: #FEF2AC;
}
.btn.btn-custom-secondary {
  display: inline-flex;
  flex-direction: row;
  background-color: #FEF2AC;
  gap: 15px;
  padding: 16px 22px;
}
.btn.btn-custom-secondary span, .btn.btn-custom-secondary i {
  color: #7362A9;
}
.btn.btn-custom-secondary span {
  display: block;
  max-width: 130px;
  text-align: left;
  font-weight: 900;
}
.btn.btn-custom-secondary:hover {
  background-color: #76BF92;
}
.btn:active:focus {
  box-shadow: none;
  border-color: none;
}
.btn:focus-visible {
  outline: none;
  box-shadow: none;
}

.agenda-days {
  position: relative;
}
@media screen and (max-width: 640px) {
  .agenda-days .days-navigation {
    flex: 0 0 auto;
  }
}
.agenda-days .days-navigation ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.agenda-days .days-navigation ul .nav-item .nav-link {
  background-color: #FEF2AC;
  padding: 20px 26px;
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 8px;
}
.agenda-days .days-navigation ul .nav-item .nav-link:hover {
  background-color: #7362A9;
  color: #FFF;
}
.agenda-days .days-navigation ul .nav-item .nav-link.active {
  background-color: #7362A9;
  color: #FFF;
}
.agenda-days .tab-content {
  margin-top: 80px;
  margin-left: 30%;
}
@media screen and (max-width: 640px) {
  .agenda-days .tab-content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.agenda-days .tab-content.tab-content-secondary {
  margin-left: 0;
  margin-top: 80px;
}
.agenda-days .tab-content .tab-pane {
  background-color: transparent;
}
.agenda-days .tab-content .tab-pane .events-timeline-secondary__content {
  border-left: 2px solid #000000;
  margin-top: 40px;
}
.agenda-days .tab-content .tab-pane .events-timeline-secondary__content .event-item-secondary {
  position: relative;
  margin-bottom: 40px;
}
.agenda-days .tab-content .tab-pane .events-timeline-secondary__content .event-item-secondary::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #000000;
  z-index: 1;
}
.agenda-days .tab-content .tab-pane .events-timeline-secondary__content .event-item-secondary .card-secondary .card-body {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  padding: 0 30px;
  cursor: inherit;
}
.agenda-days .tab-content .tab-pane .events-timeline-secondary__content .event-item-secondary .card-secondary .card-body .event-category .category-badge {
  background-color: transparent;
  color: #7362A9;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.agenda-days .tab-content .tab-pane .event-item {
  border-bottom: 1px solid #000000;
}
.agenda-days .tab-content .tab-pane .card {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.agenda-days .tab-content .tab-pane .card .card-body {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
}
.agenda-days .tab-content .tab-pane .card .card-body .event-time {
  color: #000000;
}
.agenda-days .tab-content .tab-pane .card .card-body .event-time .time-date {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
.agenda-days .tab-content .tab-pane .card .card-body .event-time .time-start {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
.agenda-days .tab-content .tab-pane .card .card-body .event-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #000000;
}
.agenda-days .tab-content .tab-pane .card .card-body .event-category .category-badge {
  background-color: #76BF92;
  color: #000000;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.agenda-days .tab-content .tab-pane .card .card-body .event-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-size: 14px;
}
.agenda-days .tab-content .tab-pane .card .card-body .event-location i {
  color: #7362A9;
  font-size: 16px;
}
.agenda-days .tab-content .tab-pane .card .card-body .event-excerpt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000000;
}
.agenda-days .tab-content .tab-pane .card .card-body .event-arrow {
  opacity: 0;
}
.agenda-days .tab-content .tab-pane .card .card-body .event-arrow i {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  color: #7362A9;
}
@media screen and (max-width: 640px) {
  .agenda-days .tab-content .tab-pane .card .card-body .event-arrow {
    display: none;
  }
}
.agenda-days .tab-content .tab-pane .card .card-body:hover {
  background-color: #FEF2AC;
}
.agenda-days .tab-content .tab-pane .card .card-body:hover .event-arrow {
  opacity: 1;
}
.agenda-days .tab-content .tab-pane .card .card-body.active {
  background-color: #FEF2AC;
}
.agenda-days .tab-content .tab-pane .card .card-body.active .event-arrow {
  opacity: 0;
}
.agenda-days .tab-content .tab-pane .card .card-footer {
  padding: 40px 60px;
  background-color: #FFF;
  margin-top: 10px;
  border-radius: 8px;
  text-align: center;
}
.agenda-days .tab-content .tab-pane .card .card-footer .event-content {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
}
.agenda-days .tab-content .tab-pane .card .card-footer .event-meta {
  padding: 30px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.agenda-days .tab-content .tab-pane .card .card-footer .event-meta .event-meta-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.agenda-days .tab-content .tab-pane .card .card-button {
  margin: 10px 0;
}
.agenda-days .tab-content .tab-pane .card .card-button button {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  background-color: #FEF2AC;
  border: 0;
  color: #000000;
  padding: 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.625rem;
}
.agenda-days .tab-content .tab-pane .card .card-button button i {
  color: #76BF92;
}
.agenda-days .tab-content .tab-pane .card .card-button button:hover {
  background-color: #7362A9;
  color: #FFF;
}
.agenda-days .tab-content .tab-pane .card .card-button button:hover i {
  color: #FFF;
}

.modal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.modal .modal-header {
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  padding: 20px 24px;
}
.modal .modal-header .modal-title {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}
.modal .modal-header .btn-close {
  opacity: 0.8;
}
.modal .modal-header .btn-close:hover {
  opacity: 1;
}
.modal .modal-body {
  padding: 24px;
}
.modal .modal-body #modal-event-title {
  background-color: #f8f9fa;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.modal .modal-body #modal-event-title h6 {
  margin-bottom: 8px;
  color: #6c757d;
  font-weight: 500;
}
.modal .modal-body #modal-event-title p {
  margin-bottom: 0;
  color: #320066;
}
.modal .modal-body .wpcf7-form label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .modal .modal-body .wpcf7-form label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.modal .modal-body .wpcf7-form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.modal .modal-body .wpcf7-form .wpcf7-acceptance label input {
  width: initial;
  margin-bottom: 0;
}
.modal .modal-body .wpcf7-form input {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  background-color: #FEF2AC;
  color: #000000;
  border: 0;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .modal .modal-body .wpcf7-form input {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
.modal .modal-body .wpcf7-form textarea {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  background-color: #FEF2AC;
  color: #000000;
  border: 0;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .modal .modal-body .wpcf7-form textarea {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.modal .modal-body .wpcf7-form input[name=your-workshop][readonly] {
  background-color: #f8f9fa;
  border-color: #dee2e6;
  color: #495057;
  cursor: not-allowed;
  opacity: 0.8;
  font-weight: 500;
}
.modal .modal-body .wpcf7-form .wpcf7-submit {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  background-color: #7362A9;
  color: #FEF2AC;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 30px;
  border: 0;
}
@media screen and (max-width: 640px) {
  .modal .modal-body .wpcf7-form .wpcf7-submit {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.form-control {
  border: 1px solid #C6C6C6;
  color: #001838;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 18px;
}
@media screen and (max-width: 640px) {
  .form-control {
    font-size: 16px;
    font-size: 1rem;
  }
}
.form-control:focus {
  box-shadow: none;
  border-color: #001838;
}

.form-button {
  color: #FFF;
  background-color: #18F;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  padding: 20px 44px;
  border-radius: 10px;
  font-weight: 600;
  border: 0;
  display: inline-flex;
}
@media screen and (max-width: 640px) {
  .form-button {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.form-button:hover {
  color: #FFF;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  font-size: 0.875rem;
}

.wpcf7-spinner {
  position: absolute;
}

.accordion {
  position: relative;
}
.accordion:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF8C64;
  z-index: 9;
}
.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.accordion .accordion-item .accordion-button {
  position: relative;
  color: #320066;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 18px 0;
}
@media screen and (max-width: 992px) {
  .accordion .accordion-item .accordion-button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  border: transparent;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #320066;
  background-color: transparent;
  box-shadow: none;
}
.accordion .accordion-item .accordion-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF8C64;
}
.accordion .accordion-item .accordion-button:after {
  content: none;
}
.accordion .accordion-item .accordion-body {
  padding: 16px 0 30px;
}
.accordion .accordion-item .accordion-body p {
  color: #320066;
}
.accordion .accordion-item .accordion-body ul li {
  color: #320066;
}

.z-index-3 {
  position: relative;
  z-index: 999;
}

.background-green {
  background-color: #76BF92 !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  border: 1px solid #CEFF00;
  opacity: 1;
  background: transparent;
}

.swiper-pagination-bullet-active {
  background-color: #CEFF00;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1580px;
  }
}
.form-row .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fa5aff;
  padding: 14px 0;
  border-radius: 0;
  color: #FFF;
}
.form-row .form-control::placeholder {
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.item-premio {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.item-premio .item-premio__image {
  width: 100%;
  height: 600px;
}
.item-premio .item-premio__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .item-premio .item-premio__image {
    height: 300px;
  }
}
.item-premio .item-premio__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 46px 32px;
  background-color: #FFF;
  color: #000000;
  z-index: 2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.item-premio .item-premio__content h4 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 900;
}
.item-premio .item-premio__content h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
.item-premio .item-premio__content p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
}
.item-premio .item-premio__content-heading {
  margin-bottom: 50px;
}

body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
}

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

.single .single-exhibition {
  position: relative;
  background-color: #FEF2AC;
}
.single .single-exhibition__header {
  position: relative;
  padding: 100px 0 60px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .single .single-exhibition__header {
    padding: 110px 0 50px;
  }
}
.single .single-exhibition__content {
  padding: 0 0 100px;
}
@media screen and (max-width: 640px) {
  .single .single-exhibition__content {
    padding: 0 0 50px;
  }
}
.single .single-exhibition__title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  color: #7362A9;
}
@media screen and (max-width: 640px) {
  .single .single-exhibition__title {
    gap: 20px;
  }
}
.single .single-exhibition__title i {
  font-size: 100px;
  font-size: 6.25rem;
  margin-top: 33px;
}
@media screen and (max-width: 640px) {
  .single .single-exhibition__title i {
    font-size: 38px;
    font-size: 2.375rem;
    margin-top: 10px;
  }
}
.single .single-exhibition__title h2 {
  color: #7362A9;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 140px;
  font-size: 8.75rem;
}
@media screen and (max-width: 640px) {
  .single .single-exhibition__title h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.single .single-exhibition__back-button {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .single .single-exhibition__back-button {
    margin-bottom: 20px;
  }
}
.single .single-exhibition__back-button .btn-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  color: #7362A9;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: lowercase;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .single .single-exhibition__back-button .btn-back {
    font-size: 20px;
    font-size: 1.25rem;
    gap: 8px;
  }
}
.single .single-exhibition__back-button .btn-back i {
  font-size: 24px;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  transform: scaleX(-1);
}
@media screen and (max-width: 640px) {
  .single .single-exhibition__back-button .btn-back i {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.single .single-exhibition__back-button .btn-back:hover span {
  text-decoration: underline;
}
.single .single-exhibition__back-button .btn-back:hover i {
  transform: scaleX(-1) translateX(3px);
  text-decoration: none;
}
.single .single-exhibition__main-heading-location p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #7362A9;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .single .single-exhibition__main-heading-location p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.single .single-exhibition__main-heading-title h1 {
  font-size: 50px;
  font-size: 3.125rem;
  color: #76BF92;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .single .single-exhibition__main-heading-title h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.single .single-exhibition__info-item {
  padding: 12px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.single .single-exhibition__info-item h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
  font-weight: 900;
  margin-bottom: 0;
}
.single .single-exhibition__info-item p {
  margin-bottom: 0;
}
.single .single-exhibition__info {
  padding-right: 60px;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .single .single-exhibition__info {
    padding-right: 0;
    padding-left: 0;
  }
}

.page.page-home .section-main-banner {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-main-banner {
    min-height: 100dvh;
    height: 100dvh;
  }
}
.page.page-home .section-main-banner__image, .page.page-home .section-main-banner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-main-banner__image, .page.page-home .section-main-banner__video {
    height: 100dvh;
  }
}
.page.page-home .section-main-banner__image::before, .page.page-home .section-main-banner__video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 2;
}
.page.page-home .section-main-banner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-main-banner__video {
    height: 100dvh;
  }
}
.page.page-home .section-main-banner__video .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page.page-home .section-main-banner__video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 56.25vw !important; /* 16:9 Aspect Ratio */
  min-height: 100vh !important;
  min-width: 177.77vh !important; /* 16:9 Aspect Ratio */
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border: 0;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-main-banner__video .video-wrapper iframe {
    height: 100dvh !important;
    width: 177.77dvh !important; /* 16:9 Aspect Ratio */
    min-height: 100dvh !important;
    min-width: 100vw !important;
  }
}
.page.page-home .section-main-banner__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page.page-home .section-main-banner__content {
  position: relative;
  z-index: 9;
}
.page.page-home .section-main-banner__content img {
  max-width: 720px;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-main-banner__content img {
    max-width: 360px;
  }
}
.page.page-home .section-main-banner__countdown {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 230px;
  width: 100%;
  background-color: rgba(115, 98, 169, 0.6);
  border-radius: 10px;
  padding: 10px 20px;
  color: #FFF;
  z-index: 9;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-main-banner__countdown {
    top: 90px;
  }
}
.page.page-home .section-main-banner__countdown h5 {
  color: #FFF;
  font-weight: 600;
}
.page.page-home .section-marquee-main {
  position: relative;
  background-color: #FF443B;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 14px 0;
}
.page.page-home .section-marquee-main .section-marquee {
  display: flex;
  width: fit-content;
  animation: scroll 50s linear infinite;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.page.page-home .section-marquee-main .section-marquee__content {
  display: flex;
  white-space: nowrap;
  gap: 40px;
  margin-right: 40px;
}
.page.page-home .section-marquee-main .section-marquee__text {
  text-transform: uppercase;
  color: #7362A9;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-marquee-main .section-marquee__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page.page-home .section-editions {
  position: relative;
}
.page.page-home .section-editions__marquee-main {
  position: relative;
  background-color: transparent;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 14px 0;
  z-index: 99;
}
.page.page-home .section-editions__marquee {
  display: flex;
  width: fit-content;
  animation: scroll 50s linear infinite;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.page.page-home .section-editions__marquee-content {
  display: flex;
  white-space: nowrap;
}
.page.page-home .section-editions__marquee-text {
  text-transform: uppercase;
  color: #FEF2AC;
  font-size: 128px;
  font-size: 8rem;
  font-weight: 800;
  padding-right: 10px;
  position: relative;
}
.page.page-home .section-editions__marquee-text a {
  color: #FEF2AC;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-editions__marquee-text {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page.page-home .section-editions__gallery-grid {
  padding: 0;
  margin-top: -110px;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-editions__gallery-grid {
    margin: -30px 0 30px;
  }
}
.page.page-home .section-editions__gallery-grid .gallery-grid-items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 120px;
  gap: 0;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-editions__gallery-grid .gallery-grid-items {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 20px;
  }
}
.page.page-home .section-editions__gallery-grid .gallery-item {
  height: 100%;
}
.page.page-home .section-editions__gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page.page-home .section-editions__gallery-grid .gallery-item:nth-child(1) {
  grid-column: 1/span 5;
  grid-row: 2/span 6;
}
.page.page-home .section-editions__gallery-grid .gallery-item:nth-child(2) {
  grid-column: 7/span 5;
  grid-row: 1/span 5;
}
.page.page-home .section-editions__gallery-grid .gallery-item:nth-child(3) {
  grid-column: 8/span 5;
  grid-row: 7/span 3;
}
.page.page-home .section-editions__gallery-grid .gallery-item:nth-child(4) {
  grid-column: 2/span 4;
  grid-row: 9/span 3;
}
.page.page-home .section-editions__gallery-grid .gallery-item:nth-child(5) {
  grid-column: 7/span 3;
  grid-row: 11/span 5;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-editions__gallery-grid .gallery-item:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
  }
}
.page.page-home .section-editions__button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-editions__button {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 30px 0 0;
  }
}
.page.page-home .section-about {
  position: relative;
  padding: 120px 0;
  background-color: #76BF92;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-about {
    padding: 50px 0;
  }
}
.page.page-home .section-about__content img {
  max-width: 460px;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-about__content img {
    display: none;
  }
}
.page.page-home .section-about__content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page.page-home .section-about__content ul li img {
  max-width: 140px;
}
.page.page-home .section-about__paragraph {
  padding: 40px 0 20px;
}
.page.page-home .section-competition {
  position: relative;
  padding: 0 50px 120px 0;
  background-color: #76BF92;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-competition {
    padding: 0 0 50px;
  }
}
.page.page-home .section-competition__icon {
  position: absolute;
  left: 5%;
  top: -5%;
  z-index: 9999;
  max-width: 300px;
  animation: rotate 20s linear infinite;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-competition__icon {
    max-width: 120px;
    top: 0;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page.page-home .section-competition__slider-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.page.page-home .section-competition__slider-navigation .swiper-navigation .swiper-button-custom {
  background-color: transparent;
  border: 0;
}
.page.page-home .section-competition__slider-navigation .swiper-navigation .swiper-button-custom i {
  color: #7362A9;
  font-size: 20px;
  font-size: 1.25rem;
}
.page.page-home .section-competition .swiper-slide {
  height: auto;
}
.page.page-home .section-competition .item-competition {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.page.page-home .section-competition .item-competition .item-competition__image {
  width: 100%;
  height: 100%;
}
.page.page-home .section-competition .item-competition .item-competition__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page.page-home .section-competition .item-competition .item-competition__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 46px 32px;
  background-color: #FFF;
  color: #000000;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.page.page-home .section-competition .item-competition .item-competition__content h4 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 900;
}
.page.page-home .section-competition .item-competition .item-competition__content h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
.page.page-home .section-competition .item-competition .item-competition__content p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
}
.page.page-home .section-competition .item-competition .item-competition__content-heading {
  margin-bottom: 50px;
}
.page.page-home .section-competition .item-competition:hover .item-competition__content {
  transform: translateY(0);
}
.page.page-home .section-agenda {
  position: relative;
  padding: 0 0 120px;
  background-color: #76BF92;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-agenda {
    padding: 0 0 60px;
  }
}
.page.page-home .section-agenda .section-marquee-main {
  position: relative;
  background-color: #76BF92;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.page.page-home .section-agenda .section-marquee-main .section-marquee {
  display: flex;
  width: fit-content;
  animation: scroll 50s linear infinite;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.page.page-home .section-agenda .section-marquee-main .section-marquee__content {
  display: flex;
  white-space: nowrap;
  gap: 40px;
  margin-right: 40px;
}
.page.page-home .section-agenda .section-marquee-main .section-marquee__text {
  text-transform: uppercase;
  color: #7362A9;
  font-size: 128px;
  font-size: 8rem;
  font-weight: 900;
  padding-right: 0;
}
.page.page-home .section-agenda .section-marquee-main .section-marquee__text a {
  color: #7362A9;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-agenda .section-marquee-main .section-marquee__text {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page.page-home .section-location {
  padding: 120px 0;
  position: relative;
  background-color: #7362A9;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-location {
    padding: 50px 0;
  }
}
.page.page-home .section-location__title {
  color: #FF443B;
  font-weight: 900;
}
.page.page-home .section-location__information {
  padding: 30px 0 0;
}
@media screen and (max-width: 640px) {
  .page.page-home .section-location__information {
    padding: 20px 0 0;
  }
}
.page.page-home .section-location__information ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page.page-home .section-location__information ul li {
  position: relative;
  padding: 10px 0;
}
.page.page-home .section-location__information ul li h5 {
  font-weight: 600;
}
.page.page-home .section-location__button {
  margin-top: 16px;
  text-align: right;
}
.page.page-competition .section-competition-banner {
  position: relative;
  min-height: 100vh;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .page.page-competition .section-competition-banner {
    min-height: auto;
    padding-bottom: 60px;
  }
}
.page.page-competition .section-competition-banner__background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page.page-competition .section-competition-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page.page-competition .section-competition-banner__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  color: #7362A9;
}
@media screen and (max-width: 640px) {
  .page.page-competition .section-competition-banner__title {
    gap: 20px;
  }
}
.page.page-competition .section-competition-banner__title i {
  font-size: 74px;
  font-size: 4.625rem;
}
@media screen and (max-width: 640px) {
  .page.page-competition .section-competition-banner__title i {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.page.page-competition .section-competition-banner__content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 150px 0 280px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .page.page-competition .section-competition-banner__content {
    padding: 100px 0 60px;
  }
}
.page.page-competition .section-competition-banner__content h1 {
  color: #7362A9;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 640px) {
  .page.page-competition .section-competition-banner__content h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page.page-competition .section-competition-banner__tabs-links {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
}
.page.page-competition .section-competition-banner__tabs-links ul {
  display: flex;
  gap: 8px;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  white-space: nowrap;
}
.page.page-competition .section-competition-banner__tabs-links ul::-webkit-scrollbar {
  display: none;
}
.page.page-competition .section-competition-banner__tabs-links ul li {
  background-color: rgba(115, 98, 169, 0.4);
  padding: 12px 20px;
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 10px;
  flex: 0 0 auto;
}
@media screen and (max-width: 640px) {
  .page.page-competition .section-competition-banner__tabs-links ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page.page-competition .section-competition-banner__tabs-links ul li a {
  color: #000000;
}
.page.page-competition .section-competition-banner__tabs-links ul li:hover {
  background-color: #7362a9;
}
@media screen and (max-width: 640px) {
  .page.page-competition .section-competition-list {
    padding: 50px 0;
  }
}
.page.page-competition .section-competition-list .item-competition {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page.page-competition .section-competition-list .item-competition--vencedores {
  padding: 100px 0;
  min-height: auto;
}
.page.page-competition .section-competition-list .item-competition--vencedores .item-competition__content-heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .page.page-competition .section-competition-list .item-competition {
    min-height: auto;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.page.page-competition .section-competition-list .item-competition__content h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
.page.page-competition .section-competition-list .item-competition__content-heading {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .page.page-competition .section-competition-list .item-competition__content-heading {
    margin: 20px 0;
  }
}
.page.page-competition .section-competition-list .item-competition__content-heading span {
  display: block;
  color: #7362A9;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (max-width: 640px) {
  .page.page-competition .section-competition-list .item-competition__content-heading span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.page.page-competition .section-competition-list .item-competition__content-heading i {
  color: #7362A9;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 640px) {
  .page.page-competition .section-competition-list .item-competition__content-heading i {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.page.page-competition .section-competition-list .item-competition__content-description h3 {
  font-size: 22px;
  font-size: 1.375rem;
}
.page.page-competition .section-competition-list .item-competition__content-description h5 {
  font-weight: bold;
}
.page.page-competition .section-competition-list .item-competition__image {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(41.6666666667% - 10px);
}
@media screen and (max-width: 640px) {
  .page.page-competition .section-competition-list .item-competition__image {
    position: relative;
    width: 100%;
  }
}
.page.page-competition .section-competition-list .item-competition.item-competition--right .item-competition__image {
  right: auto;
  left: 0;
}
.page.page-commercial-space {
  position: relative;
  background-color: #7362A9;
}
.page.page-commercial-space .section-commercial-space__heading {
  position: relative;
  padding: 100px 0 120px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .page.page-commercial-space .section-commercial-space__heading {
    padding: 110px 0 50px;
  }
}
.page.page-commercial-space .section-commercial-space__title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  color: #FEF2AC;
}
@media screen and (max-width: 640px) {
  .page.page-commercial-space .section-commercial-space__title {
    gap: 20px;
  }
}
.page.page-commercial-space .section-commercial-space__title i {
  font-size: 74px;
  font-size: 4.625rem;
  margin-top: 22px;
}
@media screen and (max-width: 640px) {
  .page.page-commercial-space .section-commercial-space__title i {
    font-size: 38px;
    font-size: 2.375rem;
    margin-top: 10px;
  }
}
.page.page-commercial-space .section-commercial-space__title h1 {
  color: #FEF2AC;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 640px) {
  .page.page-commercial-space .section-commercial-space__title h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page.page-commercial-space .section-commercial-space__list {
  padding: 0 0 120px;
}
@media screen and (max-width: 640px) {
  .page.page-commercial-space .section-commercial-space__list {
    padding: 0 0 40px;
  }
}
.page.page-commercial-space .section-commercial-space__list .commercial-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 120px;
}
@media screen and (max-width: 640px) {
  .page.page-commercial-space .section-commercial-space__list .commercial-grid {
    row-gap: 30px;
  }
}
.page.page-commercial-space .section-commercial-space__list .commercial-item {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
}
.page.page-commercial-space .section-commercial-space__list .commercial-item a {
  display: block;
  text-decoration: none;
}
.page.page-commercial-space .section-commercial-space__list .commercial-item__image {
  position: relative;
  width: 100%;
  height: 200px;
  max-width: 350px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .page.page-commercial-space .section-commercial-space__list .commercial-item__image {
    height: 120px;
  }
}
.page.page-commercial-space .section-commercial-space__list .commercial-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page.page-exhibitions {
  position: relative;
  background-color: #FEF2AC;
}
.page.page-exhibitions .section-exhibitions__heading {
  position: relative;
  padding: 100px 0 120px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .page.page-exhibitions .section-exhibitions__heading {
    padding: 110px 0 50px;
  }
}
.page.page-exhibitions .section-exhibitions__title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  color: #7362A9;
}
@media screen and (max-width: 640px) {
  .page.page-exhibitions .section-exhibitions__title {
    gap: 20px;
  }
}
.page.page-exhibitions .section-exhibitions__title i {
  font-size: 74px;
  font-size: 4.625rem;
  margin-top: 22px;
}
@media screen and (max-width: 640px) {
  .page.page-exhibitions .section-exhibitions__title i {
    font-size: 38px;
    font-size: 2.375rem;
    margin-top: 10px;
  }
}
.page.page-exhibitions .section-exhibitions__title h1 {
  color: #7362A9;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 640px) {
  .page.page-exhibitions .section-exhibitions__title h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page.page-exhibitions .section-exhibitions__list {
  padding: 0 0 120px;
}
@media screen and (max-width: 640px) {
  .page.page-exhibitions .section-exhibitions__list {
    padding: 0 0 40px;
  }
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media screen and (max-width: 640px) {
  .page.page-exhibitions .section-exhibitions__list .exhibitions-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0;
  background-color: #FFF;
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-location p {
  color: #FEF2AC;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-location p i {
  color: #FEF2AC;
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-commissioner p {
  color: #FFF;
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(115, 98, 169, 0.8);
  padding: 30px;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-content {
    padding: 20px;
  }
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-content h2 {
  color: #FFF;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-content h2 a {
  color: #FFF;
  text-decoration: none;
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-content h5 {
  color: #FEF2AC;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-content-description {
  margin-top: 15px;
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item-content-description p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFF;
  opacity: 0.9;
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item:hover .exhibitions-list__item-content {
  transform: translateY(0);
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__item:hover .exhibitions-list__item-image img {
  transform: scale(1.1);
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__empty {
  text-align: center;
  padding: 80px 0;
}
.page.page-exhibitions .section-exhibitions__list .exhibitions-list__empty p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #7362A9;
}
.page.page-privacy {
  position: relative;
  background-color: #76BF92;
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  .page.page-privacy {
    padding: 40px 0;
  }
}
.page.page-privacy .privacy__wrapper {
  background-color: #FFF;
  border-radius: 40px;
  overflow: hidden;
  padding: 80px 60px;
}
@media screen and (max-width: 640px) {
  .page.page-privacy .privacy__wrapper {
    padding: 40px 30px;
  }
}
.page.page-privacy .privacy__header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .page.page-privacy .privacy__header {
    margin-bottom: 40px;
  }
}
.page.page-privacy .privacy__header img {
  width: 100%;
  height: 100%;
  max-width: 500px;
  object-fit: contain;
}
.page.page-privacy .privacy__content {
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .page.page-privacy .privacy__content {
    padding: 0;
  }
}
.page.page-privacy .privacy__content h1, .page.page-privacy .privacy__content h2, .page.page-privacy .privacy__content h3, .page.page-privacy .privacy__content h4, .page.page-privacy .privacy__content h5, .page.page-privacy .privacy__content h6 {
  color: #7362A9;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .page.page-privacy .privacy__content h1, .page.page-privacy .privacy__content h2, .page.page-privacy .privacy__content h3, .page.page-privacy .privacy__content h4, .page.page-privacy .privacy__content h5, .page.page-privacy .privacy__content h6 {
    margin-bottom: 10px;
  }
}
.page.page-privacy .privacy__content p {
  margin-bottom: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .page.page-privacy .privacy__content p {
    margin-bottom: 10px;
  }
}
.page .page-media {
  position: relative;
}
.page .page-media .media__header {
  position: relative;
  min-height: 100vh;
  padding: 100px 0 60px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  align-items: start;
}
@media screen and (max-width: 640px) {
  .page .page-media .media__header {
    min-height: auto;
    padding: 100px 0 60px;
  }
}
.page .page-media .media__header p {
  color: #FFF;
}
.page .page-media .media__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .page-media .media__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page .page-media .media__image::before {
  content: "";
  background-color: #7362A9;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.75;
  top: 0;
  left: 0;
}
.page .page-media .media__content-wrapper {
  position: relative;
  z-index: 99;
  width: 100%;
}
.page .page-media .media__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  color: #FEF2AC;
}
@media screen and (max-width: 640px) {
  .page .page-media .media__title {
    gap: 20px;
  }
}
.page .page-media .media__title i {
  font-size: 68px;
  font-size: 4.25rem;
}
@media screen and (max-width: 640px) {
  .page .page-media .media__title i {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.page .page-media .media__title h1 {
  color: #FEF2AC;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 90px;
  font-size: 5.625rem;
}
@media screen and (max-width: 640px) {
  .page .page-media .media__title h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page .page-media .media__content {
  position: relative;
  padding: 60px 0;
}
.page .page-media .media__content p {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .page .page-media .media__content p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.page .page-media .media__content p a {
  color: #FEF2AC;
  text-decoration: underline;
  text-transform: uppercase;
}
.page .page-media .media__content p a:hover {
  color: #76BF92;
}
.page .page-directions {
  position: relative;
}
.page .page-directions .direction {
  position: relative;
}
.page .page-directions .direction__header {
  position: relative;
  min-height: 80vh;
  padding: 100px 0 60px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  align-items: start;
}
@media screen and (max-width: 640px) {
  .page .page-directions .direction__header {
    min-height: auto;
    padding: 100px 0 60px;
  }
}
.page .page-directions .direction__header p {
  color: #FFF;
}
.page .page-directions .direction__header-content {
  position: relative;
  z-index: 99;
  width: 100%;
}
.page .page-directions .direction__header-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  color: #7362A9;
}
@media screen and (max-width: 640px) {
  .page .page-directions .direction__header-title {
    gap: 20px;
  }
}
.page .page-directions .direction__header-title i {
  font-size: 74px;
  font-size: 4.625rem;
}
@media screen and (max-width: 640px) {
  .page .page-directions .direction__header-title i {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.page .page-directions .direction__header-title h1 {
  color: #7362A9;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 100px;
  font-size: 6.25rem;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .page .page-directions .direction__header-title h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page .page-directions .direction__header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .page-directions .direction__header-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page .page-directions .direction__header-content {
  position: relative;
  padding: 0 0 60px;
}
.page .page-directions .direction__header-content p {
  font-size: 16px;
  font-size: 1rem;
}
.page .page-directions .direction__iframe {
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .page .page-directions .direction__iframe {
    padding: 50px 0;
  }
}
.page .page-directions .direction__main-heading {
  font-weight: 900;
  margin-bottom: 20px;
}
.page .page-directions .direction__content {
  padding-bottom: 80px;
}
.page .page-directions .direction__content .highlight-box {
  background-color: #FEF2AC;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.page .page-directions .direction__content .highlight-box h5 {
  font-weight: 600;
}
.page .page-directions .direction__content .item-direction {
  position: relative;
  border-bottom: 1px solid #000000;
  padding: 25px;
}
@media screen and (max-width: 640px) {
  .page .page-directions .direction__content .item-direction {
    padding: 25px 10px;
  }
}
.page .page-directions .direction__content .item-direction h5 {
  font-weight: 600;
}
.page .page-directions .direction__content .item-direction__clock {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.page .page-directions .direction__content .item-direction__clock i {
  padding-top: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #FF443B;
}
.page .page-directions .direction__content .item-direction--last {
  border-bottom: 0;
}
.page .page-directions .direction__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page .page-directions .direction__filters {
  width: 100%;
  height: 100%;
}
.page .page-directions .direction__filters-primary {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FEF2AC;
  z-index: 1;
  opacity: 0.75;
}
@media screen and (max-width: 640px) {
  .page .page-directions .direction__filters-primary {
    width: 100%;
  }
}
.page .page-directions .direction__filters-secondary {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 58.3333333333%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .page .page-directions .direction__filters-secondary {
    display: none;
  }
}
.page .page-directions .direction__filters-secondary-red {
  background-color: #FF443B;
  height: 100%;
  width: 100%;
  opacity: 0.75;
}
.page .page-directions .direction__filters-secondary-lilac {
  background-color: #7362A9;
  height: 150%;
  width: 33.3333333333%;
  opacity: 0.75;
  position: relative;
}
.page .page-directions .direction__filters-secondary-pink {
  background-color: #FBDDDC;
  height: 100%;
  width: 100%;
  opacity: 0.75;
}
.page .page-directions .direction__wrapper-image {
  position: relative;
  z-index: 2;
  padding: 40px 0 0;
  width: 100%;
}
.page .page-directions .direction__wrapper-image img {
  max-width: calc(33.3333333333% - 10px);
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .page .page-directions .direction__wrapper-image img {
    max-width: 70%;
  }
}
.page .page-directions .direction__wrapper-image .partners-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .page .page-directions .direction__wrapper-image .partners-list {
    justify-content: flex-end;
  }
}
.page .page-directions .direction__wrapper-image .partners-list li img {
  max-width: 100px;
  height: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .page .page-directions .direction__wrapper-image .partners-list li img {
    max-width: 60px;
  }
}
.page .page-contacts {
  position: relative;
}
.page .page-contacts .contacts-main {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.page .page-contacts .contacts-main__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .page-contacts .contacts-main__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page .page-contacts .contacts-main__content {
  position: relative;
  width: 100%;
  z-index: 9;
}
.page .page-contacts .contacts-main__content img {
  max-width: calc(33.3333333333% - 10px);
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .page .page-contacts .contacts-main__content img {
    max-width: 100%;
  }
}
.page .page-contacts .contacts-main__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page .page-contacts .contacts-main__content ul li h5 {
  color: #FEF2AC;
  font-weight: 600;
}
.page .page-contacts .contacts-main__content ul li p {
  color: #FEF2AC;
}
.page .page-contacts .contacts-main__content ul li p a {
  color: #FEF2AC;
}
.page .page-contacts .contacts-main__social {
  position: relative;
}
.page .page-contacts .contacts-main__social ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
.page .page-contacts .contacts-main__social ul li a {
  display: block;
  padding: 0;
  color: #FEF2AC;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}
.page .page-contacts .contacts-main__social ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FEF2AC;
}
.page .page-contacts .contacts-main__filters {
  width: 100%;
  height: 100%;
}
.page .page-contacts .contacts-main__filters-primary {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 41.6666666667%;
  background-color: #7362A9;
  z-index: 1;
  opacity: 0.75;
}
@media screen and (max-width: 640px) {
  .page .page-contacts .contacts-main__filters-primary {
    width: 100%;
  }
}
.page .page-contacts .contacts-main__filters-secondary {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 58.3333333333%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .page .page-contacts .contacts-main__filters-secondary {
    display: none;
  }
}
.page .page-contacts .contacts-main__filters-secondary-red {
  background-color: #FF443B;
  height: 100%;
  width: 100%;
  opacity: 0.75;
}
.page .page-contacts .contacts-main__filters-secondary-yellow {
  background-color: #FEF2AC;
  height: 150%;
  width: 33.3333333333%;
  opacity: 0.75;
  position: relative;
}
.page .page-contacts .contacts-main__filters-secondary-pink {
  background-color: #FBDDDC;
  height: 100%;
  width: 100%;
  opacity: 0.75;
}
.page .page-editions {
  background-color: #FF443B;
  padding: 60px 0 80px;
}
.page .page-editions .section-marquee-main {
  position: relative;
  background-color: #FF443B;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.page .page-editions .section-marquee-main .section-marquee {
  display: flex;
  width: fit-content;
  animation: scroll 50s linear infinite;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.page .page-editions .section-marquee-main .section-marquee__content {
  display: flex;
  white-space: nowrap;
  gap: 40px;
  margin-right: 40px;
}
.page .page-editions .section-marquee-main .section-marquee__text {
  text-transform: uppercase;
  color: #FEF2AC;
  font-size: 128px;
  font-size: 8rem;
  font-weight: 900;
  padding-right: 0;
}
.page .page-editions .section-marquee-main .section-marquee__text a {
  color: #FEF2AC;
}
@media screen and (max-width: 640px) {
  .page .page-editions .section-marquee-main .section-marquee__text {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page .page-editions .editions-timeline-container {
  position: relative;
}
.page .page-editions .timeline-line {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #FEF2AC;
}
.page .page-editions .edition-section {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 30px 0 60px;
  padding-left: 40px;
}
.page .page-editions .timeline-year-marker {
  position: absolute;
  left: 20px;
  top: 0px;
  width: 0;
  height: 0;
}
.page .page-editions .timeline-dot {
  width: 20px;
  height: 20px;
  background-color: #FEF2AC;
  border-radius: 50%;
  position: absolute;
  left: -9px;
  top: 0;
  z-index: 1;
}
.page .page-editions .edition-year-display {
  color: #FEF2AC;
  font-size: 20px;
  font-size: 1.25rem;
  transform: rotate(270deg);
  transform-origin: top left;
  position: absolute;
  left: -30px;
  top: 75px;
  white-space: nowrap;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .page .page-editions .edition-year-display {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page .page-editions .edition-gallery-wrapper {
  flex-grow: 1;
  padding-left: 2rem;
}
@media screen and (max-width: 640px) {
  .page .page-editions .edition-gallery-wrapper {
    padding-left: 0;
  }
}
.page .page-editions .edition-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 120px;
  gap: 60px;
}
@media screen and (max-width: 640px) {
  .page .page-editions .edition-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 20px;
  }
}
.page .page-editions .gallery-item {
  height: 100%;
}
.page .page-editions .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page .page-editions .gallery-item:nth-child(5n+1) {
  grid-column: 1/span 5;
  grid-row: span 6;
}
.page .page-editions .gallery-item:nth-child(5n+2) {
  grid-column: 7/span 5;
  grid-row: span 5;
}
.page .page-editions .gallery-item:nth-child(5n+3) {
  grid-column: 8/span 5;
  grid-row: span 3;
}
.page .page-editions .gallery-item:nth-child(5n+4) {
  grid-column: 2/span 4;
  grid-row: span 3;
}
.page .page-editions .gallery-item:nth-child(5n+5) {
  grid-column: 7/span 3;
  grid-row: span 5;
}
@media screen and (max-width: 640px) {
  .page .page-editions .gallery-item:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
  }
}
.page .page-editions .timeline-top-nav {
  text-align: center;
  margin: 30px 0 80px;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.page .page-editions .timeline-nav-button {
  background-color: #FEF2AC;
  color: #FF443B;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.page .page-editions .timeline-nav-button:hover {
  background-color: #FEF2AC;
}
.page .page-competition-awards {
  position: relative;
  background-color: #7362A9;
  padding: 60px 0 80px;
}
.page .page-competition-awards .section-competition-awards__title {
  max-width: 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  color: #76BF92;
}
@media screen and (max-width: 640px) {
  .page .page-competition-awards .section-competition-awards__title {
    gap: 20px;
    max-width: 100%;
  }
}
.page .page-competition-awards .section-competition-awards__title i {
  font-size: 74px;
  font-size: 4.625rem;
  margin-top: 22px;
}
@media screen and (max-width: 640px) {
  .page .page-competition-awards .section-competition-awards__title i {
    font-size: 38px;
    font-size: 2.375rem;
    margin-top: 10px;
  }
}
.page .page-competition-awards .section-competition-awards__title h1 {
  color: #76BF92;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 640px) {
  .page .page-competition-awards .section-competition-awards__title h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page .page-competition-awards .section-competition-awards__content {
  padding: 20px 110px;
}
@media screen and (max-width: 640px) {
  .page .page-competition-awards .section-competition-awards__content {
    padding: 20px 0;
  }
}
.page .page-competition-awards .section-competition-awards__content p {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .page .page-competition-awards .section-competition-awards__content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page .page-competition-awards .section-competition-awards__list {
  margin-top: 60px;
}
.page .page-competition-awards .section-competition-awards__list-title {
  font-weight: 900;
  font-size: 80px;
  font-size: 5rem;
  color: #FEF2AC;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .page .page-competition-awards .section-competition-awards__list-title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.page .page-competition-awards .section-awards-category {
  position: relative;
  padding: 0 0 80px;
}
.page .page-competition-awards .section-awards-category__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-right: 60px;
}
@media screen and (max-width: 640px) {
  .page .page-competition-awards .section-awards-category__header {
    padding-right: 0;
  }
}
.page .page-competition-awards .section-awards-category__title {
  font-weight: 900;
  font-size: 36px;
  font-size: 2.25rem;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .page .page-competition-awards .section-awards-category__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.page .page-competition-awards .section-awards-category__slider-navigation .swiper-navigation {
  display: flex;
}
.page .page-competition-awards .section-awards-category__slider-navigation .swiper-navigation .swiper-button-custom {
  background-color: transparent;
  border: 0;
}
.page .page-competition-awards .section-awards-category__slider-navigation .swiper-navigation .swiper-button-custom i {
  color: #76BF92;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 640px) {
  .page .page-competition-awards .section-awards-category__slider-navigation .swiper-navigation .swiper-button-custom i {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.page .page-competition-awards .section-awards-category__slider {
  margin-top: 40px;
}
.page .page-competition-awards .item-award {
  position: relative;
  overflow: hidden;
}
.page .page-competition-awards .item-award__image {
  width: 100%;
  height: 100%;
}
.page .page-competition-awards .item-award__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page .page-competition-awards .item-award__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background-color: #FFF;
  color: #000000;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .page .page-competition-awards .item-award__content {
    transform: translateY(0);
  }
}
.page .page-competition-awards .item-award__content-heading {
  margin-bottom: 20px;
}
.page .page-competition-awards .item-award__content-heading h4 {
  color: #000000;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .page .page-competition-awards .item-award__content-heading h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page .page-competition-awards .item-award__content p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
.page .page-competition-awards .item-award__content p:last-child {
  margin-bottom: 0;
}
.page .page-competition-awards .item-award__content p strong {
  font-weight: 700;
}
.page .page-competition-awards .item-award:hover .item-award__content {
  transform: translateY(0);
}
.page .page-competition-awards .item-award--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
}
.page .page-competition-awards .item-award--empty .item-award__content {
  position: relative;
  transform: none;
  background: transparent;
  text-align: center;
}
.page .page-competition-awards .item-award--empty .item-award__content p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
}
.page .page-competition-awards .section-awards-empty {
  text-align: center;
  padding: 80px 20px;
}
.page .page-competition-awards .section-awards-empty p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
}
.page.page-credential {
  position: relative;
  background-color: #FF443B;
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  .page.page-credential {
    padding: 100px 0 40px;
  }
}
.page.page-credential .credential__heading {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.page.page-credential .credential__title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  color: #FEF2AC;
}
@media screen and (max-width: 640px) {
  .page.page-credential .credential__title {
    gap: 20px;
  }
}
.page.page-credential .credential__title i {
  font-size: 74px;
  font-size: 4.625rem;
  margin-top: 22px;
}
@media screen and (max-width: 640px) {
  .page.page-credential .credential__title i {
    font-size: 38px;
    font-size: 2.375rem;
    margin-top: 10px;
  }
}
.page.page-credential .credential__title h1 {
  color: #FEF2AC;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 640px) {
  .page.page-credential .credential__title h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page.page-credential .credential__wrapper {
  background-color: #FFF;
  border-radius: 40px;
  overflow: hidden;
  padding: 60px 60px 50px;
}
@media screen and (max-width: 640px) {
  .page.page-credential .credential__wrapper {
    padding: 40px 30px 10px;
    margin-top: 0;
  }
}
.page.page-credential .credential__content h1, .page.page-credential .credential__content h2, .page.page-credential .credential__content h3, .page.page-credential .credential__content h4, .page.page-credential .credential__content h5, .page.page-credential .credential__content h6 {
  color: #7362A9;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .page.page-credential .credential__content h1, .page.page-credential .credential__content h2, .page.page-credential .credential__content h3, .page.page-credential .credential__content h4, .page.page-credential .credential__content h5, .page.page-credential .credential__content h6 {
    margin-bottom: 10px;
  }
}
.page.page-credential .credential__content p {
  margin-bottom: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .page.page-credential .credential__content p {
    margin-bottom: 10px;
  }
}
.page.page-credential .credential__content .wpcf7-form label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .page.page-credential .credential__content .wpcf7-form label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.page.page-credential .credential__content .wpcf7-form input {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  background-color: #FEF2AC;
  color: #000000;
  border: 0;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .page.page-credential .credential__content .wpcf7-form input {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
.page.page-credential .credential__content .wpcf7-form textarea {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  background-color: #FEF2AC;
  color: #000000;
  border: 0;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .page.page-credential .credential__content .wpcf7-form textarea {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.page.page-credential .credential__content .wpcf7-form .wpcf7-submit {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  background-color: #7362A9;
  color: #FEF2AC;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 30px;
  border: 0;
}
@media screen and (max-width: 640px) {
  .page.page-credential .credential__content .wpcf7-form .wpcf7-submit {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.page.page-credential .credential__content .wpcf7-form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page.page-credential .credential__content .wpcf7-form .wpcf7-acceptance label input {
  width: initial;
  margin-bottom: 0;
}
.page.page-agenda-workshops {
  position: relative;
  background-color: #76BF92;
}
.page.page-agenda-workshops .agenda-page-header {
  position: relative;
  padding: 100px 0 80px;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-workshops .agenda-page-header {
    padding: 110px 0 50px;
  }
}
.page.page-agenda-workshops .agenda-page-header__description {
  padding: 20px 110px;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-workshops .agenda-page-header__description {
    padding: 20px 0;
  }
}
.page.page-agenda-workshops .agenda-page-header__description p {
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-workshops .agenda-page-header__description p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page.page-agenda-workshops .agenda-page-header__title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  color: #FEF2AC;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-workshops .agenda-page-header__title {
    gap: 20px;
  }
}
.page.page-agenda-workshops .agenda-page-header i {
  font-size: 74px;
  font-size: 4.625rem;
  margin-top: 22px;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-workshops .agenda-page-header i {
    font-size: 38px;
    font-size: 2.375rem;
    margin-top: 10px;
  }
}
.page.page-agenda-workshops .agenda-page-header h1 {
  color: #FEF2AC;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-workshops .agenda-page-header h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page.page-agenda-debates {
  position: relative;
  background-color: #7362A9;
}
.page.page-agenda-debates .agenda-days .days-navigation ul .nav-item .nav-link.active {
  background-color: #FBDDDC;
  color: #000000;
}
.page.page-agenda-debates .agenda-days .tab-content .tab-pane .card .card-body {
  cursor: inherit;
}
.page.page-agenda-debates .agenda-page-header {
  position: relative;
  padding: 100px 0 80px;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-debates .agenda-page-header {
    padding: 110px 0 50px;
  }
}
.page.page-agenda-debates .agenda-page-header__description {
  padding: 20px 110px;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-debates .agenda-page-header__description {
    padding: 20px 0;
  }
}
.page.page-agenda-debates .agenda-page-header__description p {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-debates .agenda-page-header__description p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page.page-agenda-debates .agenda-page-header__title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  color: #FEF2AC;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-debates .agenda-page-header__title {
    gap: 20px;
  }
}
.page.page-agenda-debates .agenda-page-header i {
  font-size: 74px;
  font-size: 4.625rem;
  margin-top: 22px;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-debates .agenda-page-header i {
    font-size: 38px;
    font-size: 2.375rem;
    margin-top: 10px;
  }
}
.page.page-agenda-debates .agenda-page-header h1 {
  color: #FEF2AC;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-debates .agenda-page-header h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page.page-agenda-autografos {
  position: relative;
  background-color: #FBDDDC;
}
.page.page-agenda-autografos .agenda-category-navigation .dropdown .btn {
  background-color: #FF443B !important;
  color: #000000;
}
.page.page-agenda-autografos .agenda-days .days-navigation ul .nav-item .nav-link {
  background-color: #FF443B;
  color: #000000;
}
.page.page-agenda-autografos .agenda-days .days-navigation ul .nav-item .nav-link.active {
  background-color: #FEF2AC;
  color: #000000;
}
.page.page-agenda-autografos .agenda-days .tab-content .tab-pane .card .card-body {
  cursor: inherit;
}
.page.page-agenda-autografos .agenda-page-header {
  position: relative;
  padding: 100px 0 80px;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-autografos .agenda-page-header {
    padding: 110px 0 50px;
  }
}
.page.page-agenda-autografos .agenda-page-header__description {
  padding: 20px 110px;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-autografos .agenda-page-header__description {
    padding: 20px 0;
  }
}
.page.page-agenda-autografos .agenda-page-header__description p {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-autografos .agenda-page-header__description p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page.page-agenda-autografos .agenda-page-header__title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  color: #FF443B;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-autografos .agenda-page-header__title {
    gap: 20px;
  }
}
.page.page-agenda-autografos .agenda-page-header i {
  font-size: 74px;
  font-size: 4.625rem;
  margin-top: 22px;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-autografos .agenda-page-header i {
    font-size: 38px;
    font-size: 2.375rem;
    margin-top: 10px;
  }
}
.page.page-agenda-autografos .agenda-page-header h1 {
  color: #FF443B;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-autografos .agenda-page-header h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page.page-agenda-workshops .agenda-days-flex, .page.page-agenda-debates .agenda-days-flex, .page.page-agenda-autografos .agenda-days-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}
@media screen and (max-width: 640px) {
  .page.page-agenda-workshops .agenda-days-flex, .page.page-agenda-debates .agenda-days-flex, .page.page-agenda-autografos .agenda-days-flex {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
@media screen and (max-width: 640px) {
  .page.page-agenda-workshops .agenda-category-navigation, .page.page-agenda-debates .agenda-category-navigation, .page.page-agenda-autografos .agenda-category-navigation {
    flex: 0 0 auto;
    display: none;
  }
}
.page.page-agenda-workshops .agenda-category-navigation .dropdown .btn, .page.page-agenda-debates .agenda-category-navigation .dropdown .btn, .page.page-agenda-autografos .agenda-category-navigation .dropdown .btn {
  background-color: #FEF2AC;
  padding: 20px 26px;
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: inherit;
}
.page.page-agenda-workshops .agenda-category-navigation .dropdown .btn:hover, .page.page-agenda-debates .agenda-category-navigation .dropdown .btn:hover, .page.page-agenda-autografos .agenda-category-navigation .dropdown .btn:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.page.page-agenda-workshops .agenda-category-navigation .dropdown .dropdown-menu, .page.page-agenda-debates .agenda-category-navigation .dropdown .dropdown-menu, .page.page-agenda-autografos .agenda-category-navigation .dropdown .dropdown-menu {
  border: none;
  border-radius: 8px;
  padding: 10px 0;
  margin-top: 10px;
}
.page.page-agenda-workshops .agenda-category-navigation .dropdown .dropdown-menu .dropdown-item, .page.page-agenda-debates .agenda-category-navigation .dropdown .dropdown-menu .dropdown-item, .page.page-agenda-autografos .agenda-category-navigation .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.page.page-agenda-workshops .agenda-category-navigation .dropdown .dropdown-menu .dropdown-item:hover, .page.page-agenda-debates .agenda-category-navigation .dropdown .dropdown-menu .dropdown-item:hover, .page.page-agenda-autografos .agenda-category-navigation .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.page.page-agenda-workshops .agenda-category-navigation .dropdown .dropdown-menu .dropdown-item.active, .page.page-agenda-debates .agenda-category-navigation .dropdown .dropdown-menu .dropdown-item.active, .page.page-agenda-autografos .agenda-category-navigation .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #7362A9;
  color: #FFF;
}
.page.page-agenda-workshops .agenda-category-navigation .dropdown .dropdown-menu .dropdown-item.active:hover, .page.page-agenda-debates .agenda-category-navigation .dropdown .dropdown-menu .dropdown-item.active:hover, .page.page-agenda-autografos .agenda-category-navigation .dropdown .dropdown-menu .dropdown-item.active:hover {
  background-color: #7362A9;
  color: #FFF;
}
.page.page-accessibility {
  position: relative;
  background-color: #7362A9;
}
.page.page-accessibility .page-accessibility__wrapper-primary {
  position: relative;
  background-color: #7362A9;
  color: #FFF;
  padding: 0 0 50px;
}
@media screen and (max-width: 640px) {
  .page.page-accessibility .page-accessibility__wrapper-primary {
    padding: 0 0 20px;
  }
}
.page.page-accessibility .page-accessibility__wrapper-secondary {
  position: relative;
  background-color: #FF443B;
  color: #000000;
  padding: 50px 0 100px;
}
@media screen and (max-width: 640px) {
  .page.page-accessibility .page-accessibility__wrapper-secondary {
    padding: 20px 0 50px;
  }
}
.page.page-accessibility .accessibility__heading {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 100px 0 120px;
}
@media screen and (max-width: 640px) {
  .page.page-accessibility .accessibility__heading {
    padding: 110px 0 50px;
  }
}
.page.page-accessibility .accessibility__title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  color: #FEF2AC;
}
@media screen and (max-width: 640px) {
  .page.page-accessibility .accessibility__title {
    gap: 20px;
  }
}
.page.page-accessibility .accessibility__title i {
  font-size: 74px;
  font-size: 4.625rem;
  margin-top: 22px;
}
@media screen and (max-width: 640px) {
  .page.page-accessibility .accessibility__title i {
    font-size: 38px;
    font-size: 2.375rem;
    margin-top: 10px;
  }
}
.page.page-accessibility .accessibility__title h1 {
  color: #FEF2AC;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 640px) {
  .page.page-accessibility .accessibility__title h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page.page-accessibility .accessibility__content h1, .page.page-accessibility .accessibility__content h2, .page.page-accessibility .accessibility__content h3, .page.page-accessibility .accessibility__content h4, .page.page-accessibility .accessibility__content h5, .page.page-accessibility .accessibility__content h6, .page.page-accessibility .accessibility__content-secondary h1, .page.page-accessibility .accessibility__content-secondary h2, .page.page-accessibility .accessibility__content-secondary h3, .page.page-accessibility .accessibility__content-secondary h4, .page.page-accessibility .accessibility__content-secondary h5, .page.page-accessibility .accessibility__content-secondary h6 {
  color: #FFF;
}
.page.page-accessibility .accessibility__content h4, .page.page-accessibility .accessibility__content-secondary h4 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .page.page-accessibility .accessibility__content h4, .page.page-accessibility .accessibility__content-secondary h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page.page-accessibility .accessibility__content p, .page.page-accessibility .accessibility__content-secondary p {
  line-height: 1.6;
  color: #FFF;
}
.page.page-accessibility .accessibility__content a, .page.page-accessibility .accessibility__content-secondary a {
  text-decoration: underline;
}
.page.page-accessibility .accessibility__content ul, .page.page-accessibility .accessibility__content-secondary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page.page-accessibility .accessibility__content ul li, .page.page-accessibility .accessibility__content-secondary ul li {
  margin-bottom: 10px;
  font-weight: 600;
}
.page.page-accessibility .accessibility__content ul li a, .page.page-accessibility .accessibility__content-secondary ul li a {
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .page.page-accessibility .accessibility__content ul li a, .page.page-accessibility .accessibility__content-secondary ul li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page.page-accessibility .accessibility__content ul li:last-child, .page.page-accessibility .accessibility__content-secondary ul li:last-child {
  margin-bottom: 0;
}
.page.page-accessibility .accessibility__content-secondary h1, .page.page-accessibility .accessibility__content-secondary h2, .page.page-accessibility .accessibility__content-secondary h3, .page.page-accessibility .accessibility__content-secondary h4, .page.page-accessibility .accessibility__content-secondary h5, .page.page-accessibility .accessibility__content-secondary h6 {
  color: #000000;
}
.page.page-accessibility .accessibility__content-secondary p {
  line-height: 1.6;
  color: #000000;
}
.page.page-accessibility .accessibility__content-secondary a {
  text-decoration: underline;
  color: #000000;
}
.page .page-study-visits {
  position: relative;
  background-color: #FEF2AC;
  padding: 60px 0 80px;
}
.page .page-study-visits .section-study-visits__content-wrapper {
  position: relative;
  padding: 0 0 168px;
}
@media screen and (max-width: 640px) {
  .page .page-study-visits .section-study-visits__content-wrapper {
    padding: 0 0 80px;
  }
}
.page .page-study-visits .section-study-visits__image {
  position: absolute;
  top: 0;
  right: 10%;
  width: 50%;
  height: 100%;
}
.page .page-study-visits .section-study-visits__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .page .page-study-visits .section-study-visits__image {
    right: 0;
    width: 60%;
  }
}
.page .page-study-visits .section-study-visits__title {
  max-width: 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  color: #76BF92;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .page .page-study-visits .section-study-visits__title {
    gap: 20px;
    max-width: 100%;
  }
}
.page .page-study-visits .section-study-visits__title i {
  font-size: 74px;
  font-size: 4.625rem;
  margin-top: 22px;
}
@media screen and (max-width: 640px) {
  .page .page-study-visits .section-study-visits__title i {
    font-size: 38px;
    font-size: 2.375rem;
    margin-top: 10px;
  }
}
.page .page-study-visits .section-study-visits__title h1 {
  color: #76BF92;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 640px) {
  .page .page-study-visits .section-study-visits__title h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page .page-study-visits .section-study-visits__content {
  padding: 20px 168px;
}
@media screen and (max-width: 640px) {
  .page .page-study-visits .section-study-visits__content {
    padding: 20px 0;
  }
}

.main-footer {
  position: relative;
  background-color: #7362A9;
  overflow: hidden;
}
.main-footer__marquee-wrapper {
  background-color: #FEF2AC;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 14px 0;
}
.main-footer__marquee-wrapper .footer-marquee {
  display: flex;
  width: fit-content;
  animation: scroll 50s linear infinite;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.main-footer__marquee-wrapper .footer-marquee__content {
  display: flex;
  white-space: nowrap;
}
.main-footer__marquee-wrapper .footer-marquee__text {
  text-transform: uppercase;
  color: #7362A9;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .main-footer__marquee-wrapper .footer-marquee__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.main-footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 640px) {
  .main-footer__menu ul {
    gap: 20px;
  }
}
.main-footer__menu ul li a {
  display: block;
  padding: 20px 20px 0;
  color: #FEF2AC;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 640px) {
  .main-footer__menu ul li a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 10px 0;
  }
}
.main-footer__menu ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FEF2AC;
}
.main-footer__author {
  color: #FEF2AC;
  font-size: 16px;
  font-size: 1rem;
}
.main-footer__primary {
  padding: 30px 0 80px;
}
@media screen and (max-width: 640px) {
  .main-footer__primary {
    padding: 30px 0;
  }
}
.main-footer__secondary {
  position: relative;
  padding: 368px 0 20px;
}
@media screen and (max-width: 640px) {
  .main-footer__secondary {
    padding: 0 0 20px;
  }
}
.main-footer__button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50% - 10px);
}
@media screen and (max-width: 640px) {
  .main-footer__button {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.main-footer__button a {
  background-color: #FEF2AC;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border-radius: 10px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 120px;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 640px) {
  .main-footer__button a {
    padding: 30px 10px;
    gap: 20px;
  }
}
.main-footer__button a span {
  font-size: 66px;
  font-size: 4.125rem;
  display: block;
  max-width: 390px;
  color: #7362A9;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .main-footer__button a span {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.main-footer__button a i {
  font-size: 66px;
  font-size: 4.125rem;
  color: #7362A9;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .main-footer__button a i {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.main-footer__button a:hover {
  background-color: #FF443B;
}
.main-footer__button a:hover span, .main-footer__button a:hover i {
  color: #7362A9;
}
.main-footer__menu-secondary {
  position: relative;
}
.main-footer__menu-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .main-footer__menu-secondary ul {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.main-footer__menu-secondary ul li a {
  display: block;
  padding: 0;
  color: #FEF2AC;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}

.main-header {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: auto; /* Will be defined by content */
  z-index: 1050;
}
@media screen and (max-width: 640px) {
  .main-header {
    width: 100%;
    height: initial;
  }
}
.main-header .header-right-bar {
  background-color: #FFF;
  width: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 640px) {
  .main-header .header-right-bar {
    width: 100%;
    height: 60px;
    flex-direction: row-reverse;
  }
}
.main-header .header-right-bar .header-wrapper-main {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 20px 0 0 0;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .main-header .header-right-bar .header-wrapper-main {
    padding: 0 10px;
    align-items: flex-start;
    justify-content: center;
  }
}
.main-header .header-right-bar .header-brand-text {
  color: #000000;
  font-weight: bold;
  height: 182px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 640px) {
  .main-header .header-right-bar .header-brand-text {
    writing-mode: initial;
    max-width: 130px;
    height: auto;
  }
}
.main-header .header-right-bar .header-brand-image {
  color: #000000;
  font-weight: bold;
  height: 182px;
  width: 150%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-width: 94px;
}
.main-header .header-right-bar .header-brand-image img {
  height: 100%;
  width: auto;
  transform: translateY(-50%) rotate(90deg) translateX(50%);
  transform-origin: center center;
  object-fit: contain;
}
@media screen and (max-width: 640px) {
  .main-header .header-right-bar .header-brand-image {
    max-width: 130px;
    height: auto;
    justify-content: flex-start;
  }
  .main-header .header-right-bar .header-brand-image img {
    transform: none;
    max-width: 83px;
  }
}
.main-header .header-right-bar .header-ticket-button {
  background-color: #FEF2AC;
  color: #7362A9;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border-radius: 0;
  padding: 20px 10px;
  max-height: 160px;
  writing-mode: vertical-rl;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .main-header .header-right-bar .header-ticket-button {
    display: none;
  }
}
.main-header .header-right-bar .header-ticket-button a {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.main-header .header-right-bar .header-ticket-button span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  max-width: 260px;
  color: #7362A9;
  font-weight: 900;
  line-height: 1;
}
.main-header .header-right-bar .header-ticket-button i {
  color: #7362A9;
  font-size: 22px;
  font-size: 1.375rem;
}
.main-header .header-right-bar .header-main-links {
  color: #FFF;
  text-decoration: none;
  width: 100%;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .main-header .header-right-bar .header-main-links {
    writing-mode: initial;
    display: none;
  }
}
.main-header .header-right-bar .header-main-links .menu {
  display: flex;
  gap: 38px;
  margin: 0;
  padding: 0;
}
.main-header .header-right-bar .header-main-links .menu li {
  list-style: none;
}
.main-header .header-right-bar .header-main-links .menu li a {
  position: relative;
  display: inline-block;
  color: #000000;
  transition: color 0.3s ease;
}
.main-header .header-right-bar .header-main-links .menu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 100%;
  background-color: #76BF92;
  transform: translate(-50%, -50%) rotate(-3deg);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: -1;
  border-radius: 3px;
}
.main-header .header-right-bar .header-main-links .menu li a:hover {
  color: #000000;
}
.main-header .header-right-bar .header-main-links .menu li a:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-3deg) scale(1.05);
}
.main-header .header-right-bar .header-main-links .menu li.current-menu-item a {
  color: #000000;
}
.main-header .header-right-bar .header-main-links .menu li.current-menu-item a::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-3deg);
}
.main-header .navbar-toggler {
  z-index: 999999;
  display: flex; /* Always display for this layout */
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  height: 60px;
  width: 100%;
  background-color: #000000;
  border-radius: 0;
}
@media screen and (max-width: 640px) {
  .main-header .navbar-toggler {
    width: 60px;
  }
}
.main-header .navbar-toggler .hamburger {
  padding: 0;
}
.main-header .navbar-toggler .hamburger.is-active .hamburger-inner, .main-header .navbar-toggler .hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}
.main-header .navbar-toggler .hamburger-inner, .main-header .navbar-toggler .hamburger-inner::before, .main-header .navbar-toggler .hamburger-inner::after {
  background-color: #FFF;
  border-radius: 0;
}
.main-header .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
}
.main-header .overlay .overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  max-width: 540px;
  height: 100%; /* Adjust as needed */
  padding: 5px 65px 5px 5px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .main-header .overlay .overlay-content {
    padding: 65px 5px 5px;
  }
}
.main-header .overlay .navbar-overlay {
  background-color: #FFF;
  padding: 30px 30px 80px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.main-header .overlay .navbar-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header .overlay .navbar-overlay ul li a {
  color: #7362A9;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}
.main-header .overlay .overlay-extra-links {
  position: relative;
  padding: 30px 30px 30px;
  background-color: #FFF;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.main-header .overlay .overlay-extra-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 10px;
}
.main-header .overlay .overlay-extra-links ul li {
  list-style: none;
}
.main-header .overlay .overlay-extra-links ul li a {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  transition: color 0.3s ease;
}
.main-header .overlay .overlay-extra-links ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60%;
  background-color: #76BF92;
  transform: translate(-50%, -50%) rotate(-3deg);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: -1;
  border-radius: 3px;
}
.main-header .overlay .overlay-extra-links ul li a:hover {
  color: #000000;
}
.main-header .overlay .overlay-extra-links ul li a:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-3deg) scale(1.05);
}
.main-header .overlay .overlay-ticket-button {
  width: 100%;
  height: 100%;
}
.main-header .overlay .overlay-ticket-button a {
  background-color: #FEF2AC;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border-radius: 10px;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.main-header .overlay .overlay-ticket-button a span {
  font-size: 42px;
  font-size: 2.625rem;
  display: block;
  max-width: 260px;
  color: #7362A9;
  font-weight: 900;
  line-height: 1;
}
.main-header .overlay .overlay-ticket-button a i {
  font-size: 36px;
  font-size: 2.25rem;
  color: #7362A9;
  margin-left: auto;
}
.main-header .overlay .overlay-ticket-button a:hover {
  background-color: #76BF92;
}
.main-header .overlay .overlay-ticket-button a:hover span, .main-header .overlay .overlay-ticket-button a:hover i {
  color: #7362A9;
}

body.overlay-active {
  overflow: hidden;
}
body.overlay-active .overlay {
  transform: translateX(0);
}
body.overlay-active .overlay-background {
  opacity: 1;
  visibility: visible;
}

.overlay-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

/* ========================================================================================================================

    Partners Section

======================================================================================================================== */
.partners-section {
  background-color: #76BF92;
  padding: 80px 0;
  position: relative;
}
.partners-section.partners-section-lilac {
  background-color: #7362A9;
}
.partners-section.partners-section-lilac .partners-title__text {
  color: #FEF2AC;
}
.partners-section.partners-section-lilac .category-title {
  color: #FEF2AC !important;
}
.partners-section .partners-title {
  writing-mode: sideways-lr;
  text-orientation: mixed;
  margin-right: 68px;
  flex-shrink: 0;
}
.partners-section .partners-title__text {
  font-weight: 900;
  font-size: 60px;
  font-size: 3.75rem;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .partners-section .partners-title__text {
    font-size: 50px;
    font-size: 3.125rem;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    margin-bottom: 1.5rem;
  }
}
.partners-section .partners-wrapper {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .partners-section .partners-wrapper {
    flex-direction: column;
  }
}
.partners-section .partners-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  gap: 0 !important;
}
.partners-section .partners-main-grid {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .partners-section .partners-main-grid .row {
    flex-direction: column !important;
  }
  .partners-section .partners-main-grid .row > div[class*=col-] {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    margin-bottom: 1.5rem;
  }
  .partners-section .partners-main-grid .row > div[class*=col-]:last-child {
    margin-bottom: 0;
  }
}
.partners-section .partners-main-grid .partners-category {
  height: 100%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 640px) {
  .partners-section .partners-main-grid .partners-category {
    flex-direction: column;
  }
}
.partners-section .partners-main-grid .partners-category .category-header {
  writing-mode: sideways-lr;
  text-align: end;
  text-orientation: mixed;
  flex-shrink: 0;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  left: -26px;
  width: initial;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .partners-section .partners-main-grid .partners-category .category-header {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    writing-mode: horizontal-tb !important;
    text-orientation: initial !important;
    left: 0;
  }
}
.partners-section .partners-main-grid .partners-category .category-header .category-title {
  font-weight: 700;
  font-size: 0.75rem;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .partners-section .partners-main-grid .partners-category .category-header .category-title {
    text-align: left;
  }
}
.partners-section .partners-main-grid .partners-category .category-partners {
  flex: 1;
  display: grid;
  gap: 0;
}
@media screen and (max-width: 640px) {
  .partners-section .partners-main-grid .partners-category .category-partners {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.partners-section .partners-main-grid .partners-category .category-partners .partner-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.partners-section .partners-main-grid .partners-category .category-partners .partner-link:hover .partner-item {
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .partners-section .partners-main-grid .partners-category .category-partners .partner-link:hover .partner-item {
    transform: scale(1);
    box-shadow: none;
  }
}
.partners-section .partners-main-grid .partners-category .category-partners .partner-link:hover .partner-logo img {
  filter: grayscale(0%) brightness(1.1);
}
.partners-section .partners-main-grid .partners-category .category-partners .partner-link:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
.partners-section .partners-main-grid .partners-category .category-partners .partner-item {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}
.partners-section .partners-main-grid .partners-category .category-partners .partner-item .partner-logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-section .partners-main-grid .partners-category .category-partners .partner-item .partner-logo img {
  max-width: 70px;
  max-height: 80%;
  object-fit: contain;
  filter: grayscale(0%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  .partners-section .partners-main-grid .partners-category .category-partners .partner-item .partner-logo img {
    max-width: 140px;
  }
}

.partners-main-grid .col-md-1 .category-partners {
  grid-template-columns: 1fr !important;
}

.partners-main-grid .col-md-2 .category-partners {
  grid-template-columns: repeat(2, 1fr) !important;
}

.partners-main-grid .col-md-3 .category-partners {
  grid-template-columns: repeat(3, 1fr) !important;
}

.partners-main-grid .col-md-4 .category-partners {
  grid-template-columns: repeat(4, 1fr) !important;
  grid-template-rows: repeat(3, 1fr) !important;
  grid-auto-flow: row !important;
}

.partners-main-grid .col-md-4 .category-header {
  max-height: 120px;
  left: -38px !important;
}
@media screen and (max-width: 640px) {
  .partners-main-grid .col-md-4 .category-header {
    left: 0 !important;
  }
}

.partners-main-grid .col-md-6 .category-partners {
  grid-template-columns: repeat(6, 1fr) !important;
}

.partners-main-grid .col-md-7 .category-partners {
  grid-template-columns: repeat(7, 1fr) !important;
}

.partners-main-grid .col-md-8 .category-partners {
  grid-template-columns: repeat(8, 1fr) !important;
}
