@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);@charset "UTF-8";
@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/boxicons.eot");
  src: url("../fonts/boxicons.eot") format("embedded-opentype"), url("../fonts/boxicons.woff2") format("woff2"), url("../fonts/boxicons.woff") format("woff"), url("../fonts/boxicons.ttf") format("truetype"), url("../fonts/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-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: "\EB60";
}

.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: "\EB79";
}

.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: "\EB92";
}

.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: "\EBAB";
}

.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: "\EBC4";
}

.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: "\EBDD";
}

.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: "\EBF6";
}

.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";
}

@font-face {
  font-family: "NoirPro";
  src: url("/fonts/noir-pro/NoirPro-Bold.eot");
  src: local("\261ENoir Pro Bold"), local("NoirPro-Bold"), url("/fonts/noir-pro/NoirPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/noir-pro/NoirPro-Bold.woff2") format("woff2"), url("/fonts/noir-pro/NoirPro-Bold.woff") format("woff"), url("/fonts/noir-pro/NoirPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "NoirPro";
  src: url("/fonts/noir-pro/NoirPro-BoldItalic.eot");
  src: local("\261ENoir Pro Bold Italic"), local("NoirPro-BoldItalic"), url("/fonts/noir-pro/NoirPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/noir-pro/NoirPro-BoldItalic.woff2") format("woff2"), url("/fonts/noir-pro/NoirPro-BoldItalic.woff") format("woff"), url("/fonts/noir-pro/NoirPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "NoirPro";
  src: url("/fonts/noir-pro/NoirPro-SemiBoldItalic.eot");
  src: local("\261ENoir Pro Semi Bold Italic"), local("NoirPro-SemiBoldItalic"), url("/fonts/noir-pro/NoirPro-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/noir-pro/NoirPro-SemiBoldItalic.woff2") format("woff2"), url("/fonts/noir-pro/NoirPro-SemiBoldItalic.woff") format("woff"), url("/fonts/noir-pro/NoirPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "NoirPro";
  src: url("/fonts/noir-pro/NoirPro-LightItalic.eot");
  src: local("\261ENoir Pro Light Italic"), local("NoirPro-LightItalic"), url("/fonts/noir-pro/NoirPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/noir-pro/NoirPro-LightItalic.woff2") format("woff2"), url("/fonts/noir-pro/NoirPro-LightItalic.woff") format("woff"), url("/fonts/noir-pro/NoirPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "NoirPro";
  src: url("/fonts/noir-pro/NoirPro-Heavy.eot");
  src: local("\261ENoir Pro Heavy"), local("NoirPro-Heavy"), url("/fonts/noir-pro/NoirPro-Heavy.eot?#iefix") format("embedded-opentype"), url("/fonts/noir-pro/NoirPro-Heavy.woff2") format("woff2"), url("/fonts/noir-pro/NoirPro-Heavy.woff") format("woff"), url("/fonts/noir-pro/NoirPro-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "NoirPro";
  src: url("/fonts/noir-pro/NoirPro-Italic.eot");
  src: local("\261ENoir Pro Italic"), local("NoirPro-Italic"), url("/fonts/noir-pro/NoirPro-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/noir-pro/NoirPro-Italic.woff2") format("woff2"), url("/fonts/noir-pro/NoirPro-Italic.woff") format("woff"), url("/fonts/noir-pro/NoirPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "NoirPro";
  src: url("/fonts/noir-pro/NoirPro-Medium.eot");
  src: local("\261ENoir Pro Medium"), local("NoirPro-Medium"), url("/fonts/noir-pro/NoirPro-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/noir-pro/NoirPro-Medium.woff2") format("woff2"), url("/fonts/noir-pro/NoirPro-Medium.woff") format("woff"), url("/fonts/noir-pro/NoirPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NoirPro";
  src: url("/fonts/noir-pro/NoirPro-Regular.eot");
  src: local("\261ENoir Pro"), local("NoirPro-Regular"), url("/fonts/noir-pro/NoirPro-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/noir-pro/NoirPro-Regular.woff2") format("woff2"), url("/fonts/noir-pro/NoirPro-Regular.woff") format("woff"), url("/fonts/noir-pro/NoirPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NoirPro";
  src: url("/fonts/noir-pro/NoirPro-Light.eot");
  src: local("\261ENoir Pro Light"), local("NoirPro-Light"), url("/fonts/noir-pro/NoirPro-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/noir-pro/NoirPro-Light.woff2") format("woff2"), url("/fonts/noir-pro/NoirPro-Light.woff") format("woff"), url("/fonts/noir-pro/NoirPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NoirPro";
  src: url("/fonts/noir-pro/NoirPro-HeavyItalic.eot");
  src: local("\261ENoir Pro Heavy Italic"), local("NoirPro-HeavyItalic"), url("/fonts/noir-pro/NoirPro-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/noir-pro/NoirPro-HeavyItalic.woff2") format("woff2"), url("/fonts/noir-pro/NoirPro-HeavyItalic.woff") format("woff"), url("/fonts/noir-pro/NoirPro-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "NoirPro";
  src: url("/fonts/noir-pro/NoirPro-MediumItalic.eot");
  src: local("\261ENoir Pro Medium Italic"), local("NoirPro-MediumItalic"), url("/fonts/noir-pro/NoirPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/noir-pro/NoirPro-MediumItalic.woff2") format("woff2"), url("/fonts/noir-pro/NoirPro-MediumItalic.woff") format("woff"), url("/fonts/noir-pro/NoirPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Pequena Neo";
  src: url("/fonts/pequena/PequenaNeo-Black.eot");
  src: local("Pequena Neo Black"), local("PequenaNeo-Black"), url("/fonts/pequena/PequenaNeo-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/pequena/PequenaNeo-Black.woff2") format("woff2"), url("/fonts/pequena/PequenaNeo-Black.woff") format("woff"), url("/fonts/pequena/PequenaNeo-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Pequena Neo";
  src: url("/fonts/pequena/PequenaNeo-Bold.eot");
  src: local("Pequena Neo Bold"), local("PequenaNeo-Bold"), url("/fonts/pequena/PequenaNeo-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/pequena/PequenaNeo-Bold.woff2") format("woff2"), url("/fonts/pequena/PequenaNeo-Bold.woff") format("woff"), url("/fonts/pequena/PequenaNeo-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Pequena Neo Shadow";
  src: url("/fonts/pequena/PequenaNeo-ShadowBlack.eot");
  src: local("Pequena Neo Shadow Black"), local("PequenaNeo-ShadowBlack"), url("/fonts/pequena/PequenaNeo-ShadowBlack.eot?#iefix") format("embedded-opentype"), url("/fonts/pequena/PequenaNeo-ShadowBlack.woff2") format("woff2"), url("/fonts/pequena/PequenaNeo-ShadowBlack.woff") format("woff"), url("/fonts/pequena/PequenaNeo-ShadowBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Pequena Neo Dingbats";
  src: url("/fonts/pequena/PequenaNeo-Dingbats.eot");
  src: local("Pequena Neo Dingbats"), local("PequenaNeo-Dingbats"), url("/fonts/pequena/PequenaNeo-Dingbats.eot?#iefix") format("embedded-opentype"), url("/fonts/pequena/PequenaNeo-Dingbats.woff2") format("woff2"), url("/fonts/pequena/PequenaNeo-Dingbats.woff") format("woff"), url("/fonts/pequena/PequenaNeo-Dingbats.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pequena Neo";
  src: url("/fonts/pequena/PequenaNeo-ExtraBold.eot");
  src: local("Pequena Neo ExtraBold"), local("PequenaNeo-ExtraBold"), url("/fonts/pequena/PequenaNeo-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/pequena/PequenaNeo-ExtraBold.woff2") format("woff2"), url("/fonts/pequena/PequenaNeo-ExtraBold.woff") format("woff"), url("/fonts/pequena/PequenaNeo-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pequena Neo Shadow";
  src: url("/fonts/pequena/PequenaNeo-ShadowBold.eot");
  src: local("Pequena Neo Shadow Bold"), local("PequenaNeo-ShadowBold"), url("/fonts/pequena/PequenaNeo-ShadowBold.eot?#iefix") format("embedded-opentype"), url("/fonts/pequena/PequenaNeo-ShadowBold.woff2") format("woff2"), url("/fonts/pequena/PequenaNeo-ShadowBold.woff") format("woff"), url("/fonts/pequena/PequenaNeo-ShadowBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Pequena Neo Shadow";
  src: url("/fonts/pequena/PequenaNeo-ShadowExtraBold.eot");
  src: local("Pequena Neo Shadow ExtraBold"), local("PequenaNeo-ShadowExtraBold"), url("/fonts/pequena/PequenaNeo-ShadowExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/pequena/PequenaNeo-ShadowExtraBold.woff2") format("woff2"), url("/fonts/pequena/PequenaNeo-ShadowExtraBold.woff") format("woff"), url("/fonts/pequena/PequenaNeo-ShadowExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pequena Neo";
  src: url("/fonts/pequena/PequenaNeo-Regular.eot");
  src: local("Pequena Neo Regular"), local("PequenaNeo-Regular"), url("/fonts/pequena/PequenaNeo-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/pequena/PequenaNeo-Regular.woff2") format("woff2"), url("/fonts/pequena/PequenaNeo-Regular.woff") format("woff"), url("/fonts/pequena/PequenaNeo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pequena Neo Shadow";
  src: url("/fonts/pequena/PequenaNeo-ShadowRegular.eot");
  src: local("Pequena Neo Shadow Regular"), local("PequenaNeo-ShadowRegular"), url("/fonts/pequena/PequenaNeo-ShadowRegular.eot?#iefix") format("embedded-opentype"), url("/fonts/pequena/PequenaNeo-ShadowRegular.woff2") format("woff2"), url("/fonts/pequena/PequenaNeo-ShadowRegular.woff") format("woff"), url("/fonts/pequena/PequenaNeo-ShadowRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Airfool";
  src: url("/fonts/airfool/airfool.eot"); /* IE 9 Compatibility Mode */
  src: url("/fonts/airfool/airfool.eot?#iefix") format("embedded-opentype"), url("/fonts/airfool/airfool.woff2") format("woff2"), url("/fonts/airfool/airfool.woff") format("woff"), url("/fonts/airfool/airfool.ttf") format("truetype"), url("/fonts/airfool/airfool.svg#airfool") format("svg"); /* Chrome < 4, Legacy iOS */
}
.font-weight-bolder {
  font-weight: 900 !important;
}

.text-primary {
  color: #003C91 !important;
}
.text-secondary {
  color: #FAB709 !important;
}
.text-muted {
  color: #666666 !important;
}
.text-dark {
  color: #333333 !important;
}
.text-danger {
  color: #DE4550 !important;
}

.bg-light {
  background-color: #ffffff !important;
}
.bg-light-secondary {
  background-color: #F3F7FC !important;
}
.bg-primary {
  background-color: #003C91 !important;
}
.bg-primary-gradient {
  background: linear-gradient(97.57deg, #52AE32 0%, #00A4AF 100%);
}
.bg-primary-opaque {
  background-color: rgba(0, 60, 145, 0.25) !important;
}
.bg-secondary {
  background-color: #FAB709 !important;
}
.bg-secondary-gradient {
  background: linear-gradient(97.57deg, #FAB709 0%, #FAB709 100%);
}
.bg-gray {
  background-color: #AAAAAA !important;
}
.bg-success {
  background-color: #55B50C !important;
}
.bg-danger {
  background-color: #DE4550 !important;
}
.bg-info {
  background-color: #0592DE !important;
}

.fill-white {
  fill: #ffffff !important;
}
.fill-light {
  fill: #F3F7FC !important;
}
.fill-primary {
  fill: #003C91 !important;
}

.pos-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3, .my-3 {
  margin-top: 0.75rem !important;
}

.mr-3, .mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3, .mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4, .my-4 {
  margin-top: 1rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-5, .my-5 {
  margin-top: 1.25rem !important;
}

.mr-5, .mx-5 {
  margin-right: 1.25rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5, .mx-5 {
  margin-left: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6, .my-6 {
  margin-top: 1.5rem !important;
}

.mr-6, .mx-6 {
  margin-right: 1.5rem !important;
}

.mb-6, .my-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6, .mx-6 {
  margin-left: 1.5rem !important;
}

.m-7 {
  margin: 2rem !important;
}

.mt-7, .my-7 {
  margin-top: 2rem !important;
}

.mr-7, .mx-7 {
  margin-right: 2rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 2rem !important;
}

.ml-7, .mx-7 {
  margin-left: 2rem !important;
}

.m-8 {
  margin: 2.5rem !important;
}

.mt-8, .my-8 {
  margin-top: 2.5rem !important;
}

.mr-8, .mx-8 {
  margin-right: 2.5rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 2.5rem !important;
}

.ml-8, .mx-8 {
  margin-left: 2.5rem !important;
}

.m-9 {
  margin: 3rem !important;
}

.mt-9, .my-9 {
  margin-top: 3rem !important;
}

.mr-9, .mx-9 {
  margin-right: 3rem !important;
}

.mb-9, .my-9 {
  margin-bottom: 3rem !important;
}

.ml-9, .mx-9 {
  margin-left: 3rem !important;
}

.m-10 {
  margin: 4rem !important;
}

.mt-10, .my-10 {
  margin-top: 4rem !important;
}

.mr-10, .mx-10 {
  margin-right: 4rem !important;
}

.mb-10, .my-10 {
  margin-bottom: 4rem !important;
}

.ml-10, .mx-10 {
  margin-left: 4rem !important;
}

.m-11 {
  margin: 5rem !important;
}

.mt-11, .my-11 {
  margin-top: 5rem !important;
}

.mr-11, .mx-11 {
  margin-right: 5rem !important;
}

.mb-11, .my-11 {
  margin-bottom: 5rem !important;
}

.ml-11, .mx-11 {
  margin-left: 5rem !important;
}

.m-12 {
  margin: 6rem !important;
}

.mt-12, .my-12 {
  margin-top: 6rem !important;
}

.mr-12, .mx-12 {
  margin-right: 6rem !important;
}

.mb-12, .my-12 {
  margin-bottom: 6rem !important;
}

.ml-12, .mx-12 {
  margin-left: 6rem !important;
}

.m-13 {
  margin: 8rem !important;
}

.mt-13, .my-13 {
  margin-top: 8rem !important;
}

.mr-13, .mx-13 {
  margin-right: 8rem !important;
}

.mb-13, .my-13 {
  margin-bottom: 8rem !important;
}

.ml-13, .mx-13 {
  margin-left: 8rem !important;
}

.m-14 {
  margin: 10rem !important;
}

.mt-14, .my-14 {
  margin-top: 10rem !important;
}

.mr-14, .mx-14 {
  margin-right: 10rem !important;
}

.mb-14, .my-14 {
  margin-bottom: 10rem !important;
}

.ml-14, .mx-14 {
  margin-left: 10rem !important;
}

.m-15 {
  margin: 12rem !important;
}

.mt-15, .my-15 {
  margin-top: 12rem !important;
}

.mr-15, .mx-15 {
  margin-right: 12rem !important;
}

.mb-15, .my-15 {
  margin-bottom: 12rem !important;
}

.ml-15, .mx-15 {
  margin-left: 12rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3, .py-3 {
  padding-top: 0.75rem !important;
}

.pr-3, .px-3 {
  padding-right: 0.75rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3, .px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4, .py-4 {
  padding-top: 1rem !important;
}

.pr-4, .px-4 {
  padding-right: 1rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1rem !important;
}

.pl-4, .px-4 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5, .py-5 {
  padding-top: 1.25rem !important;
}

.pr-5, .px-5 {
  padding-right: 1.25rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5, .px-5 {
  padding-left: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6, .py-6 {
  padding-top: 1.5rem !important;
}

.pr-6, .px-6 {
  padding-right: 1.5rem !important;
}

.pb-6, .py-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6, .px-6 {
  padding-left: 1.5rem !important;
}

.p-7 {
  padding: 2rem !important;
}

.pt-7, .py-7 {
  padding-top: 2rem !important;
}

.pr-7, .px-7 {
  padding-right: 2rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 2rem !important;
}

.pl-7, .px-7 {
  padding-left: 2rem !important;
}

.p-8 {
  padding: 2.5rem !important;
}

.pt-8, .py-8 {
  padding-top: 2.5rem !important;
}

.pr-8, .px-8 {
  padding-right: 2.5rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 2.5rem !important;
}

.pl-8, .px-8 {
  padding-left: 2.5rem !important;
}

.p-9 {
  padding: 3rem !important;
}

.pt-9, .py-9 {
  padding-top: 3rem !important;
}

.pr-9, .px-9 {
  padding-right: 3rem !important;
}

.pb-9, .py-9 {
  padding-bottom: 3rem !important;
}

.pl-9, .px-9 {
  padding-left: 3rem !important;
}

.p-10 {
  padding: 4rem !important;
}

.pt-10, .py-10 {
  padding-top: 4rem !important;
}

.pr-10, .px-10 {
  padding-right: 4rem !important;
}

.pb-10, .py-10 {
  padding-bottom: 4rem !important;
}

.pl-10, .px-10 {
  padding-left: 4rem !important;
}

.p-11 {
  padding: 5rem !important;
}

.pt-11, .py-11 {
  padding-top: 5rem !important;
}

.pr-11, .px-11 {
  padding-right: 5rem !important;
}

.pb-11, .py-11 {
  padding-bottom: 5rem !important;
}

.pl-11, .px-11 {
  padding-left: 5rem !important;
}

.p-12 {
  padding: 6rem !important;
}

.pt-12, .py-12 {
  padding-top: 6rem !important;
}

.pr-12, .px-12 {
  padding-right: 6rem !important;
}

.pb-12, .py-12 {
  padding-bottom: 6rem !important;
}

.pl-12, .px-12 {
  padding-left: 6rem !important;
}

.p-13 {
  padding: 8rem !important;
}

.pt-13, .py-13 {
  padding-top: 8rem !important;
}

.pr-13, .px-13 {
  padding-right: 8rem !important;
}

.pb-13, .py-13 {
  padding-bottom: 8rem !important;
}

.pl-13, .px-13 {
  padding-left: 8rem !important;
}

.p-14 {
  padding: 10rem !important;
}

.pt-14, .py-14 {
  padding-top: 10rem !important;
}

.pr-14, .px-14 {
  padding-right: 10rem !important;
}

.pb-14, .py-14 {
  padding-bottom: 10rem !important;
}

.pl-14, .px-14 {
  padding-left: 10rem !important;
}

.p-15 {
  padding: 12rem !important;
}

.pt-15, .py-15 {
  padding-top: 12rem !important;
}

.pr-15, .px-15 {
  padding-right: 12rem !important;
}

.pb-15, .py-15 {
  padding-bottom: 12rem !important;
}

.pl-15, .px-15 {
  padding-left: 12rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1rem !important;
}

.m-n5 {
  margin: -1.25rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -1.25rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -1.25rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -1.25rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -1.25rem !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.mt-n6, .my-n6 {
  margin-top: -1.5rem !important;
}

.mr-n6, .mx-n6 {
  margin-right: -1.5rem !important;
}

.mb-n6, .my-n6 {
  margin-bottom: -1.5rem !important;
}

.ml-n6, .mx-n6 {
  margin-left: -1.5rem !important;
}

.m-n7 {
  margin: -2rem !important;
}

.mt-n7, .my-n7 {
  margin-top: -2rem !important;
}

.mr-n7, .mx-n7 {
  margin-right: -2rem !important;
}

.mb-n7, .my-n7 {
  margin-bottom: -2rem !important;
}

.ml-n7, .mx-n7 {
  margin-left: -2rem !important;
}

.m-n8 {
  margin: -2.5rem !important;
}

.mt-n8, .my-n8 {
  margin-top: -2.5rem !important;
}

.mr-n8, .mx-n8 {
  margin-right: -2.5rem !important;
}

.mb-n8, .my-n8 {
  margin-bottom: -2.5rem !important;
}

.ml-n8, .mx-n8 {
  margin-left: -2.5rem !important;
}

.m-n9 {
  margin: -3rem !important;
}

.mt-n9, .my-n9 {
  margin-top: -3rem !important;
}

.mr-n9, .mx-n9 {
  margin-right: -3rem !important;
}

.mb-n9, .my-n9 {
  margin-bottom: -3rem !important;
}

.ml-n9, .mx-n9 {
  margin-left: -3rem !important;
}

.m-n10 {
  margin: -4rem !important;
}

.mt-n10, .my-n10 {
  margin-top: -4rem !important;
}

.mr-n10, .mx-n10 {
  margin-right: -4rem !important;
}

.mb-n10, .my-n10 {
  margin-bottom: -4rem !important;
}

.ml-n10, .mx-n10 {
  margin-left: -4rem !important;
}

.m-n11 {
  margin: -5rem !important;
}

.mt-n11, .my-n11 {
  margin-top: -5rem !important;
}

.mr-n11, .mx-n11 {
  margin-right: -5rem !important;
}

.mb-n11, .my-n11 {
  margin-bottom: -5rem !important;
}

.ml-n11, .mx-n11 {
  margin-left: -5rem !important;
}

.m-n12 {
  margin: -6rem !important;
}

.mt-n12, .my-n12 {
  margin-top: -6rem !important;
}

.mr-n12, .mx-n12 {
  margin-right: -6rem !important;
}

.mb-n12, .my-n12 {
  margin-bottom: -6rem !important;
}

.ml-n12, .mx-n12 {
  margin-left: -6rem !important;
}

.m-n13 {
  margin: -8rem !important;
}

.mt-n13, .my-n13 {
  margin-top: -8rem !important;
}

.mr-n13, .mx-n13 {
  margin-right: -8rem !important;
}

.mb-n13, .my-n13 {
  margin-bottom: -8rem !important;
}

.ml-n13, .mx-n13 {
  margin-left: -8rem !important;
}

.m-n14 {
  margin: -10rem !important;
}

.mt-n14, .my-n14 {
  margin-top: -10rem !important;
}

.mr-n14, .mx-n14 {
  margin-right: -10rem !important;
}

.mb-n14, .my-n14 {
  margin-bottom: -10rem !important;
}

.ml-n14, .mx-n14 {
  margin-left: -10rem !important;
}

.m-n15 {
  margin: -12rem !important;
}

.mt-n15, .my-n15 {
  margin-top: -12rem !important;
}

.mr-n15, .mx-n15 {
  margin-right: -12rem !important;
}

.mb-n15, .my-n15 {
  margin-bottom: -12rem !important;
}

.ml-n15, .mx-n15 {
  margin-left: -12rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6, .my-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6, .mx-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6, .my-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6, .mx-sm-6 {
    margin-left: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 2rem !important;
  }
  .mt-sm-7, .my-sm-7 {
    margin-top: 2rem !important;
  }
  .mr-sm-7, .mx-sm-7 {
    margin-right: 2rem !important;
  }
  .mb-sm-7, .my-sm-7 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-7, .mx-sm-7 {
    margin-left: 2rem !important;
  }
  .m-sm-8 {
    margin: 2.5rem !important;
  }
  .mt-sm-8, .my-sm-8 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-8, .mx-sm-8 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-8, .my-sm-8 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-8, .mx-sm-8 {
    margin-left: 2.5rem !important;
  }
  .m-sm-9 {
    margin: 3rem !important;
  }
  .mt-sm-9, .my-sm-9 {
    margin-top: 3rem !important;
  }
  .mr-sm-9, .mx-sm-9 {
    margin-right: 3rem !important;
  }
  .mb-sm-9, .my-sm-9 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-9, .mx-sm-9 {
    margin-left: 3rem !important;
  }
  .m-sm-10 {
    margin: 4rem !important;
  }
  .mt-sm-10, .my-sm-10 {
    margin-top: 4rem !important;
  }
  .mr-sm-10, .mx-sm-10 {
    margin-right: 4rem !important;
  }
  .mb-sm-10, .my-sm-10 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-10, .mx-sm-10 {
    margin-left: 4rem !important;
  }
  .m-sm-11 {
    margin: 5rem !important;
  }
  .mt-sm-11, .my-sm-11 {
    margin-top: 5rem !important;
  }
  .mr-sm-11, .mx-sm-11 {
    margin-right: 5rem !important;
  }
  .mb-sm-11, .my-sm-11 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-11, .mx-sm-11 {
    margin-left: 5rem !important;
  }
  .m-sm-12 {
    margin: 6rem !important;
  }
  .mt-sm-12, .my-sm-12 {
    margin-top: 6rem !important;
  }
  .mr-sm-12, .mx-sm-12 {
    margin-right: 6rem !important;
  }
  .mb-sm-12, .my-sm-12 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-12, .mx-sm-12 {
    margin-left: 6rem !important;
  }
  .m-sm-13 {
    margin: 8rem !important;
  }
  .mt-sm-13, .my-sm-13 {
    margin-top: 8rem !important;
  }
  .mr-sm-13, .mx-sm-13 {
    margin-right: 8rem !important;
  }
  .mb-sm-13, .my-sm-13 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-13, .mx-sm-13 {
    margin-left: 8rem !important;
  }
  .m-sm-14 {
    margin: 10rem !important;
  }
  .mt-sm-14, .my-sm-14 {
    margin-top: 10rem !important;
  }
  .mr-sm-14, .mx-sm-14 {
    margin-right: 10rem !important;
  }
  .mb-sm-14, .my-sm-14 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-14, .mx-sm-14 {
    margin-left: 10rem !important;
  }
  .m-sm-15 {
    margin: 12rem !important;
  }
  .mt-sm-15, .my-sm-15 {
    margin-top: 12rem !important;
  }
  .mr-sm-15, .mx-sm-15 {
    margin-right: 12rem !important;
  }
  .mb-sm-15, .my-sm-15 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-15, .mx-sm-15 {
    margin-left: 12rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-6, .py-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-6, .px-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6, .py-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-6, .px-sm-6 {
    padding-left: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 2rem !important;
  }
  .pt-sm-7, .py-sm-7 {
    padding-top: 2rem !important;
  }
  .pr-sm-7, .px-sm-7 {
    padding-right: 2rem !important;
  }
  .pb-sm-7, .py-sm-7 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-7, .px-sm-7 {
    padding-left: 2rem !important;
  }
  .p-sm-8 {
    padding: 2.5rem !important;
  }
  .pt-sm-8, .py-sm-8 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-8, .px-sm-8 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-8, .py-sm-8 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-8, .px-sm-8 {
    padding-left: 2.5rem !important;
  }
  .p-sm-9 {
    padding: 3rem !important;
  }
  .pt-sm-9, .py-sm-9 {
    padding-top: 3rem !important;
  }
  .pr-sm-9, .px-sm-9 {
    padding-right: 3rem !important;
  }
  .pb-sm-9, .py-sm-9 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-9, .px-sm-9 {
    padding-left: 3rem !important;
  }
  .p-sm-10 {
    padding: 4rem !important;
  }
  .pt-sm-10, .py-sm-10 {
    padding-top: 4rem !important;
  }
  .pr-sm-10, .px-sm-10 {
    padding-right: 4rem !important;
  }
  .pb-sm-10, .py-sm-10 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-10, .px-sm-10 {
    padding-left: 4rem !important;
  }
  .p-sm-11 {
    padding: 5rem !important;
  }
  .pt-sm-11, .py-sm-11 {
    padding-top: 5rem !important;
  }
  .pr-sm-11, .px-sm-11 {
    padding-right: 5rem !important;
  }
  .pb-sm-11, .py-sm-11 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-11, .px-sm-11 {
    padding-left: 5rem !important;
  }
  .p-sm-12 {
    padding: 6rem !important;
  }
  .pt-sm-12, .py-sm-12 {
    padding-top: 6rem !important;
  }
  .pr-sm-12, .px-sm-12 {
    padding-right: 6rem !important;
  }
  .pb-sm-12, .py-sm-12 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-12, .px-sm-12 {
    padding-left: 6rem !important;
  }
  .p-sm-13 {
    padding: 8rem !important;
  }
  .pt-sm-13, .py-sm-13 {
    padding-top: 8rem !important;
  }
  .pr-sm-13, .px-sm-13 {
    padding-right: 8rem !important;
  }
  .pb-sm-13, .py-sm-13 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-13, .px-sm-13 {
    padding-left: 8rem !important;
  }
  .p-sm-14 {
    padding: 10rem !important;
  }
  .pt-sm-14, .py-sm-14 {
    padding-top: 10rem !important;
  }
  .pr-sm-14, .px-sm-14 {
    padding-right: 10rem !important;
  }
  .pb-sm-14, .py-sm-14 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-14, .px-sm-14 {
    padding-left: 10rem !important;
  }
  .p-sm-15 {
    padding: 12rem !important;
  }
  .pt-sm-15, .py-sm-15 {
    padding-top: 12rem !important;
  }
  .pr-sm-15, .px-sm-15 {
    padding-right: 12rem !important;
  }
  .pb-sm-15, .py-sm-15 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-15, .px-sm-15 {
    padding-left: 12rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .mt-sm-n6, .my-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n6, .mx-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n6, .my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n6, .mx-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n7 {
    margin: -2rem !important;
  }
  .mt-sm-n7, .my-sm-n7 {
    margin-top: -2rem !important;
  }
  .mr-sm-n7, .mx-sm-n7 {
    margin-right: -2rem !important;
  }
  .mb-sm-n7, .my-sm-n7 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n7, .mx-sm-n7 {
    margin-left: -2rem !important;
  }
  .m-sm-n8 {
    margin: -2.5rem !important;
  }
  .mt-sm-n8, .my-sm-n8 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n8, .mx-sm-n8 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n8, .my-sm-n8 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n8, .mx-sm-n8 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n9 {
    margin: -3rem !important;
  }
  .mt-sm-n9, .my-sm-n9 {
    margin-top: -3rem !important;
  }
  .mr-sm-n9, .mx-sm-n9 {
    margin-right: -3rem !important;
  }
  .mb-sm-n9, .my-sm-n9 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n9, .mx-sm-n9 {
    margin-left: -3rem !important;
  }
  .m-sm-n10 {
    margin: -4rem !important;
  }
  .mt-sm-n10, .my-sm-n10 {
    margin-top: -4rem !important;
  }
  .mr-sm-n10, .mx-sm-n10 {
    margin-right: -4rem !important;
  }
  .mb-sm-n10, .my-sm-n10 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n10, .mx-sm-n10 {
    margin-left: -4rem !important;
  }
  .m-sm-n11 {
    margin: -5rem !important;
  }
  .mt-sm-n11, .my-sm-n11 {
    margin-top: -5rem !important;
  }
  .mr-sm-n11, .mx-sm-n11 {
    margin-right: -5rem !important;
  }
  .mb-sm-n11, .my-sm-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n11, .mx-sm-n11 {
    margin-left: -5rem !important;
  }
  .m-sm-n12 {
    margin: -6rem !important;
  }
  .mt-sm-n12, .my-sm-n12 {
    margin-top: -6rem !important;
  }
  .mr-sm-n12, .mx-sm-n12 {
    margin-right: -6rem !important;
  }
  .mb-sm-n12, .my-sm-n12 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n12, .mx-sm-n12 {
    margin-left: -6rem !important;
  }
  .m-sm-n13 {
    margin: -8rem !important;
  }
  .mt-sm-n13, .my-sm-n13 {
    margin-top: -8rem !important;
  }
  .mr-sm-n13, .mx-sm-n13 {
    margin-right: -8rem !important;
  }
  .mb-sm-n13, .my-sm-n13 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n13, .mx-sm-n13 {
    margin-left: -8rem !important;
  }
  .m-sm-n14 {
    margin: -10rem !important;
  }
  .mt-sm-n14, .my-sm-n14 {
    margin-top: -10rem !important;
  }
  .mr-sm-n14, .mx-sm-n14 {
    margin-right: -10rem !important;
  }
  .mb-sm-n14, .my-sm-n14 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n14, .mx-sm-n14 {
    margin-left: -10rem !important;
  }
  .m-sm-n15 {
    margin: -12rem !important;
  }
  .mt-sm-n15, .my-sm-n15 {
    margin-top: -12rem !important;
  }
  .mr-sm-n15, .mx-sm-n15 {
    margin-right: -12rem !important;
  }
  .mb-sm-n15, .my-sm-n15 {
    margin-bottom: -12rem !important;
  }
  .ml-sm-n15, .mx-sm-n15 {
    margin-left: -12rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6, .my-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6, .mx-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6, .my-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6, .mx-md-6 {
    margin-left: 1.5rem !important;
  }
  .m-md-7 {
    margin: 2rem !important;
  }
  .mt-md-7, .my-md-7 {
    margin-top: 2rem !important;
  }
  .mr-md-7, .mx-md-7 {
    margin-right: 2rem !important;
  }
  .mb-md-7, .my-md-7 {
    margin-bottom: 2rem !important;
  }
  .ml-md-7, .mx-md-7 {
    margin-left: 2rem !important;
  }
  .m-md-8 {
    margin: 2.5rem !important;
  }
  .mt-md-8, .my-md-8 {
    margin-top: 2.5rem !important;
  }
  .mr-md-8, .mx-md-8 {
    margin-right: 2.5rem !important;
  }
  .mb-md-8, .my-md-8 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-8, .mx-md-8 {
    margin-left: 2.5rem !important;
  }
  .m-md-9 {
    margin: 3rem !important;
  }
  .mt-md-9, .my-md-9 {
    margin-top: 3rem !important;
  }
  .mr-md-9, .mx-md-9 {
    margin-right: 3rem !important;
  }
  .mb-md-9, .my-md-9 {
    margin-bottom: 3rem !important;
  }
  .ml-md-9, .mx-md-9 {
    margin-left: 3rem !important;
  }
  .m-md-10 {
    margin: 4rem !important;
  }
  .mt-md-10, .my-md-10 {
    margin-top: 4rem !important;
  }
  .mr-md-10, .mx-md-10 {
    margin-right: 4rem !important;
  }
  .mb-md-10, .my-md-10 {
    margin-bottom: 4rem !important;
  }
  .ml-md-10, .mx-md-10 {
    margin-left: 4rem !important;
  }
  .m-md-11 {
    margin: 5rem !important;
  }
  .mt-md-11, .my-md-11 {
    margin-top: 5rem !important;
  }
  .mr-md-11, .mx-md-11 {
    margin-right: 5rem !important;
  }
  .mb-md-11, .my-md-11 {
    margin-bottom: 5rem !important;
  }
  .ml-md-11, .mx-md-11 {
    margin-left: 5rem !important;
  }
  .m-md-12 {
    margin: 6rem !important;
  }
  .mt-md-12, .my-md-12 {
    margin-top: 6rem !important;
  }
  .mr-md-12, .mx-md-12 {
    margin-right: 6rem !important;
  }
  .mb-md-12, .my-md-12 {
    margin-bottom: 6rem !important;
  }
  .ml-md-12, .mx-md-12 {
    margin-left: 6rem !important;
  }
  .m-md-13 {
    margin: 8rem !important;
  }
  .mt-md-13, .my-md-13 {
    margin-top: 8rem !important;
  }
  .mr-md-13, .mx-md-13 {
    margin-right: 8rem !important;
  }
  .mb-md-13, .my-md-13 {
    margin-bottom: 8rem !important;
  }
  .ml-md-13, .mx-md-13 {
    margin-left: 8rem !important;
  }
  .m-md-14 {
    margin: 10rem !important;
  }
  .mt-md-14, .my-md-14 {
    margin-top: 10rem !important;
  }
  .mr-md-14, .mx-md-14 {
    margin-right: 10rem !important;
  }
  .mb-md-14, .my-md-14 {
    margin-bottom: 10rem !important;
  }
  .ml-md-14, .mx-md-14 {
    margin-left: 10rem !important;
  }
  .m-md-15 {
    margin: 12rem !important;
  }
  .mt-md-15, .my-md-15 {
    margin-top: 12rem !important;
  }
  .mr-md-15, .mx-md-15 {
    margin-right: 12rem !important;
  }
  .mb-md-15, .my-md-15 {
    margin-bottom: 12rem !important;
  }
  .ml-md-15, .mx-md-15 {
    margin-left: 12rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .pt-md-6, .py-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-6, .px-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6, .py-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-6, .px-md-6 {
    padding-left: 1.5rem !important;
  }
  .p-md-7 {
    padding: 2rem !important;
  }
  .pt-md-7, .py-md-7 {
    padding-top: 2rem !important;
  }
  .pr-md-7, .px-md-7 {
    padding-right: 2rem !important;
  }
  .pb-md-7, .py-md-7 {
    padding-bottom: 2rem !important;
  }
  .pl-md-7, .px-md-7 {
    padding-left: 2rem !important;
  }
  .p-md-8 {
    padding: 2.5rem !important;
  }
  .pt-md-8, .py-md-8 {
    padding-top: 2.5rem !important;
  }
  .pr-md-8, .px-md-8 {
    padding-right: 2.5rem !important;
  }
  .pb-md-8, .py-md-8 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-8, .px-md-8 {
    padding-left: 2.5rem !important;
  }
  .p-md-9 {
    padding: 3rem !important;
  }
  .pt-md-9, .py-md-9 {
    padding-top: 3rem !important;
  }
  .pr-md-9, .px-md-9 {
    padding-right: 3rem !important;
  }
  .pb-md-9, .py-md-9 {
    padding-bottom: 3rem !important;
  }
  .pl-md-9, .px-md-9 {
    padding-left: 3rem !important;
  }
  .p-md-10 {
    padding: 4rem !important;
  }
  .pt-md-10, .py-md-10 {
    padding-top: 4rem !important;
  }
  .pr-md-10, .px-md-10 {
    padding-right: 4rem !important;
  }
  .pb-md-10, .py-md-10 {
    padding-bottom: 4rem !important;
  }
  .pl-md-10, .px-md-10 {
    padding-left: 4rem !important;
  }
  .p-md-11 {
    padding: 5rem !important;
  }
  .pt-md-11, .py-md-11 {
    padding-top: 5rem !important;
  }
  .pr-md-11, .px-md-11 {
    padding-right: 5rem !important;
  }
  .pb-md-11, .py-md-11 {
    padding-bottom: 5rem !important;
  }
  .pl-md-11, .px-md-11 {
    padding-left: 5rem !important;
  }
  .p-md-12 {
    padding: 6rem !important;
  }
  .pt-md-12, .py-md-12 {
    padding-top: 6rem !important;
  }
  .pr-md-12, .px-md-12 {
    padding-right: 6rem !important;
  }
  .pb-md-12, .py-md-12 {
    padding-bottom: 6rem !important;
  }
  .pl-md-12, .px-md-12 {
    padding-left: 6rem !important;
  }
  .p-md-13 {
    padding: 8rem !important;
  }
  .pt-md-13, .py-md-13 {
    padding-top: 8rem !important;
  }
  .pr-md-13, .px-md-13 {
    padding-right: 8rem !important;
  }
  .pb-md-13, .py-md-13 {
    padding-bottom: 8rem !important;
  }
  .pl-md-13, .px-md-13 {
    padding-left: 8rem !important;
  }
  .p-md-14 {
    padding: 10rem !important;
  }
  .pt-md-14, .py-md-14 {
    padding-top: 10rem !important;
  }
  .pr-md-14, .px-md-14 {
    padding-right: 10rem !important;
  }
  .pb-md-14, .py-md-14 {
    padding-bottom: 10rem !important;
  }
  .pl-md-14, .px-md-14 {
    padding-left: 10rem !important;
  }
  .p-md-15 {
    padding: 12rem !important;
  }
  .pt-md-15, .py-md-15 {
    padding-top: 12rem !important;
  }
  .pr-md-15, .px-md-15 {
    padding-right: 12rem !important;
  }
  .pb-md-15, .py-md-15 {
    padding-bottom: 12rem !important;
  }
  .pl-md-15, .px-md-15 {
    padding-left: 12rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -1.25rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .mt-md-n6, .my-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n6, .mx-md-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n6, .my-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n6, .mx-md-n6 {
    margin-left: -1.5rem !important;
  }
  .m-md-n7 {
    margin: -2rem !important;
  }
  .mt-md-n7, .my-md-n7 {
    margin-top: -2rem !important;
  }
  .mr-md-n7, .mx-md-n7 {
    margin-right: -2rem !important;
  }
  .mb-md-n7, .my-md-n7 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n7, .mx-md-n7 {
    margin-left: -2rem !important;
  }
  .m-md-n8 {
    margin: -2.5rem !important;
  }
  .mt-md-n8, .my-md-n8 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n8, .mx-md-n8 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n8, .my-md-n8 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n8, .mx-md-n8 {
    margin-left: -2.5rem !important;
  }
  .m-md-n9 {
    margin: -3rem !important;
  }
  .mt-md-n9, .my-md-n9 {
    margin-top: -3rem !important;
  }
  .mr-md-n9, .mx-md-n9 {
    margin-right: -3rem !important;
  }
  .mb-md-n9, .my-md-n9 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n9, .mx-md-n9 {
    margin-left: -3rem !important;
  }
  .m-md-n10 {
    margin: -4rem !important;
  }
  .mt-md-n10, .my-md-n10 {
    margin-top: -4rem !important;
  }
  .mr-md-n10, .mx-md-n10 {
    margin-right: -4rem !important;
  }
  .mb-md-n10, .my-md-n10 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n10, .mx-md-n10 {
    margin-left: -4rem !important;
  }
  .m-md-n11 {
    margin: -5rem !important;
  }
  .mt-md-n11, .my-md-n11 {
    margin-top: -5rem !important;
  }
  .mr-md-n11, .mx-md-n11 {
    margin-right: -5rem !important;
  }
  .mb-md-n11, .my-md-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n11, .mx-md-n11 {
    margin-left: -5rem !important;
  }
  .m-md-n12 {
    margin: -6rem !important;
  }
  .mt-md-n12, .my-md-n12 {
    margin-top: -6rem !important;
  }
  .mr-md-n12, .mx-md-n12 {
    margin-right: -6rem !important;
  }
  .mb-md-n12, .my-md-n12 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n12, .mx-md-n12 {
    margin-left: -6rem !important;
  }
  .m-md-n13 {
    margin: -8rem !important;
  }
  .mt-md-n13, .my-md-n13 {
    margin-top: -8rem !important;
  }
  .mr-md-n13, .mx-md-n13 {
    margin-right: -8rem !important;
  }
  .mb-md-n13, .my-md-n13 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n13, .mx-md-n13 {
    margin-left: -8rem !important;
  }
  .m-md-n14 {
    margin: -10rem !important;
  }
  .mt-md-n14, .my-md-n14 {
    margin-top: -10rem !important;
  }
  .mr-md-n14, .mx-md-n14 {
    margin-right: -10rem !important;
  }
  .mb-md-n14, .my-md-n14 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n14, .mx-md-n14 {
    margin-left: -10rem !important;
  }
  .m-md-n15 {
    margin: -12rem !important;
  }
  .mt-md-n15, .my-md-n15 {
    margin-top: -12rem !important;
  }
  .mr-md-n15, .mx-md-n15 {
    margin-right: -12rem !important;
  }
  .mb-md-n15, .my-md-n15 {
    margin-bottom: -12rem !important;
  }
  .ml-md-n15, .mx-md-n15 {
    margin-left: -12rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6, .my-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6, .mx-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6, .my-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6, .mx-lg-6 {
    margin-left: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 2rem !important;
  }
  .mt-lg-7, .my-lg-7 {
    margin-top: 2rem !important;
  }
  .mr-lg-7, .mx-lg-7 {
    margin-right: 2rem !important;
  }
  .mb-lg-7, .my-lg-7 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-7, .mx-lg-7 {
    margin-left: 2rem !important;
  }
  .m-lg-8 {
    margin: 2.5rem !important;
  }
  .mt-lg-8, .my-lg-8 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-8, .mx-lg-8 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-8, .my-lg-8 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-8, .mx-lg-8 {
    margin-left: 2.5rem !important;
  }
  .m-lg-9 {
    margin: 3rem !important;
  }
  .mt-lg-9, .my-lg-9 {
    margin-top: 3rem !important;
  }
  .mr-lg-9, .mx-lg-9 {
    margin-right: 3rem !important;
  }
  .mb-lg-9, .my-lg-9 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-9, .mx-lg-9 {
    margin-left: 3rem !important;
  }
  .m-lg-10 {
    margin: 4rem !important;
  }
  .mt-lg-10, .my-lg-10 {
    margin-top: 4rem !important;
  }
  .mr-lg-10, .mx-lg-10 {
    margin-right: 4rem !important;
  }
  .mb-lg-10, .my-lg-10 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-10, .mx-lg-10 {
    margin-left: 4rem !important;
  }
  .m-lg-11 {
    margin: 5rem !important;
  }
  .mt-lg-11, .my-lg-11 {
    margin-top: 5rem !important;
  }
  .mr-lg-11, .mx-lg-11 {
    margin-right: 5rem !important;
  }
  .mb-lg-11, .my-lg-11 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-11, .mx-lg-11 {
    margin-left: 5rem !important;
  }
  .m-lg-12 {
    margin: 6rem !important;
  }
  .mt-lg-12, .my-lg-12 {
    margin-top: 6rem !important;
  }
  .mr-lg-12, .mx-lg-12 {
    margin-right: 6rem !important;
  }
  .mb-lg-12, .my-lg-12 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-12, .mx-lg-12 {
    margin-left: 6rem !important;
  }
  .m-lg-13 {
    margin: 8rem !important;
  }
  .mt-lg-13, .my-lg-13 {
    margin-top: 8rem !important;
  }
  .mr-lg-13, .mx-lg-13 {
    margin-right: 8rem !important;
  }
  .mb-lg-13, .my-lg-13 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-13, .mx-lg-13 {
    margin-left: 8rem !important;
  }
  .m-lg-14 {
    margin: 10rem !important;
  }
  .mt-lg-14, .my-lg-14 {
    margin-top: 10rem !important;
  }
  .mr-lg-14, .mx-lg-14 {
    margin-right: 10rem !important;
  }
  .mb-lg-14, .my-lg-14 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-14, .mx-lg-14 {
    margin-left: 10rem !important;
  }
  .m-lg-15 {
    margin: 12rem !important;
  }
  .mt-lg-15, .my-lg-15 {
    margin-top: 12rem !important;
  }
  .mr-lg-15, .mx-lg-15 {
    margin-right: 12rem !important;
  }
  .mb-lg-15, .my-lg-15 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-15, .mx-lg-15 {
    margin-left: 12rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-6, .py-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-6, .px-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6, .py-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-6, .px-lg-6 {
    padding-left: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 2rem !important;
  }
  .pt-lg-7, .py-lg-7 {
    padding-top: 2rem !important;
  }
  .pr-lg-7, .px-lg-7 {
    padding-right: 2rem !important;
  }
  .pb-lg-7, .py-lg-7 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-7, .px-lg-7 {
    padding-left: 2rem !important;
  }
  .p-lg-8 {
    padding: 2.5rem !important;
  }
  .pt-lg-8, .py-lg-8 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-8, .px-lg-8 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-8, .py-lg-8 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-8, .px-lg-8 {
    padding-left: 2.5rem !important;
  }
  .p-lg-9 {
    padding: 3rem !important;
  }
  .pt-lg-9, .py-lg-9 {
    padding-top: 3rem !important;
  }
  .pr-lg-9, .px-lg-9 {
    padding-right: 3rem !important;
  }
  .pb-lg-9, .py-lg-9 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-9, .px-lg-9 {
    padding-left: 3rem !important;
  }
  .p-lg-10 {
    padding: 4rem !important;
  }
  .pt-lg-10, .py-lg-10 {
    padding-top: 4rem !important;
  }
  .pr-lg-10, .px-lg-10 {
    padding-right: 4rem !important;
  }
  .pb-lg-10, .py-lg-10 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-10, .px-lg-10 {
    padding-left: 4rem !important;
  }
  .p-lg-11 {
    padding: 5rem !important;
  }
  .pt-lg-11, .py-lg-11 {
    padding-top: 5rem !important;
  }
  .pr-lg-11, .px-lg-11 {
    padding-right: 5rem !important;
  }
  .pb-lg-11, .py-lg-11 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-11, .px-lg-11 {
    padding-left: 5rem !important;
  }
  .p-lg-12 {
    padding: 6rem !important;
  }
  .pt-lg-12, .py-lg-12 {
    padding-top: 6rem !important;
  }
  .pr-lg-12, .px-lg-12 {
    padding-right: 6rem !important;
  }
  .pb-lg-12, .py-lg-12 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-12, .px-lg-12 {
    padding-left: 6rem !important;
  }
  .p-lg-13 {
    padding: 8rem !important;
  }
  .pt-lg-13, .py-lg-13 {
    padding-top: 8rem !important;
  }
  .pr-lg-13, .px-lg-13 {
    padding-right: 8rem !important;
  }
  .pb-lg-13, .py-lg-13 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-13, .px-lg-13 {
    padding-left: 8rem !important;
  }
  .p-lg-14 {
    padding: 10rem !important;
  }
  .pt-lg-14, .py-lg-14 {
    padding-top: 10rem !important;
  }
  .pr-lg-14, .px-lg-14 {
    padding-right: 10rem !important;
  }
  .pb-lg-14, .py-lg-14 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-14, .px-lg-14 {
    padding-left: 10rem !important;
  }
  .p-lg-15 {
    padding: 12rem !important;
  }
  .pt-lg-15, .py-lg-15 {
    padding-top: 12rem !important;
  }
  .pr-lg-15, .px-lg-15 {
    padding-right: 12rem !important;
  }
  .pb-lg-15, .py-lg-15 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-15, .px-lg-15 {
    padding-left: 12rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .mt-lg-n6, .my-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n6, .mx-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n6, .my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n6, .mx-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n7 {
    margin: -2rem !important;
  }
  .mt-lg-n7, .my-lg-n7 {
    margin-top: -2rem !important;
  }
  .mr-lg-n7, .mx-lg-n7 {
    margin-right: -2rem !important;
  }
  .mb-lg-n7, .my-lg-n7 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n7, .mx-lg-n7 {
    margin-left: -2rem !important;
  }
  .m-lg-n8 {
    margin: -2.5rem !important;
  }
  .mt-lg-n8, .my-lg-n8 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n8, .mx-lg-n8 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n8, .my-lg-n8 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n8, .mx-lg-n8 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n9 {
    margin: -3rem !important;
  }
  .mt-lg-n9, .my-lg-n9 {
    margin-top: -3rem !important;
  }
  .mr-lg-n9, .mx-lg-n9 {
    margin-right: -3rem !important;
  }
  .mb-lg-n9, .my-lg-n9 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n9, .mx-lg-n9 {
    margin-left: -3rem !important;
  }
  .m-lg-n10 {
    margin: -4rem !important;
  }
  .mt-lg-n10, .my-lg-n10 {
    margin-top: -4rem !important;
  }
  .mr-lg-n10, .mx-lg-n10 {
    margin-right: -4rem !important;
  }
  .mb-lg-n10, .my-lg-n10 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n10, .mx-lg-n10 {
    margin-left: -4rem !important;
  }
  .m-lg-n11 {
    margin: -5rem !important;
  }
  .mt-lg-n11, .my-lg-n11 {
    margin-top: -5rem !important;
  }
  .mr-lg-n11, .mx-lg-n11 {
    margin-right: -5rem !important;
  }
  .mb-lg-n11, .my-lg-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n11, .mx-lg-n11 {
    margin-left: -5rem !important;
  }
  .m-lg-n12 {
    margin: -6rem !important;
  }
  .mt-lg-n12, .my-lg-n12 {
    margin-top: -6rem !important;
  }
  .mr-lg-n12, .mx-lg-n12 {
    margin-right: -6rem !important;
  }
  .mb-lg-n12, .my-lg-n12 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n12, .mx-lg-n12 {
    margin-left: -6rem !important;
  }
  .m-lg-n13 {
    margin: -8rem !important;
  }
  .mt-lg-n13, .my-lg-n13 {
    margin-top: -8rem !important;
  }
  .mr-lg-n13, .mx-lg-n13 {
    margin-right: -8rem !important;
  }
  .mb-lg-n13, .my-lg-n13 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n13, .mx-lg-n13 {
    margin-left: -8rem !important;
  }
  .m-lg-n14 {
    margin: -10rem !important;
  }
  .mt-lg-n14, .my-lg-n14 {
    margin-top: -10rem !important;
  }
  .mr-lg-n14, .mx-lg-n14 {
    margin-right: -10rem !important;
  }
  .mb-lg-n14, .my-lg-n14 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n14, .mx-lg-n14 {
    margin-left: -10rem !important;
  }
  .m-lg-n15 {
    margin: -12rem !important;
  }
  .mt-lg-n15, .my-lg-n15 {
    margin-top: -12rem !important;
  }
  .mr-lg-n15, .mx-lg-n15 {
    margin-right: -12rem !important;
  }
  .mb-lg-n15, .my-lg-n15 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n15, .mx-lg-n15 {
    margin-left: -12rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6, .my-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6, .mx-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6, .my-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6, .mx-xl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 2rem !important;
  }
  .mt-xl-7, .my-xl-7 {
    margin-top: 2rem !important;
  }
  .mr-xl-7, .mx-xl-7 {
    margin-right: 2rem !important;
  }
  .mb-xl-7, .my-xl-7 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-7, .mx-xl-7 {
    margin-left: 2rem !important;
  }
  .m-xl-8 {
    margin: 2.5rem !important;
  }
  .mt-xl-8, .my-xl-8 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-8, .mx-xl-8 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-8, .my-xl-8 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-8, .mx-xl-8 {
    margin-left: 2.5rem !important;
  }
  .m-xl-9 {
    margin: 3rem !important;
  }
  .mt-xl-9, .my-xl-9 {
    margin-top: 3rem !important;
  }
  .mr-xl-9, .mx-xl-9 {
    margin-right: 3rem !important;
  }
  .mb-xl-9, .my-xl-9 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-9, .mx-xl-9 {
    margin-left: 3rem !important;
  }
  .m-xl-10 {
    margin: 4rem !important;
  }
  .mt-xl-10, .my-xl-10 {
    margin-top: 4rem !important;
  }
  .mr-xl-10, .mx-xl-10 {
    margin-right: 4rem !important;
  }
  .mb-xl-10, .my-xl-10 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-10, .mx-xl-10 {
    margin-left: 4rem !important;
  }
  .m-xl-11 {
    margin: 5rem !important;
  }
  .mt-xl-11, .my-xl-11 {
    margin-top: 5rem !important;
  }
  .mr-xl-11, .mx-xl-11 {
    margin-right: 5rem !important;
  }
  .mb-xl-11, .my-xl-11 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-11, .mx-xl-11 {
    margin-left: 5rem !important;
  }
  .m-xl-12 {
    margin: 6rem !important;
  }
  .mt-xl-12, .my-xl-12 {
    margin-top: 6rem !important;
  }
  .mr-xl-12, .mx-xl-12 {
    margin-right: 6rem !important;
  }
  .mb-xl-12, .my-xl-12 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-12, .mx-xl-12 {
    margin-left: 6rem !important;
  }
  .m-xl-13 {
    margin: 8rem !important;
  }
  .mt-xl-13, .my-xl-13 {
    margin-top: 8rem !important;
  }
  .mr-xl-13, .mx-xl-13 {
    margin-right: 8rem !important;
  }
  .mb-xl-13, .my-xl-13 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-13, .mx-xl-13 {
    margin-left: 8rem !important;
  }
  .m-xl-14 {
    margin: 10rem !important;
  }
  .mt-xl-14, .my-xl-14 {
    margin-top: 10rem !important;
  }
  .mr-xl-14, .mx-xl-14 {
    margin-right: 10rem !important;
  }
  .mb-xl-14, .my-xl-14 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-14, .mx-xl-14 {
    margin-left: 10rem !important;
  }
  .m-xl-15 {
    margin: 12rem !important;
  }
  .mt-xl-15, .my-xl-15 {
    margin-top: 12rem !important;
  }
  .mr-xl-15, .mx-xl-15 {
    margin-right: 12rem !important;
  }
  .mb-xl-15, .my-xl-15 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-15, .mx-xl-15 {
    margin-left: 12rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-6, .py-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-6, .px-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6, .py-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-6, .px-xl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 2rem !important;
  }
  .pt-xl-7, .py-xl-7 {
    padding-top: 2rem !important;
  }
  .pr-xl-7, .px-xl-7 {
    padding-right: 2rem !important;
  }
  .pb-xl-7, .py-xl-7 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-7, .px-xl-7 {
    padding-left: 2rem !important;
  }
  .p-xl-8 {
    padding: 2.5rem !important;
  }
  .pt-xl-8, .py-xl-8 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-8, .px-xl-8 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-8, .py-xl-8 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-8, .px-xl-8 {
    padding-left: 2.5rem !important;
  }
  .p-xl-9 {
    padding: 3rem !important;
  }
  .pt-xl-9, .py-xl-9 {
    padding-top: 3rem !important;
  }
  .pr-xl-9, .px-xl-9 {
    padding-right: 3rem !important;
  }
  .pb-xl-9, .py-xl-9 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-9, .px-xl-9 {
    padding-left: 3rem !important;
  }
  .p-xl-10 {
    padding: 4rem !important;
  }
  .pt-xl-10, .py-xl-10 {
    padding-top: 4rem !important;
  }
  .pr-xl-10, .px-xl-10 {
    padding-right: 4rem !important;
  }
  .pb-xl-10, .py-xl-10 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-10, .px-xl-10 {
    padding-left: 4rem !important;
  }
  .p-xl-11 {
    padding: 5rem !important;
  }
  .pt-xl-11, .py-xl-11 {
    padding-top: 5rem !important;
  }
  .pr-xl-11, .px-xl-11 {
    padding-right: 5rem !important;
  }
  .pb-xl-11, .py-xl-11 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-11, .px-xl-11 {
    padding-left: 5rem !important;
  }
  .p-xl-12 {
    padding: 6rem !important;
  }
  .pt-xl-12, .py-xl-12 {
    padding-top: 6rem !important;
  }
  .pr-xl-12, .px-xl-12 {
    padding-right: 6rem !important;
  }
  .pb-xl-12, .py-xl-12 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-12, .px-xl-12 {
    padding-left: 6rem !important;
  }
  .p-xl-13 {
    padding: 8rem !important;
  }
  .pt-xl-13, .py-xl-13 {
    padding-top: 8rem !important;
  }
  .pr-xl-13, .px-xl-13 {
    padding-right: 8rem !important;
  }
  .pb-xl-13, .py-xl-13 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-13, .px-xl-13 {
    padding-left: 8rem !important;
  }
  .p-xl-14 {
    padding: 10rem !important;
  }
  .pt-xl-14, .py-xl-14 {
    padding-top: 10rem !important;
  }
  .pr-xl-14, .px-xl-14 {
    padding-right: 10rem !important;
  }
  .pb-xl-14, .py-xl-14 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-14, .px-xl-14 {
    padding-left: 10rem !important;
  }
  .p-xl-15 {
    padding: 12rem !important;
  }
  .pt-xl-15, .py-xl-15 {
    padding-top: 12rem !important;
  }
  .pr-xl-15, .px-xl-15 {
    padding-right: 12rem !important;
  }
  .pb-xl-15, .py-xl-15 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-15, .px-xl-15 {
    padding-left: 12rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xl-n6, .my-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n6, .mx-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n6, .my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n6, .mx-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n7 {
    margin: -2rem !important;
  }
  .mt-xl-n7, .my-xl-n7 {
    margin-top: -2rem !important;
  }
  .mr-xl-n7, .mx-xl-n7 {
    margin-right: -2rem !important;
  }
  .mb-xl-n7, .my-xl-n7 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n7, .mx-xl-n7 {
    margin-left: -2rem !important;
  }
  .m-xl-n8 {
    margin: -2.5rem !important;
  }
  .mt-xl-n8, .my-xl-n8 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n8, .mx-xl-n8 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n8, .my-xl-n8 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n8, .mx-xl-n8 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n9 {
    margin: -3rem !important;
  }
  .mt-xl-n9, .my-xl-n9 {
    margin-top: -3rem !important;
  }
  .mr-xl-n9, .mx-xl-n9 {
    margin-right: -3rem !important;
  }
  .mb-xl-n9, .my-xl-n9 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n9, .mx-xl-n9 {
    margin-left: -3rem !important;
  }
  .m-xl-n10 {
    margin: -4rem !important;
  }
  .mt-xl-n10, .my-xl-n10 {
    margin-top: -4rem !important;
  }
  .mr-xl-n10, .mx-xl-n10 {
    margin-right: -4rem !important;
  }
  .mb-xl-n10, .my-xl-n10 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n10, .mx-xl-n10 {
    margin-left: -4rem !important;
  }
  .m-xl-n11 {
    margin: -5rem !important;
  }
  .mt-xl-n11, .my-xl-n11 {
    margin-top: -5rem !important;
  }
  .mr-xl-n11, .mx-xl-n11 {
    margin-right: -5rem !important;
  }
  .mb-xl-n11, .my-xl-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n11, .mx-xl-n11 {
    margin-left: -5rem !important;
  }
  .m-xl-n12 {
    margin: -6rem !important;
  }
  .mt-xl-n12, .my-xl-n12 {
    margin-top: -6rem !important;
  }
  .mr-xl-n12, .mx-xl-n12 {
    margin-right: -6rem !important;
  }
  .mb-xl-n12, .my-xl-n12 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n12, .mx-xl-n12 {
    margin-left: -6rem !important;
  }
  .m-xl-n13 {
    margin: -8rem !important;
  }
  .mt-xl-n13, .my-xl-n13 {
    margin-top: -8rem !important;
  }
  .mr-xl-n13, .mx-xl-n13 {
    margin-right: -8rem !important;
  }
  .mb-xl-n13, .my-xl-n13 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n13, .mx-xl-n13 {
    margin-left: -8rem !important;
  }
  .m-xl-n14 {
    margin: -10rem !important;
  }
  .mt-xl-n14, .my-xl-n14 {
    margin-top: -10rem !important;
  }
  .mr-xl-n14, .mx-xl-n14 {
    margin-right: -10rem !important;
  }
  .mb-xl-n14, .my-xl-n14 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n14, .mx-xl-n14 {
    margin-left: -10rem !important;
  }
  .m-xl-n15 {
    margin: -12rem !important;
  }
  .mt-xl-n15, .my-xl-n15 {
    margin-top: -12rem !important;
  }
  .mr-xl-n15, .mx-xl-n15 {
    margin-right: -12rem !important;
  }
  .mb-xl-n15, .my-xl-n15 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n15, .mx-xl-n15 {
    margin-left: -12rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.img-replace {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.stretched-link::after {
  z-index: 10;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  background-color: #F3F7FC;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #003C91;
  transition: all 0.25s ease;
}
a:hover, a:focus, a:active {
  color: rgba(0, 60, 145, 0.8);
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1200px;
}

#main-content {
  position: relative;
  overflow: hidden;
}

.index-page .content {
  padding-top: 0;
}

@media (min-width: 992px) {
  .content {
    padding-top: 120px;
  }
}
.breadcrumb {
  padding: 30px 0;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.breadcrumb-item.active {
  color: #333333;
}

.btn {
  padding: 11px 30px 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-width: 2px;
  border-color: transparent;
  border-radius: 16px;
  transition: all 0.25s ease;
}
.btn-icon {
  padding: 6px 20px 3px;
}
.btn-icon i {
  font-size: 30px;
}
.btn-primary {
  border-color: #003C91;
  background-color: #003C91;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #003C91;
}
.btn-primary:hover:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-secondary {
  background-color: #FAB709;
  border-color: #FAB709;
  color: #ffffff;
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #003C91;
  border-color: #003C91;
  color: #ffffff;
}
.btn-secondary:hover:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #003C91;
}
.btn-light:hover, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
  background-color: #003C91;
  border-color: #003C91;
  color: #ffffff;
}
.btn-light:hover:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-danger {
  background-color: #DE4550;
  border-color: #DE4550;
  color: #ffffff;
}
.btn-danger:hover, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
  background-color: #003C91;
  border-color: #003C91;
  color: #ffffff;
}
.btn-danger:hover:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-success {
  background-color: #55B50C;
  border-color: #55B50C;
  color: #ffffff;
}
.btn-success:hover, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
  background-color: #003C91;
  border-color: #003C91;
  color: #ffffff;
}
.btn-success:hover:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-primary {
  border-color: #003C91;
  color: #003C91;
}
.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #003C91;
  border-color: #003C91;
}
.btn-outline-primary:hover:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-secondary {
  border-color: #FAB709;
  color: #FAB709;
}
.btn-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #FAB709;
  border-color: #FAB709;
}
.btn-outline-secondary:hover:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-light {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline-light:hover, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active {
  color: #003C91;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:hover:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-light:focus {
  color: #ffffff;
}
.btn-outline-light:focus:hover {
  color: #003C91;
}
.btn-sm {
  padding: 10px 20px;
  font-size: 0.75rem;
}
.btn-sm svg {
  width: 20px;
  height: 20px;
}
.btn-xs {
  padding: 10px 16px 8px;
  font-size: 0.75rem;
}
.btn-xs svg {
  margin-top: -2px;
  width: 16px;
  height: 16px;
}

.show > .btn-primary.dropdown-toggle {
  border-color: #003C91;
  background-color: #003C91;
  color: #ffffff;
  opacity: 0.75;
}
.show > .btn-light.dropdown-toggle {
  background-color: #eecd5b;
  border-color: #eecd5b;
  color: #3d3d3d;
}
.show > .btn-secondary.dropdown-toggle {
  background-color: #FAB709;
  border-color: #FAB709;
  color: #ffffff;
  opacity: 0.75;
}
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #003C91;
  border-color: #003C91;
}
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #FAB709;
  border-color: #FAB709;
}
.show > .btn-outline-light.dropdown-toggle {
  color: #003C91;
  background-color: #ffffff;
  border-color: #ffffff;
}

.card-shadow {
  box-shadow: 0 8px 20px rgba(51, 51, 51, 0.1);
}

.card {
  border: none;
}
.card-img-overlay {
  z-index: 2;
}
.card-img-left {
  overflow: hidden;
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-title {
  margin-bottom: 20px;
}
.card-body {
  padding: 30px;
}
.card-body p:last-child {
  margin-bottom: 0;
}
.card-text {
  font-size: 16px;
  margin-bottom: 15px;
}
.card-text-border {
  padding-top: 20px;
  border-top: 1px solid #ffffff;
}
.card-fixed {
  min-height: 350px;
}

@media (min-width: 992px) {
  .card-text {
    font-size: 18px;
  }
}
.dropdown-toggle i {
  position: relative;
  top: 1px;
  font-size: 1rem;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-item {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  white-space: normal;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #003C91;
  background-color: #F3F7FC;
}
.dropdown-menu {
  min-width: 320px;
  max-width: 320px;
  padding: 15px 0;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 55px rgba(51, 51, 51, 0.1);
}
.dropdown-menu-fixed {
  width: 100%;
  min-width: 100%;
}
.dropdown-lang .dropdown-item {
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  font-size: 1rem;
  color: #666666;
}
.form-control {
  height: auto;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 20px;
  border-color: #ffffff;
  border-width: 2px;
  border-radius: 16px;
}
.form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAAAAA;
  opacity: 1; /* Firefox */
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAAAAA;
  opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #AAAAAA;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #AAAAAA;
}

@media (min-width: 992px) {
  .form-control {
    font-size: 20px;
  }
}
.modal-md {
  max-width: 400px;
}
.modal-content {
  border: 0;
  color: #ffffff;
  border-radius: 16px;
}
.modal-header {
  padding: 20px 30px;
}
.modal-title {
  font-weight: 500;
  color: #003C91;
}
.modal-body {
  padding: 20px 30px;
  font-size: 20px;
  color: #333333;
}
.modal-body p {
  margin-bottom: 20px;
}
.modal-body img {
  border-radius: 16px;
}
.modal-footer {
  padding: 20px 30px;
}

#postModal .modal-dialog {
  max-width: 100%;
  margin: 40px 15px 15px;
}
#postModal .modal-body {
  padding: 20px;
}
#postModal .modal-body .card-body {
  padding: 0;
}
#postModal .modal-body .card-text {
  font-size: 14px;
}
#postModal .modal-content button.close {
  position: absolute;
  float: none;
  right: 0;
  left: 0;
  top: -30px;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
}
#postModal .slick-prev {
  left: 15px;
}
#postModal .slick-next {
  right: 15px;
}
#postModal .slick-prev,
#postModal .slick-next {
  width: 32px;
  height: 32px;
  z-index: 1;
  color: #ffffff;
}
#postModal .slick-prev::before,
#postModal .slick-next::before {
  display: none;
}

@media (min-width: 992px) {
  #postModal .modal-dialog {
    margin: 60px;
  }
  #postModal .modal-content button.close {
    top: -20px;
    right: -20px;
    left: auto;
  }
  #postModal .modal-body {
    padding: 45px;
  }
  #postModal .modal-body .card-body {
    padding: 0;
  }
  #postModal .modal-body .card-text {
    font-size: 16px;
  }
}
.nav-link {
  padding: 11px 30px 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border: 0;
}
.nav-link.active {
  background-color: #003C91;
  color: #ffffff;
}
.nav.rounded .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link {
  margin-top: 15px;
  text-align: center;
  background: #ffffff;
  color: #333333;
  border-radius: 16px;
  transition: all 0.25s ease;
}
.nav-pills .nav-link.active {
  background-color: #FAB709;
  color: #333333;
}

@media (min-width: 992px) {
  .nav-pills .nav-link {
    margin-top: 0;
  }
}
.page-item {
  margin: 0 0.25rem;
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
  border-radius: 50%;
}
.page-link {
  display: block;
  padding-left: 0;
  padding-right: 0;
  border: none;
  color: #FAB709;
  line-height: 1.4;
  text-align: center;
}
.page-link:not(.page-link__text) {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
}
.page-link.disabled {
  pointer-events: none;
  color: rgba(250, 183, 9, 0.5);
  background-color: #ffffff;
}
.page-link.active {
  font-weight: 500;
  background-color: #FAB709;
  color: #ffffff;
}
.page-link .feather {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 991px) {
  .pagination {
    font-size: 0.875rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.small {
  font-size: 0.875rem;
  font-weight: 500;
}

.text-link {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FAB709;
  border-bottom: 2px solid #FAB709;
}
.text-link:hover, .text-link:focus, .text-link:active {
  color: #003C91;
  border-bottom-color: #003C91;
}

@media (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
}
.footer {
  padding: 30px 0;
}
.footer .logo img {
  height: 80px;
}
.footer .socials {
  margin-left: 30px;
}
.footer .socials a {
  display: block;
  font-size: 32px;
  margin-right: 10px;
}
.footer .socials a:last-child {
  margin-right: 0;
}
.footer .socials a .bxl-facebook-circle {
  color: #0165E1;
}
.footer .socials a .bxl-whatsapp {
  color: #25D366;
}
.footer .socials a .bxl-instagram {
  color: #E1306C;
}
.footer .socials a .bxl-tiktok {
  color: #000000;
}
.footer .socials a .bxl-youtube {
  color: #FF0000;
}
.footer .copyright {
  font-size: 16px;
}

@media (min-width: 992px) {
  .footer .socials {
    margin-left: 60px;
  }
}
.header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: transparent;
}
.header::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  height: 0;
  background-color: transparent;
  transition: 0.5s ease;
  pointer-events: none;
  border-bottom: 1px solid transparent;
}
.header__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 80px;
  width: 100%;
}
.header__btn {
  position: absolute;
  width: 24px;
  height: 22px;
  display: block;
  left: 0;
  box-shadow: none;
  border: none;
  background: none;
}
.header__btn span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.5s ease;
  opacity: 1;
}
.header__btn span:first-child {
  top: 0;
}
.header__btn span:nth-child(2) {
  top: 10px;
  width: 16px;
}
.header__btn span:last-child {
  top: 20px;
  width: 8px;
}
.header__btn-lang {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.header__btn-lang svg {
  margin-right: 10px;
}
.header__btn:focus {
  outline: 0;
}
.header__btn--active span {
  background: #003C91;
}
.header__btn--active span:first-child {
  transform: rotate(45deg);
  top: 10px;
}
.header__btn--active span:nth-child(2) {
  opacity: 0;
}
.header__btn--active span:last-child {
  width: 24px;
  transform: rotate(-45deg);
  top: 10px;
}
.header__logo {
  z-index: 1;
  width: auto;
  height: 60px;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-left: 40px;
  pointer-events: auto;
}
.header__logo img {
  height: 100%;
  width: auto;
}
.header__logo-white {
  position: relative;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.header__logo-dark {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.header__nav {
  position: fixed;
  width: 250px;
  top: 80px;
  bottom: 0;
  left: 0;
  background-color: #003C91;
  padding: 30px 15px 0;
  transition: transform 0.5s ease;
  transform: translate3d(-250px, 0, 0);
}
.header__nav a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
.header__nav li {
  display: block;
  margin-bottom: 25px;
}
.header__nav li:last-child {
  margin-bottom: 0;
}
.header__nav--active {
  transform: translate3d(0, 0, 0);
}
.header__nav--active a {
  color: #ffffff;
}
.header--active {
  box-shadow: 0 8px 20px rgba(51, 51, 51, 0.1);
}
.header--active:before {
  height: 80px;
  background-color: #ffffff;
}
.header--active .header__logo-white {
  opacity: 0;
}
.header--active .header__logo-dark {
  opacity: 1;
}
.header--active .header__nav a {
  color: #003C91;
}
.header--active .header__nav--active a {
  color: #ffffff;
}
.header--active .header__btn span {
  background: #003C91;
}
.header--active .header__btn-lang {
  color: #DE4550;
}

@media (min-width: 576px) {
  .header__content {
    height: 120px;
  }
  .header__logo {
    margin-left: 45px;
    height: 80px;
  }
  .header__nav {
    padding-left: calc((100vw - 510px) / 2);
  }
  .header__btn-lang {
    font-size: 12px;
    font-weight: 700;
  }
  .header--active::before {
    height: 120px;
  }
}
@media (min-width: 768px) {
  .header__nav {
    padding-left: calc((100vw - 690px) / 2);
    width: 280px;
    transform: translate3d(-280px, 0, 0);
  }
  .header--active .header__nav--active a {
    color: #003C91;
  }
}
@media (min-width: 992px) {
  .header__nav {
    padding-left: calc((100vw - 930px) / 2);
  }
}
@media (min-width: 1200px) {
  .header__btn {
    display: none;
  }
  .header__logo {
    margin: 0;
  }
  .header__nav {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    transform: translate3d(0, 0, 0);
    padding: 0;
    /* margin-right: auto; */
  }
  .header__nav a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    text-transform: none;
  }
  .header__nav li {
    display: block;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .header__nav li:last-child {
    margin-right: 0;
  }
}
.mobile-header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all 0.3s ease-out, background 0.5s ease-out;
  z-index: 100;
  box-shadow: 0 1px 55px rgba(54, 49, 53, 0.15);
}
.mobile-header .burger-container {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.mobile-header .burger-container #burger {
  width: 24px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}
.mobile-header .burger-container #burger .bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: #003C91;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}
.mobile-header .burger-container #burger .bar.topBar {
  transform: translateY(0px) rotate(0deg);
}
.mobile-header .burger-container #burger .bar.btmBar {
  transform: translateY(6px) rotate(0deg);
}
.mobile-header .icon {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-header .icon.icon-logo {
  width: 160px;
}
.mobile-header .icon.icon-logo a {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.mobile-header .icon.icon-logo a img {
  width: 100%;
}
.mobile-header ul.menu {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  list-style: none;
  border-top: 1px solid #d7d7d7;
}
.mobile-header ul.menu li.menu-item {
  border-bottom: 1px solid #d7d7d7;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.mobile-header ul.menu li.menu-item > a {
  display: block;
  position: relative;
  color: #3d3d3d;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.5;
  width: 100%;
}
.mobile-header ul.menu ul {
  margin-left: 20px;
}
.mobile-header ul.menu ul li {
  margin-bottom: 15px;
}
.mobile-header ul.menu ul li a {
  font-size: 1.125rem;
}
.mobile-header.menu-opened {
  height: 100%;
  background-color: #f5f5f5;
  transition: all 0.3s ease-in, background 0.3s ease-in;
}
.mobile-header.menu-opened .burger-container {
  transform: rotate(90deg);
}
.mobile-header.menu-opened .burger-container #burger .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.mobile-header.menu-opened .burger-container #burger .bar.topBar {
  transform: translateY(6px) rotate(45deg);
}
.mobile-header.menu-opened .burger-container #burger .bar.btmBar {
  transform: translateY(4px) rotate(-45deg);
}
.mobile-header.menu-opened ul.menu li.menu-item {
  opacity: 1;
}

.section {
  position: relative;
  padding: 60px 0;
}
.section-title {
  margin-bottom: 40px;
}
.section-title h2 {
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #003C91;
}
.section-helper {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
  color: #333333;
}
.section-helper p {
  margin-bottom: 0;
}
.section-helper p span {
  font-size: 24px;
}
.section-content {
  font-size: 18px;
}
.section-content p {
  margin-bottom: 15px;
}
.section-content ul:not(.nav) li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}
.section-content ul:not(.nav) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-content ul:not(.nav).list-primary li::before {
  background-image: url("../img/glyphs/list-item-primary.svg");
}
.section-footer {
  padding: 60px 0 30px;
}
.section-curve {
  padding-top: 60px;
}
.section-curve::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -49px;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url("../img/glyphs/curve-default.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.section-curve.bg-light::after {
  background-image: url("../img/glyphs/curve-white.png");
}
.section-curve.bg-primary::after {
  background-image: url("../img/glyphs/curve-primary.png");
}
.section-curve.bg-success::after {
  background-image: url("../img/glyphs/curve-green.png");
}
.section-curve.bg-danger::after {
  background-image: url("../img/glyphs/curve-red.png");
}
.section-curve.bg-info::after {
  background-image: url("../img/glyphs/curve-light-blue.png");
}
.section-curve.lazy::after {
  background-image: none;
  background-color: #F3F7FC;
}
.section-curve.lazy.bg-light::after {
  background-image: none;
  background-color: #ffffff;
}
.section-curve.lazy.bg-success::after {
  background-image: none;
  background-color: #55B50C;
}
.section-curve.lazy.bg-danger::after {
  background-image: none;
  background-color: #DE4550;
}
.section-curve.lazy.bg-info::after {
  background-image: none;
  background-color: #0592DE;
}
.section-about .section-title {
  margin-bottom: 60px;
}
.section-about .section-content .card {
  margin-top: 20px;
  background: none;
}
.section-about .section-content .card-body {
  padding: 30px 0;
}
.section-about .section-content .card-title {
  font-size: 24px;
}
.section-about .section-content .card:first-child .card-title {
  color: #DE4550;
}
.section-about .section-content .card:nth-child(2) .card-title {
  color: #55B50C;
}
.section-about .section-content .card:last-child .card-title {
  color: #FAB709;
}
.section-groups .section-content {
  position: relative;
}
.section-groups .section-content .card {
  margin-top: 30px;
  border-radius: 100px;
}
.section-groups .section-content .card-body {
  padding: 60px 30px;
}
.section-groups .section-content .card-body img {
  margin-bottom: 20px;
  width: 90px;
}
.section-groups .section-content .card-body .btn {
  margin-top: 20px;
}
.section-groups .section-content .card-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.section-groups .section-content .card-text {
  margin-bottom: 0;
}
.section-groups .section-content::before, .section-groups .section-content::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.75;
}
.section-groups .section-content::before {
  left: -40px;
  top: -20px;
  background-image: url("../img/glyphs/rising-stars-white.png");
}
.section-groups .section-content::after {
  right: -40px;
  bottom: -20px;
  background-image: url("../img/glyphs/falling-stars-white.png");
}
.section-program .section-content {
  position: relative;
}
.section-program .section-content .card {
  margin-bottom: 30px;
  padding: 30px 30px 0 0;
  background: none;
  cursor: pointer;
}
.section-program .section-content .card-body {
  position: relative;
  padding: 0;
}
.section-program .section-content .card-body-inner {
  position: relative;
  overflow: hidden;
  background: #333333;
  border-radius: 16px;
}
.section-program .section-content .card-body-inner img {
  width: 100%;
  opacity: 0.5;
  border-radius: 16px;
}
.section-program .section-content .card-body .card-reveal {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  background: transparent;
  transform: translateY(82.5%);
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
.section-program .section-content .card-body .card-title {
  padding: 0 15px;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.section-program .section-content .card-body .card-text {
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
}
.section-program .section-content .card-body::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: -30px;
  right: -30px;
  border: 4px solid;
  border-radius: 16px;
}
.section-program .section-content .card-body.border-yellow::after {
  border-color: #FAB709;
}
.section-program .section-content .card-body.border-yellow:hover .card-reveal {
  background: #FAB709;
}
.section-program .section-content .card-body.border-light-blue::after {
  border-color: #0592DE;
}
.section-program .section-content .card-body.border-light-blue:hover .card-reveal {
  background: #0592DE;
}
.section-program .section-content .card-body.border-red::after {
  border-color: #DE4550;
}
.section-program .section-content .card-body.border-red:hover .card-reveal {
  background: #DE4550;
}
.section-program .section-content .card-body.border-green::after {
  border-color: #55B50C;
}
.section-program .section-content .card-body.border-green:hover .card-reveal {
  background: #55B50C;
}
.section-program .section-content .card-body:hover .card-reveal {
  transform: translateY(0);
}
.section-program .section-content::before, .section-program .section-content::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.75;
}
.section-program .section-content::before {
  top: -40px;
  left: -80px;
  background-image: url("../img/glyphs/2-stars-yellow.png");
}
.section-program .section-content::after {
  bottom: -40px;
  right: -80px;
  background-image: url("../img/glyphs/3-stars-green.png");
}
.section-pricing .section-content {
  position: relative;
}
.section-pricing .section-content .card {
  border-radius: 100px;
}
.section-pricing .section-content .card-body {
  padding: 45px 30px;
  font-size: 18px;
}
.section-pricing .section-content::before, .section-pricing .section-content::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.75;
}
.section-pricing .section-content::before {
  left: -40px;
  top: 0;
  background-image: url("../img/glyphs/3-stars-blue.png");
}
.section-pricing .section-content::after {
  right: -80px;
  bottom: -40px;
  background-image: url("../img/glyphs/2-stars-red.png");
}
.section-pricing .section-content ul:not(.nav).list-primary li::before {
  background-image: url("../img/glyphs/list-item.svg");
}
.section-gallery .section-helper {
  position: relative;
}
.section-gallery .section-helper::before, .section-gallery .section-helper::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.75;
}
.section-gallery .section-helper::before {
  left: -80px;
  top: 0;
  background-image: url("../img/glyphs/2-stars-white.png");
}
.section-gallery .section-helper::after {
  right: -80px;
  top: 0;
  background-image: url("../img/glyphs/3-stars-white.png");
}
.section-gallery .nav {
  margin-bottom: 60px;
}
.section-gallery .branch-gallery .slick-list {
  margin: 0 -15px;
}
.section-gallery .branch-gallery .slick-slide {
  padding: 0 15px;
  cursor: pointer;
}
.section-gallery .branch-gallery .slick-slide img {
  max-width: 100%;
  border-radius: 50px;
}
.section-gallery .branch-gallery .slick-arrow {
  z-index: 1;
  width: 32px;
  height: 32px;
  color: #ffffff;
  transition: all 0.25s ease;
  opacity: 0.75;
}
.section-gallery .branch-gallery .slick-arrow:hover {
  color: #FAB709;
}
.section-gallery .branch-gallery .slick-prev {
  left: 15px;
}
.section-gallery .branch-gallery .slick-next {
  right: 15px;
}
.section-gallery .feather-play {
  width: 64px;
  height: 64px;
  color: #ffffff;
  fill: #FAB709;
}
.section-posts .section-content {
  position: relative;
}
.section-posts .section-content::before, .section-posts .section-content::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.75;
}
.section-posts .section-content::before {
  left: -40px;
  top: -40px;
  background-image: url("../img/glyphs/3-stars-blue.png");
}
.section-posts .section-content::after {
  right: -80px;
  bottom: -40px;
  background-image: url("../img/glyphs/2-stars-red.png");
}
.section-posts .section-content > .row > div {
  margin-top: 30px;
}
.section-posts .section-content .card {
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(51, 51, 51, 0.1);
}
.section-posts .section-content .card-img {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.section-posts .section-content .card-img img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.section-posts .section-content .card-body {
  padding: 30px;
}
.section-posts .section-content .card-title {
  font-size: 16px;
  font-weight: 500;
}
.section-video .section-content {
  position: relative;
}
.section-video .section-content::before, .section-video .section-content::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.75;
}
.section-video .section-content::before {
  bottom: 0;
  left: -120px;
  background-image: url("../img/glyphs/3-stars-white.png");
}
.section-video .section-content::after {
  bottom: 0;
  right: -100px;
  background-image: url("../img/glyphs/2-stars-white.png");
}
.section-video .branch-gallery .slick-slide img {
  width: 100%;
}
.section-testimonials .section-title {
  margin-bottom: 60px;
}
.section-testimonials .testimonials-gallery {
  position: relative;
}
.section-testimonials .testimonials-gallery .slick-list {
  padding: 0 30px;
}
.section-testimonials .testimonials-gallery .slick-track {
  padding: 30px 0;
}
.section-testimonials .testimonials-gallery .slick-slide {
  padding: 0;
}
.section-testimonials .testimonials-gallery .slick-slide img {
  border-radius: 50px;
}
.section-testimonials .testimonials-gallery .slick-slide .card {
  padding: 30px;
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(51, 51, 51, 0.1);
  transition: all 0.25s ease;
}
.section-testimonials .testimonials-gallery .slick-slide .card img {
  margin-bottom: 15px;
  height: 120px;
}
.section-testimonials .testimonials-gallery .slick-slide .card-body {
  padding: 0;
}
.section-testimonials .testimonials-gallery .slick-slide .card-title {
  font-weight: 500;
}
.section-testimonials .testimonials-gallery .slick-slide .card::before, .section-testimonials .testimonials-gallery .slick-slide .card::after {
  background: #ffffff;
  content: "";
  height: 80%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  opacity: 0.85;
  transform: translateY(-50%);
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(51, 51, 51, 0.1);
}
.section-testimonials .testimonials-gallery .slick-slide .card::before {
  left: -60px;
}
.section-testimonials .testimonials-gallery .slick-slide .card::after {
  right: -60px;
}
.section-testimonials .testimonials-gallery .slick-arrow {
  z-index: 1;
  width: 32px;
  height: 32px;
  color: #003C91;
  transition: all 0.25s ease;
  opacity: 0.75;
}
.section-testimonials .testimonials-gallery .slick-arrow:hover {
  color: #FAB709;
}
.section-testimonials .testimonials-gallery .slick-prev {
  left: 0;
}
.section-testimonials .testimonials-gallery .slick-next {
  right: 0;
}
.section-testimonials .testimonials-gallery::before, .section-testimonials .testimonials-gallery::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.75;
}
.section-testimonials .testimonials-gallery::before {
  left: -30px;
  bottom: 0;
  background-image: url("../img/glyphs/falling-stars-yellow.png");
}
.section-testimonials .testimonials-gallery::after {
  right: -30px;
  top: 0;
  background-image: url("../img/glyphs/rising-stars-green.png");
}
.section-team .section-helper {
  position: relative;
}
.section-team .section-helper::before, .section-team .section-helper::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.75;
}
.section-team .section-helper::before {
  left: -80px;
  top: 0;
  background-image: url("../img/glyphs/2-stars-white.png");
}
.section-team .section-helper::after {
  right: -80px;
  top: 0;
  background-image: url("../img/glyphs/3-stars-white.png");
}
.section-team .nav {
  margin-bottom: 60px;
}
.section-team .card {
  background: none;
}
.section-team .card img {
  border-radius: 50px;
}
.section-team .card-body {
  margin-top: -100px;
  background: #ffffff;
  border-radius: 50px;
}
.section-team .card-title {
  font-weight: 500;
}
.section-team .card svg {
  height: 10px;
}
.section-team .card-text {
  margin-top: 10px;
}
.section-team .team-gallery .slick-list {
  margin: 0 20px;
}
.section-team .team-gallery .slick-slide {
  padding: 0 15px;
}
.section-team .team-gallery .slick-arrow {
  z-index: 1;
  width: 32px;
  height: 32px;
  color: #ffffff;
  transition: all 0.25s ease;
  opacity: 0.75;
}
.section-team .team-gallery .slick-arrow:hover {
  color: #FAB709;
}
.section-team .team-gallery .slick-prev {
  left: 0;
}
.section-team .team-gallery .slick-next {
  right: 0;
}
.section-application .section-content .list-primary {
  position: relative;
}
.section-application .section-content .list-primary::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.75;
  right: -40px;
  bottom: 40px;
  background-image: url("../img/glyphs/3-stars-red.png");
}
.section-application .card {
  position: relative;
  border-radius: 50px;
}
.section-application .card-body {
  padding: 45px 30px;
}
.section-application .card-title {
  font-weight: 500;
}
.section-application .card::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.75;
  right: -40px;
  top: -40px;
  background-image: url("../img/glyphs/rising-stars-green.png");
}
.section-application form {
  margin-top: 30px;
}
.section-contacts .section-content {
  position: relative;
}
.section-contacts .section-content::before, .section-contacts .section-content::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.75;
}
.section-contacts .section-content::before {
  left: -80px;
  background-image: url("../img/glyphs/2-stars-white.png");
}
.section-contacts .section-content::after {
  right: -100px;
  background-image: url("../img/glyphs/3-stars-white.png");
}
.section-contacts .card {
  border-radius: 50px;
}
.section-contacts .card-title {
  font-weight: 500;
}
.section-contacts .media {
  margin-top: 20px;
}
.section-contacts .media svg {
  color: #DE4550;
  margin-right: 10px;
}
.section-contacts .media h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #AAAAAA;
}
.section-contacts .media p {
  font-weight: 500;
}
.section-contacts .media .nav li {
  margin-top: 10px;
  width: 100%;
}

@media (min-width: 992px) {
  .section {
    padding: 90px 0;
  }
  .section-helper {
    margin-bottom: 60px;
    font-size: 18px;
  }
  .section-helper p span {
    font-size: 28px;
  }
  .section-content {
    font-size: 20px;
  }
  .section-curve {
    padding-top: 140px;
  }
  .section-about .section-title {
    margin-bottom: 90px;
  }
  .section-about .section-content .card {
    margin-top: 40px;
  }
  .section-about .section-content .card-body {
    padding: 30px;
  }
  .section-about .section-content .card-title {
    font-size: 28px;
  }
  .section-program .section-content .card-body .card-reveal {
    transform: translateY(75%);
  }
  .section-pricing .section-content .card-body {
    padding: 60px 45px;
    font-size: 20px;
  }
  .section-gallery .branch-gallery .slick-arrow {
    width: 32px;
    height: 32px;
    opacity: 1;
  }
  .section-gallery .branch-gallery .slick-prev {
    left: -40px;
  }
  .section-gallery .branch-gallery .slick-next {
    right: -40px;
  }
  .section-posts .section-content .card-title {
    font-size: 18px;
  }
  .section-testimonials .testimonials-gallery {
    position: relative;
  }
  .section-testimonials .testimonials-gallery .slick-slide {
    padding: 0 60px;
  }
  .section-testimonials .testimonials-gallery .slick-slide .card {
    height: 300px;
    padding: 40px;
  }
  .section-testimonials .testimonials-gallery .slick-slide .card img {
    margin-bottom: 0;
    height: 160px;
  }
  .section-testimonials .testimonials-gallery .slick-slide .card::before, .section-testimonials .testimonials-gallery .slick-slide .card::after {
    background: #ffffff;
    content: "";
    height: 80%;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
    opacity: 0.85;
    transform: translateY(-50%);
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(51, 51, 51, 0.1);
  }
  .section-testimonials .testimonials-gallery .slick-slide .card::before {
    left: -60px;
  }
  .section-testimonials .testimonials-gallery .slick-slide .card::after {
    right: -60px;
  }
  .section-testimonials .testimonials-gallery .slick-arrow {
    opacity: 1;
  }
  .section-testimonials .testimonials-gallery .slick-prev {
    left: -25px;
  }
  .section-testimonials .testimonials-gallery .slick-next {
    right: -25px;
  }
  .section-team .team-gallery .slick-list {
    margin: 0 45px;
  }
  .section-team .team-gallery .slick-arrow {
    opacity: 1;
  }
  .section-team .team-gallery .slick-prev {
    left: 0;
  }
  .section-team .team-gallery .slick-next {
    right: 0;
  }
  .section-application .card-body {
    padding: 60px 40px;
  }
  .section-contacts .left {
    position: absolute;
    z-index: 1;
    left: 15px;
  }
}
.map {
  position: relative;
  height: 360px;
  border-radius: 50px;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  border: 0 !important;
}

@media (min-width: 992px) {
  .map {
    height: 660px;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translateX(0);
  }
}
.guide-slider-for {
  margin-bottom: 30px;
}
.guide-slider-for .slick-slide img {
  width: 100%;
}
.guide-slider-nav .slick-list {
  margin: 0 -5px;
}
.guide-slider-nav .slick-slide {
  margin: 0 5px;
  opacity: 0.25;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.guide-slider-nav .slick-slide img {
  width: 100%;
}
.guide-slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.guide-cat {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
.guide-title {
  margin: 20px 0 10px;
  font-size: 1.5rem;
  font-weight: 600;
}
.guide-text {
  color: #697488;
}
.guide-text svg {
  margin-top: -3px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.guide-price {
  margin: 20px 0;
  font-weight: 400;
  font-size: 1.25rem;
}
.guide-price strong {
  font-size: 2rem;
  font-weight: 900;
}
.guide-details {
  margin-top: 45px;
}

@media (min-width: 992px) {
  .guide-slider-for {
    margin-bottom: 0;
  }
  .guide-slider-nav {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .guide-slider-nav .slick-list {
    margin: 0 -15px;
  }
  .guide-slider-nav .slick-slide {
    margin: 0 15px;
  }
  .guide .left {
    padding-right: 30px;
  }
  .guide .right {
    padding-left: 30px;
  }
  .guide-title {
    font-size: 2.5rem;
  }
}
.banner-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding-top: calc(85px + 85 * (100vw - 320px) / 1600);
  padding-bottom: calc(70px + 110 * (100vw - 320px) / 1600);
  background: #ffffff url(../img/hero/bg.png) no-repeat center bottom;
  background-size: cover;
}
.banner-wrapper .row {
  align-items: center;
}
.banner-wrapper.lazy {
  background-image: none;
  background-color: #0592DE;
}
.banner-content {
  padding: 60px 0;
}
.banner-content .banner-main-title {
  margin-bottom: 40px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}
.banner-content .banner-main-title h1 {
  font-size: 80px;
  font-weight: 700;
}
.banner-content .banner-main-title h4 {
  font-size: 48px;
  font-weight: 700;
}
.banner-content .banner-main-title__small {
  font-size: 32px;
}
.banner-content .banner-dec {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 33px;
}
.banner-image {
  position: relative;
}
.banner-image .banner-img {
  width: 100%;
  height: auto;
}

.slider-animation-images span {
  display: block;
  position: absolute;
}
.slider-animation-images .image1 {
  left: 2.6%;
  top: 20%;
}
.slider-animation-images .image2 {
  top: 13%;
  left: 2.8%;
  -webkit-animation: animationFramesThree 15s infinite linear;
          animation: animationFramesThree 15s infinite linear;
}
.slider-animation-images .image3 {
  left: 1.5%;
  bottom: 35.6%;
  -webkit-animation: animationFramesOne 15s infinite linear;
          animation: animationFramesOne 15s infinite linear;
}
.slider-animation-images .image4 {
  left: 33%;
  bottom: 13%;
}
.slider-animation-images .image5 {
  left: 37%;
  bottom: 16%;
  -webkit-animation: animationFramesTwo 15s infinite linear;
          animation: animationFramesTwo 15s infinite linear;
}
.slider-animation-images .image6 {
  right: 40.2%;
  top: -1%;
  -webkit-animation: animationFramesFour 15s infinite linear;
          animation: animationFramesFour 15s infinite linear;
}
.slider-animation-images .image7 {
  right: 33.5%;
  bottom: 0;
  -webkit-animation: animationFramesFive 15s infinite linear;
          animation: animationFramesFive 15s infinite linear;
}
.slider-animation-images .image8 {
  right: 2%;
  top: 12%;
  -webkit-animation: animationFramesSix 15s infinite linear;
          animation: animationFramesSix 15s infinite linear;
}
.slider-animation-images .image9 {
  right: -4%;
  bottom: 14%;
  -webkit-animation: ripple4 15s linear infinite;
          animation: ripple4 15s linear infinite;
}

@-webkit-keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(200px, -1px) rotate(36deg) scale(0.7);
  }
  40% {
    transform: translate(251px, 140px) rotate(72deg) scale(0.6);
  }
  60% {
    transform: translate(141px, 250px) rotate(108deg) scale(0.7);
  }
  80% {
    transform: translate(-40px, 100px) rotate(144deg) scale(0.8);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(200px, -1px) rotate(36deg) scale(0.7);
  }
  40% {
    transform: translate(251px, 140px) rotate(72deg) scale(0.6);
  }
  60% {
    transform: translate(141px, 250px) rotate(108deg) scale(0.7);
  }
  80% {
    transform: translate(-40px, 100px) rotate(144deg) scale(0.8);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    transform: translate(1000px, 1000px);
  }
  100% {
    transform: translate(-500px, -500px);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(1000px, 1000px);
  }
  100% {
    transform: translate(-500px, -500px);
  }
}
@-webkit-keyframes animationFramesFour {
  0% {
    transform: translate(-1000px, 1000px);
  }
  100% {
    transform: translate(200px, -200px);
  }
}
@keyframes animationFramesFour {
  0% {
    transform: translate(-1000px, 1000px);
  }
  100% {
    transform: translate(200px, -200px);
  }
}
@-webkit-keyframes animationFramesFive {
  0% {
    transform: translate(200px, 200px);
  }
  100% {
    transform: translate(-1000px, -1000px);
  }
}
@keyframes animationFramesFive {
  0% {
    transform: translate(200px, 200px);
  }
  100% {
    transform: translate(-1000px, -1000px);
  }
}
@-webkit-keyframes ripple4 {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0.5;
  }
}
@keyframes ripple4 {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0.5;
  }
}
@-webkit-keyframes animationFramesSix {
  0% {
    transform: translate(-250px, 200px);
  }
}
@keyframes animationFramesSix {
  0% {
    transform: translate(-250px, 200px);
  }
}
/* responsive css */
@media (max-width: 1799px) {
  .banner-image .banner-img {
    margin-right: 0;
  }
}
@media (max-width: 1499px) {
  .banner-image .banner-img {
    max-width: 80%;
  }
}
@media (max-width: 1199px) {
  .banner-wrapper:before {
    display: none;
  }
  .banner-content .banner-main-title {
    margin-bottom: 10px;
    line-height: normal;
  }
  .banner-content .banner-dec {
    margin-bottom: 20px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .banner-content {
    max-width: 80%;
    padding: 90px 0;
  }
  .banner-content .banner-main-title h1 {
    font-size: 48px;
  }
  .banner-content .banner-main-title h4 {
    font-size: 32px;
  }
  .banner-content .banner-dec {
    font-size: 18px;
  }
  .banner-image {
    text-align: center;
    display: none;
  }
  .banner-image .banner-img {
    max-width: 60%;
  }
  .banner-wrapper:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .banner-image .banner-img {
    max-width: 80%;
  }
  .banner-content {
    max-width: 100%;
  }
}
.loader {
  background-color: #ffffff;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.loader .pl {
  width: 6em;
  height: 6em;
}
.loader .pl__ring {
  -webkit-animation: ringA 2s linear infinite;
          animation: ringA 2s linear infinite;
}
.loader .pl__ring--a {
  stroke: #0592DE;
}
.loader .pl__ring--b {
  -webkit-animation-name: ringB;
          animation-name: ringB;
  stroke: #FAB709;
}
.loader .pl__ring--c {
  -webkit-animation-name: ringC;
          animation-name: ringC;
  stroke: #DE4550;
}
.loader .pl__ring--d {
  -webkit-animation-name: ringD;
          animation-name: ringD;
  stroke: #55B50C;
}

/* Animations */
@-webkit-keyframes ringA {
  from, 4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }
  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }
  40%, 54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }
  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }
  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }
  90%, to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}
@keyframes ringA {
  from, 4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }
  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }
  40%, 54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }
  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }
  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }
  90%, to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}
