@charset "UTF-8";
/** =================== Basis Grotesque =================== **/
/** Basis Grotesque Pro Regular **/
@font-face {
  font-family: "Basis Grotesque Pro";
  font-style: normal;
  font-weight: normal;
  src: local("Basis Grotesque Pro"), url("../fonts/BasisGrotesque/BasisGrotesquePro-Regular.woff") format("woff");
}
/** Basis Grotesque Pro Bold **/
@font-face {
  font-family: "Basis Grotesque Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Basis Grotesque Pro Bold"), url("../fonts/BasisGrotesque/BasisGrotesquePro-Bold.woff") format("woff");
}
/** Basis Grotesque Pro Light **/
@font-face {
  font-family: "Basis Grotesque Pro Light";
  font-style: normal;
  font-weight: normal;
  src: local("Basis Grotesque Pro Light"), url("../fonts/BasisGrotesque/BasisGrotesquePro-Light.woff") format("woff");
}
@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Boxicons/boxicons.eot");
  src: url("../fonts/Boxicons/boxicons.eot") format("embedded-opentype"), url("../fonts/Boxicons/boxicons.woff2") format("woff2"), url("../fonts/Boxicons/boxicons.woff") format("woff"), url("../fonts/Boxicons/boxicons.ttf") format("truetype"), url("../fonts/Boxicons/boxicons.svg?#boxicons") format("svg");
}
.bx {
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}

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