@-webkit-keyframes ringB {
  from, 12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }
  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }
  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }
  48%, 62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }
  98%, to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}
@keyframes ringB {
  from, 12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }
  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }
  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }
  48%, 62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }
  98%, to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}
@-webkit-keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }
  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }
  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }
  36%, 58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }
  94%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}
@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }
  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }
  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }
  36%, 58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }
  94%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}
@-webkit-keyframes ringD {
  from, 8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }
  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }
  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }
  44%, 50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }
  86%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}
@keyframes ringD {
  from, 8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }
  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }
  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }
  44%, 50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }
  86%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}
.callback-bt {
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(37, 211, 102, 0.3);
  cursor: pointer;
  height: 68px;
  text-align: center;
  width: 68px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  transition: 0.3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
}
.callback-bt i {
  color: #fff;
  font-size: 34px;
  line-height: 66px;
  transition: 0.5s ease-in-out;
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}
.callback-bt .text-call {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.callback-bt:hover {
  z-index: 1;
  background: #fff;
  transition: 0.3s;
}
.callback-bt:hover i {
  color: #25d366;
  font-size: 40px;
  transition: 0.3s;
}

@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(37, 211, 102, 0.3), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(37, 211, 102, 0.3), 0 0 0 15px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(37, 211, 102, 0.3), 0 0 0 30px rgba(37, 211, 102, 0), 0 0 0 26.7px rgba(37, 211, 102, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(37, 211, 102, 0.3), 0 0 0 30px rgba(37, 211, 102, 0), 0 0 0 40px rgba(37, 211, 102, 0);
  }
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(37, 211, 102, 0.3), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(37, 211, 102, 0.3), 0 0 0 15px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(37, 211, 102, 0.3), 0 0 0 30px rgba(37, 211, 102, 0), 0 0 0 26.7px rgba(37, 211, 102, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(37, 211, 102, 0.3), 0 0 0 30px rgba(37, 211, 102, 0), 0 0 0 40px rgba(37, 211, 102, 0);
  }
}
.feather {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.slick-lightbox .slick-arrow {
  z-index: 1;
}