.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes burst {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.bx-spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

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

.bx-tada {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-flashing {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-flashing-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-burst {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-burst-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-fade-up {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-down {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-left {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-right {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-xs {
  font-size: 1rem !important;
}

.bx-sm {
  font-size: 1.55rem !important;
}

.bx-md {
  font-size: 2.25rem !important;
}

.bx-lg {
  font-size: 3rem !important;
}

.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}

.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}

.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}

.bx-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}

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

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

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

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

.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}

.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.bxs-balloon:before {
  content: "\EB60";
}

.bxs-castle:before {
  content: "\EB79";
}

.bxs-coffee-bean:before {
  content: "\EB92";
}

.bxs-objects-horizontal-center:before {
  content: "\EBAB";
}

.bxs-objects-horizontal-left:before {
  content: "\EBC4";
}

.bxs-objects-horizontal-right:before {
  content: "\EBDD";
}

.bxs-objects-vertical-bottom:before {
  content: "\EBF6";
}

.bxs-objects-vertical-center:before {
  content: "\EF40";
}

.bxs-objects-vertical-top:before {
  content: "\EF41";
}

.bxs-pear:before {
  content: "\EF42";
}

.bxs-shield-minus:before {
  content: "\EF43";
}

.bxs-shield-plus:before {
  content: "\EF44";
}

.bxs-shower:before {
  content: "\EF45";
}

.bxs-sushi:before {
  content: "\EF46";
}

.bxs-universal-access:before {
  content: "\EF47";
}

.bx-child:before {
  content: "\EF48";
}

.bx-horizontal-left:before {
  content: "\EF49";
}

.bx-horizontal-right:before {
  content: "\EF4A";
}

.bx-objects-horizontal-center:before {
  content: "\EF4B";
}

.bx-objects-horizontal-left:before {
  content: "\EF4C";
}

.bx-objects-horizontal-right:before {
  content: "\EF4D";
}

.bx-objects-vertical-bottom:before {
  content: "\EF4E";
}

.bx-objects-vertical-center:before {
  content: "\EF4F";
}

.bx-objects-vertical-top:before {
  content: "\EF50";
}

.bx-rfid:before {
  content: "\EF51";
}

.bx-shield-minus:before {
  content: "\EF52";
}

.bx-shield-plus:before {
  content: "\EF53";
}

.bx-shower:before {
  content: "\EF54";
}

.bx-sushi:before {
  content: "\EF55";
}

.bx-universal-access:before {
  content: "\EF56";
}

.bx-vertical-bottom:before {
  content: "\EF57";
}

.bx-vertical-top:before {
  content: "\EF58";
}

.bxl-graphql:before {
  content: "\EF59";
}

.bxl-typescript:before {
  content: "\EF5A";
}

.bxs-color:before {
  content: "\EF39";
}

.bx-reflect-horizontal:before {
  content: "\EF3A";
}

.bx-reflect-vertical:before {
  content: "\EF3B";
}

.bx-color:before {
  content: "\EF3C";
}

.bxl-mongodb:before {
  content: "\EF3D";
}

.bxl-postgresql:before {
  content: "\EF3E";
}

.bxl-deezer:before {
  content: "\EF3F";
}

.bxs-hard-hat:before {
  content: "\EF2A";
}

.bxs-home-alt-2:before {
  content: "\EF2B";
}

.bxs-cheese:before {
  content: "\EF2C";
}

.bx-home-alt-2:before {
  content: "\EF2D";
}

.bx-hard-hat:before {
  content: "\EF2E";
}

.bx-cheese:before {
  content: "\EF2F";
}

.bx-cart-add:before {
  content: "\EF30";
}

.bx-cart-download:before {
  content: "\EF31";
}

.bx-no-signal:before {
  content: "\EF32";
}

.bx-signal-1:before {
  content: "\EF33";
}

.bx-signal-2:before {
  content: "\EF34";
}

.bx-signal-3:before {
  content: "\EF35";
}

.bx-signal-4:before {
  content: "\EF36";
}

.bx-signal-5:before {
  content: "\EF37";
}

.bxl-xing:before {
  content: "\EF38";
}

.bxl-meta:before {
  content: "\EF27";
}

.bx-lemon:before {
  content: "\EF28";
}

.bxs-lemon:before {
  content: "\EF29";
}

.bx-cricket-ball:before {
  content: "\EF0C";
}

.bx-baguette:before {
  content: "\EF0D";
}

.bx-bowl-hot:before {
  content: "\EF0E";
}

.bx-bowl-rice:before {
  content: "\EF0F";
}

.bx-cable-car:before {
  content: "\EF10";
}

.bx-candles:before {
  content: "\EF11";
}

.bx-circle-half:before {
  content: "\EF12";
}

.bx-circle-quarter:before {
  content: "\EF13";
}

.bx-circle-three-quarter:before {
  content: "\EF14";
}

.bx-cross:before {
  content: "\EF15";
}

.bx-fork:before {
  content: "\EF16";
}

.bx-knife:before {
  content: "\EF17";
}

.bx-money-withdraw:before {
  content: "\EF18";
}

.bx-popsicle:before {
  content: "\EF19";
}

.bx-scatter-chart:before {
  content: "\EF1A";
}

.bxs-baguette:before {
  content: "\EF1B";
}

.bxs-bowl-hot:before {
  content: "\EF1C";
}

.bxs-bowl-rice:before {
  content: "\EF1D";
}

.bxs-cable-car:before {
  content: "\EF1E";
}

.bxs-circle-half:before {
  content: "\EF1F";
}

.bxs-circle-quarter:before {
  content: "\EF20";
}

.bxs-circle-three-quarter:before {
  content: "\EF21";
}

.bxs-cricket-ball:before {
  content: "\EF22";
}

.bxs-invader:before {
  content: "\EF23";
}

.bx-male-female:before {
  content: "\EF24";
}

.bxs-popsicle:before {
  content: "\EF25";
}

.bxs-tree-alt:before {
  content: "\EF26";
}

.bxl-venmo:before {
  content: "\E900";
}

.bxl-upwork:before {
  content: "\E901";
}

.bxl-netlify:before {
  content: "\E902";
}

.bxl-java:before {
  content: "\E903";
}

.bxl-heroku:before {
  content: "\E904";
}

.bxl-go-lang:before {
  content: "\E905";
}

.bxl-gmail:before {
  content: "\E906";
}

.bxl-flask:before {
  content: "\E907";
}

.bxl-99designs:before {
  content: "\E908";
}

.bxl-500px:before {
  content: "\E909";
}

.bxl-adobe:before {
  content: "\E90A";
}

.bxl-airbnb:before {
  content: "\E90B";
}

.bxl-algolia:before {
  content: "\E90C";
}

.bxl-amazon:before {
  content: "\E90D";
}

.bxl-android:before {
  content: "\E90E";
}

.bxl-angular:before {
  content: "\E90F";
}

.bxl-apple:before {
  content: "\E910";
}

.bxl-audible:before {
  content: "\E911";
}

.bxl-aws:before {
  content: "\E912";
}

.bxl-baidu:before {
  content: "\E913";
}

.bxl-behance:before {
  content: "\E914";
}

.bxl-bing:before {
  content: "\E915";
}

.bxl-bitcoin:before {
  content: "\E916";
}

.bxl-blender:before {
  content: "\E917";
}

.bxl-blogger:before {
  content: "\E918";
}

.bxl-bootstrap:before {
  content: "\E919";
}

.bxl-chrome:before {
  content: "\E91A";
}

.bxl-codepen:before {
  content: "\E91B";
}

.bxl-c-plus-plus:before {
  content: "\E91C";
}

.bxl-creative-commons:before {
  content: "\E91D";
}

.bxl-css3:before {
  content: "\E91E";
}

.bxl-dailymotion:before {
  content: "\E91F";
}

.bxl-deviantart:before {
  content: "\E920";
}

.bxl-dev-to:before {
  content: "\E921";
}

.bxl-digg:before {
  content: "\E922";
}

.bxl-digitalocean:before {
  content: "\E923";
}

.bxl-discord:before {
  content: "\E924";
}

.bxl-discord-alt:before {
  content: "\E925";
}

.bxl-discourse:before {
  content: "\E926";
}

.bxl-django:before {
  content: "\E927";
}

.bxl-docker:before {
  content: "\E928";
}

.bxl-dribbble:before {
  content: "\E929";
}

.bxl-dropbox:before {
  content: "\E92A";
}

.bxl-drupal:before {
  content: "\E92B";
}

.bxl-ebay:before {
  content: "\E92C";
}

.bxl-edge:before {
  content: "\E92D";
}

.bxl-etsy:before {
  content: "\E92E";
}

.bxl-facebook:before {
  content: "\E92F";
}

.bxl-facebook-circle:before {
  content: "\E930";
}

.bxl-facebook-square:before {
  content: "\E931";
}

.bxl-figma:before {
  content: "\E932";
}

.bxl-firebase:before {
  content: "\E933";
}

.bxl-firefox:before {
  content: "\E934";
}

.bxl-flickr:before {
  content: "\E935";
}

.bxl-flickr-square:before {
  content: "\E936";
}

.bxl-flutter:before {
  content: "\E937";
}

.bxl-foursquare:before {
  content: "\E938";
}

.bxl-git:before {
  content: "\E939";
}

.bxl-github:before {
  content: "\E93A";
}

.bxl-gitlab:before {
  content: "\E93B";
}

.bxl-google:before {
  content: "\E93C";
}

.bxl-google-cloud:before {
  content: "\E93D";
}

.bxl-google-plus:before {
  content: "\E93E";
}

.bxl-google-plus-circle:before {
  content: "\E93F";
}

.bxl-html5:before {
  content: "\E940";
}

.bxl-imdb:before {
  content: "\E941";
}

.bxl-instagram:before {
  content: "\E942";
}

.bxl-instagram-alt:before {
  content: "\E943";
}

.bxl-internet-explorer:before {
  content: "\E944";
}

.bxl-invision:before {
  content: "\E945";
}

.bxl-javascript:before {
  content: "\E946";
}

.bxl-joomla:before {
  content: "\E947";
}

.bxl-jquery:before {
  content: "\E948";
}

.bxl-jsfiddle:before {
  content: "\E949";
}

.bxl-kickstarter:before {
  content: "\E94A";
}

.bxl-kubernetes:before {
  content: "\E94B";
}

.bxl-less:before {
  content: "\E94C";
}

.bxl-linkedin:before {
  content: "\E94D";
}

.bxl-linkedin-square:before {
  content: "\E94E";
}

.bxl-magento:before {
  content: "\E94F";
}

.bxl-mailchimp:before {
  content: "\E950";
}

.bxl-markdown:before {
  content: "\E951";
}

.bxl-mastercard:before {
  content: "\E952";
}

.bxl-mastodon:before {
  content: "\E953";
}

.bxl-medium:before {
  content: "\E954";
}

.bxl-medium-old:before {
  content: "\E955";
}

.bxl-medium-square:before {
  content: "\E956";
}

.bxl-messenger:before {
  content: "\E957";
}

.bxl-microsoft:before {
  content: "\E958";
}

.bxl-microsoft-teams:before {
  content: "\E959";
}

.bxl-nodejs:before {
  content: "\E95A";
}

.bxl-ok-ru:before {
  content: "\E95B";
}

.bxl-opera:before {
  content: "\E95C";
}

.bxl-patreon:before {
  content: "\E95D";
}

.bxl-paypal:before {
  content: "\E95E";
}

.bxl-periscope:before {
  content: "\E95F";
}

.bxl-php:before {
  content: "\E960";
}

.bxl-pinterest:before {
  content: "\E961";
}

.bxl-pinterest-alt:before {
  content: "\E962";
}

.bxl-play-store:before {
  content: "\E963";
}

.bxl-pocket:before {
  content: "\E964";
}

.bxl-product-hunt:before {
  content: "\E965";
}

.bxl-python:before {
  content: "\E966";
}

.bxl-quora:before {
  content: "\E967";
}

.bxl-react:before {
  content: "\E968";
}

.bxl-redbubble:before {
  content: "\E969";
}

.bxl-reddit:before {
  content: "\E96A";
}

.bxl-redux:before {
  content: "\E96B";
}

.bxl-sass:before {
  content: "\E96C";
}

.bxl-shopify:before {
  content: "\E96D";
}

.bxl-sketch:before {
  content: "\E96E";
}

.bxl-skype:before {
  content: "\E96F";
}

.bxl-slack:before {
  content: "\E970";
}

.bxl-slack-old:before {
  content: "\E971";
}

.bxl-snapchat:before {
  content: "\E972";
}

.bxl-soundcloud:before {
  content: "\E973";
}

.bxl-spotify:before {
  content: "\E974";
}

.bxl-spring-boot:before {
  content: "\E975";
}

.bxl-squarespace:before {
  content: "\E976";
}

.bxl-stack-overflow:before {
  content: "\E977";
}

.bxl-steam:before {
  content: "\E978";
}

.bxl-stripe:before {
  content: "\E979";
}

.bxl-tailwind-css:before {
  content: "\E97A";
}

.bxl-telegram:before {
  content: "\E97B";
}

.bxl-tiktok:before {
  content: "\E97C";
}

.bxl-trello:before {
  content: "\E97D";
}

.bxl-trip-advisor:before {
  content: "\E97E";
}

.bxl-tumblr:before {
  content: "\E97F";
}

.bxl-tux:before {
  content: "\E980";
}

.bxl-twitch:before {
  content: "\E981";
}

.bxl-twitter:before {
  content: "\E982";
}

.bxl-unity:before {
  content: "\E983";
}

.bxl-unsplash:before {
  content: "\E984";
}

.bxl-vimeo:before {
  content: "\E985";
}

.bxl-visa:before {
  content: "\E986";
}

.bxl-visual-studio:before {
  content: "\E987";
}

.bxl-vk:before {
  content: "\E988";
}

.bxl-vuejs:before {
  content: "\E989";
}

.bxl-whatsapp:before {
  content: "\E98A";
}

.bxl-whatsapp-square:before {
  content: "\E98B";
}

.bxl-wikipedia:before {
  content: "\E98C";
}

.bxl-windows:before {
  content: "\E98D";
}

.bxl-wix:before {
  content: "\E98E";
}

.bxl-wordpress:before {
  content: "\E98F";
}

.bxl-yahoo:before {
  content: "\E990";
}

.bxl-yelp:before {
  content: "\E991";
}

.bxl-youtube:before {
  content: "\E992";
}

.bxl-zoom:before {
  content: "\E993";
}

.bx-collapse-alt:before {
  content: "\E994";
}

.bx-collapse-horizontal:before {
  content: "\E995";
}

.bx-collapse-vertical:before {
  content: "\E996";
}

.bx-expand-horizontal:before {
  content: "\E997";
}

.bx-expand-vertical:before {
  content: "\E998";
}

.bx-injection:before {
  content: "\E999";
}

.bx-leaf:before {
  content: "\E99A";
}

.bx-math:before {
  content: "\E99B";
}

.bx-party:before {
  content: "\E99C";
}

.bx-abacus:before {
  content: "\E99D";
}

.bx-accessibility:before {
  content: "\E99E";
}

.bx-add-to-queue:before {
  content: "\E99F";
}

.bx-adjust:before {
  content: "\E9A0";
}

.bx-alarm:before {
  content: "\E9A1";
}

.bx-alarm-add:before {
  content: "\E9A2";
}

.bx-alarm-exclamation:before {
  content: "\E9A3";
}

.bx-alarm-off:before {
  content: "\E9A4";
}

.bx-alarm-snooze:before {
  content: "\E9A5";
}

.bx-album:before {
  content: "\E9A6";
}

.bx-align-justify:before {
  content: "\E9A7";
}

.bx-align-left:before {
  content: "\E9A8";
}

.bx-align-middle:before {
  content: "\E9A9";
}

.bx-align-right:before {
  content: "\E9AA";
}

.bx-analyse:before {
  content: "\E9AB";
}

.bx-anchor:before {
  content: "\E9AC";
}

.bx-angry:before {
  content: "\E9AD";
}

.bx-aperture:before {
  content: "\E9AE";
}

.bx-arch:before {
  content: "\E9AF";
}

.bx-archive:before {
  content: "\E9B0";
}

.bx-archive-in:before {
  content: "\E9B1";
}

.bx-archive-out:before {
  content: "\E9B2";
}

.bx-area:before {
  content: "\E9B3";
}

.bx-arrow-back:before {
  content: "\E9B4";
}

.bx-arrow-from-bottom:before {
  content: "\E9B5";
}

.bx-arrow-from-left:before {
  content: "\E9B6";
}

.bx-arrow-from-right:before {
  content: "\E9B7";
}

.bx-arrow-from-top:before {
  content: "\E9B8";
}

.bx-arrow-to-bottom:before {
  content: "\E9B9";
}

.bx-arrow-to-left:before {
  content: "\E9BA";
}

.bx-arrow-to-right:before {
  content: "\E9BB";
}

.bx-arrow-to-top:before {
  content: "\E9BC";
}

.bx-at:before {
  content: "\E9BD";
}

.bx-atom:before {
  content: "\E9BE";
}

.bx-award:before {
  content: "\E9BF";
}

.bx-badge:before {
  content: "\E9C0";
}

.bx-badge-check:before {
  content: "\E9C1";
}

.bx-ball:before {
  content: "\E9C2";
}

.bx-band-aid:before {
  content: "\E9C3";
}

.bx-bar-chart:before {
  content: "\E9C4";
}

.bx-bar-chart-alt:before {
  content: "\E9C5";
}

.bx-bar-chart-alt-2:before {
  content: "\E9C6";
}

.bx-bar-chart-square:before {
  content: "\E9C7";
}

.bx-barcode:before {
  content: "\E9C8";
}

.bx-barcode-reader:before {
  content: "\E9C9";
}

.bx-baseball:before {
  content: "\E9CA";
}

.bx-basket:before {
  content: "\E9CB";
}

.bx-basketball:before {
  content: "\E9CC";
}

.bx-bath:before {
  content: "\E9CD";
}

.bx-battery:before {
  content: "\E9CE";
}

.bx-bed:before {
  content: "\E9CF";
}

.bx-been-here:before {
  content: "\E9D0";
}

.bx-beer:before {
  content: "\E9D1";
}

.bx-bell:before {
  content: "\E9D2";
}

.bx-bell-minus:before {
  content: "\E9D3";
}

.bx-bell-off:before {
  content: "\E9D4";
}

.bx-bell-plus:before {
  content: "\E9D5";
}

.bx-bible:before {
  content: "\E9D6";
}

.bx-bitcoin:before {
  content: "\E9D7";
}

.bx-blanket:before {
  content: "\E9D8";
}

.bx-block:before {
  content: "\E9D9";
}

.bx-bluetooth:before {
  content: "\E9DA";
}

.bx-body:before {
  content: "\E9DB";
}

.bx-bold:before {
  content: "\E9DC";
}

.bx-bolt-circle:before {
  content: "\E9DD";
}

.bx-bomb:before {
  content: "\E9DE";
}

.bx-bone:before {
  content: "\E9DF";
}

.bx-bong:before {
  content: "\E9E0";
}

.bx-book:before {
  content: "\E9E1";
}

.bx-book-add:before {
  content: "\E9E2";
}

.bx-book-alt:before {
  content: "\E9E3";
}

.bx-book-bookmark:before {
  content: "\E9E4";
}

.bx-book-content:before {
  content: "\E9E5";
}

.bx-book-heart:before {
  content: "\E9E6";
}

.bx-bookmark:before {
  content: "\E9E7";
}

.bx-bookmark-alt:before {
  content: "\E9E8";
}

.bx-bookmark-alt-minus:before {
  content: "\E9E9";
}

.bx-bookmark-alt-plus:before {
  content: "\E9EA";
}

.bx-bookmark-heart:before {
  content: "\E9EB";
}

.bx-bookmark-minus:before {
  content: "\E9EC";
}

.bx-bookmark-plus:before {
  content: "\E9ED";
}

.bx-bookmarks:before {
  content: "\E9EE";
}

.bx-book-open:before {
  content: "\E9EF";
}

.bx-book-reader:before {
  content: "\E9F0";
}

.bx-border-all:before {
  content: "\E9F1";
}

.bx-border-bottom:before {
  content: "\E9F2";
}

.bx-border-inner:before {
  content: "\E9F3";
}

.bx-border-left:before {
  content: "\E9F4";
}

.bx-border-none:before {
  content: "\E9F5";
}

.bx-border-outer:before {
  content: "\E9F6";
}

.bx-border-radius:before {
  content: "\E9F7";
}

.bx-border-right:before {
  content: "\E9F8";
}

.bx-border-top:before {
  content: "\E9F9";
}

.bx-bot:before {
  content: "\E9FA";
}

.bx-bowling-ball:before {
  content: "\E9FB";
}

.bx-box:before {
  content: "\E9FC";
}

.bx-bracket:before {
  content: "\E9FD";
}

.bx-braille:before {
  content: "\E9FE";
}

.bx-brain:before {
  content: "\E9FF";
}

.bx-briefcase:before {
  content: "\EA00";
}

.bx-briefcase-alt:before {
  content: "\EA01";
}

.bx-briefcase-alt-2:before {
  content: "\EA02";
}

.bx-brightness:before {
  content: "\EA03";
}

.bx-brightness-half:before {
  content: "\EA04";
}

.bx-broadcast:before {
  content: "\EA05";
}

.bx-brush:before {
  content: "\EA06";
}

.bx-brush-alt:before {
  content: "\EA07";
}

.bx-bug:before {
  content: "\EA08";
}

.bx-bug-alt:before {
  content: "\EA09";
}

.bx-building:before {
  content: "\EA0A";
}

.bx-building-house:before {
  content: "\EA0B";
}

.bx-buildings:before {
  content: "\EA0C";
}

.bx-bulb:before {
  content: "\EA0D";
}

.bx-bullseye:before {
  content: "\EA0E";
}

.bx-buoy:before {
  content: "\EA0F";
}

.bx-bus:before {
  content: "\EA10";
}

.bx-bus-school:before {
  content: "\EA11";
}

.bx-cabinet:before {
  content: "\EA12";
}

.bx-cake:before {
  content: "\EA13";
}

.bx-calculator:before {
  content: "\EA14";
}

.bx-calendar:before {
  content: "\EA15";
}

.bx-calendar-alt:before {
  content: "\EA16";
}

.bx-calendar-check:before {
  content: "\EA17";
}

.bx-calendar-edit:before {
  content: "\EA18";
}

.bx-calendar-event:before {
  content: "\EA19";
}

.bx-calendar-exclamation:before {
  content: "\EA1A";
}

.bx-calendar-heart:before {
  content: "\EA1B";
}

.bx-calendar-minus:before {
  content: "\EA1C";
}

.bx-calendar-plus:before {
  content: "\EA1D";
}

.bx-calendar-star:before {
  content: "\EA1E";
}

.bx-calendar-week:before {
  content: "\EA1F";
}

.bx-calendar-x:before {
  content: "\EA20";
}

.bx-camera:before {
  content: "\EA21";
}

.bx-camera-home:before {
  content: "\EA22";
}

.bx-camera-movie:before {
  content: "\EA23";
}

.bx-camera-off:before {
  content: "\EA24";
}

.bx-capsule:before {
  content: "\EA25";
}

.bx-captions:before {
  content: "\EA26";
}

.bx-car:before {
  content: "\EA27";
}

.bx-card:before {
  content: "\EA28";
}

.bx-caret-down:before {
  content: "\EA29";
}

.bx-caret-down-circle:before {
  content: "\EA2A";
}

.bx-caret-down-square:before {
  content: "\EA2B";
}

.bx-caret-left:before {
  content: "\EA2C";
}

.bx-caret-left-circle:before {
  content: "\EA2D";
}

.bx-caret-left-square:before {
  content: "\EA2E";
}

.bx-caret-right:before {
  content: "\EA2F";
}

.bx-caret-right-circle:before {
  content: "\EA30";
}

.bx-caret-right-square:before {
  content: "\EA31";
}

.bx-caret-up:before {
  content: "\EA32";
}

.bx-caret-up-circle:before {
  content: "\EA33";
}

.bx-caret-up-square:before {
  content: "\EA34";
}

.bx-carousel:before {
  content: "\EA35";
}

.bx-cart:before {
  content: "\EA36";
}

.bx-cart-alt:before {
  content: "\EA37";
}

.bx-cast:before {
  content: "\EA38";
}

.bx-category:before {
  content: "\EA39";
}

.bx-category-alt:before {
  content: "\EA3A";
}

.bx-cctv:before {
  content: "\EA3B";
}

.bx-certification:before {
  content: "\EA3C";
}

.bx-chair:before {
  content: "\EA3D";
}

.bx-chalkboard:before {
  content: "\EA3E";
}

.bx-chart:before {
  content: "\EA3F";
}

.bx-chat:before {
  content: "\EA40";
}

.bx-check:before {
  content: "\EA41";
}

.bx-checkbox:before {
  content: "\EA42";
}

.bx-checkbox-checked:before {
  content: "\EA43";
}

.bx-checkbox-minus:before {
  content: "\EA44";
}

.bx-checkbox-square:before {
  content: "\EA45";
}

.bx-check-circle:before {
  content: "\EA46";
}

.bx-check-double:before {
  content: "\EA47";
}

.bx-check-shield:before {
  content: "\EA48";
}

.bx-check-square:before {
  content: "\EA49";
}

.bx-chevron-down:before {
  content: "\EA4A";
}

.bx-chevron-down-circle:before {
  content: "\EA4B";
}

.bx-chevron-down-square:before {
  content: "\EA4C";
}

.bx-chevron-left:before {
  content: "\EA4D";
}

.bx-chevron-left-circle:before {
  content: "\EA4E";
}

.bx-chevron-left-square:before {
  content: "\EA4F";
}

.bx-chevron-right:before {
  content: "\EA50";
}

.bx-chevron-right-circle:before {
  content: "\EA51";
}

.bx-chevron-right-square:before {
  content: "\EA52";
}

.bx-chevrons-down:before {
  content: "\EA53";
}

.bx-chevrons-left:before {
  content: "\EA54";
}

.bx-chevrons-right:before {
  content: "\EA55";
}

.bx-chevrons-up:before {
  content: "\EA56";
}

.bx-chevron-up:before {
  content: "\EA57";
}

.bx-chevron-up-circle:before {
  content: "\EA58";
}

.bx-chevron-up-square:before {
  content: "\EA59";
}

.bx-chip:before {
  content: "\EA5A";
}

.bx-church:before {
  content: "\EA5B";
}

.bx-circle:before {
  content: "\EA5C";
}

.bx-clinic:before {
  content: "\EA5D";
}

.bx-clipboard:before {
  content: "\EA5E";
}

.bx-closet:before {
  content: "\EA5F";
}

.bx-cloud:before {
  content: "\EA60";
}

.bx-cloud-download:before {
  content: "\EA61";
}

.bx-cloud-drizzle:before {
  content: "\EA62";
}

.bx-cloud-lightning:before {
  content: "\EA63";
}

.bx-cloud-light-rain:before {
  content: "\EA64";
}

.bx-cloud-rain:before {
  content: "\EA65";
}

.bx-cloud-snow:before {
  content: "\EA66";
}

.bx-cloud-upload:before {
  content: "\EA67";
}

.bx-code:before {
  content: "\EA68";
}

.bx-code-alt:before {
  content: "\EA69";
}

.bx-code-block:before {
  content: "\EA6A";
}

.bx-code-curly:before {
  content: "\EA6B";
}

.bx-coffee:before {
  content: "\EA6C";
}

.bx-coffee-togo:before {
  content: "\EA6D";
}

.bx-cog:before {
  content: "\EA6E";
}

.bx-coin:before {
  content: "\EA6F";
}

.bx-coin-stack:before {
  content: "\EA70";
}

.bx-collapse:before {
  content: "\EA71";
}

.bx-collection:before {
  content: "\EA72";
}

.bx-color-fill:before {
  content: "\EA73";
}

.bx-columns:before {
  content: "\EA74";
}

.bx-command:before {
  content: "\EA75";
}

.bx-comment:before {
  content: "\EA76";
}

.bx-comment-add:before {
  content: "\EA77";
}

.bx-comment-check:before {
  content: "\EA78";
}

.bx-comment-detail:before {
  content: "\EA79";
}

.bx-comment-dots:before {
  content: "\EA7A";
}

.bx-comment-edit:before {
  content: "\EA7B";
}

.bx-comment-error:before {
  content: "\EA7C";
}

.bx-comment-minus:before {
  content: "\EA7D";
}

.bx-comment-x:before {
  content: "\EA7E";
}

.bx-compass:before {
  content: "\EA7F";
}

.bx-confused:before {
  content: "\EA80";
}

.bx-conversation:before {
  content: "\EA81";
}

.bx-cookie:before {
  content: "\EA82";
}

.bx-cool:before {
  content: "\EA83";
}

.bx-copy:before {
  content: "\EA84";
}

.bx-copy-alt:before {
  content: "\EA85";
}

.bx-copyright:before {
  content: "\EA86";
}

.bx-credit-card:before {
  content: "\EA87";
}

.bx-credit-card-alt:before {
  content: "\EA88";
}

.bx-credit-card-front:before {
  content: "\EA89";
}

.bx-crop:before {
  content: "\EA8A";
}

.bx-crosshair:before {
  content: "\EA8B";
}

.bx-crown:before {
  content: "\EA8C";
}

.bx-cube:before {
  content: "\EA8D";
}

.bx-cube-alt:before {
  content: "\EA8E";
}

.bx-cuboid:before {
  content: "\EA8F";
}

.bx-current-location:before {
  content: "\EA90";
}

.bx-customize:before {
  content: "\EA91";
}

.bx-cut:before {
  content: "\EA92";
}

.bx-cycling:before {
  content: "\EA93";
}

.bx-cylinder:before {
  content: "\EA94";
}

.bx-data:before {
  content: "\EA95";
}

.bx-desktop:before {
  content: "\EA96";
}

.bx-detail:before {
  content: "\EA97";
}

.bx-devices:before {
  content: "\EA98";
}

.bx-dialpad:before {
  content: "\EA99";
}

.bx-dialpad-alt:before {
  content: "\EA9A";
}

.bx-diamond:before {
  content: "\EA9B";
}

.bx-dice-1:before {
  content: "\EA9C";
}

.bx-dice-2:before {
  content: "\EA9D";
}

.bx-dice-3:before {
  content: "\EA9E";
}

.bx-dice-4:before {
  content: "\EA9F";
}

.bx-dice-5:before {
  content: "\EAA0";
}

.bx-dice-6:before {
  content: "\EAA1";
}

.bx-directions:before {
  content: "\EAA2";
}

.bx-disc:before {
  content: "\EAA3";
}

.bx-dish:before {
  content: "\EAA4";
}

.bx-dislike:before {
  content: "\EAA5";
}

.bx-dizzy:before {
  content: "\EAA6";
}

.bx-dna:before {
  content: "\EAA7";
}

.bx-dock-bottom:before {
  content: "\EAA8";
}

.bx-dock-left:before {
  content: "\EAA9";
}

.bx-dock-right:before {
  content: "\EAAA";
}

.bx-dock-top:before {
  content: "\EAAB";
}

.bx-dollar:before {
  content: "\EAAC";
}

.bx-dollar-circle:before {
  content: "\EAAD";
}

.bx-donate-blood:before {
  content: "\EAAE";
}

.bx-donate-heart:before {
  content: "\EAAF";
}

.bx-door-open:before {
  content: "\EAB0";
}

.bx-dots-horizontal:before {
  content: "\EAB1";
}

.bx-dots-horizontal-rounded:before {
  content: "\EAB2";
}

.bx-dots-vertical:before {
  content: "\EAB3";
}

.bx-dots-vertical-rounded:before {
  content: "\EAB4";
}

.bx-doughnut-chart:before {
  content: "\EAB5";
}

.bx-down-arrow:before {
  content: "\EAB6";
}

.bx-down-arrow-alt:before {
  content: "\EAB7";
}

.bx-down-arrow-circle:before {
  content: "\EAB8";
}

.bx-download:before {
  content: "\EAB9";
}

.bx-downvote:before {
  content: "\EABA";
}

.bx-drink:before {
  content: "\EABB";
}

.bx-droplet:before {
  content: "\EABC";
}

.bx-dumbbell:before {
  content: "\EABD";
}

.bx-duplicate:before {
  content: "\EABE";
}

.bx-edit:before {
  content: "\EABF";
}

.bx-edit-alt:before {
  content: "\EAC0";
}

.bx-envelope:before {
  content: "\EAC1";
}

.bx-envelope-open:before {
  content: "\EAC2";
}

.bx-equalizer:before {
  content: "\EAC3";
}

.bx-eraser:before {
  content: "\EAC4";
}

.bx-error:before {
  content: "\EAC5";
}

.bx-error-alt:before {
  content: "\EAC6";
}

.bx-error-circle:before {
  content: "\EAC7";
}

.bx-euro:before {
  content: "\EAC8";
}

.bx-exclude:before {
  content: "\EAC9";
}

.bx-exit:before {
  content: "\EACA";
}

.bx-exit-fullscreen:before {
  content: "\EACB";
}

.bx-expand:before {
  content: "\EACC";
}

.bx-expand-alt:before {
  content: "\EACD";
}

.bx-export:before {
  content: "\EACE";
}

.bx-extension:before {
  content: "\EACF";
}

.bx-face:before {
  content: "\EAD0";
}

.bx-fast-forward:before {
  content: "\EAD1";
}

.bx-fast-forward-circle:before {
  content: "\EAD2";
}

.bx-female:before {
  content: "\EAD3";
}

.bx-female-sign:before {
  content: "\EAD4";
}

.bx-file:before {
  content: "\EAD5";
}

.bx-file-blank:before {
  content: "\EAD6";
}

.bx-file-find:before {
  content: "\EAD7";
}

.bx-film:before {
  content: "\EAD8";
}

.bx-filter:before {
  content: "\EAD9";
}

.bx-filter-alt:before {
  content: "\EADA";
}

.bx-fingerprint:before {
  content: "\EADB";
}

.bx-first-aid:before {
  content: "\EADC";
}

.bx-first-page:before {
  content: "\EADD";
}

.bx-flag:before {
  content: "\EADE";
}

.bx-folder:before {
  content: "\EADF";
}

.bx-folder-minus:before {
  content: "\EAE0";
}

.bx-folder-open:before {
  content: "\EAE1";
}

.bx-folder-plus:before {
  content: "\EAE2";
}

.bx-font:before {
  content: "\EAE3";
}

.bx-font-color:before {
  content: "\EAE4";
}

.bx-font-family:before {
  content: "\EAE5";
}

.bx-font-size:before {
  content: "\EAE6";
}

.bx-food-menu:before {
  content: "\EAE7";
}

.bx-food-tag:before {
  content: "\EAE8";
}

.bx-football:before {
  content: "\EAE9";
}

.bx-fridge:before {
  content: "\EAEA";
}

.bx-fullscreen:before {
  content: "\EAEB";
}

.bx-game:before {
  content: "\EAEC";
}

.bx-gas-pump:before {
  content: "\EAED";
}

.bx-ghost:before {
  content: "\EAEE";
}

.bx-gift:before {
  content: "\EAEF";
}

.bx-git-branch:before {
  content: "\EAF0";
}

.bx-git-commit:before {
  content: "\EAF1";
}

.bx-git-compare:before {
  content: "\EAF2";
}

.bx-git-merge:before {
  content: "\EAF3";
}

.bx-git-pull-request:before {
  content: "\EAF4";
}

.bx-git-repo-forked:before {
  content: "\EAF5";
}

.bx-glasses:before {
  content: "\EAF6";
}

.bx-glasses-alt:before {
  content: "\EAF7";
}

.bx-globe:before {
  content: "\EAF8";
}

.bx-globe-alt:before {
  content: "\EAF9";
}

.bx-grid:before {
  content: "\EAFA";
}

.bx-grid-alt:before {
  content: "\EAFB";
}

.bx-grid-horizontal:before {
  content: "\EAFC";
}

.bx-grid-small:before {
  content: "\EAFD";
}

.bx-grid-vertical:before {
  content: "\EAFE";
}

.bx-group:before {
  content: "\EAFF";
}

.bx-handicap:before {
  content: "\EB00";
}

.bx-happy:before {
  content: "\EB01";
}

.bx-happy-alt:before {
  content: "\EB02";
}

.bx-happy-beaming:before {
  content: "\EB03";
}

.bx-happy-heart-eyes:before {
  content: "\EB04";
}

.bx-hash:before {
  content: "\EB05";
}

.bx-hdd:before {
  content: "\EB06";
}

.bx-heading:before {
  content: "\EB07";
}

.bx-headphone:before {
  content: "\EB08";
}

.bx-health:before {
  content: "\EB09";
}

.bx-heart:before {
  content: "\EB0A";
}

.bx-heart-circle:before {
  content: "\EB0B";
}

.bx-heart-square:before {
  content: "\EB0C";
}

.bx-help-circle:before {
  content: "\EB0D";
}

.bx-hide:before {
  content: "\EB0E";
}

.bx-highlight:before {
  content: "\EB0F";
}

.bx-history:before {
  content: "\EB10";
}

.bx-hive:before {
  content: "\EB11";
}

.bx-home:before {
  content: "\EB12";
}

.bx-home-alt:before {
  content: "\EB13";
}

.bx-home-circle:before {
  content: "\EB14";
}

.bx-home-heart:before {
  content: "\EB15";
}

.bx-home-smile:before {
  content: "\EB16";
}

.bx-horizontal-center:before {
  content: "\EB17";
}

.bx-hotel:before {
  content: "\EB18";
}

.bx-hourglass:before {
  content: "\EB19";
}

.bx-id-card:before {
  content: "\EB1A";
}

.bx-image:before {
  content: "\EB1B";
}

.bx-image-add:before {
  content: "\EB1C";
}

.bx-image-alt:before {
  content: "\EB1D";
}

.bx-images:before {
  content: "\EB1E";
}

.bx-import:before {
  content: "\EB1F";
}

.bx-infinite:before {
  content: "\EB20";
}

.bx-info-circle:before {
  content: "\EB21";
}

.bx-info-square:before {
  content: "\EB22";
}

.bx-intersect:before {
  content: "\EB23";
}

.bx-italic:before {
  content: "\EB24";
}

.bx-joystick:before {
  content: "\EB25";
}

.bx-joystick-alt:before {
  content: "\EB26";
}

.bx-joystick-button:before {
  content: "\EB27";
}

.bx-key:before {
  content: "\EB28";
}

.bx-label:before {
  content: "\EB29";
}

.bx-landscape:before {
  content: "\EB2A";
}

.bx-laptop:before {
  content: "\EB2B";
}

.bx-last-page:before {
  content: "\EB2C";
}

.bx-laugh:before {
  content: "\EB2D";
}

.bx-layer:before {
  content: "\EB2E";
}

.bx-layer-minus:before {
  content: "\EB2F";
}

.bx-layer-plus:before {
  content: "\EB30";
}

.bx-layout:before {
  content: "\EB31";
}

.bx-left-arrow:before {
  content: "\EB32";
}

.bx-left-arrow-alt:before {
  content: "\EB33";
}

.bx-left-arrow-circle:before {
  content: "\EB34";
}

.bx-left-down-arrow-circle:before {
  content: "\EB35";
}

.bx-left-indent:before {
  content: "\EB36";
}

.bx-left-top-arrow-circle:before {
  content: "\EB37";
}

.bx-library:before {
  content: "\EB38";
}

.bx-like:before {
  content: "\EB39";
}

.bx-line-chart:before {
  content: "\EB3A";
}

.bx-line-chart-down:before {
  content: "\EB3B";
}

.bx-link:before {
  content: "\EB3C";
}

.bx-link-alt:before {
  content: "\EB3D";
}

.bx-link-external:before {
  content: "\EB3E";
}

.bx-lira:before {
  content: "\EB3F";
}

.bx-list-check:before {
  content: "\EB40";
}

.bx-list-minus:before {
  content: "\EB41";
}

.bx-list-ol:before {
  content: "\EB42";
}

.bx-list-plus:before {
  content: "\EB43";
}

.bx-list-ul:before {
  content: "\EB44";
}

.bx-loader:before {
  content: "\EB45";
}

.bx-loader-alt:before {
  content: "\EB46";
}

.bx-loader-circle:before {
  content: "\EB47";
}

.bx-location-plus:before {
  content: "\EB48";
}

.bx-lock:before {
  content: "\EB49";
}

.bx-lock-alt:before {
  content: "\EB4A";
}

.bx-lock-open:before {
  content: "\EB4B";
}

.bx-lock-open-alt:before {
  content: "\EB4C";
}

.bx-log-in:before {
  content: "\EB4D";
}

.bx-log-in-circle:before {
  content: "\EB4E";
}

.bx-log-out:before {
  content: "\EB4F";
}

.bx-log-out-circle:before {
  content: "\EB50";
}

.bx-low-vision:before {
  content: "\EB51";
}

.bx-magnet:before {
  content: "\EB52";
}

.bx-mail-send:before {
  content: "\EB53";
}

.bx-male:before {
  content: "\EB54";
}

.bx-male-sign:before {
  content: "\EB55";
}

.bx-map:before {
  content: "\EB56";
}

.bx-map-alt:before {
  content: "\EB57";
}

.bx-map-pin:before {
  content: "\EB58";
}

.bx-mask:before {
  content: "\EB59";
}

.bx-medal:before {
  content: "\EB5A";
}

.bx-meh:before {
  content: "\EB5B";
}

.bx-meh-alt:before {
  content: "\EB5C";
}

.bx-meh-blank:before {
  content: "\EB5D";
}

.bx-memory-card:before {
  content: "\EB5E";
}

.bx-menu:before {
  content: "\EB5F";
}

.bx-menu-alt-left:before {
  content: "\EF5B";
}

.bx-menu-alt-right:before {
  content: "\EB61";
}

.bx-merge:before {
  content: "\EB62";
}

.bx-message:before {
  content: "\EB63";
}

.bx-message-add:before {
  content: "\EB64";
}

.bx-message-alt:before {
  content: "\EB65";
}

.bx-message-alt-add:before {
  content: "\EB66";
}

.bx-message-alt-check:before {
  content: "\EB67";
}

.bx-message-alt-detail:before {
  content: "\EB68";
}

.bx-message-alt-dots:before {
  content: "\EB69";
}

.bx-message-alt-edit:before {
  content: "\EB6A";
}

.bx-message-alt-error:before {
  content: "\EB6B";
}

.bx-message-alt-minus:before {
  content: "\EB6C";
}

.bx-message-alt-x:before {
  content: "\EB6D";
}

.bx-message-check:before {
  content: "\EB6E";
}

.bx-message-detail:before {
  content: "\EB6F";
}

.bx-message-dots:before {
  content: "\EB70";
}

.bx-message-edit:before {
  content: "\EB71";
}

.bx-message-error:before {
  content: "\EB72";
}

.bx-message-minus:before {
  content: "\EB73";
}

.bx-message-rounded:before {
  content: "\EB74";
}

.bx-message-rounded-add:before {
  content: "\EB75";
}

.bx-message-rounded-check:before {
  content: "\EB76";
}

.bx-message-rounded-detail:before {
  content: "\EB77";
}

.bx-message-rounded-dots:before {
  content: "\EB78";
}

.bx-message-rounded-edit:before {
  content: "\EF5C";
}

.bx-message-rounded-error:before {
  content: "\EB7A";
}

.bx-message-rounded-minus:before {
  content: "\EB7B";
}

.bx-message-rounded-x:before {
  content: "\EB7C";
}

.bx-message-square:before {
  content: "\EB7D";
}

.bx-message-square-add:before {
  content: "\EB7E";
}

.bx-message-square-check:before {
  content: "\EB7F";
}

.bx-message-square-detail:before {
  content: "\EB80";
}

.bx-message-square-dots:before {
  content: "\EB81";
}

.bx-message-square-edit:before {
  content: "\EB82";
}

.bx-message-square-error:before {
  content: "\EB83";
}

.bx-message-square-minus:before {
  content: "\EB84";
}

.bx-message-square-x:before {
  content: "\EB85";
}

.bx-message-x:before {
  content: "\EB86";
}

.bx-meteor:before {
  content: "\EB87";
}

.bx-microchip:before {
  content: "\EB88";
}

.bx-microphone:before {
  content: "\EB89";
}

.bx-microphone-off:before {
  content: "\EB8A";
}

.bx-minus:before {
  content: "\EB8B";
}

.bx-minus-back:before {
  content: "\EB8C";
}

.bx-minus-circle:before {
  content: "\EB8D";
}

.bx-minus-front:before {
  content: "\EB8E";
}

.bx-mobile:before {
  content: "\EB8F";
}

.bx-mobile-alt:before {
  content: "\EB90";
}

.bx-mobile-landscape:before {
  content: "\EB91";
}

.bx-mobile-vibration:before {
  content: "\EF5D";
}

.bx-money:before {
  content: "\EB93";
}

.bx-moon:before {
  content: "\EB94";
}

.bx-mouse:before {
  content: "\EB95";
}

.bx-mouse-alt:before {
  content: "\EB96";
}

.bx-move:before {
  content: "\EB97";
}

.bx-move-horizontal:before {
  content: "\EB98";
}

.bx-move-vertical:before {
  content: "\EB99";
}

.bx-movie:before {
  content: "\EB9A";
}

.bx-movie-play:before {
  content: "\EB9B";
}

.bx-music:before {
  content: "\EB9C";
}

.bx-navigation:before {
  content: "\EB9D";
}

.bx-network-chart:before {
  content: "\EB9E";
}

.bx-news:before {
  content: "\EB9F";
}

.bx-no-entry:before {
  content: "\EBA0";
}

.bx-note:before {
  content: "\EBA1";
}

.bx-notepad:before {
  content: "\EBA2";
}

.bx-notification:before {
  content: "\EBA3";
}

.bx-notification-off:before {
  content: "\EBA4";
}

.bx-outline:before {
  content: "\EBA5";
}

.bx-package:before {
  content: "\EBA6";
}

.bx-paint:before {
  content: "\EBA7";
}

.bx-paint-roll:before {
  content: "\EBA8";
}

.bx-palette:before {
  content: "\EBA9";
}

.bx-paperclip:before {
  content: "\EBAA";
}

.bx-paper-plane:before {
  content: "\EF61";
}

.bx-paragraph:before {
  content: "\EBAC";
}

.bx-paste:before {
  content: "\EBAD";
}

.bx-pause:before {
  content: "\EBAE";
}

.bx-pause-circle:before {
  content: "\EBAF";
}

.bx-pen:before {
  content: "\EBB0";
}

.bx-pencil:before {
  content: "\EBB1";
}

.bx-phone:before {
  content: "\EBB2";
}

.bx-phone-call:before {
  content: "\EBB3";
}

.bx-phone-incoming:before {
  content: "\EBB4";
}

.bx-phone-off:before {
  content: "\EBB5";
}

.bx-phone-outgoing:before {
  content: "\EBB6";
}

.bx-photo-album:before {
  content: "\EBB7";
}

.bx-pie-chart:before {
  content: "\EBB8";
}

.bx-pie-chart-alt:before {
  content: "\EBB9";
}

.bx-pie-chart-alt-2:before {
  content: "\EBBA";
}

.bx-pin:before {
  content: "\EBBB";
}

.bx-planet:before {
  content: "\EBBC";
}

.bx-play:before {
  content: "\EBBD";
}

.bx-play-circle:before {
  content: "\EBBE";
}

.bx-plug:before {
  content: "\EBBF";
}

.bx-plus:before {
  content: "\EBC0";
}

.bx-plus-circle:before {
  content: "\EBC1";
}

.bx-plus-medical:before {
  content: "\EBC2";
}

.bx-podcast:before {
  content: "\EBC3";
}

.bx-pointer:before {
  content: "\EF5E";
}

.bx-poll:before {
  content: "\EBC5";
}

.bx-polygon:before {
  content: "\EBC6";
}

.bx-pound:before {
  content: "\EBC7";
}

.bx-power-off:before {
  content: "\EBC8";
}

.bx-printer:before {
  content: "\EBC9";
}

.bx-pulse:before {
  content: "\EBCA";
}

.bx-purchase-tag:before {
  content: "\EBCB";
}

.bx-purchase-tag-alt:before {
  content: "\EBCC";
}

.bx-pyramid:before {
  content: "\EBCD";
}

.bx-qr:before {
  content: "\EBCE";
}

.bx-qr-scan:before {
  content: "\EBCF";
}

.bx-question-mark:before {
  content: "\EBD0";
}

.bx-radar:before {
  content: "\EBD1";
}

.bx-radio:before {
  content: "\EBD2";
}

.bx-radio-circle:before {
  content: "\EBD3";
}

.bx-radio-circle-marked:before {
  content: "\EBD4";
}

.bx-receipt:before {
  content: "\EBD5";
}

.bx-rectangle:before {
  content: "\EBD6";
}

.bx-recycle:before {
  content: "\EBD7";
}

.bx-redo:before {
  content: "\EBD8";
}

.bx-refresh:before {
  content: "\EBD9";
}

.bx-registered:before {
  content: "\EBDA";
}

.bx-rename:before {
  content: "\EBDB";
}

.bx-repeat:before {
  content: "\EBDC";
}

.bx-reply:before {
  content: "\EF5F";
}

.bx-reply-all:before {
  content: "\EBDE";
}

.bx-repost:before {
  content: "\EBDF";
}

.bx-reset:before {
  content: "\EBE0";
}

.bx-restaurant:before {
  content: "\EBE1";
}

.bx-revision:before {
  content: "\EBE2";
}

.bx-rewind:before {
  content: "\EBE3";
}

.bx-rewind-circle:before {
  content: "\EBE4";
}

.bx-right-arrow:before {
  content: "\EBE5";
}

.bx-right-arrow-alt:before {
  content: "\EBE6";
}

.bx-right-arrow-circle:before {
  content: "\EBE7";
}

.bx-right-down-arrow-circle:before {
  content: "\EBE8";
}

.bx-right-indent:before {
  content: "\EBE9";
}

.bx-right-top-arrow-circle:before {
  content: "\EBEA";
}

.bx-rocket:before {
  content: "\EBEB";
}

.bx-rotate-left:before {
  content: "\EBEC";
}

.bx-rotate-right:before {
  content: "\EBED";
}

.bx-rss:before {
  content: "\EBEE";
}

.bx-ruble:before {
  content: "\EBEF";
}

.bx-ruler:before {
  content: "\EBF0";
}

.bx-run:before {
  content: "\EBF1";
}

.bx-rupee:before {
  content: "\EBF2";
}

.bx-sad:before {
  content: "\EBF3";
}

.bx-save:before {
  content: "\EBF4";
}

.bx-scan:before {
  content: "\EBF5";
}

.bx-screenshot:before {
  content: "\EF60";
}

.bx-search:before {
  content: "\EBF7";
}

.bx-search-alt:before {
  content: "\EBF8";
}

.bx-search-alt-2:before {
  content: "\EBF9";
}

.bx-selection:before {
  content: "\EBFA";
}

.bx-select-multiple:before {
  content: "\EBFB";
}

.bx-send:before {
  content: "\EBFC";
}

.bx-server:before {
  content: "\EBFD";
}

.bx-shape-circle:before {
  content: "\EBFE";
}

.bx-shape-polygon:before {
  content: "\EBFF";
}

.bx-shape-square:before {
  content: "\EC00";
}

.bx-shape-triangle:before {
  content: "\EC01";
}

.bx-share:before {
  content: "\EC02";
}

.bx-share-alt:before {
  content: "\EC03";
}

.bx-shekel:before {
  content: "\EC04";
}

.bx-shield:before {
  content: "\EC05";
}

.bx-shield-alt:before {
  content: "\EC06";
}

.bx-shield-alt-2:before {
  content: "\EC07";
}

.bx-shield-quarter:before {
  content: "\EC08";
}

.bx-shield-x:before {
  content: "\EC09";
}

.bx-shocked:before {
  content: "\EC0A";
}

.bx-shopping-bag:before {
  content: "\EC0B";
}

.bx-show:before {
  content: "\EC0C";
}

.bx-show-alt:before {
  content: "\EC0D";
}

.bx-shuffle:before {
  content: "\EC0E";
}

.bx-sidebar:before {
  content: "\EC0F";
}

.bx-sitemap:before {
  content: "\EC10";
}

.bx-skip-next:before {
  content: "\EC11";
}

.bx-skip-next-circle:before {
  content: "\EC12";
}

.bx-skip-previous:before {
  content: "\EC13";
}

.bx-skip-previous-circle:before {
  content: "\EC14";
}

.bx-sleepy:before {
  content: "\EC15";
}

.bx-slider:before {
  content: "\EC16";
}

.bx-slider-alt:before {
  content: "\EC17";
}

.bx-slideshow:before {
  content: "\EC18";
}

.bx-smile:before {
  content: "\EC19";
}

.bx-sort:before {
  content: "\EC1A";
}

.bx-sort-alt-2:before {
  content: "\EC1B";
}

.bx-sort-a-z:before {
  content: "\EC1C";
}

.bx-sort-down:before {
  content: "\EC1D";
}

.bx-sort-up:before {
  content: "\EC1E";
}

.bx-sort-z-a:before {
  content: "\EC1F";
}

.bx-spa:before {
  content: "\EC20";
}

.bx-space-bar:before {
  content: "\EC21";
}

.bx-speaker:before {
  content: "\EC22";
}

.bx-spray-can:before {
  content: "\EC23";
}

.bx-spreadsheet:before {
  content: "\EC24";
}

.bx-square:before {
  content: "\EC25";
}

.bx-square-rounded:before {
  content: "\EC26";
}

.bx-star:before {
  content: "\EC27";
}

.bx-station:before {
  content: "\EC28";
}

.bx-stats:before {
  content: "\EC29";
}

.bx-sticker:before {
  content: "\EC2A";
}

.bx-stop:before {
  content: "\EC2B";
}

.bx-stop-circle:before {
  content: "\EC2C";
}

.bx-stopwatch:before {
  content: "\EC2D";
}

.bx-store:before {
  content: "\EC2E";
}

.bx-store-alt:before {
  content: "\EC2F";
}

.bx-street-view:before {
  content: "\EC30";
}

.bx-strikethrough:before {
  content: "\EC31";
}

.bx-subdirectory-left:before {
  content: "\EC32";
}

.bx-subdirectory-right:before {
  content: "\EC33";
}

.bx-sun:before {
  content: "\EC34";
}

.bx-support:before {
  content: "\EC35";
}

.bx-swim:before {
  content: "\EC36";
}

.bx-sync:before {
  content: "\EC37";
}

.bx-tab:before {
  content: "\EC38";
}

.bx-table:before {
  content: "\EC39";
}

.bx-tachometer:before {
  content: "\EC3A";
}

.bx-tag:before {
  content: "\EC3B";
}

.bx-tag-alt:before {
  content: "\EC3C";
}

.bx-target-lock:before {
  content: "\EC3D";
}

.bx-task:before {
  content: "\EC3E";
}

.bx-task-x:before {
  content: "\EC3F";
}

.bx-taxi:before {
  content: "\EC40";
}

.bx-tennis-ball:before {
  content: "\EC41";
}

.bx-terminal:before {
  content: "\EC42";
}

.bx-test-tube:before {
  content: "\EC43";
}

.bx-text:before {
  content: "\EC44";
}

.bx-time:before {
  content: "\EC45";
}

.bx-time-five:before {
  content: "\EC46";
}

.bx-timer:before {
  content: "\EC47";
}

.bx-tired:before {
  content: "\EC48";
}

.bx-toggle-left:before {
  content: "\EC49";
}

.bx-toggle-right:before {
  content: "\EC4A";
}

.bx-tone:before {
  content: "\EC4B";
}

.bx-traffic-cone:before {
  content: "\EC4C";
}

.bx-train:before {
  content: "\EC4D";
}

.bx-transfer:before {
  content: "\EC4E";
}

.bx-transfer-alt:before {
  content: "\EC4F";
}

.bx-trash:before {
  content: "\EC50";
}

.bx-trash-alt:before {
  content: "\EC51";
}

.bx-trending-down:before {
  content: "\EC52";
}

.bx-trending-up:before {
  content: "\EC53";
}

.bx-trim:before {
  content: "\EC54";
}

.bx-trip:before {
  content: "\EC55";
}

.bx-trophy:before {
  content: "\EC56";
}

.bx-tv:before {
  content: "\EC57";
}

.bx-underline:before {
  content: "\EC58";
}

.bx-undo:before {
  content: "\EC59";
}

.bx-unite:before {
  content: "\EC5A";
}

.bx-unlink:before {
  content: "\EC5B";
}

.bx-up-arrow:before {
  content: "\EC5C";
}

.bx-up-arrow-alt:before {
  content: "\EC5D";
}

.bx-up-arrow-circle:before {
  content: "\EC5E";
}

.bx-upload:before {
  content: "\EC5F";
}

.bx-upside-down:before {
  content: "\EC60";
}

.bx-upvote:before {
  content: "\EC61";
}

.bx-usb:before {
  content: "\EC62";
}

.bx-user:before {
  content: "\EC63";
}

.bx-user-check:before {
  content: "\EC64";
}

.bx-user-circle:before {
  content: "\EC65";
}

.bx-user-minus:before {
  content: "\EC66";
}

.bx-user-pin:before {
  content: "\EC67";
}

.bx-user-plus:before {
  content: "\EC68";
}

.bx-user-voice:before {
  content: "\EC69";
}

.bx-user-x:before {
  content: "\EC6A";
}

.bx-vector:before {
  content: "\EC6B";
}

.bx-vertical-center:before {
  content: "\EC6C";
}

.bx-vial:before {
  content: "\EC6D";
}

.bx-video:before {
  content: "\EC6E";
}

.bx-video-off:before {
  content: "\EC6F";
}

.bx-video-plus:before {
  content: "\EC70";
}

.bx-video-recording:before {
  content: "\EC71";
}

.bx-voicemail:before {
  content: "\EC72";
}

.bx-volume:before {
  content: "\EC73";
}

.bx-volume-full:before {
  content: "\EC74";
}

.bx-volume-low:before {
  content: "\EC75";
}

.bx-volume-mute:before {
  content: "\EC76";
}

.bx-walk:before {
  content: "\EC77";
}

.bx-wallet:before {
  content: "\EC78";
}

.bx-wallet-alt:before {
  content: "\EC79";
}

.bx-water:before {
  content: "\EC7A";
}

.bx-webcam:before {
  content: "\EC7B";
}

.bx-wifi:before {
  content: "\EC7C";
}

.bx-wifi-0:before {
  content: "\EC7D";
}

.bx-wifi-1:before {
  content: "\EC7E";
}

.bx-wifi-2:before {
  content: "\EC7F";
}

.bx-wifi-off:before {
  content: "\EC80";
}

.bx-wind:before {
  content: "\EC81";
}

.bx-window:before {
  content: "\EC82";
}

.bx-window-alt:before {
  content: "\EC83";
}

.bx-window-close:before {
  content: "\EC84";
}

.bx-window-open:before {
  content: "\EC85";
}

.bx-windows:before {
  content: "\EC86";
}

.bx-wine:before {
  content: "\EC87";
}

.bx-wink-smile:before {
  content: "\EC88";
}

.bx-wink-tongue:before {
  content: "\EC89";
}

.bx-won:before {
  content: "\EC8A";
}

.bx-world:before {
  content: "\EC8B";
}

.bx-wrench:before {
  content: "\EC8C";
}

.bx-x:before {
  content: "\EC8D";
}

.bx-x-circle:before {
  content: "\EC8E";
}

.bx-yen:before {
  content: "\EC8F";
}

.bx-zoom-in:before {
  content: "\EC90";
}

.bx-zoom-out:before {
  content: "\EC91";
}

.bxs-party:before {
  content: "\EC92";
}

.bxs-hot:before {
  content: "\EC93";
}

.bxs-droplet:before {
  content: "\EC94";
}

.bxs-cat:before {
  content: "\EC95";
}

.bxs-dog:before {
  content: "\EC96";
}

.bxs-injection:before {
  content: "\EC97";
}

.bxs-leaf:before {
  content: "\EC98";
}

.bxs-add-to-queue:before {
  content: "\EC99";
}

.bxs-adjust:before {
  content: "\EC9A";
}

.bxs-adjust-alt:before {
  content: "\EC9B";
}

.bxs-alarm:before {
  content: "\EC9C";
}

.bxs-alarm-add:before {
  content: "\EC9D";
}

.bxs-alarm-exclamation:before {
  content: "\EC9E";
}

.bxs-alarm-off:before {
  content: "\EC9F";
}

.bxs-alarm-snooze:before {
  content: "\ECA0";
}

.bxs-album:before {
  content: "\ECA1";
}

.bxs-ambulance:before {
  content: "\ECA2";
}

.bxs-analyse:before {
  content: "\ECA3";
}

.bxs-angry:before {
  content: "\ECA4";
}

.bxs-arch:before {
  content: "\ECA5";
}

.bxs-archive:before {
  content: "\ECA6";
}

.bxs-archive-in:before {
  content: "\ECA7";
}

.bxs-archive-out:before {
  content: "\ECA8";
}

.bxs-area:before {
  content: "\ECA9";
}

.bxs-arrow-from-bottom:before {
  content: "\ECAA";
}

.bxs-arrow-from-left:before {
  content: "\ECAB";
}

.bxs-arrow-from-right:before {
  content: "\ECAC";
}

.bxs-arrow-from-top:before {
  content: "\ECAD";
}

.bxs-arrow-to-bottom:before {
  content: "\ECAE";
}

.bxs-arrow-to-left:before {
  content: "\ECAF";
}

.bxs-arrow-to-right:before {
  content: "\ECB0";
}

.bxs-arrow-to-top:before {
  content: "\ECB1";
}

.bxs-award:before {
  content: "\ECB2";
}

.bxs-baby-carriage:before {
  content: "\ECB3";
}

.bxs-backpack:before {
  content: "\ECB4";
}

.bxs-badge:before {
  content: "\ECB5";
}

.bxs-badge-check:before {
  content: "\ECB6";
}

.bxs-badge-dollar:before {
  content: "\ECB7";
}

.bxs-ball:before {
  content: "\ECB8";
}

.bxs-band-aid:before {
  content: "\ECB9";
}

.bxs-bank:before {
  content: "\ECBA";
}

.bxs-bar-chart-alt-2:before {
  content: "\ECBB";
}

.bxs-bar-chart-square:before {
  content: "\ECBC";
}

.bxs-barcode:before {
  content: "\ECBD";
}

.bxs-baseball:before {
  content: "\ECBE";
}

.bxs-basket:before {
  content: "\ECBF";
}

.bxs-basketball:before {
  content: "\ECC0";
}

.bxs-bath:before {
  content: "\ECC1";
}

.bxs-battery:before {
  content: "\ECC2";
}

.bxs-battery-charging:before {
  content: "\ECC3";
}

.bxs-battery-full:before {
  content: "\ECC4";
}

.bxs-battery-low:before {
  content: "\ECC5";
}

.bxs-bed:before {
  content: "\ECC6";
}

.bxs-been-here:before {
  content: "\ECC7";
}

.bxs-beer:before {
  content: "\ECC8";
}

.bxs-bell:before {
  content: "\ECC9";
}

.bxs-bell-minus:before {
  content: "\ECCA";
}

.bxs-bell-off:before {
  content: "\ECCB";
}

.bxs-bell-plus:before {
  content: "\ECCC";
}

.bxs-bell-ring:before {
  content: "\ECCD";
}

.bxs-bible:before {
  content: "\ECCE";
}

.bxs-binoculars:before {
  content: "\ECCF";
}

.bxs-blanket:before {
  content: "\ECD0";
}

.bxs-bolt:before {
  content: "\ECD1";
}

.bxs-bolt-circle:before {
  content: "\ECD2";
}

.bxs-bomb:before {
  content: "\ECD3";
}

.bxs-bone:before {
  content: "\ECD4";
}

.bxs-bong:before {
  content: "\ECD5";
}

.bxs-book:before {
  content: "\ECD6";
}

.bxs-book-add:before {
  content: "\ECD7";
}

.bxs-book-alt:before {
  content: "\ECD8";
}

.bxs-book-bookmark:before {
  content: "\ECD9";
}

.bxs-book-content:before {
  content: "\ECDA";
}

.bxs-book-heart:before {
  content: "\ECDB";
}

.bxs-bookmark:before {
  content: "\ECDC";
}

.bxs-bookmark-alt:before {
  content: "\ECDD";
}

.bxs-bookmark-alt-minus:before {
  content: "\ECDE";
}

.bxs-bookmark-alt-plus:before {
  content: "\ECDF";
}

.bxs-bookmark-heart:before {
  content: "\ECE0";
}

.bxs-bookmark-minus:before {
  content: "\ECE1";
}

.bxs-bookmark-plus:before {
  content: "\ECE2";
}

.bxs-bookmarks:before {
  content: "\ECE3";
}

.bxs-bookmark-star:before {
  content: "\ECE4";
}

.bxs-book-open:before {
  content: "\ECE5";
}

.bxs-book-reader:before {
  content: "\ECE6";
}

.bxs-bot:before {
  content: "\ECE7";
}

.bxs-bowling-ball:before {
  content: "\ECE8";
}

.bxs-box:before {
  content: "\ECE9";
}

.bxs-brain:before {
  content: "\ECEA";
}

.bxs-briefcase:before {
  content: "\ECEB";
}

.bxs-briefcase-alt:before {
  content: "\ECEC";
}

.bxs-briefcase-alt-2:before {
  content: "\ECED";
}

.bxs-brightness:before {
  content: "\ECEE";
}

.bxs-brightness-half:before {
  content: "\ECEF";
}

.bxs-brush:before {
  content: "\ECF0";
}

.bxs-brush-alt:before {
  content: "\ECF1";
}

.bxs-bug:before {
  content: "\ECF2";
}

.bxs-bug-alt:before {
  content: "\ECF3";
}

.bxs-building:before {
  content: "\ECF4";
}

.bxs-building-house:before {
  content: "\ECF5";
}

.bxs-buildings:before {
  content: "\ECF6";
}

.bxs-bulb:before {
  content: "\ECF7";
}

.bxs-bullseye:before {
  content: "\ECF8";
}

.bxs-buoy:before {
  content: "\ECF9";
}

.bxs-bus:before {
  content: "\ECFA";
}

.bxs-business:before {
  content: "\ECFB";
}

.bxs-bus-school:before {
  content: "\ECFC";
}

.bxs-cabinet:before {
  content: "\ECFD";
}

.bxs-cake:before {
  content: "\ECFE";
}

.bxs-calculator:before {
  content: "\ECFF";
}

.bxs-calendar:before {
  content: "\ED00";
}

.bxs-calendar-alt:before {
  content: "\ED01";
}

.bxs-calendar-check:before {
  content: "\ED02";
}

.bxs-calendar-edit:before {
  content: "\ED03";
}

.bxs-calendar-event:before {
  content: "\ED04";
}

.bxs-calendar-exclamation:before {
  content: "\ED05";
}

.bxs-calendar-heart:before {
  content: "\ED06";
}

.bxs-calendar-minus:before {
  content: "\ED07";
}

.bxs-calendar-plus:before {
  content: "\ED08";
}

.bxs-calendar-star:before {
  content: "\ED09";
}

.bxs-calendar-week:before {
  content: "\ED0A";
}

.bxs-calendar-x:before {
  content: "\ED0B";
}

.bxs-camera:before {
  content: "\ED0C";
}

.bxs-camera-home:before {
  content: "\ED0D";
}

.bxs-camera-movie:before {
  content: "\ED0E";
}

.bxs-camera-off:before {
  content: "\ED0F";
}

.bxs-camera-plus:before {
  content: "\ED10";
}

.bxs-capsule:before {
  content: "\ED11";
}

.bxs-captions:before {
  content: "\ED12";
}

.bxs-car:before {
  content: "\ED13";
}

.bxs-car-battery:before {
  content: "\ED14";
}

.bxs-car-crash:before {
  content: "\ED15";
}

.bxs-card:before {
  content: "\ED16";
}

.bxs-caret-down-circle:before {
  content: "\ED17";
}

.bxs-caret-down-square:before {
  content: "\ED18";
}

.bxs-caret-left-circle:before {
  content: "\ED19";
}

.bxs-caret-left-square:before {
  content: "\ED1A";
}

.bxs-caret-right-circle:before {
  content: "\ED1B";
}

.bxs-caret-right-square:before {
  content: "\ED1C";
}

.bxs-caret-up-circle:before {
  content: "\ED1D";
}

.bxs-caret-up-square:before {
  content: "\ED1E";
}

.bxs-car-garage:before {
  content: "\ED1F";
}

.bxs-car-mechanic:before {
  content: "\ED20";
}

.bxs-carousel:before {
  content: "\ED21";
}

.bxs-cart:before {
  content: "\ED22";
}

.bxs-cart-add:before {
  content: "\ED23";
}

.bxs-cart-alt:before {
  content: "\ED24";
}

.bxs-cart-download:before {
  content: "\ED25";
}

.bxs-car-wash:before {
  content: "\ED26";
}

.bxs-category:before {
  content: "\ED27";
}

.bxs-category-alt:before {
  content: "\ED28";
}

.bxs-cctv:before {
  content: "\ED29";
}

.bxs-certification:before {
  content: "\ED2A";
}

.bxs-chalkboard:before {
  content: "\ED2B";
}

.bxs-chart:before {
  content: "\ED2C";
}

.bxs-chat:before {
  content: "\ED2D";
}

.bxs-checkbox:before {
  content: "\ED2E";
}

.bxs-checkbox-checked:before {
  content: "\ED2F";
}

.bxs-checkbox-minus:before {
  content: "\ED30";
}

.bxs-check-circle:before {
  content: "\ED31";
}

.bxs-check-shield:before {
  content: "\ED32";
}

.bxs-check-square:before {
  content: "\ED33";
}

.bxs-chess:before {
  content: "\ED34";
}

.bxs-chevron-down:before {
  content: "\ED35";
}

.bxs-chevron-down-circle:before {
  content: "\ED36";
}

.bxs-chevron-down-square:before {
  content: "\ED37";
}

.bxs-chevron-left:before {
  content: "\ED38";
}

.bxs-chevron-left-circle:before {
  content: "\ED39";
}

.bxs-chevron-left-square:before {
  content: "\ED3A";
}

.bxs-chevron-right:before {
  content: "\ED3B";
}

.bxs-chevron-right-circle:before {
  content: "\ED3C";
}

.bxs-chevron-right-square:before {
  content: "\ED3D";
}

.bxs-chevrons-down:before {
  content: "\ED3E";
}

.bxs-chevrons-left:before {
  content: "\ED3F";
}

.bxs-chevrons-right:before {
  content: "\ED40";
}

.bxs-chevrons-up:before {
  content: "\ED41";
}

.bxs-chevron-up:before {
  content: "\ED42";
}

.bxs-chevron-up-circle:before {
  content: "\ED43";
}

.bxs-chevron-up-square:before {
  content: "\ED44";
}

.bxs-chip:before {
  content: "\ED45";
}

.bxs-church:before {
  content: "\ED46";
}

.bxs-circle:before {
  content: "\ED47";
}

.bxs-city:before {
  content: "\ED48";
}

.bxs-clinic:before {
  content: "\ED49";
}

.bxs-cloud:before {
  content: "\ED4A";
}

.bxs-cloud-download:before {
  content: "\ED4B";
}

.bxs-cloud-lightning:before {
  content: "\ED4C";
}

.bxs-cloud-rain:before {
  content: "\ED4D";
}

.bxs-cloud-upload:before {
  content: "\ED4E";
}

.bxs-coffee:before {
  content: "\ED4F";
}

.bxs-coffee-alt:before {
  content: "\ED50";
}

.bxs-coffee-togo:before {
  content: "\ED51";
}

.bxs-cog:before {
  content: "\ED52";
}

.bxs-coin:before {
  content: "\ED53";
}

.bxs-coin-stack:before {
  content: "\ED54";
}

.bxs-collection:before {
  content: "\ED55";
}

.bxs-color-fill:before {
  content: "\ED56";
}

.bxs-comment:before {
  content: "\ED57";
}

.bxs-comment-add:before {
  content: "\ED58";
}

.bxs-comment-check:before {
  content: "\ED59";
}

.bxs-comment-detail:before {
  content: "\ED5A";
}

.bxs-comment-dots:before {
  content: "\ED5B";
}

.bxs-comment-edit:before {
  content: "\ED5C";
}

.bxs-comment-error:before {
  content: "\ED5D";
}

.bxs-comment-minus:before {
  content: "\ED5E";
}

.bxs-comment-x:before {
  content: "\ED5F";
}

.bxs-compass:before {
  content: "\ED60";
}

.bxs-component:before {
  content: "\ED61";
}

.bxs-confused:before {
  content: "\ED62";
}

.bxs-contact:before {
  content: "\ED63";
}

.bxs-conversation:before {
  content: "\ED64";
}

.bxs-cookie:before {
  content: "\ED65";
}

.bxs-cool:before {
  content: "\ED66";
}

.bxs-copy:before {
  content: "\ED67";
}

.bxs-copy-alt:before {
  content: "\ED68";
}

.bxs-copyright:before {
  content: "\ED69";
}

.bxs-coupon:before {
  content: "\ED6A";
}

.bxs-credit-card:before {
  content: "\ED6B";
}

.bxs-credit-card-alt:before {
  content: "\ED6C";
}

.bxs-credit-card-front:before {
  content: "\ED6D";
}

.bxs-crop:before {
  content: "\ED6E";
}

.bxs-crown:before {
  content: "\ED6F";
}

.bxs-cube:before {
  content: "\ED70";
}

.bxs-cube-alt:before {
  content: "\ED71";
}

.bxs-cuboid:before {
  content: "\ED72";
}

.bxs-customize:before {
  content: "\ED73";
}

.bxs-cylinder:before {
  content: "\ED74";
}

.bxs-dashboard:before {
  content: "\ED75";
}

.bxs-data:before {
  content: "\ED76";
}

.bxs-detail:before {
  content: "\ED77";
}

.bxs-devices:before {
  content: "\ED78";
}

.bxs-diamond:before {
  content: "\ED79";
}

.bxs-dice-1:before {
  content: "\ED7A";
}

.bxs-dice-2:before {
  content: "\ED7B";
}

.bxs-dice-3:before {
  content: "\ED7C";
}

.bxs-dice-4:before {
  content: "\ED7D";
}

.bxs-dice-5:before {
  content: "\ED7E";
}

.bxs-dice-6:before {
  content: "\ED7F";
}

.bxs-direction-left:before {
  content: "\ED80";
}

.bxs-direction-right:before {
  content: "\ED81";
}

.bxs-directions:before {
  content: "\ED82";
}

.bxs-disc:before {
  content: "\ED83";
}

.bxs-discount:before {
  content: "\ED84";
}

.bxs-dish:before {
  content: "\ED85";
}

.bxs-dislike:before {
  content: "\ED86";
}

.bxs-dizzy:before {
  content: "\ED87";
}

.bxs-dock-bottom:before {
  content: "\ED88";
}

.bxs-dock-left:before {
  content: "\ED89";
}

.bxs-dock-right:before {
  content: "\ED8A";
}

.bxs-dock-top:before {
  content: "\ED8B";
}

.bxs-dollar-circle:before {
  content: "\ED8C";
}

.bxs-donate-blood:before {
  content: "\ED8D";
}

.bxs-donate-heart:before {
  content: "\ED8E";
}

.bxs-door-open:before {
  content: "\ED8F";
}

.bxs-doughnut-chart:before {
  content: "\ED90";
}

.bxs-down-arrow:before {
  content: "\ED91";
}

.bxs-down-arrow-alt:before {
  content: "\ED92";
}

.bxs-down-arrow-circle:before {
  content: "\ED93";
}

.bxs-down-arrow-square:before {
  content: "\ED94";
}

.bxs-download:before {
  content: "\ED95";
}

.bxs-downvote:before {
  content: "\ED96";
}

.bxs-drink:before {
  content: "\ED97";
}

.bxs-droplet-half:before {
  content: "\ED98";
}

.bxs-dryer:before {
  content: "\ED99";
}

.bxs-duplicate:before {
  content: "\ED9A";
}

.bxs-edit:before {
  content: "\ED9B";
}

.bxs-edit-alt:before {
  content: "\ED9C";
}

.bxs-edit-location:before {
  content: "\ED9D";
}

.bxs-eject:before {
  content: "\ED9E";
}

.bxs-envelope:before {
  content: "\ED9F";
}

.bxs-envelope-open:before {
  content: "\EDA0";
}

.bxs-eraser:before {
  content: "\EDA1";
}

.bxs-error:before {
  content: "\EDA2";
}

.bxs-error-alt:before {
  content: "\EDA3";
}

.bxs-error-circle:before {
  content: "\EDA4";
}

.bxs-ev-station:before {
  content: "\EDA5";
}

.bxs-exit:before {
  content: "\EDA6";
}

.bxs-extension:before {
  content: "\EDA7";
}

.bxs-eyedropper:before {
  content: "\EDA8";
}

.bxs-face:before {
  content: "\EDA9";
}

.bxs-face-mask:before {
  content: "\EDAA";
}

.bxs-factory:before {
  content: "\EDAB";
}

.bxs-fast-forward-circle:before {
  content: "\EDAC";
}

.bxs-file:before {
  content: "\EDAD";
}

.bxs-file-archive:before {
  content: "\EDAE";
}

.bxs-file-blank:before {
  content: "\EDAF";
}

.bxs-file-css:before {
  content: "\EDB0";
}

.bxs-file-doc:before {
  content: "\EDB1";
}

.bxs-file-export:before {
  content: "\EDB2";
}

.bxs-file-find:before {
  content: "\EDB3";
}

.bxs-file-gif:before {
  content: "\EDB4";
}

.bxs-file-html:before {
  content: "\EDB5";
}

.bxs-file-image:before {
  content: "\EDB6";
}

.bxs-file-import:before {
  content: "\EDB7";
}

.bxs-file-jpg:before {
  content: "\EDB8";
}

.bxs-file-js:before {
  content: "\EDB9";
}

.bxs-file-json:before {
  content: "\EDBA";
}

.bxs-file-md:before {
  content: "\EDBB";
}

.bxs-file-pdf:before {
  content: "\EDBC";
}

.bxs-file-plus:before {
  content: "\EDBD";
}

.bxs-file-png:before {
  content: "\EDBE";
}

.bxs-file-txt:before {
  content: "\EDBF";
}

.bxs-film:before {
  content: "\EDC0";
}

.bxs-filter-alt:before {
  content: "\EDC1";
}

.bxs-first-aid:before {
  content: "\EDC2";
}

.bxs-flag:before {
  content: "\EDC3";
}

.bxs-flag-alt:before {
  content: "\EDC4";
}

.bxs-flag-checkered:before {
  content: "\EDC5";
}

.bxs-flame:before {
  content: "\EDC6";
}

.bxs-flask:before {
  content: "\EDC7";
}

.bxs-florist:before {
  content: "\EDC8";
}

.bxs-folder:before {
  content: "\EDC9";
}

.bxs-folder-minus:before {
  content: "\EDCA";
}

.bxs-folder-open:before {
  content: "\EDCB";
}

.bxs-folder-plus:before {
  content: "\EDCC";
}

.bxs-food-menu:before {
  content: "\EDCD";
}

.bxs-fridge:before {
  content: "\EDCE";
}

.bxs-game:before {
  content: "\EDCF";
}

.bxs-gas-pump:before {
  content: "\EDD0";
}

.bxs-ghost:before {
  content: "\EDD1";
}

.bxs-gift:before {
  content: "\EDD2";
}

.bxs-graduation:before {
  content: "\EDD3";
}

.bxs-grid:before {
  content: "\EDD4";
}

.bxs-grid-alt:before {
  content: "\EDD5";
}

.bxs-group:before {
  content: "\EDD6";
}

.bxs-guitar-amp:before {
  content: "\EDD7";
}

.bxs-hand:before {
  content: "\EDD8";
}

.bxs-hand-down:before {
  content: "\EDD9";
}

.bxs-hand-left:before {
  content: "\EDDA";
}

.bxs-hand-right:before {
  content: "\EDDB";
}

.bxs-hand-up:before {
  content: "\EDDC";
}

.bxs-happy:before {
  content: "\EDDD";
}

.bxs-happy-alt:before {
  content: "\EDDE";
}

.bxs-happy-beaming:before {
  content: "\EDDF";
}

.bxs-happy-heart-eyes:before {
  content: "\EDE0";
}

.bxs-hdd:before {
  content: "\EDE1";
}

.bxs-heart:before {
  content: "\EDE2";
}

.bxs-heart-circle:before {
  content: "\EDE3";
}

.bxs-heart-square:before {
  content: "\EDE4";
}

.bxs-help-circle:before {
  content: "\EDE5";
}

.bxs-hide:before {
  content: "\EDE6";
}

.bxs-home:before {
  content: "\EDE7";
}

.bxs-home-circle:before {
  content: "\EDE8";
}

.bxs-home-heart:before {
  content: "\EDE9";
}

.bxs-home-smile:before {
  content: "\EDEA";
}

.bxs-hotel:before {
  content: "\EDEB";
}

.bxs-hourglass:before {
  content: "\EDEC";
}

.bxs-hourglass-bottom:before {
  content: "\EDED";
}

.bxs-hourglass-top:before {
  content: "\EDEE";
}

.bxs-id-card:before {
  content: "\EDEF";
}

.bxs-image:before {
  content: "\EDF0";
}

.bxs-image-add:before {
  content: "\EDF1";
}

.bxs-image-alt:before {
  content: "\EDF2";
}

.bxs-inbox:before {
  content: "\EDF3";
}

.bxs-info-circle:before {
  content: "\EDF4";
}

.bxs-info-square:before {
  content: "\EDF5";
}

.bxs-institution:before {
  content: "\EDF6";
}

.bxs-joystick:before {
  content: "\EDF7";
}

.bxs-joystick-alt:before {
  content: "\EDF8";
}

.bxs-joystick-button:before {
  content: "\EDF9";
}

.bxs-key:before {
  content: "\EDFA";
}

.bxs-keyboard:before {
  content: "\EDFB";
}

.bxs-label:before {
  content: "\EDFC";
}

.bxs-landmark:before {
  content: "\EDFD";
}

.bxs-landscape:before {
  content: "\EDFE";
}

.bxs-laugh:before {
  content: "\EDFF";
}

.bxs-layer:before {
  content: "\EE00";
}

.bxs-layer-minus:before {
  content: "\EE01";
}

.bxs-layer-plus:before {
  content: "\EE02";
}

.bxs-layout:before {
  content: "\EE03";
}

.bxs-left-arrow:before {
  content: "\EE04";
}

.bxs-left-arrow-alt:before {
  content: "\EE05";
}

.bxs-left-arrow-circle:before {
  content: "\EE06";
}

.bxs-left-arrow-square:before {
  content: "\EE07";
}

.bxs-left-down-arrow-circle:before {
  content: "\EE08";
}

.bxs-left-top-arrow-circle:before {
  content: "\EE09";
}

.bxs-like:before {
  content: "\EE0A";
}

.bxs-location-plus:before {
  content: "\EE0B";
}

.bxs-lock:before {
  content: "\EE0C";
}

.bxs-lock-alt:before {
  content: "\EE0D";
}

.bxs-lock-open:before {
  content: "\EE0E";
}

.bxs-lock-open-alt:before {
  content: "\EE0F";
}

.bxs-log-in:before {
  content: "\EE10";
}

.bxs-log-in-circle:before {
  content: "\EE11";
}

.bxs-log-out:before {
  content: "\EE12";
}

.bxs-log-out-circle:before {
  content: "\EE13";
}

.bxs-low-vision:before {
  content: "\EE14";
}

.bxs-magic-wand:before {
  content: "\EE15";
}

.bxs-magnet:before {
  content: "\EE16";
}

.bxs-map:before {
  content: "\EE17";
}

.bxs-map-alt:before {
  content: "\EE18";
}

.bxs-map-pin:before {
  content: "\EE19";
}

.bxs-mask:before {
  content: "\EE1A";
}

.bxs-medal:before {
  content: "\EE1B";
}

.bxs-megaphone:before {
  content: "\EE1C";
}

.bxs-meh:before {
  content: "\EE1D";
}

.bxs-meh-alt:before {
  content: "\EE1E";
}

.bxs-meh-blank:before {
  content: "\EE1F";
}

.bxs-memory-card:before {
  content: "\EE20";
}

.bxs-message:before {
  content: "\EE21";
}

.bxs-message-add:before {
  content: "\EE22";
}

.bxs-message-alt:before {
  content: "\EE23";
}

.bxs-message-alt-add:before {
  content: "\EE24";
}

.bxs-message-alt-check:before {
  content: "\EE25";
}

.bxs-message-alt-detail:before {
  content: "\EE26";
}

.bxs-message-alt-dots:before {
  content: "\EE27";
}

.bxs-message-alt-edit:before {
  content: "\EE28";
}

.bxs-message-alt-error:before {
  content: "\EE29";
}

.bxs-message-alt-minus:before {
  content: "\EE2A";
}

.bxs-message-alt-x:before {
  content: "\EE2B";
}

.bxs-message-check:before {
  content: "\EE2C";
}

.bxs-message-detail:before {
  content: "\EE2D";
}

.bxs-message-dots:before {
  content: "\EE2E";
}

.bxs-message-edit:before {
  content: "\EE2F";
}

.bxs-message-error:before {
  content: "\EE30";
}

.bxs-message-minus:before {
  content: "\EE31";
}

.bxs-message-rounded:before {
  content: "\EE32";
}

.bxs-message-rounded-add:before {
  content: "\EE33";
}

.bxs-message-rounded-check:before {
  content: "\EE34";
}

.bxs-message-rounded-detail:before {
  content: "\EE35";
}

.bxs-message-rounded-dots:before {
  content: "\EE36";
}

.bxs-message-rounded-edit:before {
  content: "\EE37";
}

.bxs-message-rounded-error:before {
  content: "\EE38";
}

.bxs-message-rounded-minus:before {
  content: "\EE39";
}

.bxs-message-rounded-x:before {
  content: "\EE3A";
}

.bxs-message-square:before {
  content: "\EE3B";
}

.bxs-message-square-add:before {
  content: "\EE3C";
}

.bxs-message-square-check:before {
  content: "\EE3D";
}

.bxs-message-square-detail:before {
  content: "\EE3E";
}

.bxs-message-square-dots:before {
  content: "\EE3F";
}

.bxs-message-square-edit:before {
  content: "\EE40";
}

.bxs-message-square-error:before {
  content: "\EE41";
}

.bxs-message-square-minus:before {
  content: "\EE42";
}

.bxs-message-square-x:before {
  content: "\EE43";
}

.bxs-message-x:before {
  content: "\EE44";
}

.bxs-meteor:before {
  content: "\EE45";
}

.bxs-microchip:before {
  content: "\EE46";
}

.bxs-microphone:before {
  content: "\EE47";
}

.bxs-microphone-alt:before {
  content: "\EE48";
}

.bxs-microphone-off:before {
  content: "\EE49";
}

.bxs-minus-circle:before {
  content: "\EE4A";
}

.bxs-minus-square:before {
  content: "\EE4B";
}

.bxs-mobile:before {
  content: "\EE4C";
}

.bxs-mobile-vibration:before {
  content: "\EE4D";
}

.bxs-moon:before {
  content: "\EE4E";
}

.bxs-mouse:before {
  content: "\EE4F";
}

.bxs-mouse-alt:before {
  content: "\EE50";
}

.bxs-movie:before {
  content: "\EE51";
}

.bxs-movie-play:before {
  content: "\EE52";
}

.bxs-music:before {
  content: "\EE53";
}

.bxs-navigation:before {
  content: "\EE54";
}

.bxs-network-chart:before {
  content: "\EE55";
}

.bxs-news:before {
  content: "\EE56";
}

.bxs-no-entry:before {
  content: "\EE57";
}

.bxs-note:before {
  content: "\EE58";
}

.bxs-notepad:before {
  content: "\EE59";
}

.bxs-notification:before {
  content: "\EE5A";
}

.bxs-notification-off:before {
  content: "\EE5B";
}

.bxs-offer:before {
  content: "\EE5C";
}

.bxs-package:before {
  content: "\EE5D";
}

.bxs-paint:before {
  content: "\EE5E";
}

.bxs-paint-roll:before {
  content: "\EE5F";
}

.bxs-palette:before {
  content: "\EE60";
}

.bxs-paper-plane:before {
  content: "\EE61";
}

.bxs-parking:before {
  content: "\EE62";
}

.bxs-paste:before {
  content: "\EE63";
}

.bxs-pen:before {
  content: "\EE64";
}

.bxs-pencil:before {
  content: "\EE65";
}

.bxs-phone:before {
  content: "\EE66";
}

.bxs-phone-call:before {
  content: "\EE67";
}

.bxs-phone-incoming:before {
  content: "\EE68";
}

.bxs-phone-off:before {
  content: "\EE69";
}

.bxs-phone-outgoing:before {
  content: "\EE6A";
}

.bxs-photo-album:before {
  content: "\EE6B";
}

.bxs-piano:before {
  content: "\EE6C";
}

.bxs-pie-chart:before {
  content: "\EE6D";
}

.bxs-pie-chart-alt:before {
  content: "\EE6E";
}

.bxs-pie-chart-alt-2:before {
  content: "\EE6F";
}

.bxs-pin:before {
  content: "\EE70";
}

.bxs-pizza:before {
  content: "\EE71";
}

.bxs-plane:before {
  content: "\EE72";
}

.bxs-plane-alt:before {
  content: "\EE73";
}

.bxs-plane-land:before {
  content: "\EE74";
}

.bxs-planet:before {
  content: "\EE75";
}

.bxs-plane-take-off:before {
  content: "\EE76";
}

.bxs-playlist:before {
  content: "\EE77";
}

.bxs-plug:before {
  content: "\EE78";
}

.bxs-plus-circle:before {
  content: "\EE79";
}

.bxs-plus-square:before {
  content: "\EE7A";
}

.bxs-pointer:before {
  content: "\EE7B";
}

.bxs-polygon:before {
  content: "\EE7C";
}

.bxs-printer:before {
  content: "\EE7D";
}

.bxs-purchase-tag:before {
  content: "\EE7E";
}

.bxs-purchase-tag-alt:before {
  content: "\EE7F";
}

.bxs-pyramid:before {
  content: "\EE80";
}

.bxs-quote-alt-left:before {
  content: "\EE81";
}

.bxs-quote-alt-right:before {
  content: "\EE82";
}

.bxs-quote-left:before {
  content: "\EE83";
}

.bxs-quote-right:before {
  content: "\EE84";
}

.bxs-quote-single-left:before {
  content: "\EE85";
}

.bxs-quote-single-right:before {
  content: "\EE86";
}

.bxs-radiation:before {
  content: "\EE87";
}

.bxs-radio:before {
  content: "\EE88";
}

.bxs-receipt:before {
  content: "\EE89";
}

.bxs-rectangle:before {
  content: "\EE8A";
}

.bxs-registered:before {
  content: "\EE8B";
}

.bxs-rename:before {
  content: "\EE8C";
}

.bxs-report:before {
  content: "\EE8D";
}

.bxs-rewind-circle:before {
  content: "\EE8E";
}

.bxs-right-arrow:before {
  content: "\EE8F";
}

.bxs-right-arrow-alt:before {
  content: "\EE90";
}

.bxs-right-arrow-circle:before {
  content: "\EE91";
}

.bxs-right-arrow-square:before {
  content: "\EE92";
}

.bxs-right-down-arrow-circle:before {
  content: "\EE93";
}

.bxs-right-top-arrow-circle:before {
  content: "\EE94";
}

.bxs-rocket:before {
  content: "\EE95";
}

.bxs-ruler:before {
  content: "\EE96";
}

.bxs-sad:before {
  content: "\EE97";
}

.bxs-save:before {
  content: "\EE98";
}

.bxs-school:before {
  content: "\EE99";
}

.bxs-search:before {
  content: "\EE9A";
}

.bxs-search-alt-2:before {
  content: "\EE9B";
}

.bxs-select-multiple:before {
  content: "\EE9C";
}

.bxs-send:before {
  content: "\EE9D";
}

.bxs-server:before {
  content: "\EE9E";
}

.bxs-shapes:before {
  content: "\EE9F";
}

.bxs-share:before {
  content: "\EEA0";
}

.bxs-share-alt:before {
  content: "\EEA1";
}

.bxs-shield:before {
  content: "\EEA2";
}

.bxs-shield-alt-2:before {
  content: "\EEA3";
}

.bxs-shield-x:before {
  content: "\EEA4";
}

.bxs-ship:before {
  content: "\EEA5";
}

.bxs-shocked:before {
  content: "\EEA6";
}

.bxs-shopping-bag:before {
  content: "\EEA7";
}

.bxs-shopping-bag-alt:before {
  content: "\EEA8";
}

.bxs-shopping-bags:before {
  content: "\EEA9";
}

.bxs-show:before {
  content: "\EEAA";
}

.bxs-skip-next-circle:before {
  content: "\EEAB";
}

.bxs-skip-previous-circle:before {
  content: "\EEAC";
}

.bxs-skull:before {
  content: "\EEAD";
}

.bxs-sleepy:before {
  content: "\EEAE";
}

.bxs-slideshow:before {
  content: "\EEAF";
}

.bxs-smile:before {
  content: "\EEB0";
}

.bxs-sort-alt:before {
  content: "\EEB1";
}

.bxs-spa:before {
  content: "\EEB2";
}

.bxs-speaker:before {
  content: "\EEB3";
}

.bxs-spray-can:before {
  content: "\EEB4";
}

.bxs-spreadsheet:before {
  content: "\EEB5";
}

.bxs-square:before {
  content: "\EEB6";
}

.bxs-square-rounded:before {
  content: "\EEB7";
}

.bxs-star:before {
  content: "\EEB8";
}

.bxs-star-half:before {
  content: "\EEB9";
}

.bxs-sticker:before {
  content: "\EEBA";
}

.bxs-stopwatch:before {
  content: "\EEBB";
}

.bxs-store:before {
  content: "\EEBC";
}

.bxs-store-alt:before {
  content: "\EEBD";
}

.bxs-sun:before {
  content: "\EEBE";
}

.bxs-tachometer:before {
  content: "\EEBF";
}

.bxs-tag:before {
  content: "\EEC0";
}

.bxs-tag-alt:before {
  content: "\EEC1";
}

.bxs-tag-x:before {
  content: "\EEC2";
}

.bxs-taxi:before {
  content: "\EEC3";
}

.bxs-tennis-ball:before {
  content: "\EEC4";
}

.bxs-terminal:before {
  content: "\EEC5";
}

.bxs-thermometer:before {
  content: "\EEC6";
}

.bxs-time:before {
  content: "\EEC7";
}

.bxs-time-five:before {
  content: "\EEC8";
}

.bxs-timer:before {
  content: "\EEC9";
}

.bxs-tired:before {
  content: "\EECA";
}

.bxs-toggle-left:before {
  content: "\EECB";
}

.bxs-toggle-right:before {
  content: "\EECC";
}

.bxs-tone:before {
  content: "\EECD";
}

.bxs-torch:before {
  content: "\EECE";
}

.bxs-to-top:before {
  content: "\EECF";
}

.bxs-traffic:before {
  content: "\EED0";
}

.bxs-traffic-barrier:before {
  content: "\EED1";
}

.bxs-traffic-cone:before {
  content: "\EED2";
}

.bxs-train:before {
  content: "\EED3";
}

.bxs-trash:before {
  content: "\EED4";
}

.bxs-trash-alt:before {
  content: "\EED5";
}

.bxs-tree:before {
  content: "\EED6";
}

.bxs-trophy:before {
  content: "\EED7";
}

.bxs-truck:before {
  content: "\EED8";
}

.bxs-t-shirt:before {
  content: "\EED9";
}

.bxs-tv:before {
  content: "\EEDA";
}

.bxs-up-arrow:before {
  content: "\EEDB";
}

.bxs-up-arrow-alt:before {
  content: "\EEDC";
}

.bxs-up-arrow-circle:before {
  content: "\EEDD";
}

.bxs-up-arrow-square:before {
  content: "\EEDE";
}

.bxs-upside-down:before {
  content: "\EEDF";
}

.bxs-upvote:before {
  content: "\EEE0";
}

.bxs-user:before {
  content: "\EEE1";
}

.bxs-user-account:before {
  content: "\EEE2";
}

.bxs-user-badge:before {
  content: "\EEE3";
}

.bxs-user-check:before {
  content: "\EEE4";
}

.bxs-user-circle:before {
  content: "\EEE5";
}

.bxs-user-detail:before {
  content: "\EEE6";
}

.bxs-user-minus:before {
  content: "\EEE7";
}

.bxs-user-pin:before {
  content: "\EEE8";
}

.bxs-user-plus:before {
  content: "\EEE9";
}

.bxs-user-rectangle:before {
  content: "\EEEA";
}

.bxs-user-voice:before {
  content: "\EEEB";
}

.bxs-user-x:before {
  content: "\EEEC";
}

.bxs-vector:before {
  content: "\EEED";
}

.bxs-vial:before {
  content: "\EEEE";
}

.bxs-video:before {
  content: "\EEEF";
}

.bxs-video-off:before {
  content: "\EEF0";
}

.bxs-video-plus:before {
  content: "\EEF1";
}

.bxs-video-recording:before {
  content: "\EEF2";
}

.bxs-videos:before {
  content: "\EEF3";
}

.bxs-virus:before {
  content: "\EEF4";
}

.bxs-virus-block:before {
  content: "\EEF5";
}

.bxs-volume:before {
  content: "\EEF6";
}

.bxs-volume-full:before {
  content: "\EEF7";
}

.bxs-volume-low:before {
  content: "\EEF8";
}

.bxs-volume-mute:before {
  content: "\EEF9";
}

.bxs-wallet:before {
  content: "\EEFA";
}

.bxs-wallet-alt:before {
  content: "\EEFB";
}

.bxs-washer:before {
  content: "\EEFC";
}

.bxs-watch:before {
  content: "\EEFD";
}

.bxs-watch-alt:before {
  content: "\EEFE";
}

.bxs-webcam:before {
  content: "\EEFF";
}

.bxs-widget:before {
  content: "\EF00";
}

.bxs-window-alt:before {
  content: "\EF01";
}

.bxs-wine:before {
  content: "\EF02";
}

.bxs-wink-smile:before {
  content: "\EF03";
}

.bxs-wink-tongue:before {
  content: "\EF04";
}

.bxs-wrench:before {
  content: "\EF05";
}

.bxs-x-circle:before {
  content: "\EF06";
}

.bxs-x-square:before {
  content: "\EF07";
}

.bxs-yin-yang:before {
  content: "\EF08";
}

.bxs-zap:before {
  content: "\EF09";
}

.bxs-zoom-in:before {
  content: "\EF0A";
}

.bxs-zoom-out:before {
  content: "\EF0B";
}

/** =================== MONTSERRAT =================== **/
/** Montserrat Thin **/
@font-face {
  font-family: "Montserrat";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Thin.eot");
  src: url("../fonts/Montserrat/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Thin.woff") format("woff");
}
/** Montserrat Thin-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-ThinItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ThinItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ThinItalic.woff") format("woff");
}
/** Montserrat ExtraLight **/
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-ExtraLight.eot");
  src: url("../fonts/Montserrat/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff");
}
/** Montserrat ExtraLight-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-ExtraLightItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraLightItalic.woff") format("woff");
}
/** Montserrat Light **/
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Light.eot");
  src: url("../fonts/Montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Light.woff") format("woff");
}
/** Montserrat Light-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-LightItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-LightItalic.woff") format("woff");
}
/** Montserrat Regular **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
}
/** Montserrat Regular-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-Italic.eot");
  src: url("../fonts/Montserrat/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Italic.woff") format("woff");
}
/** Montserrat Medium **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
}
/** Montserrat Medium-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-MediumItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-MediumItalic.woff") format("woff");
}
/** Montserrat SemiBold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
}
/** Montserrat SemiBold-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic.woff") format("woff");
}
/** Montserrat Bold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
}
/** Montserrat Bold-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-BoldItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-BoldItalic.woff") format("woff");
}
/** Montserrat ExtraBold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff");
}
/** Montserrat ExtraBold-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff") format("woff");
}
/** Montserrat Black **/
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Black.eot");
  src: url("../fonts/Montserrat/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Black.woff") format("woff");
}
/** Montserrat Black-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-BlackItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-BlackItalic.woff") format("woff");
}
@media screen and (max-width: 782px) {
  html[lang=fr] {
    margin-top: 0 !important;
  }

  body.admin-bar {
    padding-top: 46px;
  }
  body.admin-bar header {
    top: 46px;
  }
}
body.admin-bar header {
  top: 32px;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

header, footer, section, div, article, nav {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, div,
input, textarea, ul, li {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
}

.plyr * {
  width: initial;
  height: initial;
  float: initial;
  box-sizing: "content-box";
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

footer.main-footer {
  background-color: #edeeee;
}
footer.main-footer .container.first {
  display: grid;
  grid-template-columns: 480px 1fr;
  grid-column-gap: 80px;
  background-image: url("../images/footer-background.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media only screen and (max-width: 1200px) {
  footer.main-footer .container.first {
    grid-template-columns: 1fr;
    padding: 20px;
    padding-bottom: 120px;
    background-position: center bottom;
  }
}
@media only screen and (max-width: 1200px) {
  footer.main-footer .container.first .company {
    text-align: center;
    margin-bottom: 20px;
  }
}
footer.main-footer .container.first .company .logo {
  margin-bottom: 20px;
}
footer.main-footer .container.first .company .logo img {
  width: 145px;
  height: 90px;
}
footer.main-footer .container.first .company .description p {
  line-height: 20px;
  text-align: justify;
}
footer.main-footer .container.first .navigations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
@media only screen and (max-width: 1200px) {
  footer.main-footer .container.first .navigations {
    grid-template-columns: 1fr;
  }
}
footer.main-footer .container.first .navigations h5 {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  color: rgba(76, 86, 92, 0.5);
  float: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  footer.main-footer .container.first .navigations .navigation {
    margin-bottom: 20px;
    text-align: center;
  }
}
footer.main-footer .container.first .navigations .navigation ul li {
  margin-bottom: 10px;
}
footer.main-footer .container.first .navigations .navigation ul li a {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  font-size: 15px;
  color: #4c565c;
  line-height: 25px;
  transition: All 0.3s linear;
}
footer.main-footer .container.first .navigations .navigation ul li a:hover {
  color: #00a5a9;
}
footer.main-footer .container.first .navigations .navigation .socials {
  margin-top: 10px;
}
footer.main-footer .container.first .navigations .navigation .socials ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  footer.main-footer .container.first .navigations .navigation .socials ul {
    justify-content: center;
  }
}
footer.main-footer .container.first .navigations .navigation .socials ul li {
  width: auto;
  margin-right: 5px;
}
footer.main-footer .container.first .navigations .navigation .socials ul li a i {
  color: #00a5a9;
  font-size: 30px;
  border: solid 2px #00a5a9;
  border-radius: 100%;
  padding: 5px;
}
footer.main-footer .container.first .navigations .navigation .socials ul li a i:hover {
  color: rgba(0, 165, 169, 0.8);
}
footer.main-footer .container.first .navigations .navigation .socials ul li a i.bxl-linkedin {
  margin-right: 5px;
}
footer.main-footer .container.first .navigations .navigation .socials ul li a i.bxl-youtube {
  margin-right: 5px;
}
footer.main-footer .signature {
  padding: 10px 0;
  background-color: #9c8a80;
  color: #ffffff;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (max-width: 1200px) {
  footer.main-footer .signature {
    text-align: center;
  }
}
footer.main-footer .signature a {
  color: #ffffff;
  font-weight: 600;
}
footer.main-footer .signature a:hover {
  text-decoration: underline;
}

header.main-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(76, 86, 92, 0.2);
  z-index: 1000;
}
header.main-header .container {
  height: 120px;
  background-image: url("../images/footer-background.png");
  background-position: 180px bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 20px;
}
@media only screen and (max-width: 1200px) {
  header.main-header .container {
    height: 80px;
  }
}
header.main-header .container .logo {
  width: auto;
  line-height: 120px;
  position: relative;
}
header.main-header .container .logo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 5px;
}
@media only screen and (max-width: 1200px) {
  header.main-header .container .logo {
    line-height: 80px;
  }
}
header.main-header .container .logo img {
  vertical-align: middle;
  width: 150px;
}
@media only screen and (max-width: 1200px) {
  header.main-header .container .logo img {
    width: 80px;
  }
}
header.main-header .container .navigation {
  width: auto;
  float: right;
  height: 100%;
  padding: 20px 0 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  header.main-header .container .navigation {
    display: none;
  }
}
header.main-header .container .navigation .btn-search {
  font-size: 24px;
  width: auto;
  position: absolute;
  right: 0;
  top: 74px;
  color: #00a5a9;
  cursor: pointer;
}
header.main-header .container .navigation .navigation-top {
  height: 50px;
  line-height: 40px;
  text-align: right;
  width: auto;
}
header.main-header .container .navigation .navigation-top a.social-link {
  color: #00a5a9;
  font-size: 24px;
  vertical-align: middle;
}
header.main-header .container .navigation .main-navigation {
  width: auto;
  height: 30px;
  float: right;
  margin-right: 50px;
}
header.main-header .container .navigation .main-navigation ul {
  width: auto;
  height: 30px;
}
header.main-header .container .navigation .main-navigation ul li {
  width: auto;
  float: left;
  height: 50px;
  margin-right: 25px;
  padding-bottom: 20px;
}
header.main-header .container .navigation .main-navigation ul li.menu-item-has-children {
  position: relative;
}
header.main-header .container .navigation .main-navigation ul li.menu-item-has-children:hover a:after {
  content: "\EA57";
}
header.main-header .container .navigation .main-navigation ul li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
header.main-header .container .navigation .main-navigation ul li.menu-item-has-children a {
  padding-right: 30px;
  position: relative;
}
header.main-header .container .navigation .main-navigation ul li.menu-item-has-children a:after {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 16px;
  text-align: right;
  content: "\EA4A";
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
}
header.main-header .container .navigation .main-navigation ul li:last-child {
  margin-right: 0;
}
header.main-header .container .navigation .main-navigation ul li a {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  color: #4c565c;
  height: 30px;
  line-height: 30px;
  transition: All 0.3s linear;
}
header.main-header .container .navigation .main-navigation ul li a:hover {
  color: #00a5a9;
}
header.main-header .container .navigation .main-navigation ul li ul.sub-menu {
  display: none;
  position: absolute;
  max-width: 350px;
  top: 50px;
  left: -20px;
  width: auto;
  height: auto;
  background-color: whitesmoke;
  border-top: 1px solid rgba(76, 86, 92, 0.2);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
header.main-header .container .navigation .main-navigation ul li ul.sub-menu li {
  width: auto;
  min-width: 350px;
  height: auto;
  float: left;
  margin-right: 0;
  text-align: initial;
  border-bottom: 1px solid #ebedef;
  padding: 0;
  transition: All 0.3s linear;
}
header.main-header .container .navigation .main-navigation ul li ul.sub-menu li:last-child {
  border-bottom: none;
}
header.main-header .container .navigation .main-navigation ul li ul.sub-menu li:hover {
  background-color: rgba(76, 86, 92, 0.1);
}
header.main-header .container .navigation .main-navigation ul li ul.sub-menu li a {
  display: inline-block;
  padding: 10px 20px 12px 20px;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  width: 100%;
  text-align: initial;
  font-family: "Basis Grotesque Pro", sans-serif;
  box-sizing: border-box;
}
header.main-header .container .navigation .main-navigation ul li ul.sub-menu li a:after {
  content: "";
  display: none;
}
header.main-header .container .navigation-mobile {
  display: none;
  width: calc(100% - 90px);
  float: right;
  height: 100%;
  padding: 20px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  header.main-header .container .navigation-mobile {
    display: block;
  }
}
header.main-header .container .navigation-mobile .btn-search {
  font-size: 24px;
  width: auto;
  position: absolute;
  right: 70px;
  top: 28px;
  color: #00a5a9;
  cursor: pointer;
}
header.main-header .container .navigation-mobile .navigation-top {
  height: 40px;
  line-height: 40px;
  text-align: right;
  width: auto;
  position: absolute;
  right: 110px;
  top: 50%;
  transform: translateY(-50%);
}
header.main-header .container .navigation-mobile .navigation-top a.social-link {
  color: #00a5a9;
  font-size: 24px;
  vertical-align: middle;
}
header.main-header .container .navigation-mobile .menu-close {
  display: none;
}
header.main-header .container .navigation-mobile .menu-action {
  width: auto;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  border: solid 2px transparent;
  transform: translateY(-50%);
}
header.main-header .container .navigation-mobile .menu-action i {
  color: #00a5a9;
  font-size: 40px;
  padding: 5px;
}
header.main-header .container .navigation-mobile .menu-action:hover {
  border: solid 2px #edeeee;
  border-radius: 100%;
}
header.main-header .container .navigation-mobile .menu-action.active .menu-open {
  display: none;
}
header.main-header .container .navigation-mobile .menu-action.active .menu-close {
  display: block;
}

#menu-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 81px;
  background-color: #ffffff;
  z-index: 800;
  height: 100%;
  overflow-y: scroll;
  padding: 80px 0;
}
#menu-mobile.active {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #menu-mobile.active {
    display: block;
  }
}
#menu-mobile .main-navigation {
  width: 100%;
}
#menu-mobile .main-navigation ul {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#menu-mobile .main-navigation ul li {
  width: auto;
  float: left;
  padding-bottom: 20px;
}
#menu-mobile .main-navigation ul li.menu-item-has-children {
  position: relative;
}
#menu-mobile .main-navigation ul li.menu-item-has-children:hover a:after {
  content: "\EA57";
}
#menu-mobile .main-navigation ul li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
#menu-mobile .main-navigation ul li.menu-item-has-children a {
  padding-right: 30px;
  position: relative;
}
#menu-mobile .main-navigation ul li.menu-item-has-children a:after {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 16px;
  text-align: right;
  content: "\EA4A";
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
}
#menu-mobile .main-navigation ul li a {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  color: #4c565c;
  height: 30px;
  line-height: 30px;
  transition: All 0.3s linear;
}
#menu-mobile .main-navigation ul li a:hover {
  color: #00a5a9;
}
#menu-mobile .main-navigation ul li ul.sub-menu {
  display: none;
  top: 50px;
  left: -20px;
  height: auto;
  background-color: whitesmoke;
  border: 1px solid rgba(76, 86, 92, 0.2);
  border-radius: 5px;
}
#menu-mobile .main-navigation ul li ul.sub-menu li {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  border-bottom: 1px solid #ebedef;
  padding: 0;
  transition: All 0.3s linear;
}
#menu-mobile .main-navigation ul li ul.sub-menu li:last-child {
  border-bottom: none;
}
#menu-mobile .main-navigation ul li ul.sub-menu li:hover {
  background-color: rgba(76, 86, 92, 0.1);
}
#menu-mobile .main-navigation ul li ul.sub-menu li a {
  display: inline-block;
  padding: 10px 20px 12px 20px;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  width: 100%;
  font-family: "Basis Grotesque Pro", sans-serif;
  box-sizing: border-box;
}
#menu-mobile .main-navigation ul li ul.sub-menu li a:after {
  content: "";
  display: none;
}

form.search-form {
  position: fixed;
  top: -500px;
  left: 0;
  height: 153px;
  width: 100%;
  background-color: #00a5a9;
  z-index: 1001;
  display: flex;
  align-items: center;
  transition: All 0.3s linear;
}
form.search-form .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
form.search-form label {
  display: flex;
  align-items: center;
  color: #ffffff;
}
form.search-form label span {
  font-size: 0;
}
form.search-form label input {
  background-color: transparent;
  border: none;
  font-size: 20px;
  border-bottom: solid 1px #ffffff;
  padding: 5px 10px;
  color: #ffffff;
}
form.search-form label input::-moz-placeholder {
  color: #ffffff;
  font-style: italic;
}
form.search-form label input:-ms-input-placeholder {
  color: #ffffff;
  font-style: italic;
}
form.search-form label input::placeholder {
  color: #ffffff;
  font-style: italic;
}
form.search-form label input:focus {
  outline: 0;
}
form.search-form button {
  color: #ffffff;
  font-size: 22px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
form.search-form .close {
  color: #ffffff;
  width: auto;
  font-size: 30px;
  cursor: pointer;
}
form.search-form.active {
  top: 0;
  transition: All 0.3s linear;
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  width: 100vw;
  background-color: #ffffff;
  height: auto;
  min-height: 100vh;
  float: left;
  position: relative;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #4c565c;
  overflow-x: hidden;
  padding-top: 120px;
  text-align: justify;
}
@media only screen and (max-width: 1200px) {
  body {
    padding-top: 80px;
  }
}
body.stop-scroll {
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  float: initial;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

h1, h2, h3, h4, h5, h6, strong {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  font-weight: normal;
}

#real-accessability {
  top: 152px;
}

.editor-styles-wrapper .has-small-font-size,
.has-small-font-size,
.entry-content .editor-styles-wrapper .has-small-font-size,
.entry-content .has-small-font-size {
  font-size: 13px;
  line-height: 18px;
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size,
.entry-content .editor-styles-wrapper .has-large-font-size,
.entry-content .has-large-font-size {
  font-size: 36px;
  line-height: 41px;
}

.editor-styles-wrapper .has-larger-font-size,
.editor-styles-wrapper .has-huge-font-size,
.has-larger-font-size,
.has-huge-font-size,
.entry-content .editor-styles-wrapper .has-larger-font-size,
.entry-content .editor-styles-wrapper .has-huge-font-size,
.entry-content .has-larger-font-size,
.entry-content .has-huge-font-size {
  font-size: 42px;
  line-height: 47px;
}

.has-text-align-center,
.entry-content .has-text-align-center {
  text-align: center;
}

.has-text-align-left,
.entry-content .has-text-align-left {
  text-align: left;
}

.has-text-align-right,
.entry-content .has-text-align-right {
  text-align: right;
}

.aligncenter,
.entry-content .aligncenter {
  clear: both;
}

#contact-page .container {
  max-width: 1040px;
  padding: 60px 0;
}
@media only screen and (max-width: 1200px) {
  #contact-page .container {
    padding: 60px 20px;
  }
}
#contact-page .contact-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-column-gap: 60px;
  padding-top: 30px;
}
@media only screen and (max-width: 1200px) {
  #contact-page .contact-inner {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  #contact-page .contact-inner .sidebar {
    margin-bottom: 20px;
  }
}
#contact-page .contact-inner .sidebar .contact-data {
  margin-bottom: 30px;
}
#contact-page .contact-inner .sidebar .contact-data .name p {
  font-size: 20px;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  line-height: 25px;
}
#contact-page .contact-inner .sidebar .contact-data .role {
  margin-bottom: 20px;
}
#contact-page .contact-inner .sidebar .contact-data .role p {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  line-height: 20px;
  color: rgba(76, 86, 92, 0.7);
}
#contact-page .contact-inner .sidebar .contact-data .address {
  margin-bottom: 20px;
}
#contact-page .contact-inner .sidebar .contact-data .address p {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  line-height: 20px;
}
#contact-page .contact-inner .sidebar .contact-data .mail {
  margin-bottom: 20px;
}
#contact-page .contact-inner .sidebar .contact-data .phone p, #contact-page .contact-inner .sidebar .contact-data .mail p, #contact-page .contact-inner .sidebar .contact-data .fax p {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
}
#contact-page .contact-inner .sidebar .contact-data .phone p a, #contact-page .contact-inner .sidebar .contact-data .mail p a, #contact-page .contact-inner .sidebar .contact-data .fax p a {
  color: #00a5a9;
}
#contact-page .contact-inner .sidebar .iframe iframe {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 1200px) {
  #contact-page .contact-inner .sidebar .iframe {
    display: none;
  }
}
#contact-page .contact-inner .contact-form {
  position: relative;
}
#contact-page .contact-inner .contact-form .logo {
  width: auto;
  position: absolute;
  top: -50px;
  right: 20px;
}
#contact-page .contact-inner .iframe-mobile {
  display: none;
}
#contact-page .contact-inner .iframe-mobile iframe {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 1200px) {
  #contact-page .contact-inner .iframe-mobile {
    display: block;
  }
}

#donation-page {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
#donation-page:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 5px;
}
#donation-page h1 {
  margin-bottom: 20px;
}
#donation-page .end {
  display: flex;
  flex-direction: column;
}
#donation-page .end a {
  display: block;
  margin-bottom: 20px;
  width: 240px;
}
#donation-page .content {
  display: block;
  margin-bottom: 40px;
}
#donation-page form.donation-form {
  position: relative;
}
#donation-page form.donation-form .line {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  #donation-page form.donation-form .line {
    flex-wrap: wrap;
  }
}
#donation-page form.donation-form .line .donat {
  max-width: 250px;
}
@media only screen and (max-width: 1200px) {
  #donation-page form.donation-form .line .donat {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 630px) {
  #donation-page form.donation-form .line .donat {
    max-width: 100%;
  }
}
#donation-page form.donation-form .line .nomin {
  max-width: 350px;
}
@media only screen and (max-width: 1200px) {
  #donation-page form.donation-form .line .nomin {
    max-width: 100%;
  }
}
@media only screen and (max-width: 630px) {
  #donation-page form.donation-form .line .nomin {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  #donation-page form.donation-form .line .address {
    margin-bottom: 25px;
  }
}
#donation-page form.donation-form .line .cp {
  max-width: 250px;
}
@media only screen and (max-width: 1200px) {
  #donation-page form.donation-form .line .cp {
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 630px) {
  #donation-page form.donation-form .line .cp {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
#donation-page form.donation-form .line .city {
  max-width: 250px;
}
@media only screen and (max-width: 1200px) {
  #donation-page form.donation-form .line .city {
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 630px) {
  #donation-page form.donation-form .line .city {
    max-width: 100%;
  }
}
#donation-page form.donation-form .line .tel {
  max-width: 250px;
}
@media only screen and (max-width: 1200px) {
  #donation-page form.donation-form .line .tel {
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 630px) {
  #donation-page form.donation-form .line .tel {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
#donation-page form.donation-form .line .mail {
  max-width: 250px;
}
@media only screen and (max-width: 1200px) {
  #donation-page form.donation-form .line .mail {
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 630px) {
  #donation-page form.donation-form .line .mail {
    max-width: 100%;
  }
}
#donation-page form.donation-form .input label {
  left: 16px;
  top: -7px;
}
#donation-page form.donation-form span {
  color: #f44444;
}
#donation-page form.donation-form > span {
  display: block;
  font-weight: 600;
  margin: 20px 0;
}
#donation-page .logo {
  width: auto;
  position: absolute;
  bottom: -7px;
  right: 40px;
}

#error-page .container {
  max-width: 1040px;
  padding: 60px 0;
}
@media only screen and (max-width: 1200px) {
  #error-page .container {
    padding: 60px 20px;
  }
}
#error-page .container span.error {
  font-size: 60px;
  display: block;
  color: #00a5a9;
  font-weight: bolder;
  margin-bottom: 40px;
}
#error-page .container a.back {
  margin-top: 40px;
  background-color: #00a5a9;
  border: none;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  outline: none;
}

section.page {
  padding: 60px 0;
}
section.page .container .bloc-title {
  margin-bottom: 60px;
}

#professions-page {
  position: relative;
  padding-bottom: 60px;
}
#professions-page .bloc-content {
  margin-bottom: 20px;
}

#search-page {
  padding: 60px 0;
}
@media only screen and (max-width: 1200px) {
  #search-page {
    padding: 30px 0;
  }
}
#search-page .container {
  max-width: 1100px;
}
#search-page .container .page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  padding: 20px 200px;
  position: relative;
  margin-bottom: 15px;
  border-bottom-right-radius: 200px;
  border-top-left-radius: 200px;
}
@media only screen and (max-width: 1200px) {
  #search-page .container .page-title {
    padding: 20px;
    margin-bottom: 15px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}
#search-page .container .page-title:after, #search-page .container .page-title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-bottom-right-radius: 200px;
  border-top-left-radius: 200px;
}
@media only screen and (max-width: 1200px) {
  #search-page .container .page-title:after, #search-page .container .page-title:before {
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}
#search-page .container .page-title:after {
  background-color: #00a5a9;
  transform: translateX(-10px) translateY(-10px);
}
#search-page .container .page-title:before {
  background-color: #ffd300;
  transform: translateX(10px) translateY(10px);
}
#search-page .container .page-title .inner {
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 15;
}
#search-page .container .page-title .inner h1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: normal;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  line-height: 40px;
  margin-bottom: 10px;
  float: left;
  text-shadow: 0 1px 10px #837066;
}
@media only screen and (max-width: 1200px) {
  #search-page .container .page-title .inner h1 {
    font-size: 22px;
    line-height: 30px;
  }
}
#search-page .container .page-title .inner h2 {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  font-size: 30px;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 10px #837066;
}
#search-page .container .button-back {
  margin-bottom: 30px;
}
#search-page .search-list article {
  padding: 20px 0;
  border-bottom: solid 1px #9c8a80;
}
#search-page .search-list article mark {
  font-weight: bold;
  color: #ffffff;
  background-color: #9c8a80;
}
#search-page .search-list article:first-child {
  padding-top: 0;
}
#search-page .search-list article:last-child {
  border-bottom: none;
}
#search-page .search-list article h4 {
  margin-bottom: 10px;
}
#search-page .pagination {
  margin-top: 20px;
}

section.establishments {
  padding: 60px 0;
}
@media only screen and (max-width: 1200px) {
  section.establishments {
    padding: 30px 0;
  }
}
section.establishments .container .establishments-content {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-column-gap: 40px;
  padding-top: 50px;
}
@media only screen and (max-width: 1200px) {
  section.establishments .container .establishments-content {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    padding-top: 20px;
  }
}
section.establishments .container .establishments-content .sidebar ul {
  background-color: #edeeee;
  overflow: hidden;
  border-radius: 10px;
}
section.establishments .container .establishments-content .sidebar ul li {
  text-align: left;
  border-bottom: 1px solid #dde1e3;
}
section.establishments .container .establishments-content .sidebar ul li:last-child {
  border-bottom: none;
}
section.establishments .container .establishments-content .sidebar ul li.current a, section.establishments .container .establishments-content .sidebar ul li.current:hover a {
  background-color: #00a5a9;
  color: #ffffff;
}
section.establishments .container .establishments-content .sidebar ul li a {
  display: block;
  width: 100%;
  padding: 20px;
  color: #4c565c;
  line-height: 20px;
  box-sizing: border-box;
  transition: All 0.3s linear;
}
section.establishments .container .establishments-content .sidebar ul li a:hover {
  background-color: #dde1e3;
}
section.establishments .container .establishments-content .items.no-results .inner {
  background-color: #edeeee;
  display: block;
  padding: 40px;
  border-radius: 10px;
}
section.establishments .container .establishments-content .items.no-results .inner p {
  font-size: 15px;
  text-align: center;
}
section.establishments .container .establishments-content .items .inner .item {
  background-color: whitesmoke;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
}
section.establishments .container .establishments-content .items .inner .item:last-child {
  margin-bottom: 0;
}
section.establishments .container .establishments-content .items .inner .item .name {
  margin-bottom: 20px;
}
section.establishments .container .establishments-content .items .inner .item .name h2 {
  font-size: 20px;
  padding: 0;
}
section.establishments .container .establishments-content .items .inner .item .name h2 a {
  color: #4c565c;
  transition: All 0.3s linear;
}
section.establishments .container .establishments-content .items .inner .item .name h2 a:hover {
  color: #00a5a9;
}
section.establishments .container .establishments-content .items .inner .item .description {
  margin-bottom: 20px;
}
section.establishments .container .establishments-content .items .inner .item .description p {
  line-height: 20px;
}
section.establishments .container .establishments-content .items .pagination {
  padding-top: 40px;
}

section.establishment .container {
  max-width: 1040px;
  padding: 60px 0;
}
@media only screen and (max-width: 1200px) {
  section.establishment .container {
    padding: 40px 20px;
  }
}
section.establishment .container .hero {
  display: flex;
  align-items: center;
  background-color: #4c565c;
  overflow: hidden;
  position: relative;
  min-height: 300px;
  z-index: 0;
  border-radius: 10px;
}
section.establishment .container .hero .picture {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.establishment .container .hero .picture:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(76, 86, 92, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
section.establishment .container .hero .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.establishment .container .hero .inner {
  text-align: center;
  color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 10;
}
section.establishment .container .hero .inner h1 {
  display: inline-block;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 20px;
}
section.establishment .container .presentation {
  margin-bottom: 40px;
}
section.establishment .container .content-blocks h2, section.establishment .container .content-blocks h3, section.establishment .container .content-blocks h4, section.establishment .container .content-blocks h5, section.establishment .container .content-blocks h6 {
  padding: 0;
}
section.establishment .container .content-blocks .block {
  display: grid;
  grid-column-gap: 50px;
  margin-bottom: 20px;
}
section.establishment .container .content-blocks .block.content-right {
  grid-template-columns: 380px 1fr;
}
section.establishment .container .content-blocks .block.content-right .picture-container {
  position: relative;
}
section.establishment .container .content-blocks .block.content-right .picture-container:before, section.establishment .container .content-blocks .block.content-right .picture-container:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -10;
}
section.establishment .container .content-blocks .block.content-right .picture-container:before {
  background-color: #ffd300;
  transform: translateX(10px) translateY(10px);
  height: 70px;
  width: 70px;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}
section.establishment .container .content-blocks .block.content-right .picture-container:after {
  background-color: #00a5a9;
  transform: translateX(-10px) translateY(-10px);
  height: 70px;
  width: 70px;
  top: 0;
  left: 0;
  border-radius: 10px;
}
@media only screen and (max-width: 1200px) {
  section.establishment .container .content-blocks .block.content-right {
    display: flex;
    flex-direction: column;
  }
  section.establishment .container .content-blocks .block.content-right .picture-container {
    margin: 20px 0;
  }
}
section.establishment .container .content-blocks .block.content-left {
  grid-template-columns: 1fr 380px;
}
section.establishment .container .content-blocks .block.content-left .picture-container {
  position: relative;
}
section.establishment .container .content-blocks .block.content-left .picture-container:before, section.establishment .container .content-blocks .block.content-left .picture-container:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -10;
}
section.establishment .container .content-blocks .block.content-left .picture-container:before {
  background-color: #00a5a9;
  transform: translateX(10px) translateY(10px);
  height: 70px;
  width: 70px;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}
section.establishment .container .content-blocks .block.content-left .picture-container:after {
  background-color: #ffd300;
  transform: translateX(-10px) translateY(-10px);
  height: 70px;
  width: 70px;
  top: 0;
  left: 0;
  border-radius: 10px;
}
@media only screen and (max-width: 1200px) {
  section.establishment .container .content-blocks .block.content-left {
    display: flex;
    flex-direction: column;
  }
  section.establishment .container .content-blocks .block.content-left .picture-container {
    margin: 20px 0;
  }
}
section.establishment .container .content-blocks .block.no-picture {
  display: block;
}
section.establishment .container .content-blocks .block .picture-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section.establishment .container .content-blocks .block .picture-container .picture {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-color: #4c565c;
  z-index: 2;
  border-radius: 10px;
}
section.establishment .container .content-blocks .block .picture-container .picture:after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
section.establishment .container .content-blocks .block .picture-container .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
section.establishment .container .content-blocks .block .block-content {
  display: flex;
  align-items: center;
}
section.establishment .container .contact {
  margin-bottom: 80px;
}
section.establishment .container .contact .contact-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-column-gap: 60px;
  padding-top: 30px;
}
@media only screen and (max-width: 1200px) {
  section.establishment .container .contact .contact-inner {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  section.establishment .container .contact .contact-inner .sidebar {
    margin-bottom: 20px;
  }
}
section.establishment .container .contact .contact-inner .sidebar .contact-data {
  margin-bottom: 30px;
}
section.establishment .container .contact .contact-inner .sidebar .contact-data .name p {
  font-size: 20px;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  line-height: 25px;
}
section.establishment .container .contact .contact-inner .sidebar .contact-data .role {
  margin-bottom: 20px;
}
section.establishment .container .contact .contact-inner .sidebar .contact-data .role p {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  line-height: 20px;
  color: rgba(76, 86, 92, 0.7);
}
section.establishment .container .contact .contact-inner .sidebar .contact-data .address {
  margin-bottom: 20px;
}
section.establishment .container .contact .contact-inner .sidebar .contact-data .address p {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  line-height: 20px;
}
section.establishment .container .contact .contact-inner .sidebar .contact-data .mail {
  margin-bottom: 20px;
}
section.establishment .container .contact .contact-inner .sidebar .contact-data .phone p, section.establishment .container .contact .contact-inner .sidebar .contact-data .mail p, section.establishment .container .contact .contact-inner .sidebar .contact-data .fax p {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
}
section.establishment .container .contact .contact-inner .sidebar .contact-data .phone p a, section.establishment .container .contact .contact-inner .sidebar .contact-data .mail p a, section.establishment .container .contact .contact-inner .sidebar .contact-data .fax p a {
  color: #00a5a9;
}
section.establishment .container .contact .contact-inner .sidebar .iframe iframe {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 1200px) {
  section.establishment .container .contact .contact-inner .sidebar .iframe {
    display: none;
  }
}
section.establishment .container .contact .contact-inner .contact-form {
  position: relative;
}
section.establishment .container .contact .contact-inner .contact-form .logo {
  width: auto;
  position: absolute;
  top: -50px;
  right: 20px;
}
section.establishment .container .contact .contact-inner .iframe-mobile {
  display: none;
}
section.establishment .container .contact .contact-inner .iframe-mobile iframe {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 1200px) {
  section.establishment .container .contact .contact-inner .iframe-mobile {
    display: block;
  }
}
section.establishment .container section.offers-container .offers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media only screen and (max-width: 1200px) {
  section.establishment .container section.offers-container .offers {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
section.establishment .container section.offers-container .offers.no-results {
  background-color: #edeeee;
  display: block;
  padding: 40px;
  border-radius: 5px;
}
section.establishment .container section.offers-container .offers.no-results p {
  font-size: 15px;
  text-align: center;
}
section.establishment .container section.offers-container .offers .offer {
  background-color: #edeeee;
  padding: 20px;
  border-radius: 5px;
}
section.establishment .container section.offers-container .offers .offer .name {
  margin-bottom: 20px;
}
section.establishment .container section.offers-container .offers .offer .name a {
  font-size: 17px;
  font-weight: normal;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  color: #4c565c;
  transition: All 0.3s linear;
}
section.establishment .container section.offers-container .offers .offer .name a:hover {
  color: #00a5a9;
}
section.establishment .container section.offers-container .offers .offer .location {
  margin-bottom: 20px;
  line-height: 16px;
  font-size: 13px;
  display: block;
  padding-left: 25px;
  position: relative;
  font-weight: bold;
}
section.establishment .container section.offers-container .offers .offer .location i {
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0;
  color: #00a5a9;
}
section.establishment .container section.offers-container .offers .offer .location br {
  display: none;
}
section.establishment .container section.offers-container .offers .offer .offer-categories-listing {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
section.establishment .container section.offers-container .offers .offer .offer-categories-listing ul {
  display: flex;
  margin-right: 15px;
  flex-wrap: wrap;
}
section.establishment .container section.offers-container .offers .offer .offer-categories-listing ul.domains {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 15px;
}
section.establishment .container section.offers-container .offers .offer .offer-categories-listing ul.domains li:first-child {
  margin-right: 0;
}
section.establishment .container section.offers-container .offers .offer .offer-categories-listing ul li {
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
section.establishment .container section.offers-container .offers .offer .offer-categories-listing ul li a {
  opacity: 1;
  color: #00a5a9;
  text-decoration: underline;
  font-weight: bolder;
}
section.establishment .container section.offers-container .offers .offer .offer-categories-listing ul li a.bg-left {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 0 center;
}
section.establishment .container section.offers-container .offers .offer .description {
  margin-bottom: 20px;
}
section.establishment .container section.offers-container .offers .offer .description p {
  text-transform: lowercase;
  line-height: 20px;
}
section.establishment .container section.offers-container .offers .offer .date {
  display: block;
  width: auto;
  margin-bottom: 20px;
  position: relative;
  top: -7px;
  color: #00a5a9;
  font-size: 14px;
  font-weight: 600;
  max-width: 40%;
  text-align: left;
  transform: translateY(50%);
}
section.establishment .container section.posts-container {
  margin-top: 40px;
}
section.establishment .container section.posts-container .posts.results {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1200px) {
  section.establishment .container section.posts-container .posts.results {
    grid-template-columns: 1fr;
  }
}
section.establishment .container section.posts-container .posts .title {
  margin-bottom: 10px;
}
section.establishment .container section.posts-container .posts.no-results {
  background-color: #edeeee;
  display: block;
  padding: 40px;
  border-radius: 5px;
}
section.establishment .container section.posts-container .posts.no-results p {
  font-size: 15px;
  text-align: center;
}
section.establishment .container .title, section.establishment .container .block-title {
  margin-bottom: 30px;
}
section.establishment .container .title h2, section.establishment .container .title h3, section.establishment .container .block-title h2, section.establishment .container .block-title h3 {
  font-size: 30px;
  font-weight: normal;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  line-height: 35px;
}

section.offers-archive {
  padding: 60px 0;
}
@media only screen and (max-width: 1200px) {
  section.offers-archive {
    padding: 30px 0;
  }
}
section.offers-archive .section-in-page {
  position: relative;
}
section.offers-archive .section-in-page .line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  section.offers-archive .section-in-page .line {
    display: block;
  }
}
section.offers-archive .section-in-page .line .cell {
  width: auto;
}
section.offers-archive .section-in-page .pushinoffer {
  text-align: left;
  z-index: 2;
  right: 0;
  top: 0;
  max-width: 450px;
  padding: 12px;
  background-color: #edeeee;
  border-radius: 7px;
}
@media only screen and (max-width: 1200px) {
  section.offers-archive .section-in-page .pushinoffer {
    margin-top: 20px;
  }
}
section.offers-archive .section-in-page .pushinoffer h2 {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
}
section.offers-archive .section-in-page .pushinoffer img {
  float: left;
  padding: 0 10px 0 0;
  max-width: 60px;
  width: auto;
  height: auto;
}
section.offers-archive .section-in-page .pushinoffer a {
  color: #00a5a9;
}
section.offers-archive .section-in-page .pushinoffer a:hover {
  text-decoration: underline;
}
section.offers-archive .section-in-page .pushinoffer p {
  font-size: 13px;
  line-height: 16px;
}
section.offers-archive .section-in-page .pushinoffer .link {
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-end;
}
section.offers-archive .section-in-page .pushinoffer .link a {
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #00a5a9;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 14px;
  transition: All 0.3s linear;
}
section.offers-archive .section-in-page .pushinoffer .link a:hover {
  background-color: #f44444;
  transition: All 0.3s linear;
}
section.offers-archive .container .offers-taxonomies-listing {
  display: flex;
  justify-content: space-between;
}
section.offers-archive .container .categories-listing {
  margin: 30px 0 0;
  width: 100%;
}
section.offers-archive .container .categories-listing ul {
  display: flex;
  flex-wrap: wrap;
}
section.offers-archive .container .categories-listing ul li {
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
section.offers-archive .container .categories-listing ul li a {
  opacity: 0.5;
}
section.offers-archive .container .categories-listing ul li a.bg-left {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 15px center;
}
section.offers-archive .container .categories-listing ul li.current a {
  opacity: 1;
}
section.offers-archive .container .domains-listing {
  margin: 30px 0 0;
  width: calc(50% - 15px);
}
section.offers-archive .container .domains-listing ul {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
section.offers-archive .container .domains-listing ul li {
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
section.offers-archive .container .domains-listing ul li a {
  opacity: 0.5;
}
section.offers-archive .container .domains-listing ul li.current a {
  opacity: 1;
}
section.offers-archive .container .title {
  text-align: center;
  margin-bottom: 40px;
}
section.offers-archive .container .title h1 {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #4c565c;
  line-height: 35px;
}
section.offers-archive .container .offers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  padding: 40px 0;
}
@media only screen and (max-width: 1200px) {
  section.offers-archive .container .offers {
    grid-template-columns: 1fr;
  }
}
section.offers-archive .container .offers.no-results {
  margin-top: 30px;
  background-color: #edeeee;
  display: block;
  padding: 40px;
  border-radius: 5px;
}
section.offers-archive .container .offers.no-results p {
  font-size: 15px;
  text-align: center;
}
section.offers-archive .container .offers .offer {
  background-color: #edeeee;
  padding: 20px;
  border-radius: 5px;
}
section.offers-archive .container .offers .offer .name {
  margin-bottom: 20px;
}
section.offers-archive .container .offers .offer .name a {
  font-size: 17px;
  font-weight: normal;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  color: #4c565c;
  transition: All 0.3s linear;
}
section.offers-archive .container .offers .offer .name a:hover {
  color: #00a5a9;
}
section.offers-archive .container .offers .offer .location {
  margin-bottom: 20px;
  line-height: 16px;
  font-size: 13px;
  display: block;
  padding-left: 25px;
  position: relative;
  font-weight: bold;
}
section.offers-archive .container .offers .offer .location i {
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0;
  color: #00a5a9;
}
section.offers-archive .container .offers .offer .location br {
  display: none;
}
section.offers-archive .container .offers .offer .offer-categories-listing {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
section.offers-archive .container .offers .offer .offer-categories-listing ul {
  display: flex;
  margin-right: 15px;
  flex-wrap: wrap;
}
section.offers-archive .container .offers .offer .offer-categories-listing ul.domains {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 15px;
}
section.offers-archive .container .offers .offer .offer-categories-listing ul.domains li:first-child {
  margin-right: 0;
}
section.offers-archive .container .offers .offer .offer-categories-listing ul li {
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
section.offers-archive .container .offers .offer .offer-categories-listing ul li a {
  opacity: 0.5;
  color: #00a5a9;
  text-decoration: underline;
  font-weight: bolder;
}
section.offers-archive .container .offers .offer .offer-categories-listing ul li a.bg-left {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 0 center;
}
section.offers-archive .container .offers .offer .offer-categories-listing ul li.current a {
  opacity: 1;
}
section.offers-archive .container .offers .offer .description {
  margin-bottom: 20px;
}
section.offers-archive .container .offers .offer .description p {
  text-transform: lowercase;
  line-height: 20px;
}
section.offers-archive .container .offers .offer .button {
  position: relative;
}
section.offers-archive .container .offers .offer .button a {
  text-align: left;
  max-width: 60%;
  height: auto;
}
section.offers-archive .container .offers .offer .date {
  display: block;
  width: auto;
  margin-bottom: 20px;
  position: relative;
  top: -7px;
  color: #00a5a9;
  font-size: 14px;
  font-weight: 600;
  max-width: 40%;
  text-align: left;
  transform: translateY(50%);
}

section.offer-single .container {
  padding: 60px 0;
}
@media only screen and (max-width: 1200px) {
  section.offer-single .container {
    padding: 60px 20px;
  }
}
section.offer-single .container .offer-title {
  margin-bottom: 20px;
}
section.offer-single .container .offer-title h1 {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
}
section.offer-single .container .button-back {
  margin-bottom: 30px;
}
section.offer-single .container .offer-content {
  display: grid;
  grid-template-columns: 380px 1fr;
  grid-column-gap: 40px;
}
@media only screen and (max-width: 1200px) {
  section.offer-single .container .offer-content {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  section.offer-single .container .offer-content .sidebar {
    max-width: 450px;
  }
}
section.offer-single .container .offer-content .sidebar .sidebar-content {
  padding: 40px;
  background-color: #00a5a9;
  text-align: left;
  color: #ffffff;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
}
section.offer-single .container .offer-content .sidebar .sidebar-content a {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  color: #ffffff;
  word-break: break-word;
}
section.offer-single .container .offer-content .sidebar .sidebar-content h4 {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
section.offer-single .container .offer-content .sidebar .sidebar-content .name {
  font-size: 17px;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  margin-bottom: 10px;
  line-height: 24px;
}
section.offer-single .container .offer-content .sidebar .sidebar-content .informations {
  line-height: 20px;
}
section.offer-single .container .offer-content .sidebar .sidebar-content .informations p {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  margin-bottom: 5px;
}
section.offer-single .container .offer-content .sidebar .sidebar-content .informations p.address {
  font-family: "Basis Grotesque Pro", sans-serif;
  margin-bottom: 20px;
}
section.offer-single .container .offer-content .sidebar .sidebar-content .informations p:last-child {
  margin-bottom: 0;
}
section.offer-single .container .offer-content .pushinoffer {
  margin-top: 20px;
  text-align: left;
  z-index: 2;
  right: 0;
  top: 0;
  max-width: 450px;
  padding: 15px 20px;
  background-color: #edeeee;
  border-radius: 20px 0 20px 0;
}
section.offer-single .container .offer-content .pushinoffer h2 {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
}
section.offer-single .container .offer-content .pushinoffer img {
  float: left;
  padding: 0 10px 0 0;
  max-width: 60px;
  width: auto;
  height: auto;
}
section.offer-single .container .offer-content .pushinoffer a {
  color: #00a5a9;
}
section.offer-single .container .offer-content .pushinoffer a:hover {
  text-decoration: underline;
}
section.offer-single .container .offer-content .pushinoffer p {
  font-size: 13px;
  line-height: 16px;
}
section.offer-single .container .offer-content .pushinoffer .link {
  margin-top: 10px;
  margin-bottom: 3px;
  display: flex;
  justify-content: flex-end;
}
section.offer-single .container .offer-content .pushinoffer .link a {
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #00a5a9;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 14px;
  transition: All 0.3s linear;
}
section.offer-single .container .offer-content .pushinoffer .link a:hover {
  background-color: #f44444;
  transition: All 0.3s linear;
}
section.offer-single .container .offer-content .content .offer-categories-listing {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  section.offer-single .container .offer-content .content .offer-categories-listing {
    margin-top: 30px;
  }
}
section.offer-single .container .offer-content .content .offer-categories-listing ul {
  display: flex;
  margin-right: 15px;
  flex-wrap: wrap;
}
section.offer-single .container .offer-content .content .offer-categories-listing ul.domains {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 15px;
}
section.offer-single .container .offer-content .content .offer-categories-listing ul.domains li:first-child {
  margin-right: 0;
}
section.offer-single .container .offer-content .content .offer-categories-listing ul li {
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
section.offer-single .container .offer-content .content .offer-categories-listing ul li a {
  color: #ffffff;
  font-weight: bolder;
  background-color: #00a5a9;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 50px;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 15px center;
  border-radius: 20px;
}
section.offer-single .container .offer-content .content h3 {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 25px;
  color: #9c8a80;
}
section.offer-single .container .offer-content .content .img-container {
  width: 100%;
  margin-bottom: 20px;
}
section.offer-single .container .offer-content .content .img-container img {
  max-width: 100%;
}
section.offer-single .container .offer-content .content .global-offer {
  text-align: center;
}
section.offer-single .container .offer-content .content .global-offer .longestablishment {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-weight: bolder;
  margin-bottom: 20px;
}
section.offer-single .container .offer-content .content .global-offer .thetitle {
  font-size: 20px;
  line-height: 25px;
  color: #00a5a9;
  font-weight: bolder;
  margin-bottom: 20px;
  display: block;
}
section.offer-single .container .offer-content .content .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  margin-bottom: 20px;
}
section.offer-single .container .offer-content .content .icons .location {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
section.offer-single .container .offer-content .content .icons .location img {
  height: 40px;
}
section.offer-single .container .offer-content .content .icons .contracttype {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
section.offer-single .container .offer-content .content .icons .contracttype img {
  height: 60px;
}
section.offer-single .container .offer-content .content .icons .contracttime {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
section.offer-single .container .offer-content .content .icons .contracttime img {
  height: 50px;
}
section.offer-single .container .offer-content .content .mentions {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
section.offer-single .container .offer-content .content .entry-content {
  margin-bottom: 30px;
  padding: 20px;
  border: solid 1px #9c8a80;
  border-radius: 20px;
}
section.offer-single .container .offer-content .content .linkdl {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
section.offer-single .container .offer-content .content .linkdl a {
  color: #ffffff;
  font-weight: bolder;
  background-color: #00a5a9;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 20px;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 15px center;
  border-radius: 20px;
}
article.article {
  padding: 60px 0;
}
@media only screen and (max-width: 1200px) {
  article.article {
    padding: 30px 0;
  }
}
article.article .container {
  max-width: 1100px;
}
article.article .container .article-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  padding: 20px 200px;
  position: relative;
  margin-bottom: 15px;
  border-bottom-right-radius: 200px;
  border-top-left-radius: 200px;
}
@media only screen and (max-width: 1200px) {
  article.article .container .article-title {
    padding: 20px;
    margin-bottom: 15px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}
article.article .container .article-title:after, article.article .container .article-title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-bottom-right-radius: 200px;
  border-top-left-radius: 200px;
}
@media only screen and (max-width: 1200px) {
  article.article .container .article-title:after, article.article .container .article-title:before {
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}
article.article .container .article-title:after {
  background-color: #00a5a9;
  transform: translateX(-10px) translateY(-10px);
}
article.article .container .article-title:before {
  background-color: #ffd300;
  transform: translateX(10px) translateY(10px);
}
article.article .container .article-title .picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9c8a80;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  overflow: hidden;
  border-bottom-right-radius: 200px;
  border-top-left-radius: 200px;
}
@media only screen and (max-width: 1200px) {
  article.article .container .article-title .picture {
    padding: 20px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}
article.article .container .article-title .picture:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(156, 138, 128, 0.85);
  width: 100%;
  height: 100%;
}
article.article .container .article-title .inner {
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 15;
}
article.article .container .article-title .inner h1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: normal;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  line-height: 40px;
  margin-bottom: 10px;
  float: left;
  text-shadow: 0 1px 10px #837066;
}
@media only screen and (max-width: 1200px) {
  article.article .container .article-title .inner h1 {
    font-size: 22px;
    line-height: 30px;
  }
}
article.article .container .article-title .inner p {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 10px #837066;
}
article.article .container .button-back {
  margin-bottom: 30px;
}
article.article .container .article-content {
  border: 2px solid rgba(76, 86, 92, 0.1);
  padding: 60px 80px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media only screen and (max-width: 1200px) {
  article.article .container .article-content {
    padding: 20px 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

span.badge {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 24px;
  color: #ffffff;
  background-color: #4c565c;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 23px;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  box-sizing: border-box;
  border-radius: 12px;
}

.breadcrumb-area {
  padding: 20px 0 20px 0;
}
.breadcrumb-area ul li {
  width: auto;
  float: left;
  margin-right: 5px;
}
.breadcrumb-area ul li a, .breadcrumb-area ul li p {
  font-size: 15px;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  font-weight: normal;
  color: #4c565c;
  line-height: 20px;
}
.breadcrumb-area ul li a {
  color: rgba(76, 86, 92, 0.5);
  transition: All 0.3s linear;
}
.breadcrumb-area ul li a:hover {
  color: #00a5a9;
}
.breadcrumb-area ul li span.bx {
  font-size: 24px;
  color: rgba(76, 86, 92, 0.8);
  vertical-align: middle;
}
.breadcrumb-area ul li p {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(1px);
}

a.btn, button.btn {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  line-height: 36px;
  font-weight: normal;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  font-size: 15px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 20px;
  transition: All 0.3s linear;
}
a.btn.btn-linear.btn-grey, button.btn.btn-linear.btn-grey {
  color: #4c565c;
  border: 2px solid rgba(76, 86, 92, 0.5);
}
a.btn.btn-linear.btn-grey:hover, button.btn.btn-linear.btn-grey:hover {
  background-color: #4c565c;
  border: 2px solid #4c565c;
  color: #ffffff;
}
a.btn.btn-complete, button.btn.btn-complete {
  height: 40px;
  line-height: 40px;
}
a.btn.btn-complete.btn-grey, button.btn.btn-complete.btn-grey {
  background-color: #4c565c;
  border: none;
  color: #ffffff;
  transition: All 0.3s linear;
}
a.btn.btn-complete.btn-grey:hover, button.btn.btn-complete.btn-grey:hover {
  background-color: rgba(76, 86, 92, 0.8);
  transition: All 0.3s linear;
}
a.btn.btn-complete.btn-greylight, button.btn.btn-complete.btn-greylight {
  background-color: rgba(76, 86, 92, 0.6);
  border: none;
  color: #ffffff;
  transition: All 0.3s linear;
}
a.btn.btn-complete.btn-greylight:hover, button.btn.btn-complete.btn-greylight:hover {
  background-color: rgba(76, 86, 92, 0.8);
  transition: All 0.3s linear;
}
a.btn.btn-complete.btn-blue, button.btn.btn-complete.btn-blue {
  background-color: #00a5a9;
  border: none;
  color: #ffffff;
  transition: All 0.3s linear;
}
a.btn.btn-complete.btn-blue:hover, button.btn.btn-complete.btn-blue:hover {
  background-color: rgba(0, 165, 169, 0.8);
  transition: All 0.3s linear;
}
a.btn.btn-complete.btn-blue-outline, button.btn.btn-complete.btn-blue-outline {
  background-color: transparent;
  border: solid 2px #00a5a9;
  color: #00a5a9;
  line-height: 38px;
  transition: All 0.3s linear;
}
a.btn.btn-complete.btn-blue-outline:hover, button.btn.btn-complete.btn-blue-outline:hover {
  background-color: rgba(0, 165, 169, 0.2);
  border: solid 2px rgba(0, 165, 169, 0.8);
  color: rgba(0, 165, 169, 0.8);
  transition: All 0.3s linear;
}
a.btn.btn-complete.btn-yellow, button.btn.btn-complete.btn-yellow {
  background-color: #ffd300;
  border: none;
  color: rgba(0, 0, 0, 0.8);
  transition: All 0.3s linear;
}
a.btn.btn-complete.btn-yellow:hover, button.btn.btn-complete.btn-yellow:hover {
  background-color: rgba(255, 211, 0, 0.8);
  transition: All 0.3s linear;
}
a.btn.btn-complete.btn-yellow span.bx, button.btn.btn-complete.btn-yellow span.bx {
  color: rgba(0, 0, 0, 0.4);
}
a.btn.btn-donation, button.btn.btn-donation {
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  line-height: 46px;
  padding: 0 30px;
  z-index: 1000;
  border-radius: 25px;
}
a.btn span.bx, button.btn span.bx {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 10px;
  transform: translateY(-2px);
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
  border-radius: 0;
}
body #tarteaucitronRoot div#tarteaucitronServices {
  overflow-x: hidden !important;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: #7bbf49;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #f44444;
}
body #tarteaucitronRoot #tarteaucitronAlertSmall {
  display: none !important;
}
body #tarteaucitronRoot #tarteaucitronAlertSmall #tarteaucitronManager {
  padding: 4px;
}
body #tarteaucitronRoot #tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  padding: 0 5px !important;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  box-sizing: border-box;
  border-left: 3px solid #7bbf49;
  border-top: 5px solid #7bbf49;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine.tarteaucitronIsDenied {
  border-left: 3px solid #f44444;
  border-top: 5px solid #f44444;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-bottom: 30px;
}
body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder {
  box-sizing: border-box;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-right: 0 !important;
}
body #tarteaucitronRoot div#tarteaucitronAlertBig:before {
  content: "\1F36A" !important;
  font-size: 50px;
}
body #tarteaucitronRoot div#tarteaucitronInfo {
  max-width: calc(100%) !important;
  line-height: 22px;
}
body #tarteaucitronRoot #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
  margin: 50px 50px;
}
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert, body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, body #tarteaucitronRoot #tarteaucitron #tarteaucitronPrivacyUrl, body #tarteaucitronRoot #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: #7bbf49 !important;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px;
  margin-bottom: 5px;
}
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert, body #tarteaucitronRoot #tarteaucitron #tarteaucitronPrivacyUrl, body #tarteaucitronRoot #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 10px 20px;
  background: #f44444 !important;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, body #tarteaucitronRoot .tac_activate .tarteaucitronAllow {
  background-color: #f44444;
  color: #ffffff;
  opacity: 1;
  padding: 10px 15px;
}
body #tarteaucitronRoot #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, body #tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
  background-color: #f44444;
  text-transform: uppercase;
  padding: 10px 6px 6px 6px;
  top: -9px;
}
body #tarteaucitronRoot div.tarteaucitronBorder > ul {
  overflow: hidden;
}
body #tarteaucitronRoot a.tarteaucitronSelfLink, body #tarteaucitronRoot #tarteaucitronScrollbarChild {
  display: none !important;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  display: inline-block;
  width: 100%;
  height: auto;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 0;
}
.entry-content h2 {
  font-size: 30px;
}
.entry-content p {
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  color: #4c565c;
  font-family: "Basis Grotesque Pro", sans-serif;
  line-height: 20px;
}
.entry-content strong {
  font-weight: normal;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
}
.entry-content hr.wp-block-separator {
  display: block;
  width: 100%;
  max-width: none;
  border: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  margin: 0 20px;
  padding: 0;
}
.entry-content pre.wp-block-code, .entry-content figure.wp-block-audio, .entry-content figure.wp-block-video,
.entry-content .wp-block-cover, .entry-content figure.wp-block-embed, .entry-content .wp-block-text-columns,
.entry-content .wp-block-spacer, .entry-content p.wp-block-subhead {
  margin-bottom: 20px;
}
.entry-content figure.wp-block-video {
  position: relative;
  margin: 30px auto;
}
.entry-content figure.wp-block-video:before, .entry-content figure.wp-block-video:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -10;
}
.entry-content figure.wp-block-video:before {
  background-color: #00a5a9;
  transform: translateX(10px) translateY(10px);
  height: 70px;
  width: 70px;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}
.entry-content figure.wp-block-video:after {
  background-color: #ffd300;
  transform: translateX(-10px) translateY(-10px);
  height: 70px;
  width: 70px;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.entry-content figure.wp-block-video video {
  width: 100%;
}
.entry-content figure.wp-block-embed.wp-block-embed-youtube,
.entry-content figure.wp-block-embed.wp-block-embed-vimeo {
  position: relative;
  margin: 30px auto;
}
.entry-content figure.wp-block-embed.wp-block-embed-youtube:before, .entry-content figure.wp-block-embed.wp-block-embed-youtube:after,
.entry-content figure.wp-block-embed.wp-block-embed-vimeo:before,
.entry-content figure.wp-block-embed.wp-block-embed-vimeo:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -10;
}
.entry-content figure.wp-block-embed.wp-block-embed-youtube:before,
.entry-content figure.wp-block-embed.wp-block-embed-vimeo:before {
  background-color: #00a5a9;
  transform: translateX(10px) translateY(10px);
  height: 70px;
  width: 70px;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}
.entry-content figure.wp-block-embed.wp-block-embed-youtube:after,
.entry-content figure.wp-block-embed.wp-block-embed-vimeo:after {
  background-color: #ffd300;
  transform: translateX(-10px) translateY(-10px);
  height: 70px;
  width: 70px;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.entry-content figure.wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper,
.entry-content figure.wp-block-embed.wp-block-embed-vimeo .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
}
.entry-content figure.wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper:after,
.entry-content figure.wp-block-embed.wp-block-embed-vimeo .wp-block-embed__wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
.entry-content figure.wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.entry-content figure.wp-block-embed.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.entry-content .wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: auto;
  min-height: auto;
}
.entry-content .wp-block-media-text {
  margin: 20px 0;
}
.entry-content .wp-block-media-text figure {
  margin-right: 30px;
  width: auto;
  position: relative;
}
.entry-content .wp-block-media-text figure:before, .entry-content .wp-block-media-text figure:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -10;
}
.entry-content .wp-block-media-text figure:before {
  background-color: #00a5a9;
  transform: translateX(10px) translateY(10px);
  height: 45px;
  width: 45px;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}
.entry-content .wp-block-media-text figure:after {
  background-color: #ffd300;
  transform: translateX(-10px) translateY(-10px);
  height: 45px;
  width: 45px;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.entry-content .wp-block-media-text figure img {
  height: auto !important;
}
.entry-content .wp-block-media-text.has-media-on-the-right figure {
  margin-left: 30px;
  margin-right: 0;
}
.entry-content .wp-block-image figure.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-block-image img {
  margin-bottom: 10px;
  height: auto !important;
}
.entry-content .wp-block-image figcaption {
  margin: 10px auto 20px;
}
.entry-content .wp-block-file {
  line-height: 1.2em;
}
.entry-content .wp-block-file a[role=link] {
  color: #000000;
}
.entry-content .wp-block-file a.wp-block-file__button {
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
}
.entry-content .wp-block-buttons {
  margin-bottom: 10px;
}
.entry-content .wp-block-buttons.aligncenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.entry-content .wp-block-buttons .wp-block-button {
  margin-bottom: 10px;
  display: inline-flex;
  width: auto;
}
.entry-content .wp-block-buttons .wp-block-button a {
  height: auto !important;
  line-height: 25px !important;
  padding: 8px 20px !important;
}
.entry-content .wp-block-buttons .wp-block-button a.has-text-color:not(.has-background) {
  background-color: #ffffff;
}
.entry-content .wp-block-button {
  margin-bottom: 20px;
}
.entry-content .wp-block-button a.wp-block-button__link {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  line-height: 38px;
  font-weight: normal;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  font-size: 15px;
  cursor: pointer;
  color: #ffffff;
  background-color: #00a5a9;
  box-sizing: border-box;
  border-radius: 20px;
  transition: All 0.3s linear;
}
.entry-content ul {
  margin-bottom: 20px;
  font-size: 15px;
  color: #4c565c;
  font-family: "Basis Grotesque Pro", sans-serif;
  line-height: 20px;
}
.entry-content ul.wp-block-gallery {
  margin-bottom: 20px;
}
.entry-content ul.wp-block-gallery li {
  padding: 0;
}
.entry-content ul.wp-block-gallery li:before {
  display: none;
}
.entry-content ul li:not(.blocks-gallery-item) {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.entry-content ul li:not(.blocks-gallery-item):before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #00a5a9;
  top: 6px;
  left: 3px;
  border-radius: 100%;
}
.entry-content ul li:not(.blocks-gallery-item):last-child {
  margin-bottom: 0;
}
.entry-content ul li:not(.blocks-gallery-item) > ul {
  margin-top: 10px;
  margin-bottom: 0;
}
.entry-content ul.largeli li {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.entry-content ul.largeli li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: calc(100% + 15px);
  background-color: #00a5a9;
  top: -8px;
  left: 0;
  border-radius: 7px;
}
.entry-content a {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  color: #00a5a9;
}
.entry-content .custom-testimony {
  padding-left: 40px;
  border-left: solid 2px #00a5a9;
  margin: 30px 0;
}
@media only screen and (max-width: 1200px) {
  .entry-content .custom-testimony {
    padding-left: 20px;
  }
}
.entry-content .custom-testimony .custom-testimony-content {
  position: relative;
}
.entry-content .custom-testimony .custom-testimony-content:before, .entry-content .custom-testimony .custom-testimony-content:after {
  z-index: -1;
  opacity: 0.3;
  position: absolute;
  height: 150px;
  width: 150px;
  font-size: 150px;
  color: #00a5a9;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entry-content .custom-testimony .custom-testimony-content:before {
  content: "\EE81";
  left: -40px;
  top: -40px;
}
.entry-content .custom-testimony .custom-testimony-content:after {
  content: "\EE82";
  right: -40px;
  bottom: -40px;
}
.entry-content .has-background {
  padding: 20px;
  box-sizing: border-box;
}
.entry-content table {
  position: relative;
  max-width: 100%;
  width: auto;
  height: auto !important;
  margin-bottom: 20px;
}
.entry-content table tbody {
  position: relative;
  max-width: 100%;
  width: auto;
  height: auto !important;
}
.entry-content table tr {
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
}
.entry-content table tr td {
  padding: 5px;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
  height: auto !important;
}
.entry-content table tr td:first-child {
  padding-left: 0;
}
.entry-content table tr td:last-child {
  padding-right: 0;
}

.wpcf7 form.wpcf7-form, .wpcf7 form.donation-form, .donation-area form.wpcf7-form, .donation-area form.donation-form {
  display: block;
  width: 100%;
  float: left;
}
.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output, .wpcf7 form.donation-form.invalid .wpcf7-response-output, .donation-area form.wpcf7-form.invalid .wpcf7-response-output, .donation-area form.donation-form.invalid .wpcf7-response-output {
  background-color: #f44444;
  color: #ffffff;
}
.wpcf7 form.wpcf7-form.sent .wpcf7-response-output, .wpcf7 form.donation-form.sent .wpcf7-response-output, .donation-area form.wpcf7-form.sent .wpcf7-response-output, .donation-area form.donation-form.sent .wpcf7-response-output {
  background-color: #7bbf49;
  color: #ffffff;
}
.wpcf7 form.wpcf7-form .line, .wpcf7 form.donation-form .line, .donation-area form.wpcf7-form .line, .donation-area form.donation-form .line {
  width: 100%;
  margin-bottom: 25px;
  grid-column-gap: 20px;
  float: left;
  box-sizing: border-box;
}
.wpcf7 form.wpcf7-form .line .submit button, .wpcf7 form.donation-form .line .submit button, .donation-area form.wpcf7-form .line .submit button, .donation-area form.donation-form .line .submit button {
  outline: none;
}
.wpcf7 form.wpcf7-form .line .input, .wpcf7 form.donation-form .line .input, .donation-area form.wpcf7-form .line .input, .donation-area form.donation-form .line .input {
  width: 100%;
  position: relative;
}
.wpcf7 form.wpcf7-form .line .input.input-20, .wpcf7 form.donation-form .line .input.input-20, .donation-area form.wpcf7-form .line .input.input-20, .donation-area form.donation-form .line .input.input-20 {
  width: 20%;
}
.wpcf7 form.wpcf7-form .line .input.input-30, .wpcf7 form.donation-form .line .input.input-30, .donation-area form.wpcf7-form .line .input.input-30, .donation-area form.donation-form .line .input.input-30 {
  width: 30%;
}
.wpcf7 form.wpcf7-form .line .input.input-40, .wpcf7 form.donation-form .line .input.input-40, .donation-area form.wpcf7-form .line .input.input-40, .donation-area form.donation-form .line .input.input-40 {
  width: 40%;
}
@media only screen and (max-width: 630px) {
  .wpcf7 form.wpcf7-form .line .input.input-40, .wpcf7 form.donation-form .line .input.input-40, .donation-area form.wpcf7-form .line .input.input-40, .donation-area form.donation-form .line .input.input-40 {
    width: 70%;
  }
}
.wpcf7 form.wpcf7-form .line .input.input-50, .wpcf7 form.donation-form .line .input.input-50, .donation-area form.wpcf7-form .line .input.input-50, .donation-area form.donation-form .line .input.input-50 {
  width: 50%;
}
.wpcf7 form.wpcf7-form .line .input.input-70, .wpcf7 form.donation-form .line .input.input-70, .donation-area form.wpcf7-form .line .input.input-70, .donation-area form.donation-form .line .input.input-70 {
  width: 70%;
}
.wpcf7 form.wpcf7-form .line .input.mg-r-10, .wpcf7 form.donation-form .line .input.mg-r-10, .donation-area form.wpcf7-form .line .input.mg-r-10, .donation-area form.donation-form .line .input.mg-r-10 {
  padding-right: 10px;
}
.wpcf7 form.wpcf7-form .line .input.mg-l-10, .wpcf7 form.donation-form .line .input.mg-l-10, .donation-area form.wpcf7-form .line .input.mg-l-10, .donation-area form.donation-form .line .input.mg-l-10 {
  padding-left: 10px;
}
.wpcf7 form.wpcf7-form .line .input.mg-l-10 label, .wpcf7 form.donation-form .line .input.mg-l-10 label, .donation-area form.wpcf7-form .line .input.mg-l-10 label, .donation-area form.donation-form .line .input.mg-l-10 label {
  left: 25px;
}
.wpcf7 form.wpcf7-form .line .input.focused label, .wpcf7 form.wpcf7-form .line .input.not-empty label, .wpcf7 form.donation-form .line .input.focused label, .wpcf7 form.donation-form .line .input.not-empty label, .donation-area form.wpcf7-form .line .input.focused label, .donation-area form.wpcf7-form .line .input.not-empty label, .donation-area form.donation-form .line .input.focused label, .donation-area form.donation-form .line .input.not-empty label {
  top: -7px;
}
.wpcf7 form.wpcf7-form .line .input.focused label, .wpcf7 form.donation-form .line .input.focused label, .donation-area form.wpcf7-form .line .input.focused label, .donation-area form.donation-form .line .input.focused label {
  color: #9c8a80;
}
.wpcf7 form.wpcf7-form .line .input label, .wpcf7 form.donation-form .line .input label, .donation-area form.wpcf7-form .line .input label, .donation-area form.donation-form .line .input label {
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  z-index: 10;
  padding: 0 5px;
  left: 15px;
  top: 12px;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  color: rgba(76, 86, 92, 0.6);
  transition: All 0.3s linear;
}
.wpcf7 form.wpcf7-form .line .input .field, .wpcf7 form.donation-form .line .input .field, .donation-area form.wpcf7-form .line .input .field, .donation-area form.donation-form .line .input .field {
  position: relative;
}
.wpcf7 form.wpcf7-form .line .input .field span.bx, .wpcf7 form.donation-form .line .input .field span.bx, .donation-area form.wpcf7-form .line .input .field span.bx, .donation-area form.donation-form .line .input .field span.bx {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 2px;
  right: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 24px;
  background-color: #ffffff;
  pointer-events: none;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.wpcf7 form.wpcf7-form .line .input .field input, .wpcf7 form.wpcf7-form .line .input .field select, .wpcf7 form.wpcf7-form .line .input .field textarea, .wpcf7 form.donation-form .line .input .field input, .wpcf7 form.donation-form .line .input .field select, .wpcf7 form.donation-form .line .input .field textarea, .donation-area form.wpcf7-form .line .input .field input, .donation-area form.wpcf7-form .line .input .field select, .donation-area form.wpcf7-form .line .input .field textarea, .donation-area form.donation-form .line .input .field input, .donation-area form.donation-form .line .input .field select, .donation-area form.donation-form .line .input .field textarea {
  display: inline-block;
  border: 2px solid rgba(76, 86, 92, 0.2);
  width: 100%;
  outline: none;
  padding: 0 20px;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  color: #4c565c;
  font-size: 14px;
  border-radius: 20px;
  box-sizing: border-box;
  transition: All 0.3s linear;
}
.wpcf7 form.wpcf7-form .line .input .field input.wpcf7-not-valid, .wpcf7 form.wpcf7-form .line .input .field select.wpcf7-not-valid, .wpcf7 form.wpcf7-form .line .input .field textarea.wpcf7-not-valid, .wpcf7 form.donation-form .line .input .field input.wpcf7-not-valid, .wpcf7 form.donation-form .line .input .field select.wpcf7-not-valid, .wpcf7 form.donation-form .line .input .field textarea.wpcf7-not-valid, .donation-area form.wpcf7-form .line .input .field input.wpcf7-not-valid, .donation-area form.wpcf7-form .line .input .field select.wpcf7-not-valid, .donation-area form.wpcf7-form .line .input .field textarea.wpcf7-not-valid, .donation-area form.donation-form .line .input .field input.wpcf7-not-valid, .donation-area form.donation-form .line .input .field select.wpcf7-not-valid, .donation-area form.donation-form .line .input .field textarea.wpcf7-not-valid {
  border: 2px solid #f44444;
}
.wpcf7 form.wpcf7-form .line .input .field input:focus, .wpcf7 form.wpcf7-form .line .input .field select:focus, .wpcf7 form.wpcf7-form .line .input .field textarea:focus, .wpcf7 form.donation-form .line .input .field input:focus, .wpcf7 form.donation-form .line .input .field select:focus, .wpcf7 form.donation-form .line .input .field textarea:focus, .donation-area form.wpcf7-form .line .input .field input:focus, .donation-area form.wpcf7-form .line .input .field select:focus, .donation-area form.wpcf7-form .line .input .field textarea:focus, .donation-area form.donation-form .line .input .field input:focus, .donation-area form.donation-form .line .input .field select:focus, .donation-area form.donation-form .line .input .field textarea:focus {
  border: 2px solid #9c8a80;
}
.wpcf7 form.wpcf7-form .line .input .field input, .wpcf7 form.wpcf7-form .line .input .field select, .wpcf7 form.donation-form .line .input .field input, .wpcf7 form.donation-form .line .input .field select, .donation-area form.wpcf7-form .line .input .field input, .donation-area form.wpcf7-form .line .input .field select, .donation-area form.donation-form .line .input .field input, .donation-area form.donation-form .line .input .field select {
  height: 40px;
}
.wpcf7 form.wpcf7-form .line .input .field textarea, .wpcf7 form.donation-form .line .input .field textarea, .donation-area form.wpcf7-form .line .input .field textarea, .donation-area form.donation-form .line .input .field textarea {
  min-height: 150px;
  resize: none;
  padding: 20px;
}
.wpcf7 form.wpcf7-form .line .input .field span.wpcf7-not-valid-tip, .wpcf7 form.donation-form .line .input .field span.wpcf7-not-valid-tip, .donation-area form.wpcf7-form .line .input .field span.wpcf7-not-valid-tip, .donation-area form.donation-form .line .input .field span.wpcf7-not-valid-tip {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  float: left;
  margin-top: 10px;
  font-size: 13px;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output, .wpcf7 form.donation-form .wpcf7-response-output, .donation-area form.wpcf7-form .wpcf7-response-output, .donation-area form.donation-form .wpcf7-response-output {
  border: 0;
  padding: 20px;
  margin: 0;
  background-color: #ffd300;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.pagination {
  text-align: left;
}
.pagination a.page-numbers, .pagination span.page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(76, 86, 92, 0.2);
  text-align: center;
  line-height: 38px;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  font-size: 16px;
  color: #4c565c;
  margin: 0 5px;
  vertical-align: middle;
  border-radius: 100%;
  transition: All 0.3s linear;
}
.pagination a.page-numbers:hover, .pagination span.page-numbers:hover {
  border: 2px solid #9c8a80;
  color: #ffffff;
  background-color: #9c8a80;
}
.pagination a.page-numbers.current, .pagination a.page-numbers.current:hover, .pagination span.page-numbers.current, .pagination span.page-numbers.current:hover {
  border: 2px solid #00a5a9;
  color: #ffffff;
  background-color: #00a5a9;
}
.pagination a.page-numbers.previous, .pagination a.page-numbers.next, .pagination a.page-numbers.prev, .pagination span.page-numbers.previous, .pagination span.page-numbers.next, .pagination span.page-numbers.prev {
  line-height: 43px;
  font-size: 22px;
}
.pagination a.page-numbers.previous span.bx, .pagination a.page-numbers.prev span.bx, .pagination span.page-numbers.previous span.bx, .pagination span.page-numbers.prev span.bx {
  transform: translateX(1px);
}
.pagination a.page-numbers.next span.bx, .pagination span.page-numbers.next span.bx {
  transform: translateX(-1px);
}
.pagination a.page-numbers.disabled, .pagination span.page-numbers.disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.bloc-title h1, .bloc-title h2, .bloc-title h3, .bloc-title h4 {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
}

section.articles {
  padding: 60px 0;
}
section.articles .container .posts-taxonomies-listing {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
section.articles .container .posts-taxonomies-listing ul li {
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
section.articles .container .posts-taxonomies-listing ul li a {
  position: relative;
}
section.articles .container .posts-taxonomies-listing ul li.current a {
  padding-left: 30px;
}
section.articles .container .posts-taxonomies-listing ul li.current a .bullet {
  height: 8px;
  width: 8px;
  left: 13px;
  display: block;
  position: absolute;
  background: #00a5a9;
  top: 50%;
  border-radius: 100%;
  transform: translateY(-50%);
}
section.articles .container .grid-container:not(.term-archive-27) {
  display: flex;
}
@media only screen and (max-width: 630px) {
  section.articles .container .grid-container:not(.term-archive-27) {
    flex-direction: column-reverse;
  }
}
section.articles .container .grid-container:not(.term-archive-27) .grid {
  width: 66.66%;
}
@media only screen and (max-width: 630px) {
  section.articles .container .grid-container:not(.term-archive-27) .grid {
    width: 100%;
    padding-top: 30px;
  }
}
section.articles .container .grid-container:not(.term-archive-27).nocovid .grid {
  width: 100%;
}
section.articles .container .grid-container:not(.term-archive-27).nocovid .covid-bann {
  display: none;
}
section.articles .container .grid-container:not(.term-archive-27) .covid-bann {
  width: 33.33%;
  margin-left: 30px;
  margin-bottom: 30px;
  padding: 40px 0;
}
@media only screen and (max-width: 630px) {
  section.articles .container .grid-container:not(.term-archive-27) .covid-bann {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 20px 0 0;
  }
}
section.articles .container .grid-container:not(.term-archive-27) .covid-bann img {
  width: 100%;
  height: auto;
}
section.articles .container .grid-container:not(.term-archive-27) .covid-bann img.mobile {
  display: none;
}
@media only screen and (max-width: 630px) {
  section.articles .container .grid-container:not(.term-archive-27) .covid-bann img.mobile {
    display: block;
  }
}
@media only screen and (max-width: 630px) {
  section.articles .container .grid-container:not(.term-archive-27) .covid-bann img.desktop {
    display: none;
  }
}
section.articles .container .term-archive-27 .grid {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1200px) {
  section.articles .container .term-archive-27 .grid {
    grid-template-columns: 1fr;
  }
}
section.articles .container .term-archive-27 .covid-bann {
  display: none;
}
section.articles .container .term-archive-27 .article .content {
  background-color: #9c8a80;
}
section.articles .container .term-archive-27 .article .content p, section.articles .container .term-archive-27 .article .content a, section.articles .container .term-archive-27 .article .content h3, section.articles .container .term-archive-27 .article .content .date span {
  color: #ffffff;
}
section.articles .container .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 40px 0;
}
section.articles .container .grid.cols-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1200px) {
  section.articles .container .grid.cols-3 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1200px) {
  section.articles .container .grid {
    grid-template-columns: 1fr;
  }
}
section.articles .container .buttons {
  padding-top: 10px;
  text-align: center;
}

section.edito .container {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-column-gap: 60px;
  padding: 100px 0 100px 0;
  background-image: url("../images/edito-logo.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media only screen and (max-width: 1200px) {
  section.edito .container {
    grid-template-columns: 1fr;
    padding: 30px;
    background-image: none;
  }
}
section.edito .container .picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  section.edito .container .picture {
    margin-bottom: 20px;
  }
}
section.edito .container .picture img {
  width: auto;
  max-width: 100%;
  height: auto;
}
section.edito .container .content h3 {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  color: #4c565c;
  margin-bottom: 20px;
}
section.edito .container .content .inner-content p {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}
section.edito .container .content .inner-content p strong, section.edito .container .content .inner-content p b {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  font-weight: normal;
}
section.edito .container .content .inner-content p a {
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  color: #00a5a9;
}

section.map {
  position: relative;
}
section.map .mapbox {
  height: 40vw;
  background-color: rgba(76, 86, 92, 0.7);
}
@media only screen and (max-width: 1200px) {
  section.map .mapbox {
    height: 80vw;
  }
  section.map .mapbox .mapboxgl-ctrl-bottom-right {
    display: none;
  }
}
section.map .mapbox .mapboxgl-ctrl.mapboxgl-ctrl-group {
  width: 30px;
}
section.map .mapbox .mapboxgl-canvas-container .marker {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
section.map .mapbox .mapboxgl-canvas-container .marker.opened svg path {
  fill: #ffd300;
}
section.map .mapbox .mapboxgl-canvas-container .marker.opened:after {
  background-color: #ffd300;
}
section.map .mapbox .mapboxgl-canvas-container .marker svg {
  width: 24px;
  position: absolute;
  bottom: 10px;
  left: -2px;
  z-index: 2;
}
section.map .mapbox .mapboxgl-canvas-container .marker svg path {
  fill: #00a5a9;
  transition: All 0.3s linear;
}
section.map .mapbox .mapboxgl-canvas-container .marker:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #00a5a9;
  opacity: 0.3;
  border-radius: 20px;
  transition: All 0.3s linear;
}
section.map .mapbox .mapboxgl-canvas-container .marker-c {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
section.map .mapbox .mapboxgl-canvas-container .marker-c svg {
  width: 24px;
  position: absolute;
  bottom: 10px;
  left: -2px;
  z-index: 2;
}
section.map .mapbox .mapboxgl-canvas-container .marker-c:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #00a5a9;
  opacity: 0.3;
  border-radius: 20px;
  transition: All 0.3s linear;
}
section.map .markers, section.map .markers-cities {
  display: none;
}
section.map .popup {
  width: 450px;
  height: auto;
  background-color: #4c565c;
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 50px 40px 40px 40px;
  color: #ffffff;
  transform: translateX(-150%) translateZ(0);
  transition: All 0.3s linear;
}
@media only screen and (max-width: 1200px) {
  section.map .popup {
    width: 100%;
    height: 80vw;
    top: 0;
    left: 0;
    z-index: 10000;
    padding: 20px;
    padding-top: 50px;
  }
}
section.map .popup.opened {
  transform: translateX(0) translateZ(0);
}
section.map .popup .close {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  cursor: pointer;
  overflow: hidden;
  background-color: #353c40;
  transition: All 0.3s linear;
}
section.map .popup .close:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: #ffd300;
}
section.map .popup .name {
  margin-bottom: 20px;
}
section.map .popup .name h4 {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
}
section.map .popup .description {
  margin-bottom: 30px;
}
section.map .popup .description p {
  font-size: 14px;
  line-height: 20px;
}
section.map .popup .buttons a.btn {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
section.map .popup .buttons a.btn:last-child {
  margin-right: 0;
}

section.slider {
  background-color: #4c565c;
}
section.slider .glide {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  section.slider .glide {
    height: 400px;
  }
}
section.slider .glide .glide__track ul.glide__slides li.glide__slide {
  color: #ffffff;
  position: relative;
  max-height: 650px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  section.slider .glide .glide__track ul.glide__slides li.glide__slide {
    height: 400px;
  }
}
section.slider .glide .glide__track ul.glide__slides li.glide__slide:after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 30%;
}
section.slider .glide .glide__track ul.glide__slides li.glide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
section.slider .glide .glide__track ul.glide__slides li.glide__slide .slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
section.slider .glide .glide__track ul.glide__slides li.glide__slide .slide .container {
  display: flex;
  align-items: flex-end;
  padding: 50px 0;
  height: 100%;
}
section.slider .glide .glide__track ul.glide__slides li.glide__slide .slide .container h2 {
  display: inline-block;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-size: 25px;
  font-weight: normal;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  float: left;
}
section.slider .glide .glide__track ul.glide__slides li.glide__slide .slide .container p {
  display: inline-block;
  padding: 20px;
  float: left;
  background-color: #ffffff;
  color: #4c565c;
}
section.slider .glide .glide__track ul.glide__slides li.glide__slide .slide .container p a {
  display: inline-block;
  color: #00a5a9;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  margin-left: 10px;
}
section.slider .glide .glide__arrows .glide__arrow {
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 60px;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  section.slider .glide .glide__arrows .glide__arrow {
    width: 50px;
    font-size: 40px;
  }
}
section.slider .glide .glide__arrows .glide__arrow.glide__arrow--left {
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
}
section.slider .glide .glide__arrows .glide__arrow.glide__arrow--right {
  right: 0;
  background: transparent;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
}

section.videoslider {
  position: relative;
}
section.videoslider .slide-content {
  padding: 0 10px 30px;
}
section.videoslider .sliderprofessions {
  width: 100vw;
}
section.videoslider h2 {
  margin-left: 75px;
  padding: 10px 0;
}
section.videoslider h3 {
  padding: 15px 0 10px;
}
section.videoslider .glide__track {
  overflow: visible;
}
section.videoslider .glide__slide {
  transition: All 0.3s linear;
}
section.videoslider .glide__slide.glide__slide--active {
  transition: All 0.3s linear;
}
section.videoslider .slide {
  padding: 0 5px;
}
section.videoslider .slide .openout {
  border-radius: 20px;
  background-color: #00a5a9;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  transition: All 0.3s linear;
}
section.videoslider .slide .openout:hover {
  background-color: #f44444;
  transition: All 0.3s linear;
}
section.videoslider .slide .openout i {
  position: relative;
  top: 1px;
  font-size: 15px;
}
section.videoslider .glide__arrows {
  position: absolute;
  top: -36px;
}
section.videoslider .glide__arrows .glide__arrow {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 0;
  border: none;
  background-color: #00a5a9;
  color: #ffffff;
  font-size: 30px;
  outline: none;
  cursor: pointer;
  border-radius: 100%;
}
section.videoslider .glide__arrows .glide__arrow.glide__arrow--left {
  left: 0;
}
section.videoslider .glide__arrows .glide__arrow.glide__arrow--right {
  left: 35px;
}

section.video {
  background-color: #edeeee;
  padding: 100px 0 125px 0;
  background-image: url("../images/frise-logo.png");
  background-repeat: repeat-x;
  background-position: bottom center;
}
@media only screen and (max-width: 1200px) {
  section.video {
    padding: 20px 0 30px 0;
  }
}
section.video .container {
  display: grid;
  grid-template-columns: 600px 1fr;
  grid-column-gap: 80px;
}
@media only screen and (max-width: 1200px) {
  section.video .container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
section.video .container .video-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.video .container .video-container .video {
  background-color: #4c565c;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
section.video .container .video-container .video:after {
  display: block;
  content: "";
  padding-bottom: 55.26%;
}
section.video .container .video-container .video .plyr__poster {
  background-color: transparent;
}
section.video .container .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.video .container .content h3 {
  display: block;
  width: 100%;
  font-size: 20px;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 28px;
}
section.video .container .content p {
  font-size: 15px;
  line-height: 24px;
}

section.fullvideo {
  background-color: #edeeee;
  padding: 40px;
  background-image: url("../images/frise-logo.png");
  background-repeat: repeat-x;
  background-position: bottom center;
}
@media only screen and (max-width: 1200px) {
  section.fullvideo {
    padding: 20px 0 30px 0;
  }
}
section.fullvideo .container {
  display: block;
}
section.fullvideo .container .video-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.fullvideo .container .video-container .video {
  background-color: #4c565c;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
section.fullvideo .container .video-container .video:after {
  display: block;
  content: "";
  padding-bottom: 55.26%;
}
section.fullvideo .container .video-container .video iframe {
  width: 100%;
  height: 100%;
}
section.fullvideo .container .video-container .video .plyr__poster {
  background-color: transparent;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.mapboxgl-map {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapboxgl-canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.mapboxgl-canary {
  background-color: salmon;
}

.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: -webkit-grab;
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}

.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}

.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}

.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}

.mapboxgl-ctrl-group {
  border-radius: 4px;
  background: #fff;
}

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.mapboxgl-ctrl-group button {
  width: 29px;
  height: 29px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}

.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }

  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}

.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}

.mapboxgl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}

.mapboxgl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  -webkit-animation: mapboxgl-spin 2s linear infinite;
  animation: mapboxgl-spin 2s linear infinite;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
  }
}
@-webkit-keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.mapboxgl-ctrl-logo {
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 3px 12px 12px 3px;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 24px 2px 4px;
    visibility: visible;
    margin-top: 6px;
  }

  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover, .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 4px 2px 24px;
    border-radius: 12px 3px 3px 12px;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {
    display: block;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    content: "";
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
  }

  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }

  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    right: 0;
  }

  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    left: 0;
  }

  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}

.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}

.mapboxgl-attrib-empty {
  display: none;
}

.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border: 2px solid #333;
  border-top: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}

.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  will-change: transform;
  pointer-events: none;
}

.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}

.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
  flex-direction: row;
}

.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}

.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}

.mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.mapboxgl-user-location-dot, .mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.mapboxgl-user-location-dot:before {
  content: "";
  position: absolute;
  -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

.mapboxgl-user-location-dot:after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

.mapboxgl-user-location-dot-stale:after {
  display: none;
}

.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  width: 1px;
  height: 1px;
  border-radius: 100%;
}

.mapboxgl-crosshair, .mapboxgl-crosshair .mapboxgl-interactive, .mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}

.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}

@media print {
  .mapbox-improve-map {
    display: none;
  }
}
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(10px * 2);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(10px * -4));
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing, 10px) * .7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline-color: #00a5a9;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00a5a9)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: calc(10px / 4);
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(10px / 4);
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(10px / 2);
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(((18px / 2) + calc(10px * .7)) - (4px / 2));
  right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * .7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing, 10px) * .7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(10px * .7) / 1.5);
  padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * .7) / 1.5);
  padding-left: calc(calc(10px * .7) * 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 1.5);
  padding-right: calc(calc(10px * .7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 1.5);
  padding-top: calc(calc(10px * .7) / 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing, 10px) * .7) / 1.5);
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(10px * .7) * 4);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 4);
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(10px * .7) * 1.5) - 4px);
  right: calc((calc(var(--plyr-control-spacing, 10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(10px * .7);
  margin: calc(var(--plyr-control-spacing, 10px) * .7);
  margin-bottom: calc(calc(10px * .7) / 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * .7) / 2);
  padding-left: calc(calc(10px * .7) * 4);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 4);
  position: relative;
  width: calc(100% - (calc(10px * .7) * 2));
  width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * .7) * 2));
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(10px * .7) * 1.5) - 4px);
  left: calc((calc(var(--plyr-control-spacing, 10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(10px * .7) / 2);
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * .7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(10px * .7);
  padding-left: calc(var(--plyr-control-spacing, 10px) * .7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00a5a9;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00a5a9)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(10px * .7) - 2) * -1);
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * .7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(10px * .7) * 3.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: calc(13px * 2);
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00a5a9;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00a5a9)));
  display: block;
  height: calc((3px * 2) + 13px);
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  margin-top: calc(((13px - 5px) / 2) * -1);
  margin-top: calc(((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2) * -1);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00a5a9;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00a5a9)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00a5a9;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00a5a9)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00a5a9;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00a5a9)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: calc(768px - 1)) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((18px / 2) + calc(10px * .7));
  left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * .7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((18px / 2) + calc(10px * .7));
  right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * .7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(13px * .5);
  left: calc(var(--plyr-range-thumb-height, 13px) * .5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(13px * -.5);
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -.5);
  margin-right: calc(13px * -.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((5px / 2) * -1);
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: calc(10px / 2);
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(10px / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00a5a9;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00a5a9)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25% !important;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(10px / 2);
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(10px * 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(10px * 3.5);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00a5a9;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00a5a9)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00a5a9;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00a5a9)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(10px * 1.5);
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.plyr.plyr--stopped .plyr__controls {
  display: none;
}

.plyr.plyr--stopped .plyr__video-wrapper .plyr__poster {
  background-color: rgba(76, 86, 92, 0.8);
  opacity: 1;
  cursor: pointer;
}

.article .picture {
  height: 200px;
  background-color: rgba(76, 86, 92, 0.1);
  position: relative;
}
.article .picture span.badge {
  position: absolute;
  top: 20px;
  left: 20px;
}
.article .picture span.badge a {
  color: #ffffff;
}
.article .picture a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.article .picture a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .content {
  border: 1px solid rgba(76, 86, 92, 0.1);
  padding: 20px;
  border-top: none;
}
.article .content .date {
  line-height: 20px;
  margin-bottom: 10px;
}
.article .content .date span {
  font-size: 13px;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  color: rgba(76, 86, 92, 0.6);
  text-transform: capitalize;
}
.article .content .title {
  margin-bottom: 15px;
  height: 60px;
}
.article .content .title a h3 {
  font-size: 20px;
  font-family: "Basis Grotesque Pro Bold", sans-serif;
  font-weight: normal;
  line-height: 25px;
  padding: 0;
  color: #4c565c;
  transition: All 0.3s linear;
}
.article .content .title a h3:hover {
  color: #00a5a9;
}
.article .content .excerpt {
  margin-bottom: 20px;
}
.article .content .excerpt p {
  color: #4c565c;
  line-height: 20px;
}
.article.covid-info {
  background-color: #014b66;
  background-image: url("../images/virus.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article.covid-info .content {
  padding: 40px 20px;
}
.article.covid-info .title {
  margin-bottom: 20px;
  height: auto;
}
.article.covid-info .title a h3 {
  color: #ffffff;
  font-size: 25px;
}
.article.covid-info .excerpt p {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.article.covid-info a.btn.btn-complete.btn-grey {
  background-color: #00a5a9;
}