.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=''] .choices__button{display:none}.choices[data-type*=select-one]:after{content:'';height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}@charset "UTF-8";

/** COLORS */

/** SIZES */

/** BREAKPOINTS */

/** Box Model  */

/** Z-INDEX */

/** Slick */

/** Hamburger Variables  */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(/app/themes/sage/dist/vendor/fontawesome-webfont_674f50d2.eot);
  src: url(/app/themes/sage/dist/vendor/fontawesome-webfont_674f50d2.eot) format("embedded-opentype"), url(/app/themes/sage/dist/vendor/fontawesome-webfont_af7ae505.woff2) format("woff2"), url(/app/themes/sage/dist/vendor/fontawesome-webfont_fee66e71.woff) format("woff"), url(/app/themes/sage/dist/vendor/fontawesome-webfont_b06871f2.ttf) format("truetype"), url(/app/themes/sage/dist/vendor/fontawesome-webfont_912ec66d.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, node_modules/font-awesome/scss/_core.scss */

.fa,
.c-Color .EventsArchive__ItemContent::after,
.c-Color--PacLight .EventsArchive__ItemContent::after,
.c-Color--PacDark .EventsArchive__ItemContent::after,
.c-Color--MedocLight .EventsArchive__ItemContent::after,
.c-Color--MedocDark .EventsArchive__ItemContent::after,
.MenuPanel .WooShopBtn::after,
.Header .WooShopBtn::after,
.HomeCategoryNavigation .HomeCategoryNavigation__CategoryHeading::after,
.ServiceDetailedContent .ServiceDetailedContent__ListHeading::after,
.MenuPanel .MenuPanel__NavigationTitle::after,
.Pagination .next::after,
.Pagination .prev::after,
.Header .Header__Phone::before,
.Header .Header__Cart::before,
.Header .Header__Booking::before,
.ServiceCta .ServiceCta__Phone::before,
.ServiceCta .ServiceCta__Booking::before,
.MenuPanel .MenuPanel__Cart::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

/* line 5, node_modules/font-awesome/scss/_larger.scss */

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

/* line 10, node_modules/font-awesome/scss/_larger.scss */

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

/* line 11, node_modules/font-awesome/scss/_larger.scss */

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

/* line 12, node_modules/font-awesome/scss/_larger.scss */

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

/* line 13, node_modules/font-awesome/scss/_larger.scss */

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

/* line 3, node_modules/font-awesome/scss/_fixed-width.scss */

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

/* line 4, node_modules/font-awesome/scss/_list.scss */

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

/* line 8, node_modules/font-awesome/scss/_list.scss */

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

/* line 10, node_modules/font-awesome/scss/_list.scss */

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

/* line 16, node_modules/font-awesome/scss/_list.scss */

.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, node_modules/font-awesome/scss/_bordered-pulled.scss */

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, node_modules/font-awesome/scss/_bordered-pulled.scss */

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

/* line 11, node_modules/font-awesome/scss/_bordered-pulled.scss */

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

/* line 14, node_modules/font-awesome/scss/_bordered-pulled.scss */

.fa.fa-pull-left,
.c-Color .fa-pull-left.EventsArchive__ItemContent::after,
.c-Color--PacLight .fa-pull-left.EventsArchive__ItemContent::after,
.c-Color--PacDark .fa-pull-left.EventsArchive__ItemContent::after,
.c-Color--MedocLight .fa-pull-left.EventsArchive__ItemContent::after,
.c-Color--MedocDark .fa-pull-left.EventsArchive__ItemContent::after,
.MenuPanel .fa-pull-left.WooShopBtn::after,
.Header .fa-pull-left.WooShopBtn::after,
.HomeCategoryNavigation .fa-pull-left.HomeCategoryNavigation__CategoryHeading::after,
.ServiceDetailedContent .fa-pull-left.ServiceDetailedContent__ListHeading::after,
.MenuPanel .fa-pull-left.MenuPanel__NavigationTitle::after,
.Pagination .fa-pull-left.next::after,
.Pagination .fa-pull-left.prev::after,
.Header .fa-pull-left.Header__Phone::before,
.Header .fa-pull-left.Header__Cart::before,
.Header .fa-pull-left.Header__Booking::before,
.ServiceCta .fa-pull-left.ServiceCta__Phone::before,
.ServiceCta .fa-pull-left.ServiceCta__Booking::before,
.MenuPanel .fa-pull-left.MenuPanel__Cart::before {
  margin-right: .3em;
}

/* line 15, node_modules/font-awesome/scss/_bordered-pulled.scss */

.fa.fa-pull-right,
.c-Color .fa-pull-right.EventsArchive__ItemContent::after,
.c-Color--PacLight .fa-pull-right.EventsArchive__ItemContent::after,
.c-Color--PacDark .fa-pull-right.EventsArchive__ItemContent::after,
.c-Color--MedocLight .fa-pull-right.EventsArchive__ItemContent::after,
.c-Color--MedocDark .fa-pull-right.EventsArchive__ItemContent::after,
.MenuPanel .fa-pull-right.WooShopBtn::after,
.Header .fa-pull-right.WooShopBtn::after,
.HomeCategoryNavigation .fa-pull-right.HomeCategoryNavigation__CategoryHeading::after,
.ServiceDetailedContent .fa-pull-right.ServiceDetailedContent__ListHeading::after,
.MenuPanel .fa-pull-right.MenuPanel__NavigationTitle::after,
.Pagination .fa-pull-right.next::after,
.Pagination .fa-pull-right.prev::after,
.Header .fa-pull-right.Header__Phone::before,
.Header .fa-pull-right.Header__Cart::before,
.Header .fa-pull-right.Header__Booking::before,
.ServiceCta .fa-pull-right.ServiceCta__Phone::before,
.ServiceCta .fa-pull-right.ServiceCta__Booking::before,
.MenuPanel .fa-pull-right.MenuPanel__Cart::before {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

/* line 19, node_modules/font-awesome/scss/_bordered-pulled.scss */

.pull-right {
  float: right;
}

/* line 20, node_modules/font-awesome/scss/_bordered-pulled.scss */

.pull-left {
  float: left;
}

/* line 23, node_modules/font-awesome/scss/_bordered-pulled.scss */

.fa.pull-left,
.c-Color .pull-left.EventsArchive__ItemContent::after,
.c-Color--PacLight .pull-left.EventsArchive__ItemContent::after,
.c-Color--PacDark .pull-left.EventsArchive__ItemContent::after,
.c-Color--MedocLight .pull-left.EventsArchive__ItemContent::after,
.c-Color--MedocDark .pull-left.EventsArchive__ItemContent::after,
.MenuPanel .pull-left.WooShopBtn::after,
.Header .pull-left.WooShopBtn::after,
.HomeCategoryNavigation .pull-left.HomeCategoryNavigation__CategoryHeading::after,
.ServiceDetailedContent .pull-left.ServiceDetailedContent__ListHeading::after,
.MenuPanel .pull-left.MenuPanel__NavigationTitle::after,
.Pagination .pull-left.next::after,
.Pagination .pull-left.prev::after,
.Header .pull-left.Header__Phone::before,
.Header .pull-left.Header__Cart::before,
.Header .pull-left.Header__Booking::before,
.ServiceCta .pull-left.ServiceCta__Phone::before,
.ServiceCta .pull-left.ServiceCta__Booking::before,
.MenuPanel .pull-left.MenuPanel__Cart::before {
  margin-right: .3em;
}

/* line 24, node_modules/font-awesome/scss/_bordered-pulled.scss */

.fa.pull-right,
.c-Color .pull-right.EventsArchive__ItemContent::after,
.c-Color--PacLight .pull-right.EventsArchive__ItemContent::after,
.c-Color--PacDark .pull-right.EventsArchive__ItemContent::after,
.c-Color--MedocLight .pull-right.EventsArchive__ItemContent::after,
.c-Color--MedocDark .pull-right.EventsArchive__ItemContent::after,
.MenuPanel .pull-right.WooShopBtn::after,
.Header .pull-right.WooShopBtn::after,
.HomeCategoryNavigation .pull-right.HomeCategoryNavigation__CategoryHeading::after,
.ServiceDetailedContent .pull-right.ServiceDetailedContent__ListHeading::after,
.MenuPanel .pull-right.MenuPanel__NavigationTitle::after,
.Pagination .pull-right.next::after,
.Pagination .pull-right.prev::after,
.Header .pull-right.Header__Phone::before,
.Header .pull-right.Header__Cart::before,
.Header .pull-right.Header__Booking::before,
.ServiceCta .pull-right.ServiceCta__Phone::before,
.ServiceCta .pull-right.ServiceCta__Booking::before,
.MenuPanel .pull-right.MenuPanel__Cart::before {
  margin-left: .3em;
}

/* line 4, node_modules/font-awesome/scss/_animated.scss */

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

/* line 9, node_modules/font-awesome/scss/_animated.scss */

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

/* line 4, node_modules/font-awesome/scss/_rotated-flipped.scss */

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

/* line 5, node_modules/font-awesome/scss/_rotated-flipped.scss */

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

/* line 6, node_modules/font-awesome/scss/_rotated-flipped.scss */

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

/* line 8, node_modules/font-awesome/scss/_rotated-flipped.scss */

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

/* line 9, node_modules/font-awesome/scss/_rotated-flipped.scss */

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

/* line 14, node_modules/font-awesome/scss/_rotated-flipped.scss */

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

/* line 4, node_modules/font-awesome/scss/_stacked.scss */

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

/* line 12, node_modules/font-awesome/scss/_stacked.scss */

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

/* line 18, node_modules/font-awesome/scss/_stacked.scss */

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

/* line 19, node_modules/font-awesome/scss/_stacked.scss */

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

/* line 20, node_modules/font-awesome/scss/_stacked.scss */

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

/* line 4, node_modules/font-awesome/scss/_icons.scss */

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

/* line 5, node_modules/font-awesome/scss/_icons.scss */

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

/* line 6, node_modules/font-awesome/scss/_icons.scss */

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

/* line 7, node_modules/font-awesome/scss/_icons.scss */

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

/* line 8, node_modules/font-awesome/scss/_icons.scss */

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

/* line 9, node_modules/font-awesome/scss/_icons.scss */

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

/* line 10, node_modules/font-awesome/scss/_icons.scss */

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

/* line 11, node_modules/font-awesome/scss/_icons.scss */

.fa-user:before {
  content: "\F007";
}

/* line 12, node_modules/font-awesome/scss/_icons.scss */

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

/* line 13, node_modules/font-awesome/scss/_icons.scss */

.fa-th-large:before {
  content: "\F009";
}

/* line 14, node_modules/font-awesome/scss/_icons.scss */

.fa-th:before {
  content: "\F00A";
}

/* line 15, node_modules/font-awesome/scss/_icons.scss */

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

/* line 16, node_modules/font-awesome/scss/_icons.scss */

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

/* line 17, node_modules/font-awesome/scss/_icons.scss */

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

/* line 20, node_modules/font-awesome/scss/_icons.scss */

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

/* line 21, node_modules/font-awesome/scss/_icons.scss */

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

/* line 22, node_modules/font-awesome/scss/_icons.scss */

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

/* line 23, node_modules/font-awesome/scss/_icons.scss */

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

/* line 24, node_modules/font-awesome/scss/_icons.scss */

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

/* line 26, node_modules/font-awesome/scss/_icons.scss */

.fa-trash-o:before {
  content: "\F014";
}

/* line 27, node_modules/font-awesome/scss/_icons.scss */

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

/* line 28, node_modules/font-awesome/scss/_icons.scss */

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

/* line 29, node_modules/font-awesome/scss/_icons.scss */

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

/* line 30, node_modules/font-awesome/scss/_icons.scss */

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

/* line 31, node_modules/font-awesome/scss/_icons.scss */

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

/* line 32, node_modules/font-awesome/scss/_icons.scss */

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

/* line 33, node_modules/font-awesome/scss/_icons.scss */

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

/* line 34, node_modules/font-awesome/scss/_icons.scss */

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

/* line 35, node_modules/font-awesome/scss/_icons.scss */

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

/* line 36, node_modules/font-awesome/scss/_icons.scss */

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

/* line 38, node_modules/font-awesome/scss/_icons.scss */

.fa-refresh:before {
  content: "\F021";
}

/* line 39, node_modules/font-awesome/scss/_icons.scss */

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

/* line 40, node_modules/font-awesome/scss/_icons.scss */

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

/* line 41, node_modules/font-awesome/scss/_icons.scss */

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

/* line 42, node_modules/font-awesome/scss/_icons.scss */

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

/* line 43, node_modules/font-awesome/scss/_icons.scss */

.fa-volume-off:before {
  content: "\F026";
}

/* line 44, node_modules/font-awesome/scss/_icons.scss */

.fa-volume-down:before {
  content: "\F027";
}

/* line 45, node_modules/font-awesome/scss/_icons.scss */

.fa-volume-up:before {
  content: "\F028";
}

/* line 46, node_modules/font-awesome/scss/_icons.scss */

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

/* line 47, node_modules/font-awesome/scss/_icons.scss */

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

/* line 48, node_modules/font-awesome/scss/_icons.scss */

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

/* line 49, node_modules/font-awesome/scss/_icons.scss */

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

/* line 50, node_modules/font-awesome/scss/_icons.scss */

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

/* line 51, node_modules/font-awesome/scss/_icons.scss */

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

/* line 52, node_modules/font-awesome/scss/_icons.scss */

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

/* line 53, node_modules/font-awesome/scss/_icons.scss */

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

/* line 54, node_modules/font-awesome/scss/_icons.scss */

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

/* line 55, node_modules/font-awesome/scss/_icons.scss */

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

/* line 56, node_modules/font-awesome/scss/_icons.scss */

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

/* line 57, node_modules/font-awesome/scss/_icons.scss */

.fa-text-height:before {
  content: "\F034";
}

/* line 58, node_modules/font-awesome/scss/_icons.scss */

.fa-text-width:before {
  content: "\F035";
}

/* line 59, node_modules/font-awesome/scss/_icons.scss */

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

/* line 60, node_modules/font-awesome/scss/_icons.scss */

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

/* line 61, node_modules/font-awesome/scss/_icons.scss */

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

/* line 62, node_modules/font-awesome/scss/_icons.scss */

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

/* line 63, node_modules/font-awesome/scss/_icons.scss */

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

/* line 64, node_modules/font-awesome/scss/_icons.scss */

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

/* line 66, node_modules/font-awesome/scss/_icons.scss */

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

/* line 67, node_modules/font-awesome/scss/_icons.scss */

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

/* line 68, node_modules/font-awesome/scss/_icons.scss */

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

/* line 71, node_modules/font-awesome/scss/_icons.scss */

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

/* line 72, node_modules/font-awesome/scss/_icons.scss */

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

/* line 73, node_modules/font-awesome/scss/_icons.scss */

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

/* line 74, node_modules/font-awesome/scss/_icons.scss */

.fa-tint:before {
  content: "\F043";
}

/* line 75, node_modules/font-awesome/scss/_icons.scss */

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

/* line 77, node_modules/font-awesome/scss/_icons.scss */

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

/* line 78, node_modules/font-awesome/scss/_icons.scss */

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

/* line 79, node_modules/font-awesome/scss/_icons.scss */

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

/* line 80, node_modules/font-awesome/scss/_icons.scss */

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

/* line 81, node_modules/font-awesome/scss/_icons.scss */

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

/* line 82, node_modules/font-awesome/scss/_icons.scss */

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

/* line 83, node_modules/font-awesome/scss/_icons.scss */

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

/* line 84, node_modules/font-awesome/scss/_icons.scss */

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

/* line 85, node_modules/font-awesome/scss/_icons.scss */

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

/* line 86, node_modules/font-awesome/scss/_icons.scss */

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

/* line 87, node_modules/font-awesome/scss/_icons.scss */

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

/* line 88, node_modules/font-awesome/scss/_icons.scss */

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

/* line 89, node_modules/font-awesome/scss/_icons.scss */

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

/* line 90, node_modules/font-awesome/scss/_icons.scss */

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

/* line 91, node_modules/font-awesome/scss/_icons.scss */

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

/* line 92, node_modules/font-awesome/scss/_icons.scss */

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

/* line 93, node_modules/font-awesome/scss/_icons.scss */

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

/* line 94, node_modules/font-awesome/scss/_icons.scss */

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

/* line 95, node_modules/font-awesome/scss/_icons.scss */

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

/* line 96, node_modules/font-awesome/scss/_icons.scss */

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

/* line 97, node_modules/font-awesome/scss/_icons.scss */

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

/* line 98, node_modules/font-awesome/scss/_icons.scss */

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

/* line 99, node_modules/font-awesome/scss/_icons.scss */

.fa-times-circle-o:before {
  content: "\F05C";
}

/* line 100, node_modules/font-awesome/scss/_icons.scss */

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

/* line 101, node_modules/font-awesome/scss/_icons.scss */

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

/* line 102, node_modules/font-awesome/scss/_icons.scss */

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

/* line 103, node_modules/font-awesome/scss/_icons.scss */

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

/* line 104, node_modules/font-awesome/scss/_icons.scss */

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

/* line 105, node_modules/font-awesome/scss/_icons.scss */

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

/* line 106, node_modules/font-awesome/scss/_icons.scss */

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

/* line 108, node_modules/font-awesome/scss/_icons.scss */

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

/* line 109, node_modules/font-awesome/scss/_icons.scss */

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

/* line 110, node_modules/font-awesome/scss/_icons.scss */

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

/* line 111, node_modules/font-awesome/scss/_icons.scss */

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

/* line 112, node_modules/font-awesome/scss/_icons.scss */

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

/* line 113, node_modules/font-awesome/scss/_icons.scss */

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

/* line 114, node_modules/font-awesome/scss/_icons.scss */

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

/* line 115, node_modules/font-awesome/scss/_icons.scss */

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

/* line 116, node_modules/font-awesome/scss/_icons.scss */

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

/* line 117, node_modules/font-awesome/scss/_icons.scss */

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

/* line 118, node_modules/font-awesome/scss/_icons.scss */

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

/* line 119, node_modules/font-awesome/scss/_icons.scss */

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

/* line 121, node_modules/font-awesome/scss/_icons.scss */

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

/* line 122, node_modules/font-awesome/scss/_icons.scss */

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

/* line 123, node_modules/font-awesome/scss/_icons.scss */

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

/* line 124, node_modules/font-awesome/scss/_icons.scss */

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

/* line 125, node_modules/font-awesome/scss/_icons.scss */

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

/* line 126, node_modules/font-awesome/scss/_icons.scss */

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

/* line 127, node_modules/font-awesome/scss/_icons.scss */

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

/* line 128, node_modules/font-awesome/scss/_icons.scss */

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

/* line 129, node_modules/font-awesome/scss/_icons.scss */

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

/* line 130, node_modules/font-awesome/scss/_icons.scss */

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

/* line 131, node_modules/font-awesome/scss/_icons.scss */

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

/* line 132, node_modules/font-awesome/scss/_icons.scss */

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

/* line 133, node_modules/font-awesome/scss/_icons.scss */

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

/* line 134, node_modules/font-awesome/scss/_icons.scss */

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

/* line 136, node_modules/font-awesome/scss/_icons.scss */

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

/* line 137, node_modules/font-awesome/scss/_icons.scss */

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

/* line 138, node_modules/font-awesome/scss/_icons.scss */

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

/* line 139, node_modules/font-awesome/scss/_icons.scss */

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

/* line 140, node_modules/font-awesome/scss/_icons.scss */

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

/* line 142, node_modules/font-awesome/scss/_icons.scss */

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

/* line 143, node_modules/font-awesome/scss/_icons.scss */

.fa-thumbs-o-up:before {
  content: "\F087";
}

/* line 144, node_modules/font-awesome/scss/_icons.scss */

.fa-thumbs-o-down:before {
  content: "\F088";
}

/* line 145, node_modules/font-awesome/scss/_icons.scss */

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

/* line 146, node_modules/font-awesome/scss/_icons.scss */

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

/* line 147, node_modules/font-awesome/scss/_icons.scss */

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

/* line 148, node_modules/font-awesome/scss/_icons.scss */

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

/* line 149, node_modules/font-awesome/scss/_icons.scss */

.fa-thumb-tack:before {
  content: "\F08D";
}

/* line 150, node_modules/font-awesome/scss/_icons.scss */

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

/* line 151, node_modules/font-awesome/scss/_icons.scss */

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

/* line 152, node_modules/font-awesome/scss/_icons.scss */

.fa-trophy:before {
  content: "\F091";
}

/* line 153, node_modules/font-awesome/scss/_icons.scss */

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

/* line 154, node_modules/font-awesome/scss/_icons.scss */

.fa-upload:before {
  content: "\F093";
}

/* line 155, node_modules/font-awesome/scss/_icons.scss */

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

/* line 156, node_modules/font-awesome/scss/_icons.scss */

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

/* line 157, node_modules/font-awesome/scss/_icons.scss */

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

/* line 158, node_modules/font-awesome/scss/_icons.scss */

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

/* line 159, node_modules/font-awesome/scss/_icons.scss */

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

/* line 160, node_modules/font-awesome/scss/_icons.scss */

.fa-twitter:before {
  content: "\F099";
}

/* line 161, node_modules/font-awesome/scss/_icons.scss */

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

/* line 163, node_modules/font-awesome/scss/_icons.scss */

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

/* line 164, node_modules/font-awesome/scss/_icons.scss */

.fa-unlock:before {
  content: "\F09C";
}

/* line 165, node_modules/font-awesome/scss/_icons.scss */

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

/* line 166, node_modules/font-awesome/scss/_icons.scss */

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

/* line 168, node_modules/font-awesome/scss/_icons.scss */

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

/* line 169, node_modules/font-awesome/scss/_icons.scss */

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

/* line 170, node_modules/font-awesome/scss/_icons.scss */

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

/* line 171, node_modules/font-awesome/scss/_icons.scss */

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

/* line 172, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-o-right:before {
  content: "\F0A4";
}

/* line 173, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-o-left:before {
  content: "\F0A5";
}

/* line 174, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-o-up:before {
  content: "\F0A6";
}

/* line 175, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-o-down:before {
  content: "\F0A7";
}

/* line 176, node_modules/font-awesome/scss/_icons.scss */

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

/* line 177, node_modules/font-awesome/scss/_icons.scss */

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

/* line 178, node_modules/font-awesome/scss/_icons.scss */

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

/* line 179, node_modules/font-awesome/scss/_icons.scss */

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

/* line 180, node_modules/font-awesome/scss/_icons.scss */

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

/* line 181, node_modules/font-awesome/scss/_icons.scss */

.fa-wrench:before {
  content: "\F0AD";
}

/* line 182, node_modules/font-awesome/scss/_icons.scss */

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

/* line 183, node_modules/font-awesome/scss/_icons.scss */

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

/* line 184, node_modules/font-awesome/scss/_icons.scss */

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

/* line 185, node_modules/font-awesome/scss/_icons.scss */

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

/* line 186, node_modules/font-awesome/scss/_icons.scss */

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

/* line 188, node_modules/font-awesome/scss/_icons.scss */

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

/* line 190, node_modules/font-awesome/scss/_icons.scss */

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

/* line 191, node_modules/font-awesome/scss/_icons.scss */

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

/* line 192, node_modules/font-awesome/scss/_icons.scss */

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

/* line 194, node_modules/font-awesome/scss/_icons.scss */

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

/* line 196, node_modules/font-awesome/scss/_icons.scss */

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

/* line 197, node_modules/font-awesome/scss/_icons.scss */

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

/* line 199, node_modules/font-awesome/scss/_icons.scss */

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

/* line 200, node_modules/font-awesome/scss/_icons.scss */

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

/* line 203, node_modules/font-awesome/scss/_icons.scss */

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

/* line 204, node_modules/font-awesome/scss/_icons.scss */

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

/* line 205, node_modules/font-awesome/scss/_icons.scss */

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

/* line 206, node_modules/font-awesome/scss/_icons.scss */

.fa-underline:before {
  content: "\F0CD";
}

/* line 207, node_modules/font-awesome/scss/_icons.scss */

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

/* line 208, node_modules/font-awesome/scss/_icons.scss */

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

/* line 209, node_modules/font-awesome/scss/_icons.scss */

.fa-truck:before {
  content: "\F0D1";
}

/* line 210, node_modules/font-awesome/scss/_icons.scss */

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

/* line 211, node_modules/font-awesome/scss/_icons.scss */

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

/* line 212, node_modules/font-awesome/scss/_icons.scss */

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

/* line 213, node_modules/font-awesome/scss/_icons.scss */

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

/* line 214, node_modules/font-awesome/scss/_icons.scss */

.fa-money:before {
  content: "\F0D6";
}

/* line 215, node_modules/font-awesome/scss/_icons.scss */

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

/* line 216, node_modules/font-awesome/scss/_icons.scss */

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

/* line 217, node_modules/font-awesome/scss/_icons.scss */

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

/* line 218, node_modules/font-awesome/scss/_icons.scss */

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

/* line 219, node_modules/font-awesome/scss/_icons.scss */

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

/* line 220, node_modules/font-awesome/scss/_icons.scss */

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

/* line 222, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

/* line 224, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

/* line 226, node_modules/font-awesome/scss/_icons.scss */

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

/* line 227, node_modules/font-awesome/scss/_icons.scss */

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

/* line 228, node_modules/font-awesome/scss/_icons.scss */

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

/* line 230, node_modules/font-awesome/scss/_icons.scss */

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

/* line 232, node_modules/font-awesome/scss/_icons.scss */

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

/* line 234, node_modules/font-awesome/scss/_icons.scss */

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

/* line 235, node_modules/font-awesome/scss/_icons.scss */

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

/* line 236, node_modules/font-awesome/scss/_icons.scss */

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

/* line 238, node_modules/font-awesome/scss/_icons.scss */

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

/* line 239, node_modules/font-awesome/scss/_icons.scss */

.fa-umbrella:before {
  content: "\F0E9";
}

/* line 240, node_modules/font-awesome/scss/_icons.scss */

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

/* line 242, node_modules/font-awesome/scss/_icons.scss */

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

/* line 243, node_modules/font-awesome/scss/_icons.scss */

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

/* line 244, node_modules/font-awesome/scss/_icons.scss */

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

/* line 245, node_modules/font-awesome/scss/_icons.scss */

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

/* line 246, node_modules/font-awesome/scss/_icons.scss */

.fa-user-md:before {
  content: "\F0F0";
}

/* line 247, node_modules/font-awesome/scss/_icons.scss */

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

/* line 248, node_modules/font-awesome/scss/_icons.scss */

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

/* line 249, node_modules/font-awesome/scss/_icons.scss */

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

/* line 250, node_modules/font-awesome/scss/_icons.scss */

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

/* line 251, node_modules/font-awesome/scss/_icons.scss */

.fa-cutlery:before {
  content: "\F0F5";
}

/* line 252, node_modules/font-awesome/scss/_icons.scss */

.fa-file-text-o:before {
  content: "\F0F6";
}

/* line 253, node_modules/font-awesome/scss/_icons.scss */

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

/* line 254, node_modules/font-awesome/scss/_icons.scss */

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

/* line 255, node_modules/font-awesome/scss/_icons.scss */

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

/* line 256, node_modules/font-awesome/scss/_icons.scss */

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

/* line 257, node_modules/font-awesome/scss/_icons.scss */

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

/* line 258, node_modules/font-awesome/scss/_icons.scss */

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

/* line 259, node_modules/font-awesome/scss/_icons.scss */

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

/* line 260, node_modules/font-awesome/scss/_icons.scss */

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

/* line 261, node_modules/font-awesome/scss/_icons.scss */

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

/* line 262, node_modules/font-awesome/scss/_icons.scss */

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

/* line 263, node_modules/font-awesome/scss/_icons.scss */

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

/* line 264, node_modules/font-awesome/scss/_icons.scss */

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

/* line 265, node_modules/font-awesome/scss/_icons.scss */

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

/* line 266, node_modules/font-awesome/scss/_icons.scss */

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

/* line 267, node_modules/font-awesome/scss/_icons.scss */

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

/* line 268, node_modules/font-awesome/scss/_icons.scss */

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

/* line 269, node_modules/font-awesome/scss/_icons.scss */

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

/* line 270, node_modules/font-awesome/scss/_icons.scss */

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

/* line 271, node_modules/font-awesome/scss/_icons.scss */

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

/* line 272, node_modules/font-awesome/scss/_icons.scss */

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

/* line 274, node_modules/font-awesome/scss/_icons.scss */

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

/* line 275, node_modules/font-awesome/scss/_icons.scss */

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

/* line 276, node_modules/font-awesome/scss/_icons.scss */

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

/* line 277, node_modules/font-awesome/scss/_icons.scss */

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

/* line 278, node_modules/font-awesome/scss/_icons.scss */

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

/* line 279, node_modules/font-awesome/scss/_icons.scss */

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

/* line 281, node_modules/font-awesome/scss/_icons.scss */

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

/* line 282, node_modules/font-awesome/scss/_icons.scss */

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

/* line 283, node_modules/font-awesome/scss/_icons.scss */

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

/* line 284, node_modules/font-awesome/scss/_icons.scss */

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

/* line 285, node_modules/font-awesome/scss/_icons.scss */

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

/* line 286, node_modules/font-awesome/scss/_icons.scss */

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

/* line 287, node_modules/font-awesome/scss/_icons.scss */

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

/* line 288, node_modules/font-awesome/scss/_icons.scss */

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

/* line 289, node_modules/font-awesome/scss/_icons.scss */

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

/* line 290, node_modules/font-awesome/scss/_icons.scss */

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

/* line 291, node_modules/font-awesome/scss/_icons.scss */

.fa-terminal:before {
  content: "\F120";
}

/* line 292, node_modules/font-awesome/scss/_icons.scss */

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

/* line 293, node_modules/font-awesome/scss/_icons.scss */

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

/* line 295, node_modules/font-awesome/scss/_icons.scss */

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

/* line 298, node_modules/font-awesome/scss/_icons.scss */

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

/* line 299, node_modules/font-awesome/scss/_icons.scss */

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

/* line 300, node_modules/font-awesome/scss/_icons.scss */

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

/* line 301, node_modules/font-awesome/scss/_icons.scss */

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

/* line 303, node_modules/font-awesome/scss/_icons.scss */

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

/* line 304, node_modules/font-awesome/scss/_icons.scss */

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

/* line 305, node_modules/font-awesome/scss/_icons.scss */

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

/* line 306, node_modules/font-awesome/scss/_icons.scss */

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

/* line 307, node_modules/font-awesome/scss/_icons.scss */

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

/* line 308, node_modules/font-awesome/scss/_icons.scss */

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

/* line 309, node_modules/font-awesome/scss/_icons.scss */

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

/* line 310, node_modules/font-awesome/scss/_icons.scss */

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

/* line 311, node_modules/font-awesome/scss/_icons.scss */

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

/* line 312, node_modules/font-awesome/scss/_icons.scss */

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

/* line 313, node_modules/font-awesome/scss/_icons.scss */

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

/* line 314, node_modules/font-awesome/scss/_icons.scss */

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

/* line 315, node_modules/font-awesome/scss/_icons.scss */

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

/* line 316, node_modules/font-awesome/scss/_icons.scss */

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

/* line 317, node_modules/font-awesome/scss/_icons.scss */

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

/* line 318, node_modules/font-awesome/scss/_icons.scss */

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

/* line 319, node_modules/font-awesome/scss/_icons.scss */

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

/* line 320, node_modules/font-awesome/scss/_icons.scss */

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

/* line 321, node_modules/font-awesome/scss/_icons.scss */

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

/* line 322, node_modules/font-awesome/scss/_icons.scss */

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

/* line 323, node_modules/font-awesome/scss/_icons.scss */

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

/* line 324, node_modules/font-awesome/scss/_icons.scss */

.fa-unlock-alt:before {
  content: "\F13E";
}

/* line 325, node_modules/font-awesome/scss/_icons.scss */

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

/* line 326, node_modules/font-awesome/scss/_icons.scss */

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

/* line 327, node_modules/font-awesome/scss/_icons.scss */

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

/* line 328, node_modules/font-awesome/scss/_icons.scss */

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

/* line 329, node_modules/font-awesome/scss/_icons.scss */

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

/* line 330, node_modules/font-awesome/scss/_icons.scss */

.fa-ticket:before {
  content: "\F145";
}

/* line 331, node_modules/font-awesome/scss/_icons.scss */

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

/* line 332, node_modules/font-awesome/scss/_icons.scss */

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

/* line 333, node_modules/font-awesome/scss/_icons.scss */

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

/* line 334, node_modules/font-awesome/scss/_icons.scss */

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

/* line 335, node_modules/font-awesome/scss/_icons.scss */

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

/* line 336, node_modules/font-awesome/scss/_icons.scss */

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

/* line 337, node_modules/font-awesome/scss/_icons.scss */

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

/* line 338, node_modules/font-awesome/scss/_icons.scss */

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

/* line 339, node_modules/font-awesome/scss/_icons.scss */

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

/* line 340, node_modules/font-awesome/scss/_icons.scss */

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

/* line 342, node_modules/font-awesome/scss/_icons.scss */

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

/* line 344, node_modules/font-awesome/scss/_icons.scss */

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

/* line 346, node_modules/font-awesome/scss/_icons.scss */

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

/* line 348, node_modules/font-awesome/scss/_icons.scss */

.fa-gbp:before {
  content: "\F154";
}

/* line 349, node_modules/font-awesome/scss/_icons.scss */

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

/* line 351, node_modules/font-awesome/scss/_icons.scss */

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

/* line 353, node_modules/font-awesome/scss/_icons.scss */

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

/* line 357, node_modules/font-awesome/scss/_icons.scss */

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

/* line 360, node_modules/font-awesome/scss/_icons.scss */

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

/* line 362, node_modules/font-awesome/scss/_icons.scss */

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

/* line 364, node_modules/font-awesome/scss/_icons.scss */

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

/* line 365, node_modules/font-awesome/scss/_icons.scss */

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

/* line 366, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

/* line 367, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

/* line 368, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-amount-asc:before {
  content: "\F160";
}

/* line 369, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-amount-desc:before {
  content: "\F161";
}

/* line 370, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-numeric-asc:before {
  content: "\F162";
}

/* line 371, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-numeric-desc:before {
  content: "\F163";
}

/* line 372, node_modules/font-awesome/scss/_icons.scss */

.fa-thumbs-up:before {
  content: "\F164";
}

/* line 373, node_modules/font-awesome/scss/_icons.scss */

.fa-thumbs-down:before {
  content: "\F165";
}

/* line 374, node_modules/font-awesome/scss/_icons.scss */

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

/* line 375, node_modules/font-awesome/scss/_icons.scss */

.fa-youtube:before {
  content: "\F167";
}

/* line 376, node_modules/font-awesome/scss/_icons.scss */

.fa-xing:before {
  content: "\F168";
}

/* line 377, node_modules/font-awesome/scss/_icons.scss */

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

/* line 378, node_modules/font-awesome/scss/_icons.scss */

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

/* line 379, node_modules/font-awesome/scss/_icons.scss */

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

/* line 380, node_modules/font-awesome/scss/_icons.scss */

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

/* line 381, node_modules/font-awesome/scss/_icons.scss */

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

/* line 382, node_modules/font-awesome/scss/_icons.scss */

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

/* line 383, node_modules/font-awesome/scss/_icons.scss */

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

/* line 384, node_modules/font-awesome/scss/_icons.scss */

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

/* line 385, node_modules/font-awesome/scss/_icons.scss */

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

/* line 386, node_modules/font-awesome/scss/_icons.scss */

.fa-tumblr:before {
  content: "\F173";
}

/* line 387, node_modules/font-awesome/scss/_icons.scss */

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

/* line 388, node_modules/font-awesome/scss/_icons.scss */

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

/* line 389, node_modules/font-awesome/scss/_icons.scss */

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

/* line 390, node_modules/font-awesome/scss/_icons.scss */

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

/* line 391, node_modules/font-awesome/scss/_icons.scss */

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

/* line 392, node_modules/font-awesome/scss/_icons.scss */

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

/* line 393, node_modules/font-awesome/scss/_icons.scss */

.fa-windows:before {
  content: "\F17A";
}

/* line 394, node_modules/font-awesome/scss/_icons.scss */

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

/* line 395, node_modules/font-awesome/scss/_icons.scss */

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

/* line 396, node_modules/font-awesome/scss/_icons.scss */

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

/* line 397, node_modules/font-awesome/scss/_icons.scss */

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

/* line 398, node_modules/font-awesome/scss/_icons.scss */

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

/* line 399, node_modules/font-awesome/scss/_icons.scss */

.fa-trello:before {
  content: "\F181";
}

/* line 400, node_modules/font-awesome/scss/_icons.scss */

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

/* line 401, node_modules/font-awesome/scss/_icons.scss */

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

/* line 402, node_modules/font-awesome/scss/_icons.scss */

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

/* line 404, node_modules/font-awesome/scss/_icons.scss */

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

/* line 405, node_modules/font-awesome/scss/_icons.scss */

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

/* line 406, node_modules/font-awesome/scss/_icons.scss */

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

/* line 407, node_modules/font-awesome/scss/_icons.scss */

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

/* line 408, node_modules/font-awesome/scss/_icons.scss */

.fa-vk:before {
  content: "\F189";
}

/* line 409, node_modules/font-awesome/scss/_icons.scss */

.fa-weibo:before {
  content: "\F18A";
}

/* line 410, node_modules/font-awesome/scss/_icons.scss */

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

/* line 411, node_modules/font-awesome/scss/_icons.scss */

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

/* line 412, node_modules/font-awesome/scss/_icons.scss */

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

/* line 413, node_modules/font-awesome/scss/_icons.scss */

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

/* line 414, node_modules/font-awesome/scss/_icons.scss */

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

/* line 415, node_modules/font-awesome/scss/_icons.scss */

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

/* line 417, node_modules/font-awesome/scss/_icons.scss */

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

/* line 418, node_modules/font-awesome/scss/_icons.scss */

.fa-wheelchair:before {
  content: "\F193";
}

/* line 419, node_modules/font-awesome/scss/_icons.scss */

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

/* line 420, node_modules/font-awesome/scss/_icons.scss */

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

/* line 422, node_modules/font-awesome/scss/_icons.scss */

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

/* line 423, node_modules/font-awesome/scss/_icons.scss */

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

/* line 424, node_modules/font-awesome/scss/_icons.scss */

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

/* line 425, node_modules/font-awesome/scss/_icons.scss */

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

/* line 426, node_modules/font-awesome/scss/_icons.scss */

.fa-wordpress:before {
  content: "\F19A";
}

/* line 427, node_modules/font-awesome/scss/_icons.scss */

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

/* line 428, node_modules/font-awesome/scss/_icons.scss */

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

/* line 431, node_modules/font-awesome/scss/_icons.scss */

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

/* line 433, node_modules/font-awesome/scss/_icons.scss */

.fa-yahoo:before {
  content: "\F19E";
}

/* line 434, node_modules/font-awesome/scss/_icons.scss */

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

/* line 435, node_modules/font-awesome/scss/_icons.scss */

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

/* line 436, node_modules/font-awesome/scss/_icons.scss */

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

/* line 437, node_modules/font-awesome/scss/_icons.scss */

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

/* line 438, node_modules/font-awesome/scss/_icons.scss */

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

/* line 439, node_modules/font-awesome/scss/_icons.scss */

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

/* line 440, node_modules/font-awesome/scss/_icons.scss */

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

/* line 441, node_modules/font-awesome/scss/_icons.scss */

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

/* line 442, node_modules/font-awesome/scss/_icons.scss */

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

/* line 443, node_modules/font-awesome/scss/_icons.scss */

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

/* line 444, node_modules/font-awesome/scss/_icons.scss */

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

/* line 445, node_modules/font-awesome/scss/_icons.scss */

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

/* line 446, node_modules/font-awesome/scss/_icons.scss */

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

/* line 447, node_modules/font-awesome/scss/_icons.scss */

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

/* line 448, node_modules/font-awesome/scss/_icons.scss */

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

/* line 449, node_modules/font-awesome/scss/_icons.scss */

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

/* line 450, node_modules/font-awesome/scss/_icons.scss */

.fa-spoon:before {
  content: "\F1B1";
}

/* line 451, node_modules/font-awesome/scss/_icons.scss */

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

/* line 452, node_modules/font-awesome/scss/_icons.scss */

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

/* line 453, node_modules/font-awesome/scss/_icons.scss */

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

/* line 454, node_modules/font-awesome/scss/_icons.scss */

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

/* line 455, node_modules/font-awesome/scss/_icons.scss */

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

/* line 456, node_modules/font-awesome/scss/_icons.scss */

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

/* line 457, node_modules/font-awesome/scss/_icons.scss */

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

/* line 458, node_modules/font-awesome/scss/_icons.scss */

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

/* line 460, node_modules/font-awesome/scss/_icons.scss */

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

/* line 462, node_modules/font-awesome/scss/_icons.scss */

.fa-tree:before {
  content: "\F1BB";
}

/* line 463, node_modules/font-awesome/scss/_icons.scss */

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

/* line 464, node_modules/font-awesome/scss/_icons.scss */

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

/* line 465, node_modules/font-awesome/scss/_icons.scss */

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

/* line 466, node_modules/font-awesome/scss/_icons.scss */

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

/* line 467, node_modules/font-awesome/scss/_icons.scss */

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

/* line 468, node_modules/font-awesome/scss/_icons.scss */

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

/* line 469, node_modules/font-awesome/scss/_icons.scss */

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

/* line 470, node_modules/font-awesome/scss/_icons.scss */

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

/* line 471, node_modules/font-awesome/scss/_icons.scss */

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

/* line 474, node_modules/font-awesome/scss/_icons.scss */

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

/* line 476, node_modules/font-awesome/scss/_icons.scss */

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

/* line 478, node_modules/font-awesome/scss/_icons.scss */

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

/* line 480, node_modules/font-awesome/scss/_icons.scss */

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

/* line 481, node_modules/font-awesome/scss/_icons.scss */

.fa-vine:before {
  content: "\F1CA";
}

/* line 482, node_modules/font-awesome/scss/_icons.scss */

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

/* line 483, node_modules/font-awesome/scss/_icons.scss */

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

/* line 484, node_modules/font-awesome/scss/_icons.scss */

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

/* line 489, node_modules/font-awesome/scss/_icons.scss */

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

/* line 490, node_modules/font-awesome/scss/_icons.scss */

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

/* line 493, node_modules/font-awesome/scss/_icons.scss */

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

/* line 495, node_modules/font-awesome/scss/_icons.scss */

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

/* line 496, node_modules/font-awesome/scss/_icons.scss */

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

/* line 497, node_modules/font-awesome/scss/_icons.scss */

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

/* line 500, node_modules/font-awesome/scss/_icons.scss */

.fa-tencent-weibo:before {
  content: "\F1D5";
}

/* line 501, node_modules/font-awesome/scss/_icons.scss */

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

/* line 502, node_modules/font-awesome/scss/_icons.scss */

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

/* line 504, node_modules/font-awesome/scss/_icons.scss */

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

/* line 506, node_modules/font-awesome/scss/_icons.scss */

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

/* line 508, node_modules/font-awesome/scss/_icons.scss */

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

/* line 509, node_modules/font-awesome/scss/_icons.scss */

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

/* line 510, node_modules/font-awesome/scss/_icons.scss */

.fa-header:before {
  content: "\F1DC";
}

/* line 511, node_modules/font-awesome/scss/_icons.scss */

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

/* line 512, node_modules/font-awesome/scss/_icons.scss */

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

/* line 513, node_modules/font-awesome/scss/_icons.scss */

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

/* line 514, node_modules/font-awesome/scss/_icons.scss */

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

/* line 515, node_modules/font-awesome/scss/_icons.scss */

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

/* line 516, node_modules/font-awesome/scss/_icons.scss */

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

/* line 518, node_modules/font-awesome/scss/_icons.scss */

.fa-tty:before {
  content: "\F1E4";
}

/* line 519, node_modules/font-awesome/scss/_icons.scss */

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

/* line 520, node_modules/font-awesome/scss/_icons.scss */

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

/* line 521, node_modules/font-awesome/scss/_icons.scss */

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

/* line 522, node_modules/font-awesome/scss/_icons.scss */

.fa-twitch:before {
  content: "\F1E8";
}

/* line 523, node_modules/font-awesome/scss/_icons.scss */

.fa-yelp:before {
  content: "\F1E9";
}

/* line 524, node_modules/font-awesome/scss/_icons.scss */

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

/* line 525, node_modules/font-awesome/scss/_icons.scss */

.fa-wifi:before {
  content: "\F1EB";
}

/* line 526, node_modules/font-awesome/scss/_icons.scss */

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

/* line 527, node_modules/font-awesome/scss/_icons.scss */

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

/* line 528, node_modules/font-awesome/scss/_icons.scss */

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

/* line 529, node_modules/font-awesome/scss/_icons.scss */

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

/* line 530, node_modules/font-awesome/scss/_icons.scss */

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

/* line 531, node_modules/font-awesome/scss/_icons.scss */

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

/* line 532, node_modules/font-awesome/scss/_icons.scss */

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

/* line 533, node_modules/font-awesome/scss/_icons.scss */

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

/* line 534, node_modules/font-awesome/scss/_icons.scss */

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

/* line 535, node_modules/font-awesome/scss/_icons.scss */

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

/* line 536, node_modules/font-awesome/scss/_icons.scss */

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

/* line 537, node_modules/font-awesome/scss/_icons.scss */

.fa-trash:before {
  content: "\F1F8";
}

/* line 538, node_modules/font-awesome/scss/_icons.scss */

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

/* line 539, node_modules/font-awesome/scss/_icons.scss */

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

/* line 540, node_modules/font-awesome/scss/_icons.scss */

.fa-eyedropper:before {
  content: "\F1FB";
}

/* line 541, node_modules/font-awesome/scss/_icons.scss */

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

/* line 542, node_modules/font-awesome/scss/_icons.scss */

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

/* line 543, node_modules/font-awesome/scss/_icons.scss */

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

/* line 544, node_modules/font-awesome/scss/_icons.scss */

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

/* line 545, node_modules/font-awesome/scss/_icons.scss */

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

/* line 546, node_modules/font-awesome/scss/_icons.scss */

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

/* line 547, node_modules/font-awesome/scss/_icons.scss */

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

/* line 548, node_modules/font-awesome/scss/_icons.scss */

.fa-toggle-off:before {
  content: "\F204";
}

/* line 549, node_modules/font-awesome/scss/_icons.scss */

.fa-toggle-on:before {
  content: "\F205";
}

/* line 550, node_modules/font-awesome/scss/_icons.scss */

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

/* line 551, node_modules/font-awesome/scss/_icons.scss */

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

/* line 552, node_modules/font-awesome/scss/_icons.scss */

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

/* line 553, node_modules/font-awesome/scss/_icons.scss */

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

/* line 554, node_modules/font-awesome/scss/_icons.scss */

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

/* line 555, node_modules/font-awesome/scss/_icons.scss */

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

/* line 558, node_modules/font-awesome/scss/_icons.scss */

.fa-meanpath:before {
  content: "\F20C";
}

/* line 559, node_modules/font-awesome/scss/_icons.scss */

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

/* line 560, node_modules/font-awesome/scss/_icons.scss */

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

/* line 561, node_modules/font-awesome/scss/_icons.scss */

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

/* line 562, node_modules/font-awesome/scss/_icons.scss */

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

/* line 563, node_modules/font-awesome/scss/_icons.scss */

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

/* line 564, node_modules/font-awesome/scss/_icons.scss */

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

/* line 565, node_modules/font-awesome/scss/_icons.scss */

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

/* line 566, node_modules/font-awesome/scss/_icons.scss */

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

/* line 567, node_modules/font-awesome/scss/_icons.scss */

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

/* line 568, node_modules/font-awesome/scss/_icons.scss */

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

/* line 569, node_modules/font-awesome/scss/_icons.scss */

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

/* line 570, node_modules/font-awesome/scss/_icons.scss */

.fa-diamond:before {
  content: "\F219";
}

/* line 571, node_modules/font-awesome/scss/_icons.scss */

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

/* line 572, node_modules/font-awesome/scss/_icons.scss */

.fa-user-secret:before {
  content: "\F21B";
}

/* line 573, node_modules/font-awesome/scss/_icons.scss */

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

/* line 574, node_modules/font-awesome/scss/_icons.scss */

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

/* line 575, node_modules/font-awesome/scss/_icons.scss */

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

/* line 576, node_modules/font-awesome/scss/_icons.scss */

.fa-venus:before {
  content: "\F221";
}

/* line 577, node_modules/font-awesome/scss/_icons.scss */

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

/* line 578, node_modules/font-awesome/scss/_icons.scss */

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

/* line 579, node_modules/font-awesome/scss/_icons.scss */

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

/* line 581, node_modules/font-awesome/scss/_icons.scss */

.fa-transgender-alt:before {
  content: "\F225";
}

/* line 582, node_modules/font-awesome/scss/_icons.scss */

.fa-venus-double:before {
  content: "\F226";
}

/* line 583, node_modules/font-awesome/scss/_icons.scss */

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

/* line 584, node_modules/font-awesome/scss/_icons.scss */

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

/* line 585, node_modules/font-awesome/scss/_icons.scss */

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

/* line 586, node_modules/font-awesome/scss/_icons.scss */

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

/* line 587, node_modules/font-awesome/scss/_icons.scss */

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

/* line 588, node_modules/font-awesome/scss/_icons.scss */

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

/* line 589, node_modules/font-awesome/scss/_icons.scss */

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

/* line 590, node_modules/font-awesome/scss/_icons.scss */

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

/* line 591, node_modules/font-awesome/scss/_icons.scss */

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

/* line 592, node_modules/font-awesome/scss/_icons.scss */

.fa-whatsapp:before {
  content: "\F232";
}

/* line 593, node_modules/font-awesome/scss/_icons.scss */

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

/* line 594, node_modules/font-awesome/scss/_icons.scss */

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

/* line 595, node_modules/font-awesome/scss/_icons.scss */

.fa-user-times:before {
  content: "\F235";
}

/* line 596, node_modules/font-awesome/scss/_icons.scss */

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

/* line 598, node_modules/font-awesome/scss/_icons.scss */

.fa-viacoin:before {
  content: "\F237";
}

/* line 599, node_modules/font-awesome/scss/_icons.scss */

.fa-train:before {
  content: "\F238";
}

/* line 600, node_modules/font-awesome/scss/_icons.scss */

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

/* line 601, node_modules/font-awesome/scss/_icons.scss */

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

/* line 602, node_modules/font-awesome/scss/_icons.scss */

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

/* line 604, node_modules/font-awesome/scss/_icons.scss */

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

/* line 605, node_modules/font-awesome/scss/_icons.scss */

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

/* line 606, node_modules/font-awesome/scss/_icons.scss */

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

/* line 607, node_modules/font-awesome/scss/_icons.scss */

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

/* line 610, node_modules/font-awesome/scss/_icons.scss */

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

/* line 612, node_modules/font-awesome/scss/_icons.scss */

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

/* line 614, node_modules/font-awesome/scss/_icons.scss */

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

/* line 616, node_modules/font-awesome/scss/_icons.scss */

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

/* line 618, node_modules/font-awesome/scss/_icons.scss */

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

/* line 619, node_modules/font-awesome/scss/_icons.scss */

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

/* line 620, node_modules/font-awesome/scss/_icons.scss */

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

/* line 621, node_modules/font-awesome/scss/_icons.scss */

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

/* line 622, node_modules/font-awesome/scss/_icons.scss */

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

/* line 623, node_modules/font-awesome/scss/_icons.scss */

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

/* line 624, node_modules/font-awesome/scss/_icons.scss */

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

/* line 625, node_modules/font-awesome/scss/_icons.scss */

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

/* line 626, node_modules/font-awesome/scss/_icons.scss */

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

/* line 627, node_modules/font-awesome/scss/_icons.scss */

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

/* line 628, node_modules/font-awesome/scss/_icons.scss */

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

/* line 629, node_modules/font-awesome/scss/_icons.scss */

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

/* line 631, node_modules/font-awesome/scss/_icons.scss */

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

/* line 633, node_modules/font-awesome/scss/_icons.scss */

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

/* line 635, node_modules/font-awesome/scss/_icons.scss */

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

/* line 636, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

/* line 638, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

/* line 640, node_modules/font-awesome/scss/_icons.scss */

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

/* line 641, node_modules/font-awesome/scss/_icons.scss */

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

/* line 642, node_modules/font-awesome/scss/_icons.scss */

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

/* line 643, node_modules/font-awesome/scss/_icons.scss */

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

/* line 644, node_modules/font-awesome/scss/_icons.scss */

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

/* line 645, node_modules/font-awesome/scss/_icons.scss */

.fa-trademark:before {
  content: "\F25C";
}

/* line 646, node_modules/font-awesome/scss/_icons.scss */

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

/* line 647, node_modules/font-awesome/scss/_icons.scss */

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

/* line 648, node_modules/font-awesome/scss/_icons.scss */

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

/* line 649, node_modules/font-awesome/scss/_icons.scss */

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

/* line 650, node_modules/font-awesome/scss/_icons.scss */

.fa-tripadvisor:before {
  content: "\F262";
}

/* line 651, node_modules/font-awesome/scss/_icons.scss */

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

/* line 652, node_modules/font-awesome/scss/_icons.scss */

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

/* line 653, node_modules/font-awesome/scss/_icons.scss */

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

/* line 654, node_modules/font-awesome/scss/_icons.scss */

.fa-wikipedia-w:before {
  content: "\F266";
}

/* line 655, node_modules/font-awesome/scss/_icons.scss */

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

/* line 656, node_modules/font-awesome/scss/_icons.scss */

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

/* line 657, node_modules/font-awesome/scss/_icons.scss */

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

/* line 658, node_modules/font-awesome/scss/_icons.scss */

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

/* line 659, node_modules/font-awesome/scss/_icons.scss */

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

/* line 660, node_modules/font-awesome/scss/_icons.scss */

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

/* line 662, node_modules/font-awesome/scss/_icons.scss */

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

/* line 663, node_modules/font-awesome/scss/_icons.scss */

.fa-500px:before {
  content: "\F26E";
}

/* line 664, node_modules/font-awesome/scss/_icons.scss */

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

/* line 665, node_modules/font-awesome/scss/_icons.scss */

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

/* line 666, node_modules/font-awesome/scss/_icons.scss */

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

/* line 667, node_modules/font-awesome/scss/_icons.scss */

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

/* line 668, node_modules/font-awesome/scss/_icons.scss */

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

/* line 669, node_modules/font-awesome/scss/_icons.scss */

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

/* line 670, node_modules/font-awesome/scss/_icons.scss */

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

/* line 671, node_modules/font-awesome/scss/_icons.scss */

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

/* line 672, node_modules/font-awesome/scss/_icons.scss */

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

/* line 673, node_modules/font-awesome/scss/_icons.scss */

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

/* line 674, node_modules/font-awesome/scss/_icons.scss */

.fa-commenting:before {
  content: "\F27A";
}

/* line 675, node_modules/font-awesome/scss/_icons.scss */

.fa-commenting-o:before {
  content: "\F27B";
}

/* line 676, node_modules/font-awesome/scss/_icons.scss */

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

/* line 677, node_modules/font-awesome/scss/_icons.scss */

.fa-vimeo:before {
  content: "\F27D";
}

/* line 678, node_modules/font-awesome/scss/_icons.scss */

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

/* line 679, node_modules/font-awesome/scss/_icons.scss */

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

/* line 680, node_modules/font-awesome/scss/_icons.scss */

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

/* line 681, node_modules/font-awesome/scss/_icons.scss */

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

/* line 682, node_modules/font-awesome/scss/_icons.scss */

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

/* line 683, node_modules/font-awesome/scss/_icons.scss */

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

/* line 684, node_modules/font-awesome/scss/_icons.scss */

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

/* line 685, node_modules/font-awesome/scss/_icons.scss */

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

/* line 686, node_modules/font-awesome/scss/_icons.scss */

.fa-usb:before {
  content: "\F287";
}

/* line 687, node_modules/font-awesome/scss/_icons.scss */

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

/* line 688, node_modules/font-awesome/scss/_icons.scss */

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

/* line 689, node_modules/font-awesome/scss/_icons.scss */

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

/* line 690, node_modules/font-awesome/scss/_icons.scss */

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

/* line 691, node_modules/font-awesome/scss/_icons.scss */

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

/* line 692, node_modules/font-awesome/scss/_icons.scss */

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

/* line 693, node_modules/font-awesome/scss/_icons.scss */

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

/* line 694, node_modules/font-awesome/scss/_icons.scss */

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

/* line 695, node_modules/font-awesome/scss/_icons.scss */

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

/* line 696, node_modules/font-awesome/scss/_icons.scss */

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

/* line 697, node_modules/font-awesome/scss/_icons.scss */

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

/* line 698, node_modules/font-awesome/scss/_icons.scss */

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

/* line 699, node_modules/font-awesome/scss/_icons.scss */

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

/* line 700, node_modules/font-awesome/scss/_icons.scss */

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

/* line 701, node_modules/font-awesome/scss/_icons.scss */

.fa-wpbeginner:before {
  content: "\F297";
}

/* line 702, node_modules/font-awesome/scss/_icons.scss */

.fa-wpforms:before {
  content: "\F298";
}

/* line 703, node_modules/font-awesome/scss/_icons.scss */

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

/* line 704, node_modules/font-awesome/scss/_icons.scss */

.fa-universal-access:before {
  content: "\F29A";
}

/* line 705, node_modules/font-awesome/scss/_icons.scss */

.fa-wheelchair-alt:before {
  content: "\F29B";
}

/* line 706, node_modules/font-awesome/scss/_icons.scss */

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

/* line 707, node_modules/font-awesome/scss/_icons.scss */

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

/* line 708, node_modules/font-awesome/scss/_icons.scss */

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

/* line 709, node_modules/font-awesome/scss/_icons.scss */

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

/* line 710, node_modules/font-awesome/scss/_icons.scss */

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

/* line 711, node_modules/font-awesome/scss/_icons.scss */

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

/* line 712, node_modules/font-awesome/scss/_icons.scss */

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

/* line 714, node_modules/font-awesome/scss/_icons.scss */

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

/* line 717, node_modules/font-awesome/scss/_icons.scss */

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

/* line 718, node_modules/font-awesome/scss/_icons.scss */

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

/* line 719, node_modules/font-awesome/scss/_icons.scss */

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

/* line 721, node_modules/font-awesome/scss/_icons.scss */

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

/* line 722, node_modules/font-awesome/scss/_icons.scss */

.fa-viadeo:before {
  content: "\F2A9";
}

/* line 723, node_modules/font-awesome/scss/_icons.scss */

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

/* line 724, node_modules/font-awesome/scss/_icons.scss */

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

/* line 725, node_modules/font-awesome/scss/_icons.scss */

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

/* line 726, node_modules/font-awesome/scss/_icons.scss */

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

/* line 727, node_modules/font-awesome/scss/_icons.scss */

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

/* line 728, node_modules/font-awesome/scss/_icons.scss */

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

/* line 729, node_modules/font-awesome/scss/_icons.scss */

.fa-yoast:before {
  content: "\F2B1";
}

/* line 730, node_modules/font-awesome/scss/_icons.scss */

.fa-themeisle:before {
  content: "\F2B2";
}

/* line 731, node_modules/font-awesome/scss/_icons.scss */

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

/* line 733, node_modules/font-awesome/scss/_icons.scss */

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

/* line 735, node_modules/font-awesome/scss/_icons.scss */

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

/* line 736, node_modules/font-awesome/scss/_icons.scss */

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

/* line 737, node_modules/font-awesome/scss/_icons.scss */

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

/* line 738, node_modules/font-awesome/scss/_icons.scss */

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

/* line 739, node_modules/font-awesome/scss/_icons.scss */

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

/* line 740, node_modules/font-awesome/scss/_icons.scss */

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

/* line 741, node_modules/font-awesome/scss/_icons.scss */

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

/* line 743, node_modules/font-awesome/scss/_icons.scss */

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

/* line 745, node_modules/font-awesome/scss/_icons.scss */

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

/* line 746, node_modules/font-awesome/scss/_icons.scss */

.fa-user-circle-o:before {
  content: "\F2BE";
}

/* line 747, node_modules/font-awesome/scss/_icons.scss */

.fa-user-o:before {
  content: "\F2C0";
}

/* line 748, node_modules/font-awesome/scss/_icons.scss */

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

/* line 749, node_modules/font-awesome/scss/_icons.scss */

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

/* line 751, node_modules/font-awesome/scss/_icons.scss */

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

/* line 753, node_modules/font-awesome/scss/_icons.scss */

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

/* line 754, node_modules/font-awesome/scss/_icons.scss */

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

/* line 755, node_modules/font-awesome/scss/_icons.scss */

.fa-telegram:before {
  content: "\F2C6";
}

/* line 756, node_modules/font-awesome/scss/_icons.scss */

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

/* line 759, node_modules/font-awesome/scss/_icons.scss */

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

/* line 761, node_modules/font-awesome/scss/_icons.scss */

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

/* line 763, node_modules/font-awesome/scss/_icons.scss */

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

/* line 765, node_modules/font-awesome/scss/_icons.scss */

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

/* line 767, node_modules/font-awesome/scss/_icons.scss */

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

/* line 768, node_modules/font-awesome/scss/_icons.scss */

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

/* line 771, node_modules/font-awesome/scss/_icons.scss */

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

/* line 772, node_modules/font-awesome/scss/_icons.scss */

.fa-window-maximize:before {
  content: "\F2D0";
}

/* line 773, node_modules/font-awesome/scss/_icons.scss */

.fa-window-minimize:before {
  content: "\F2D1";
}

/* line 774, node_modules/font-awesome/scss/_icons.scss */

.fa-window-restore:before {
  content: "\F2D2";
}

/* line 775, node_modules/font-awesome/scss/_icons.scss */

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

/* line 777, node_modules/font-awesome/scss/_icons.scss */

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

/* line 779, node_modules/font-awesome/scss/_icons.scss */

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

/* line 780, node_modules/font-awesome/scss/_icons.scss */

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

/* line 781, node_modules/font-awesome/scss/_icons.scss */

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

/* line 782, node_modules/font-awesome/scss/_icons.scss */

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

/* line 783, node_modules/font-awesome/scss/_icons.scss */

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

/* line 784, node_modules/font-awesome/scss/_icons.scss */

.fa-eercast:before {
  content: "\F2DA";
}

/* line 785, node_modules/font-awesome/scss/_icons.scss */

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

/* line 786, node_modules/font-awesome/scss/_icons.scss */

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

/* line 787, node_modules/font-awesome/scss/_icons.scss */

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

/* line 788, node_modules/font-awesome/scss/_icons.scss */

.fa-wpexplorer:before {
  content: "\F2DE";
}

/* line 789, node_modules/font-awesome/scss/_icons.scss */

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

/* line 4, node_modules/font-awesome/scss/_screen-reader.scss */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, node_modules/font-awesome/scss/_mixins.scss */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* line 11, node_modules/normalize.css/normalize.css */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

/* line 23, node_modules/normalize.css/normalize.css */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

/* line 31, node_modules/normalize.css/normalize.css */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* line 40, node_modules/normalize.css/normalize.css */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/* line 53, node_modules/normalize.css/normalize.css */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* line 64, node_modules/normalize.css/normalize.css */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

/* line 76, node_modules/normalize.css/normalize.css */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/* line 85, node_modules/normalize.css/normalize.css */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

/* line 95, node_modules/normalize.css/normalize.css */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* line 105, node_modules/normalize.css/normalize.css */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

/* line 116, node_modules/normalize.css/normalize.css */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* line 125, node_modules/normalize.css/normalize.css */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, node_modules/normalize.css/normalize.css */

sub {
  bottom: -0.25em;
}

/* line 137, node_modules/normalize.css/normalize.css */

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

/* line 148, node_modules/normalize.css/normalize.css */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

/* line 160, node_modules/normalize.css/normalize.css */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

/* line 176, node_modules/normalize.css/normalize.css */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

/* line 186, node_modules/normalize.css/normalize.css */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

/* line 195, node_modules/normalize.css/normalize.css */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

/* line 206, node_modules/normalize.css/normalize.css */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

/* line 218, node_modules/normalize.css/normalize.css */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

/* line 229, node_modules/normalize.css/normalize.css */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/* line 240, node_modules/normalize.css/normalize.css */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/* line 253, node_modules/normalize.css/normalize.css */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

/* line 261, node_modules/normalize.css/normalize.css */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

/* line 270, node_modules/normalize.css/normalize.css */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

/* line 280, node_modules/normalize.css/normalize.css */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

/* line 290, node_modules/normalize.css/normalize.css */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

/* line 299, node_modules/normalize.css/normalize.css */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

/* line 308, node_modules/normalize.css/normalize.css */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

/* line 320, node_modules/normalize.css/normalize.css */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

/* line 328, node_modules/normalize.css/normalize.css */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

/* line 339, node_modules/normalize.css/normalize.css */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

/* line 347, node_modules/normalize.css/normalize.css */

[hidden] {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

/* line 3, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger:hover {
  opacity: 1;
}

/* line 31, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-box {
  width: 30px;
  height: 21px;
  display: inline-block;
  position: relative;
}

/* line 38, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

/* line 43, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* line 56, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

/* line 62, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner::before {
  top: -9px;
}

/* line 66, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner::after {
  bottom: -9px;
}

/*
   * 3DX
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_3dx.scss */

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_3dx.scss */

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, node_modules/hamburgers/_sass/hamburgers/types/_3dx.scss */

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_3dx.scss */

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* line 25, node_modules/hamburgers/_sass/hamburgers/types/_3dx.scss */

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_3dx.scss */

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_3dx-r.scss */

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_3dx-r.scss */

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, node_modules/hamburgers/_sass/hamburgers/types/_3dx-r.scss */

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_3dx-r.scss */

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

/* line 25, node_modules/hamburgers/_sass/hamburgers/types/_3dx-r.scss */

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_3dx-r.scss */

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_3dy.scss */

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_3dy.scss */

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, node_modules/hamburgers/_sass/hamburgers/types/_3dy.scss */

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_3dy.scss */

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

/* line 25, node_modules/hamburgers/_sass/hamburgers/types/_3dy.scss */

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_3dy.scss */

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_3dy-r.scss */

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_3dy-r.scss */

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, node_modules/hamburgers/_sass/hamburgers/types/_3dy-r.scss */

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_3dy-r.scss */

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/* line 25, node_modules/hamburgers/_sass/hamburgers/types/_3dy-r.scss */

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_3dy-r.scss */

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_3dxy.scss */

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_3dxy.scss */

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, node_modules/hamburgers/_sass/hamburgers/types/_3dxy.scss */

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_3dxy.scss */

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

/* line 25, node_modules/hamburgers/_sass/hamburgers/types/_3dxy.scss */

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_3dxy.scss */

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_3dxy-r.scss */

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_3dxy-r.scss */

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, node_modules/hamburgers/_sass/hamburgers/types/_3dxy-r.scss */

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_3dxy-r.scss */

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

/* line 25, node_modules/hamburgers/_sass/hamburgers/types/_3dxy-r.scss */

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_3dxy-r.scss */

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

/* line 7, node_modules/hamburgers/_sass/hamburgers/types/_arrow.scss */

.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/* line 11, node_modules/hamburgers/_sass/hamburgers/types/_arrow.scss */

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */

/* line 7, node_modules/hamburgers/_sass/hamburgers/types/_arrow-r.scss */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/* line 11, node_modules/hamburgers/_sass/hamburgers/types/_arrow-r.scss */

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */

/* line 7, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt.scss */

.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 12, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt.scss */

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 20, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt.scss */

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt.scss */

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */

/* line 7, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt-r.scss */

.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 12, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt-r.scss */

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 20, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt-r.scss */

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt-r.scss */

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_arrowturn.scss */

.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* line 9, node_modules/hamburgers/_sass/hamburgers/types/_arrowturn.scss */

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/* line 13, node_modules/hamburgers/_sass/hamburgers/types/_arrowturn.scss */

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_arrowturn-r.scss */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* line 9, node_modules/hamburgers/_sass/hamburgers/types/_arrowturn-r.scss */

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/* line 13, node_modules/hamburgers/_sass/hamburgers/types/_arrowturn-r.scss */

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */

/* line 7, node_modules/hamburgers/_sass/hamburgers/types/_boring.scss */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

/* line 15, node_modules/hamburgers/_sass/hamburgers/types/_boring.scss */

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 18, node_modules/hamburgers/_sass/hamburgers/types/_boring.scss */

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

/* line 23, node_modules/hamburgers/_sass/hamburgers/types/_boring.scss */

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_collapse.scss */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 13, node_modules/hamburgers/_sass/hamburgers/types/_collapse.scss */

.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

/* line 19, node_modules/hamburgers/_sass/hamburgers/types/_collapse.scss */

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 26, node_modules/hamburgers/_sass/hamburgers/types/_collapse.scss */

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 31, node_modules/hamburgers/_sass/hamburgers/types/_collapse.scss */

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

/* line 38, node_modules/hamburgers/_sass/hamburgers/types/_collapse.scss */

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_collapse-r.scss */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 13, node_modules/hamburgers/_sass/hamburgers/types/_collapse-r.scss */

.hamburger--collapse-r .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

/* line 19, node_modules/hamburgers/_sass/hamburgers/types/_collapse-r.scss */

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 26, node_modules/hamburgers/_sass/hamburgers/types/_collapse-r.scss */

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(45deg);
          transform: translate3d(0, -9px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 31, node_modules/hamburgers/_sass/hamburgers/types/_collapse-r.scss */

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

/* line 38, node_modules/hamburgers/_sass/hamburgers/types/_collapse-r.scss */

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */

.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 11, node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */

.hamburger--elastic .hamburger-inner::before {
  top: 9px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

/* line 16, node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */

.hamburger--elastic .hamburger-inner::after {
  top: 18px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 23, node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(135deg);
          transform: translate3d(0, 9px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

/* line 34, node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-270deg);
          transform: translate3d(0, -18px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_elastic-r.scss */

.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 11, node_modules/hamburgers/_sass/hamburgers/types/_elastic-r.scss */

.hamburger--elastic-r .hamburger-inner::before {
  top: 9px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

/* line 16, node_modules/hamburgers/_sass/hamburgers/types/_elastic-r.scss */

.hamburger--elastic-r .hamburger-inner::after {
  top: 18px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 23, node_modules/hamburgers/_sass/hamburgers/types/_elastic-r.scss */

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(-135deg);
          transform: translate3d(0, 9px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_elastic-r.scss */

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

/* line 34, node_modules/hamburgers/_sass/hamburgers/types/_elastic-r.scss */

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(270deg);
          transform: translate3d(0, -18px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Emphatic
   */

/* line 5, node_modules/hamburgers/_sass/hamburgers/types/_emphatic.scss */

.hamburger--emphatic {
  overflow: hidden;
}

/* line 8, node_modules/hamburgers/_sass/hamburgers/types/_emphatic.scss */

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

/* line 11, node_modules/hamburgers/_sass/hamburgers/types/_emphatic.scss */

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 18, node_modules/hamburgers/_sass/hamburgers/types/_emphatic.scss */

.hamburger--emphatic .hamburger-inner::after {
  top: 9px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 28, node_modules/hamburgers/_sass/hamburgers/types/_emphatic.scss */

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

/* line 33, node_modules/hamburgers/_sass/hamburgers/types/_emphatic.scss */

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  -webkit-transform: translate3d(60px, 60px, 0) rotate(45deg);
          transform: translate3d(60px, 60px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 42, node_modules/hamburgers/_sass/hamburgers/types/_emphatic.scss */

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  -webkit-transform: translate3d(-60px, 60px, 0) rotate(-45deg);
          transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */

/* line 5, node_modules/hamburgers/_sass/hamburgers/types/_emphatic-r.scss */

.hamburger--emphatic-r {
  overflow: hidden;
}

/* line 8, node_modules/hamburgers/_sass/hamburgers/types/_emphatic-r.scss */

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

/* line 11, node_modules/hamburgers/_sass/hamburgers/types/_emphatic-r.scss */

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 18, node_modules/hamburgers/_sass/hamburgers/types/_emphatic-r.scss */

.hamburger--emphatic-r .hamburger-inner::after {
  top: 9px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 28, node_modules/hamburgers/_sass/hamburgers/types/_emphatic-r.scss */

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

/* line 33, node_modules/hamburgers/_sass/hamburgers/types/_emphatic-r.scss */

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  -webkit-transform: translate3d(60px, -60px, 0) rotate(-45deg);
          transform: translate3d(60px, -60px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 42, node_modules/hamburgers/_sass/hamburgers/types/_emphatic-r.scss */

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  -webkit-transform: translate3d(-60px, -60px, 0) rotate(45deg);
          transform: translate3d(-60px, -60px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */

/* line 7, node_modules/hamburgers/_sass/hamburgers/types/_minus.scss */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  -o-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

/* line 17, node_modules/hamburgers/_sass/hamburgers/types/_minus.scss */

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  -o-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

/* line 24, node_modules/hamburgers/_sass/hamburgers/types/_minus.scss */

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

/* line 28, node_modules/hamburgers/_sass/hamburgers/types/_minus.scss */

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_slider.scss */

.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

/* line 9, node_modules/hamburgers/_sass/hamburgers/types/_slider.scss */

.hamburger--slider .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

/* line 16, node_modules/hamburgers/_sass/hamburgers/types/_slider.scss */

.hamburger--slider .hamburger-inner::after {
  top: 18px;
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_slider.scss */

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_slider.scss */

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-4.28571px, -6px, 0);
          transform: rotate(-45deg) translate3d(-4.28571px, -6px, 0);
  opacity: 0;
}

/* line 32, node_modules/hamburgers/_sass/hamburgers/types/_slider.scss */

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
          transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_slider-r.scss */

.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

/* line 9, node_modules/hamburgers/_sass/hamburgers/types/_slider-r.scss */

.hamburger--slider-r .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

/* line 16, node_modules/hamburgers/_sass/hamburgers/types/_slider-r.scss */

.hamburger--slider-r .hamburger-inner::after {
  top: 18px;
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_slider-r.scss */

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
          transform: translate3d(0, 9px, 0) rotate(-45deg);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_slider-r.scss */

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(4.28571px, -6px, 0);
          transform: rotate(45deg) translate3d(4.28571px, -6px, 0);
  opacity: 0;
}

/* line 32, node_modules/hamburgers/_sass/hamburgers/types/_slider-r.scss */

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(90deg);
          transform: translate3d(0, -18px, 0) rotate(90deg);
}

/*
   * Spin
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

/* line 15, node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

/* line 34, node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_spin-r.scss */

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_spin-r.scss */

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

/* line 15, node_modules/hamburgers/_sass/hamburgers/types/_spin-r.scss */

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_spin-r.scss */

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
       -o-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_spin-r.scss */

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

/* line 34, node_modules/hamburgers/_sass/hamburgers/types/_spin-r.scss */

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_spring.scss */

.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_spring.scss */

.hamburger--spring .hamburger-inner::before {
  top: 9px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 16, node_modules/hamburgers/_sass/hamburgers/types/_spring.scss */

.hamburger--spring .hamburger-inner::after {
  top: 18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 24, node_modules/hamburgers/_sass/hamburgers/types/_spring.scss */

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

/* line 28, node_modules/hamburgers/_sass/hamburgers/types/_spring.scss */

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

/* line 35, node_modules/hamburgers/_sass/hamburgers/types/_spring.scss */

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
          transform: translate3d(0, 9px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_spring-r.scss */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 13, node_modules/hamburgers/_sass/hamburgers/types/_spring-r.scss */

.hamburger--spring-r .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

/* line 19, node_modules/hamburgers/_sass/hamburgers/types/_spring-r.scss */

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 26, node_modules/hamburgers/_sass/hamburgers/types/_spring-r.scss */

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 31, node_modules/hamburgers/_sass/hamburgers/types/_spring-r.scss */

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

/* line 38, node_modules/hamburgers/_sass/hamburgers/types/_spring-r.scss */

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_stand.scss */

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0s 0.075s linear, -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_stand.scss */

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 15, node_modules/hamburgers/_sass/hamburgers/types/_stand.scss */

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_stand.scss */

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0s 0.15s linear, -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_stand.scss */

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 36, node_modules/hamburgers/_sass/hamburgers/types/_stand.scss */

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_stand-r.scss */

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0s 0.075s linear, -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_stand-r.scss */

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 15, node_modules/hamburgers/_sass/hamburgers/types/_stand-r.scss */

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_stand-r.scss */

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0s 0.15s linear, -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_stand-r.scss */

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 36, node_modules/hamburgers/_sass/hamburgers/types/_stand-r.scss */

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

/* line 15, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, -o-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

/* line 34, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, -o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* line 17, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform, -o-transform;
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
       -o-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 31, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

/* line 36, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

/* line 41, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* line 17, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform, -o-transform;
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
       -o-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 31, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

/* line 36, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

/* line 41, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* Slider */

/* line 3, node_modules/slick-carousel/slick/slick.scss */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */

.slick-track:after {
  clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */

[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */

.slick-slide img {
  display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* line 45, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-loading .slick-list {
  background: #fff url(/app/themes/sage/dist/images/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

/* line 63, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 81, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 85, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 89, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 92, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev {
  left: -25px;
}

/* line 105, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 109, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:before {
  content: "\2190";
}

/* line 111, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

/* line 117, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-next {
  right: -25px;
}

/* line 119, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 123, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-next:before {
  content: "\2192";
}

/* line 125, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

/* line 133, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 146, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 154, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 166, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 168, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 172, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 189, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

/* line 34, node_modules/pikaday/scss/pikaday.scss */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 44, node_modules/pikaday/scss/pikaday.scss */

.pika-single.is-hidden {
  display: none;
}

/* line 48, node_modules/pikaday/scss/pikaday.scss */

.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

/* line 56, node_modules/pikaday/scss/pikaday.scss */

.pika-single {
  *zoom: 1;
}

/* line 59, node_modules/pikaday/scss/pikaday.scss */

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

/* line 65, node_modules/pikaday/scss/pikaday.scss */

.pika-single:after {
  clear: both;
}

/* line 68, node_modules/pikaday/scss/pikaday.scss */

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

/* line 74, node_modules/pikaday/scss/pikaday.scss */

.pika-title {
  position: relative;
  text-align: center;
}

/* line 78, node_modules/pikaday/scss/pikaday.scss */

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 90, node_modules/pikaday/scss/pikaday.scss */

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

/* line 105, node_modules/pikaday/scss/pikaday.scss */

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

/* line 126, node_modules/pikaday/scss/pikaday.scss */

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

/* line 130, node_modules/pikaday/scss/pikaday.scss */

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

/* line 136, node_modules/pikaday/scss/pikaday.scss */

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

/* line 143, node_modules/pikaday/scss/pikaday.scss */

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

/* line 150, node_modules/pikaday/scss/pikaday.scss */

.pika-select {
  display: inline-block;
  *display: inline;
}

/* line 155, node_modules/pikaday/scss/pikaday.scss */

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

/* line 161, node_modules/pikaday/scss/pikaday.scss */

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

/* line 167, node_modules/pikaday/scss/pikaday.scss */

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

/* line 175, node_modules/pikaday/scss/pikaday.scss */

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/* line 181, node_modules/pikaday/scss/pikaday.scss */

.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

/* line 197, node_modules/pikaday/scss/pikaday.scss */

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

/* line 202, node_modules/pikaday/scss/pikaday.scss */

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  -webkit-box-shadow: inset 0 1px 3px #178fe5;
          box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

/* line 210, node_modules/pikaday/scss/pikaday.scss */

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

/* line 216, node_modules/pikaday/scss/pikaday.scss */

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}

/* line 221, node_modules/pikaday/scss/pikaday.scss */

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

/* line 228, node_modules/pikaday/scss/pikaday.scss */

.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

/* line 234, node_modules/pikaday/scss/pikaday.scss */

.pika-week {
  font-size: 11px;
  color: #999;
}

/* line 239, node_modules/pikaday/scss/pikaday.scss */

.is-inrange .pika-button {
  background: #D5E9F7;
}

/* line 243, node_modules/pikaday/scss/pikaday.scss */

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

/* line 250, node_modules/pikaday/scss/pikaday.scss */

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

/** Import theme styles */

/*   S T R I N G S   */

/*   N U M B E R S   */

/* MEDIA QUERIES */

/* RESPONSIVE FONT SIZE */

/* COLOR MAPS */

/* Z-INDEX */

/* BEM WRAPPER */

/* line 1, resources/assets/styles/common/core/_placeholders.scss */

.Header .Header__TopWrapper,
.Header .Header__MainWrapper,
.Footer,
.ArchiveNews,
.LatestNews .LatestNews__Archive,
.LatestNews,
.BlockTypeOne,
.BlockTypeOne .BlockTypeOne__Content,
.BlockTypeTwo,
.BlockTypeTwo .BlockTypeTwo__Img,
.SingleNews,
.Content,
.ContactForm,
.ContactDetails .ContactDetails__InfoBox,
.AboutIntro,
.EventsArchive,
.SingleEvent,
.Cart,
.Checkout,
.WooPage {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 676px) {
  /* line 1, resources/assets/styles/common/core/_placeholders.scss */

  .Header .Header__TopWrapper,
  .Header .Header__MainWrapper,
  .Footer,
  .ArchiveNews,
  .LatestNews .LatestNews__Archive,
  .LatestNews,
  .BlockTypeOne,
  .BlockTypeOne .BlockTypeOne__Content,
  .BlockTypeTwo,
  .BlockTypeTwo .BlockTypeTwo__Img,
  .SingleNews,
  .Content,
  .ContactForm,
  .ContactDetails .ContactDetails__InfoBox,
  .AboutIntro,
  .EventsArchive,
  .SingleEvent,
  .Cart,
  .Checkout,
  .WooPage {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1023px) {
  /* line 1, resources/assets/styles/common/core/_placeholders.scss */

  .Header .Header__TopWrapper,
  .Header .Header__MainWrapper,
  .Footer,
  .ArchiveNews,
  .LatestNews .LatestNews__Archive,
  .LatestNews,
  .BlockTypeOne,
  .BlockTypeOne .BlockTypeOne__Content,
  .BlockTypeTwo,
  .BlockTypeTwo .BlockTypeTwo__Img,
  .SingleNews,
  .Content,
  .ContactForm,
  .ContactDetails .ContactDetails__InfoBox,
  .AboutIntro,
  .EventsArchive,
  .SingleEvent,
  .Cart,
  .Checkout,
  .WooPage {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1439px) {
  /* line 1, resources/assets/styles/common/core/_placeholders.scss */

  .Header .Header__TopWrapper,
  .Header .Header__MainWrapper,
  .Footer,
  .ArchiveNews,
  .LatestNews .LatestNews__Archive,
  .LatestNews,
  .BlockTypeOne,
  .BlockTypeOne .BlockTypeOne__Content,
  .BlockTypeTwo,
  .BlockTypeTwo .BlockTypeTwo__Img,
  .SingleNews,
  .Content,
  .ContactForm,
  .ContactDetails .ContactDetails__InfoBox,
  .AboutIntro,
  .EventsArchive,
  .SingleEvent,
  .Cart,
  .Checkout,
  .WooPage {
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* line 25, resources/assets/styles/common/core/_placeholders.scss */

.ServiceHeader,
.ServiceCta,
.TrainingAccordion {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 676px) {
  /* line 25, resources/assets/styles/common/core/_placeholders.scss */

  .ServiceHeader,
  .ServiceCta,
  .TrainingAccordion {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1439px) {
  /* line 25, resources/assets/styles/common/core/_placeholders.scss */

  .ServiceHeader,
  .ServiceCta,
  .TrainingAccordion {
    margin: 0 auto;
    max-width: 1440px;
  }
}

/* line 44, resources/assets/styles/common/core/_placeholders.scss */

.transform-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

/* line 59, resources/assets/styles/common/core/_placeholders.scss */

.Sidebar .woocommerce-mini-cart__buttons.buttons .button {
  display: inline-block;
  text-align: center;
  border: 1px solid;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
}

/* line 67, resources/assets/styles/common/core/_placeholders.scss */

.AboutDetails .AboutDetails__Wrapper {
  position: relative;
  z-index: 0;
}

/* line 73, resources/assets/styles/common/core/_placeholders.scss */

button,
.Sidebar .woocommerce-mini-cart__buttons.buttons .button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

/* line 1, resources/assets/styles/common/elements/_cta.scss */

.e-Cta {
  padding: 1.5rem 2rem;
}

/* line 5, resources/assets/styles/common/elements/_cta.scss */

.e-BackTo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

/* line 12, resources/assets/styles/common/elements/_cta.scss */

.e-BackTo__Icon {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

/* line 17, resources/assets/styles/common/elements/_cta.scss */

.e-BackTo__Icon svg {
  height: 100%;
  width: auto;
}

/* line 1, resources/assets/styles/common/elements/_form.scss */

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 5, resources/assets/styles/common/elements/_form.scss */

form input,
form textarea {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
}

/* line 13, resources/assets/styles/common/elements/_form.scss */

form input[type="submit"] {
  cursor: pointer;
  padding: 1rem;
}

/* line 19, resources/assets/styles/common/elements/_form.scss */

form .choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 24, resources/assets/styles/common/elements/_form.scss */

form .choices[data-type*="select-one"]::after {
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 1.6rem;
}

/* line 29, resources/assets/styles/common/elements/_form.scss */

form .choices[data-type*="select-one"] .choices__inner {
  padding: 0;
  border: none;
  margin-bottom: 1rem;
}

/* line 36, resources/assets/styles/common/elements/_form.scss */

form .choices__list--single {
  padding: 1rem;
  border-radius: 0;
}

/* line 41, resources/assets/styles/common/elements/_form.scss */

form .choices__list--dropdown {
  padding: 1rem 1rem;
  border: none;
}

/* line 1, resources/assets/styles/common/elements/_pagination.scss */

.Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 5, resources/assets/styles/common/elements/_pagination.scss */

.Pagination .page-numbers {
  margin: 0.5rem;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

/* line 1, resources/assets/styles/common/setup/_init.scss */

html {
  font-family: "Raleway", sans-serif;
}

/* line 39, resources/assets/styles/common/core/_mixins.scss */

html {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  /* line 39, resources/assets/styles/common/core/_mixins.scss */

  html {
    font-size: calc(12px + 4 * ((100vw - 320px) / 1319));
  }
}

@media screen and (min-width: 1639px) {
  /* line 39, resources/assets/styles/common/core/_mixins.scss */

  html {
    font-size: 16px;
  }
}

/* line 7, resources/assets/styles/common/setup/_init.scss */

body {
  position: relative;
}

/* line 11, resources/assets/styles/common/setup/_init.scss */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 17, resources/assets/styles/common/setup/_init.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* line 26, resources/assets/styles/common/setup/_init.scss */

ul {
  padding: 0;
}

/* line 30, resources/assets/styles/common/setup/_init.scss */

li {
  list-style-type: none;
}

/* line 34, resources/assets/styles/common/setup/_init.scss */

a {
  color: inherit;
  text-decoration: none;
}

/* line 39, resources/assets/styles/common/setup/_init.scss */

img {
  max-width: 100%;
  margin: 0 auto;
}

/* line 44, resources/assets/styles/common/setup/_init.scss */

input {
  border: none;
}

/* line 47, resources/assets/styles/common/setup/_init.scss */

input:focus {
  outline: none;
}

/* line 52, resources/assets/styles/common/setup/_init.scss */

figure {
  margin: 0;
  padding: 0;
}

/* line 60, resources/assets/styles/common/setup/_init.scss */

button:focus {
  outline: none;
}

/* line 65, resources/assets/styles/common/setup/_init.scss */

button.hamburger:focus {
  outline: none;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** TinyMCE */

/* line 7, resources/assets/styles/common/setup/_wp.scss */

body#tinymce {
  margin: 12px !important;
}

/** Media alignment */

/* line 12, resources/assets/styles/common/setup/_wp.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 19, resources/assets/styles/common/setup/_wp.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 25, resources/assets/styles/common/setup/_wp.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 32, resources/assets/styles/common/setup/_wp.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 37, resources/assets/styles/common/setup/_wp.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 50, resources/assets/styles/common/setup/_wp.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.c-Color {
  color: #004070;
  background-color: #fff;
}

/* line 8, resources/assets/styles/common/styles/_colors.scss */

.c-Color .Header__Logo svg {
  fill: #004070;
}

/* line 18, resources/assets/styles/common/styles/_colors.scss */

.c-Color .Header__MenuNav li a:hover {
  color: #f7a600;
}

/* line 23, resources/assets/styles/common/styles/_colors.scss */

.c-Color .Header__MenuNav li::after {
  background-color: #004070;
}

/* line 30, resources/assets/styles/common/styles/_colors.scss */

.c-Color .Header__Hamburger .hamburger-inner,
.c-Color .Header__Hamburger .hamburger-inner::before,
.c-Color .Header__Hamburger .hamburger-inner::after {
  background-color: #004070;
}

/* line 39, resources/assets/styles/common/styles/_colors.scss */

.c-Color .HomeSlider__Slide {
  position: relative;
  z-index: 579;
}

/* line 43, resources/assets/styles/common/styles/_colors.scss */

.c-Color .HomeSlider__Slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@supports (mix-blend-mode: color) {
  /* line 43, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .HomeSlider__Slide::after {
    mix-blend-mode: color;
  }
}

/* line 62, resources/assets/styles/common/styles/_colors.scss */

.c-Color .HomeSlider__SlidePretitle {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

/* line 67, resources/assets/styles/common/styles/_colors.scss */

.c-Color .HomeSlider__Title {
  color: #004070;
}

/* line 72, resources/assets/styles/common/styles/_colors.scss */

.c-Color .e-Cta {
  background-color: transparent;
  border: 2px solid #004070;
  color: #004070;
}

/* line 77, resources/assets/styles/common/styles/_colors.scss */

.c-Color .e-Cta:hover {
  background-color: #f7a600;
  border: 2px solid #f7a600;
  color: #fff;
}

/* line 83, resources/assets/styles/common/styles/_colors.scss */

.c-Color .e-Cta--Alternative {
  background-color: #f7a600;
  border: 2px solid #f7a600;
  color: #fff;
}

/* line 88, resources/assets/styles/common/styles/_colors.scss */

.c-Color .e-Cta--Alternative:hover {
  background-color: #004070;
  border: 2px solid #004070;
}

/* line 94, resources/assets/styles/common/styles/_colors.scss */

.c-Color .e-Cta--Service {
  background-color: transparent;
  border: 2px solid #28aee5;
  color: #28aee5;
}

/* line 99, resources/assets/styles/common/styles/_colors.scss */

.c-Color .e-Cta--Service:hover {
  background-color: #28aee5;
  border: 2px solid #28aee5;
  color: #fff;
}

/* line 108, resources/assets/styles/common/styles/_colors.scss */

.c-Color .HomeCategoryNavigation__FirstCategoryBox {
  background-color: #28aee5;
}

/* line 112, resources/assets/styles/common/styles/_colors.scss */

.c-Color .HomeCategoryNavigation__SecondCategoryBox {
  background-color: #004070;
}

/* line 116, resources/assets/styles/common/styles/_colors.scss */

.c-Color .HomeCategoryNavigation__ThirdCategoryBox {
  background-color: #fff;
}

/* line 121, resources/assets/styles/common/styles/_colors.scss */

.c-Color .PageCover {
  background-color: #fff;
}

/* line 126, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ArchiveNews__ItemThumbnail {
  position: relative;
}

/* line 129, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ArchiveNews__ItemThumbnail::before,
.c-Color .ArchiveNews__ItemThumbnail::after {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 136, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ArchiveNews__ItemThumbnail::before {
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/* line 145, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ArchiveNews__ItemThumbnail::after {
  opacity: 0;
  content: "+";
  color: #f7a600;
  font-size: 5rem;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* line 158, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ArchiveNews__Item:hover {
  color: #f7a600;
}

/* line 162, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ArchiveNews__Item:hover .ArchiveNews__ItemThumbnail::before {
  width: 89%;
  height: 84%;
}

/* line 167, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ArchiveNews__Item:hover .ArchiveNews__ItemThumbnail::after {
  opacity: 1;
}

/* line 175, resources/assets/styles/common/styles/_colors.scss */

.c-Color.BlockTypeOne {
  background-color: transparent;
}

/* line 179, resources/assets/styles/common/styles/_colors.scss */

.c-Color .BlockTypeOne {
  background-color: transparent;
}

/* line 182, resources/assets/styles/common/styles/_colors.scss */

.c-Color .BlockTypeOne__Shadow {
  background-color: #f1f1f1;
}

/* line 188, resources/assets/styles/common/styles/_colors.scss */

.c-Color .BlockTypeOne__Doodle svg path {
  stroke: #28aee5;
}

/* line 195, resources/assets/styles/common/styles/_colors.scss */

.c-Color.BlockTypeTwo {
  background-color: transparent;
}

/* line 200, resources/assets/styles/common/styles/_colors.scss */

.c-Color .BlockTypeTwo__Wrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(9.63%, #004070), color-stop(98.21%, #fff));
  background: -webkit-linear-gradient(left, #004070 9.63%, #fff 98.21%);
  background: -o-linear-gradient(left, #004070 9.63%, #fff 98.21%);
  background: linear-gradient(90deg, #004070 9.63%, #fff 98.21%);
}

/* line 205, resources/assets/styles/common/styles/_colors.scss */

.c-Color.ServiceHeader,
.c-Color.ServiceMainContent,
.c-Color.ServiceCta {
  background-color: transparent;
}

/* line 212, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ServiceMainContent__Content {
  position: relative;
}

/* line 215, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ServiceMainContent__Content strong {
  color: #004070;
}

/* line 220, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ServiceMainContent__Content li strong {
  color: #28aee5;
}

/* line 225, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ServiceMainContent__Content::before {
  position: absolute;
  top: 0;
  left: 2.5rem;
  content: "";
  width: 4rem;
  height: 5px;
  background-color: #004070;
}

@media (min-width: 676px) {
  /* line 225, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .ServiceMainContent__Content::before {
    left: 6rem;
  }
}

/* line 241, resources/assets/styles/common/styles/_colors.scss */

.c-Color.ServiceDetailedContent {
  background-color: transparent;
}

/* line 245, resources/assets/styles/common/styles/_colors.scss */

.c-Color.TrainingAccordion {
  background-color: transparent;
}

/* line 250, resources/assets/styles/common/styles/_colors.scss */

.c-Color .TrainingAccordion__ItemHeading {
  background-color: #fff;
}

/* line 254, resources/assets/styles/common/styles/_colors.scss */

.c-Color .TrainingAccordion__Plus {
  position: relative;
  background-color: #28aee5;
}

/* line 258, resources/assets/styles/common/styles/_colors.scss */

.c-Color .TrainingAccordion__Plus::after {
  position: absolute;
  content: "+";
  top: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  line-height: 0;
  font-size: 2rem;
}

/* line 270, resources/assets/styles/common/styles/_colors.scss */

.c-Color .TrainingAccordion__Title {
  border: 1px solid rgba(241, 241, 241, 0.8);
  border-left: none;
}

/* line 275, resources/assets/styles/common/styles/_colors.scss */

.c-Color .TrainingAccordion__Item {
  background-color: #fff;
}

/* line 278, resources/assets/styles/common/styles/_colors.scss */

.c-Color .TrainingAccordion__Item.is-active {
  border: 1px solid rgba(241, 241, 241, 0.8);
}

/* line 282, resources/assets/styles/common/styles/_colors.scss */

.c-Color .TrainingAccordion__Item.is-active .TrainingAccordion__Plus {
  background-color: #fff;
}

/* line 285, resources/assets/styles/common/styles/_colors.scss */

.c-Color .TrainingAccordion__Item.is-active .TrainingAccordion__Plus::after {
  color: #f7a600;
  content: "-";
}

/* line 291, resources/assets/styles/common/styles/_colors.scss */

.c-Color .TrainingAccordion__Item.is-active .TrainingAccordion__Title {
  color: #004070;
  background-color: rgba(241, 241, 241, 0.8);
  border: none;
}

/* line 302, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ServiceDetailedContent__TestsList {
  background-color: #28aee5;
}

/* line 306, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ServiceDetailedContent__AdditionalContent {
  background-color: #f1f1f1;
  color: #3c3c3b;
}

/* line 312, resources/assets/styles/common/styles/_colors.scss */

.c-Color.ContactForm {
  background-color: transparent;
}

/* line 317, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ContactForm__FormWrapper {
  background-color: #fff;
}

/* line 323, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ContactDetails__InfoBox {
  background-color: #004070;
}

/* line 329, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ContactDetails__ItemIcon svg path {
  fill: rgba(255, 255, 255, 0.5);
}

/* line 338, resources/assets/styles/common/styles/_colors.scss */

.c-Color .MenuPanel__Logo .logoText {
  fill: #004070;
}

/* line 344, resources/assets/styles/common/styles/_colors.scss */

.c-Color .MenuPanel__CtaImg svg {
  fill: #004070;
}

/* line 349, resources/assets/styles/common/styles/_colors.scss */

.c-Color .MenuPanel__Navigation,
.c-Color .MenuPanel__NavigationTitle,
.c-Color .MenuPanel__NavigationList,
.c-Color .MenuPanel__NavigationListWrapper {
  background-color: #fff;
}

/* line 358, resources/assets/styles/common/styles/_colors.scss */

.c-Color .MenuPanel__NavigationList li::after {
  color: #f7a600;
}

@media (min-width: 1023px) {
  /* line 366, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .MenuPanel__NavigationItem:hover {
    color: #f7a600;
    font-weight: 500;
  }
}

/* line 374, resources/assets/styles/common/styles/_colors.scss */

.c-Color .MenuPanel__SocialItem:hover {
  color: #f7a600;
}

/* line 381, resources/assets/styles/common/styles/_colors.scss */

.c-Color .SingleNews__Meta {
  color: #28aee5;
}

/* line 387, resources/assets/styles/common/styles/_colors.scss */

.c-Color form input,
.c-Color form textarea {
  color: #004070;
  background-color: #ecf8fd;
  border: none;
}

/* line 393, resources/assets/styles/common/styles/_colors.scss */

.c-Color form input::-webkit-input-placeholder,
.c-Color form textarea::-webkit-input-placeholder {
  color: rgba(0, 64, 112, 0.7);
}

.c-Color form input::-ms-input-placeholder,
.c-Color form textarea::-ms-input-placeholder {
  color: rgba(0, 64, 112, 0.7);
}

.c-Color form input::placeholder,
.c-Color form textarea::placeholder {
  color: rgba(0, 64, 112, 0.7);
}

/* line 398, resources/assets/styles/common/styles/_colors.scss */

.c-Color form .choices {
  color: rgba(0, 64, 112, 0.7);
}

/* line 401, resources/assets/styles/common/styles/_colors.scss */

.c-Color form .choices::after {
  border-color: rgba(0, 64, 112, 0.7) transparent transparent transparent;
}

/* line 405, resources/assets/styles/common/styles/_colors.scss */

.c-Color form .choices__list {
  background-color: #ecf8fd;
}

/* line 409, resources/assets/styles/common/styles/_colors.scss */

.c-Color form .choices__item {
  background-color: transparent;
}

/* line 412, resources/assets/styles/common/styles/_colors.scss */

.c-Color form .choices__item.is-highlighted {
  background-color: transparent;
}

/* line 417, resources/assets/styles/common/styles/_colors.scss */

.c-Color form .choices__list--dropdown {
  border-bottom: 4px #28aee5 solid;
}

/* line 422, resources/assets/styles/common/styles/_colors.scss */

.c-Color form input[type="submit"] {
  background-color: #28aee5;
  color: #fff;
}

/* line 426, resources/assets/styles/common/styles/_colors.scss */

.c-Color form input[type="submit"]:hover {
  background-color: #f7a600;
}

/* line 432, resources/assets/styles/common/styles/_colors.scss */

.c-Color.AboutDetails,
.c-Color.AboutIntro {
  background-color: transparent;
}

/* line 438, resources/assets/styles/common/styles/_colors.scss */

.c-Color .AboutDetails__Wrapper {
  background-color: #fff;
}

/* line 442, resources/assets/styles/common/styles/_colors.scss */

.c-Color .AboutDetails__NumbersBox {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.63%, #004070), color-stop(98.21%, #fff));
  background: -webkit-linear-gradient(bottom, #004070 9.63%, #fff 98.21%);
  background: -o-linear-gradient(bottom, #004070 9.63%, #fff 98.21%);
  background: linear-gradient(360deg, #004070 9.63%, #fff 98.21%);
}

/* line 445, resources/assets/styles/common/styles/_colors.scss */

.c-Color .AboutDetails__NumbersBox::after {
  color: #28aee5;
}

/* line 450, resources/assets/styles/common/styles/_colors.scss */

.c-Color .AboutDetails__SquareItemDescription {
  color: rgba(0, 64, 112, 0.7);
}

@media (min-width: 676px) {
  /* line 454, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .AboutDetails__SquareItem {
    position: relative;
  }

  /* line 458, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .AboutDetails__SquareItem::before,
  .c-Color .AboutDetails__SquareItem::after {
    content: "";
    position: absolute;
  }

  /* line 465, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .AboutDetails__SquareItem:nth-child(1)::before {
    display: none;
  }

  /* line 469, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .AboutDetails__SquareItem:nth-child(1)::after {
    right: -1px;
    top: 50%;
    -webkit-transform: translate(0, -55%);
         -o-transform: translate(0, -55%);
            transform: translate(0, -55%);
    width: 3px;
    height: 85%;
    background-color: rgba(0, 64, 112, 0.5);
  }

  /* line 480, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .AboutDetails__SquareItem:nth-child(2)::before {
    display: none;
  }

  /* line 484, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .AboutDetails__SquareItem:nth-child(2)::after {
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(55%, 0);
         -o-transform: translate(55%, 0);
            transform: translate(55%, 0);
    width: 85%;
    height: 3px;
    background-color: rgba(0, 64, 112, 0.5);
  }

  /* line 495, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .AboutDetails__SquareItem:nth-child(3)::before {
    top: -2px;
    left: 50%;
    -webkit-transform: translate(-55%, 0);
         -o-transform: translate(-55%, 0);
            transform: translate(-55%, 0);
    width: 85%;
    height: 3px;
    background-color: rgba(0, 64, 112, 0.5);
  }

  /* line 504, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .AboutDetails__SquareItem:nth-child(3)::after {
    display: none;
  }

  /* line 510, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .AboutDetails__SquareItem:nth-child(4)::before {
    top: 50%;
    left: -1px;
    -webkit-transform: translate(0, -45%);
         -o-transform: translate(0, -45%);
            transform: translate(0, -45%);
    width: 3px;
    height: 85%;
    background-color: rgba(0, 64, 112, 0.5);
  }

  /* line 519, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .AboutDetails__SquareItem:nth-child(4)::after {
    display: none;
  }
}

/* line 527, resources/assets/styles/common/styles/_colors.scss */

.c-Color.AboutAdditionalContent {
  background-color: transparent;
}

/* line 534, resources/assets/styles/common/styles/_colors.scss */

.c-Color .AboutAdditionalContent__Content h1,
.c-Color .AboutAdditionalContent__Content h2,
.c-Color .AboutAdditionalContent__Content h3,
.c-Color .AboutAdditionalContent__Content h4,
.c-Color .AboutAdditionalContent__Content h5,
.c-Color .AboutAdditionalContent__Content h6,
.c-Color .SingleEvent__Content h1,
.c-Color .SingleEvent__Content h2,
.c-Color .SingleEvent__Content h3,
.c-Color .SingleEvent__Content h4,
.c-Color .SingleEvent__Content h5,
.c-Color .SingleEvent__Content h6 {
  color: #28aee5;
}

/* line 546, resources/assets/styles/common/styles/_colors.scss */

.c-Color .Pagination .page-numbers {
  border: 3px solid #e5e5e5;
  color: #e5e5e5;
  background-color: transparent;
}

/* line 551, resources/assets/styles/common/styles/_colors.scss */

.c-Color .Pagination .page-numbers.current {
  color: #fff;
  background-color: #f7a600;
  border: 3px solid #f7a600;
}

/* line 560, resources/assets/styles/common/styles/_colors.scss */

.c-Color .EventsArchive__ListSeparator {
  color: #28aee5;
}

/* line 563, resources/assets/styles/common/styles/_colors.scss */

.c-Color .EventsArchive__ListSeparator::after,
.c-Color .EventsArchive__ListSeparator::before {
  background-color: #f1f1f1;
}

/* line 568, resources/assets/styles/common/styles/_colors.scss */

.c-Color .EventsArchive__ListSeparator::before {
  margin-right: 2rem;
}

/* line 572, resources/assets/styles/common/styles/_colors.scss */

.c-Color .EventsArchive__ListSeparator::after {
  margin-left: 2rem;
}

/* line 577, resources/assets/styles/common/styles/_colors.scss */

.c-Color .EventsArchive__ItemDate {
  border: 2px solid #e5e5e5;
}

/* line 581, resources/assets/styles/common/styles/_colors.scss */

.c-Color .EventsArchive__ItemDay {
  color: #28aee5;
}

/* line 588, resources/assets/styles/common/styles/_colors.scss */

.c-Color .EventsArchive__ListItem:hover .EventsArchive__ItemDate {
  background-color: #f7a600;
  border: 3px solid #f7a600;
}

/* line 593, resources/assets/styles/common/styles/_colors.scss */

.c-Color .EventsArchive__ListItem:hover .EventsArchive__ItemDay,
.c-Color .EventsArchive__ListItem:hover .EventsArchive__ItemMonth {
  color: #fff;
}

/* line 601, resources/assets/styles/common/styles/_colors.scss */

.c-Color .EventsArchive__Tools {
  border: 2px solid #e5e5e5;
}

@media (min-width: 1023px) {
  /* line 607, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .EventsArchive__ItemContent::after {
    color: #e5e5e5;
    position: absolute;
    content: "\F105";
    font-size: 3rem;
    font-weight: 700;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  /* line 625, resources/assets/styles/common/styles/_colors.scss */

  .c-Color .EventsArchive__ListItem:hover .EventsArchive__ItemContent::after {
    color: #f7a600;
  }
}

/* line 636, resources/assets/styles/common/styles/_colors.scss */

.c-Color .SingleEvent__Aside {
  border: 2px solid #e5e5e5;
}

/* line 640, resources/assets/styles/common/styles/_colors.scss */

.c-Color .SingleEvent__AsideBlock {
  border-bottom: 2px solid #e5e5e5;
}

/* line 643, resources/assets/styles/common/styles/_colors.scss */

.c-Color .SingleEvent__AsideBlock:last-child {
  border-bottom: none;
}

/* line 648, resources/assets/styles/common/styles/_colors.scss */

.c-Color .SingleEvent__AsideItemTitle {
  color: #28aee5;
}

/* line 653, resources/assets/styles/common/styles/_colors.scss */

.c-Color .e-BackTo {
  color: #28aee5;
}

/* line 657, resources/assets/styles/common/styles/_colors.scss */

.c-Color .e-BackTo svg path {
  fill: #e5e5e5;
}

/* line 661, resources/assets/styles/common/styles/_colors.scss */

.c-Color .e-BackTo svg circle {
  stroke: #e5e5e5;
}

/* line 666, resources/assets/styles/common/styles/_colors.scss */

.c-Color .e-BackTo:hover {
  color: #004070;
}

/* line 670, resources/assets/styles/common/styles/_colors.scss */

.c-Color .e-BackTo:hover svg path {
  fill: #28aee5;
}

/* line 674, resources/assets/styles/common/styles/_colors.scss */

.c-Color .e-BackTo:hover svg circle {
  stroke: #28aee5;
}

/* line 682, resources/assets/styles/common/styles/_colors.scss */

.c-Color.LatestNews--WooPackages {
  background-color: #fff;
}

/* line 685, resources/assets/styles/common/styles/_colors.scss */

.c-Color.LatestNews--WooPackages .slick-arrow {
  z-index: 708;
}

/* line 689, resources/assets/styles/common/styles/_colors.scss */

.c-Color.LatestNews--WooPackages .slick-next,
.c-Color.LatestNews--WooPackages .slick-prev {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 694, resources/assets/styles/common/styles/_colors.scss */

.c-Color.LatestNews--WooPackages .slick-next::before,
.c-Color.LatestNews--WooPackages .slick-prev::before {
  color: #f7a600;
  font-size: 1.5rem;
}

/* line 702, resources/assets/styles/common/styles/_colors.scss */

.c-Color.WooPage {
  background-color: transparent;
}

/* line 707, resources/assets/styles/common/styles/_colors.scss */

.c-Color .WooPage__Body {
  background-color: #fff;
}

/* line 712, resources/assets/styles/common/styles/_colors.scss */

.c-Color .Page404 {
  background-color: #fff;
}

/* line 715, resources/assets/styles/common/styles/_colors.scss */

.c-Color .Page404__Title {
  color: #28aee5;
}

/* line 719, resources/assets/styles/common/styles/_colors.scss */

.c-Color .Page404__Description {
  color: #004070;
}

/* line 724, resources/assets/styles/common/styles/_colors.scss */

.c-Color.Footer {
  background-color: transparent;
}

/* line 730, resources/assets/styles/common/styles/_colors.scss */

.c-Color .ProductResources__Item:hover {
  background-color: #def3fb;
}

/* line 738, resources/assets/styles/common/styles/_colors.scss */

.c-Color .Sidebar .woocommerce-mini-cart__buttons.buttons .button {
  background-color: #28aee5;
  color: #fff;
}

/* line 742, resources/assets/styles/common/styles/_colors.scss */

.c-Color .Sidebar .woocommerce-mini-cart__buttons.buttons .button:hover {
  background-color: #f7a600;
}

/* line 103, resources/assets/styles/common/core/_mixins.scss */

.c-Color--PacLight {
  color: #3c3c3b;
  background-color: #fff;
}

/* line 8, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .Header__Logo svg {
  fill: #3c3c3b;
}

/* line 18, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .Header__MenuNav li a:hover {
  color: #ef8461;
}

/* line 23, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .Header__MenuNav li::after {
  background-color: #3c3c3b;
}

/* line 30, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .Header__Hamburger .hamburger-inner,
.c-Color--PacLight .Header__Hamburger .hamburger-inner::before,
.c-Color--PacLight .Header__Hamburger .hamburger-inner::after {
  background-color: #3c3c3b;
}

/* line 39, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .HomeSlider__Slide {
  position: relative;
  z-index: 579;
}

/* line 43, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .HomeSlider__Slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@supports (mix-blend-mode: color) {
  /* line 43, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .HomeSlider__Slide::after {
    mix-blend-mode: color;
  }
}

/* line 62, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .HomeSlider__SlidePretitle {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

/* line 67, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .HomeSlider__Title {
  color: #3c3c3b;
}

/* line 72, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .e-Cta {
  background-color: transparent;
  border: 2px solid #3c3c3b;
  color: #3c3c3b;
}

/* line 77, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .e-Cta:hover {
  background-color: #ef8461;
  border: 2px solid #ef8461;
  color: #fff;
}

/* line 83, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .e-Cta--Alternative {
  background-color: #ef8461;
  border: 2px solid #ef8461;
  color: #fff;
}

/* line 88, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .e-Cta--Alternative:hover {
  background-color: #ef8461;
  border: 2px solid #ef8461;
}

/* line 94, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .e-Cta--Service {
  background-color: transparent;
  border: 2px solid #f9b448;
  color: #f9b448;
}

/* line 99, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .e-Cta--Service:hover {
  background-color: #f9b448;
  border: 2px solid #f9b448;
  color: #fff;
}

/* line 108, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .HomeCategoryNavigation__FirstCategoryBox {
  background-color: #f9b448;
}

/* line 112, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .HomeCategoryNavigation__SecondCategoryBox {
  background-color: #ef8461;
}

/* line 116, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .HomeCategoryNavigation__ThirdCategoryBox {
  background-color: #fff;
}

/* line 121, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .PageCover {
  background-color: #fff;
}

/* line 126, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ArchiveNews__ItemThumbnail {
  position: relative;
}

/* line 129, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ArchiveNews__ItemThumbnail::before,
.c-Color--PacLight .ArchiveNews__ItemThumbnail::after {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 136, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ArchiveNews__ItemThumbnail::before {
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/* line 145, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ArchiveNews__ItemThumbnail::after {
  opacity: 0;
  content: "+";
  color: #ef8461;
  font-size: 5rem;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* line 158, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ArchiveNews__Item:hover {
  color: #ef8461;
}

/* line 162, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ArchiveNews__Item:hover .ArchiveNews__ItemThumbnail::before {
  width: 89%;
  height: 84%;
}

/* line 167, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ArchiveNews__Item:hover .ArchiveNews__ItemThumbnail::after {
  opacity: 1;
}

/* line 175, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight.BlockTypeOne {
  background-color: transparent;
}

/* line 179, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .BlockTypeOne {
  background-color: transparent;
}

/* line 182, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .BlockTypeOne__Shadow {
  background-color: #f1f1f1;
}

/* line 188, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .BlockTypeOne__Doodle svg path {
  stroke: #f9b448;
}

/* line 195, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight.BlockTypeTwo {
  background-color: transparent;
}

/* line 200, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .BlockTypeTwo__Wrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(9.63%, #ef8461), color-stop(98.21%, #fff));
  background: -webkit-linear-gradient(left, #ef8461 9.63%, #fff 98.21%);
  background: -o-linear-gradient(left, #ef8461 9.63%, #fff 98.21%);
  background: linear-gradient(90deg, #ef8461 9.63%, #fff 98.21%);
}

/* line 205, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight.ServiceHeader,
.c-Color--PacLight.ServiceMainContent,
.c-Color--PacLight.ServiceCta {
  background-color: transparent;
}

/* line 212, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ServiceMainContent__Content {
  position: relative;
}

/* line 215, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ServiceMainContent__Content strong {
  color: #3c3c3b;
}

/* line 220, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ServiceMainContent__Content li strong {
  color: #f9b448;
}

/* line 225, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ServiceMainContent__Content::before {
  position: absolute;
  top: 0;
  left: 2.5rem;
  content: "";
  width: 4rem;
  height: 5px;
  background-color: #3c3c3b;
}

@media (min-width: 676px) {
  /* line 225, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .ServiceMainContent__Content::before {
    left: 6rem;
  }
}

/* line 241, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight.ServiceDetailedContent {
  background-color: transparent;
}

/* line 245, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight.TrainingAccordion {
  background-color: transparent;
}

/* line 250, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .TrainingAccordion__ItemHeading {
  background-color: #fff;
}

/* line 254, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .TrainingAccordion__Plus {
  position: relative;
  background-color: #f9b448;
}

/* line 258, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .TrainingAccordion__Plus::after {
  position: absolute;
  content: "+";
  top: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  line-height: 0;
  font-size: 2rem;
}

/* line 270, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .TrainingAccordion__Title {
  border: 1px solid rgba(241, 241, 241, 0.8);
  border-left: none;
}

/* line 275, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .TrainingAccordion__Item {
  background-color: #fff;
}

/* line 278, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .TrainingAccordion__Item.is-active {
  border: 1px solid rgba(241, 241, 241, 0.8);
}

/* line 282, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .TrainingAccordion__Item.is-active .TrainingAccordion__Plus {
  background-color: #fff;
}

/* line 285, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .TrainingAccordion__Item.is-active .TrainingAccordion__Plus::after {
  color: #ef8461;
  content: "-";
}

/* line 291, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .TrainingAccordion__Item.is-active .TrainingAccordion__Title {
  color: #3c3c3b;
  background-color: rgba(241, 241, 241, 0.8);
  border: none;
}

/* line 302, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ServiceDetailedContent__TestsList {
  background-color: #f9b448;
}

/* line 306, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ServiceDetailedContent__AdditionalContent {
  background-color: #f1f1f1;
  color: #3c3c3b;
}

/* line 312, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight.ContactForm {
  background-color: transparent;
}

/* line 317, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ContactForm__FormWrapper {
  background-color: #fff;
}

/* line 323, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ContactDetails__InfoBox {
  background-color: #ef8461;
}

/* line 329, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ContactDetails__ItemIcon svg path {
  fill: rgba(255, 255, 255, 0.5);
}

/* line 338, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .MenuPanel__Logo .logoText {
  fill: #3c3c3b;
}

/* line 344, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .MenuPanel__CtaImg svg {
  fill: #3c3c3b;
}

/* line 349, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .MenuPanel__Navigation,
.c-Color--PacLight .MenuPanel__NavigationTitle,
.c-Color--PacLight .MenuPanel__NavigationList,
.c-Color--PacLight .MenuPanel__NavigationListWrapper {
  background-color: #fff;
}

/* line 358, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .MenuPanel__NavigationList li::after {
  color: #ef8461;
}

@media (min-width: 1023px) {
  /* line 366, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .MenuPanel__NavigationItem:hover {
    color: #ef8461;
    font-weight: 500;
  }
}

/* line 374, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .MenuPanel__SocialItem:hover {
  color: #ef8461;
}

/* line 381, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .SingleNews__Meta {
  color: #f9b448;
}

/* line 387, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight form input,
.c-Color--PacLight form textarea {
  color: #3c3c3b;
  background-color: white;
  border: none;
}

/* line 393, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight form input::-webkit-input-placeholder,
.c-Color--PacLight form textarea::-webkit-input-placeholder {
  color: rgba(60, 60, 59, 0.7);
}

.c-Color--PacLight form input::-ms-input-placeholder,
.c-Color--PacLight form textarea::-ms-input-placeholder {
  color: rgba(60, 60, 59, 0.7);
}

.c-Color--PacLight form input::placeholder,
.c-Color--PacLight form textarea::placeholder {
  color: rgba(60, 60, 59, 0.7);
}

/* line 398, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight form .choices {
  color: rgba(60, 60, 59, 0.7);
}

/* line 401, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight form .choices::after {
  border-color: rgba(60, 60, 59, 0.7) transparent transparent transparent;
}

/* line 405, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight form .choices__list {
  background-color: white;
}

/* line 409, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight form .choices__item {
  background-color: transparent;
}

/* line 412, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight form .choices__item.is-highlighted {
  background-color: transparent;
}

/* line 417, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight form .choices__list--dropdown {
  border-bottom: 4px #f9b448 solid;
}

/* line 422, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight form input[type="submit"] {
  background-color: #f9b448;
  color: #fff;
}

/* line 426, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight form input[type="submit"]:hover {
  background-color: #ef8461;
}

/* line 432, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight.AboutDetails,
.c-Color--PacLight.AboutIntro {
  background-color: transparent;
}

/* line 438, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .AboutDetails__Wrapper {
  background-color: #fff;
}

/* line 442, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .AboutDetails__NumbersBox {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.63%, #ef8461), color-stop(98.21%, #fff));
  background: -webkit-linear-gradient(bottom, #ef8461 9.63%, #fff 98.21%);
  background: -o-linear-gradient(bottom, #ef8461 9.63%, #fff 98.21%);
  background: linear-gradient(360deg, #ef8461 9.63%, #fff 98.21%);
}

/* line 445, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .AboutDetails__NumbersBox::after {
  color: #f9b448;
}

/* line 450, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .AboutDetails__SquareItemDescription {
  color: rgba(60, 60, 59, 0.7);
}

@media (min-width: 676px) {
  /* line 454, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .AboutDetails__SquareItem {
    position: relative;
  }

  /* line 458, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .AboutDetails__SquareItem::before,
  .c-Color--PacLight .AboutDetails__SquareItem::after {
    content: "";
    position: absolute;
  }

  /* line 465, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .AboutDetails__SquareItem:nth-child(1)::before {
    display: none;
  }

  /* line 469, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .AboutDetails__SquareItem:nth-child(1)::after {
    right: -1px;
    top: 50%;
    -webkit-transform: translate(0, -55%);
         -o-transform: translate(0, -55%);
            transform: translate(0, -55%);
    width: 3px;
    height: 85%;
    background-color: rgba(60, 60, 59, 0.5);
  }

  /* line 480, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .AboutDetails__SquareItem:nth-child(2)::before {
    display: none;
  }

  /* line 484, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .AboutDetails__SquareItem:nth-child(2)::after {
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(55%, 0);
         -o-transform: translate(55%, 0);
            transform: translate(55%, 0);
    width: 85%;
    height: 3px;
    background-color: rgba(60, 60, 59, 0.5);
  }

  /* line 495, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .AboutDetails__SquareItem:nth-child(3)::before {
    top: -2px;
    left: 50%;
    -webkit-transform: translate(-55%, 0);
         -o-transform: translate(-55%, 0);
            transform: translate(-55%, 0);
    width: 85%;
    height: 3px;
    background-color: rgba(60, 60, 59, 0.5);
  }

  /* line 504, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .AboutDetails__SquareItem:nth-child(3)::after {
    display: none;
  }

  /* line 510, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .AboutDetails__SquareItem:nth-child(4)::before {
    top: 50%;
    left: -1px;
    -webkit-transform: translate(0, -45%);
         -o-transform: translate(0, -45%);
            transform: translate(0, -45%);
    width: 3px;
    height: 85%;
    background-color: rgba(60, 60, 59, 0.5);
  }

  /* line 519, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .AboutDetails__SquareItem:nth-child(4)::after {
    display: none;
  }
}

/* line 527, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight.AboutAdditionalContent {
  background-color: transparent;
}

/* line 534, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .AboutAdditionalContent__Content h1,
.c-Color--PacLight .AboutAdditionalContent__Content h2,
.c-Color--PacLight .AboutAdditionalContent__Content h3,
.c-Color--PacLight .AboutAdditionalContent__Content h4,
.c-Color--PacLight .AboutAdditionalContent__Content h5,
.c-Color--PacLight .AboutAdditionalContent__Content h6,
.c-Color--PacLight .SingleEvent__Content h1,
.c-Color--PacLight .SingleEvent__Content h2,
.c-Color--PacLight .SingleEvent__Content h3,
.c-Color--PacLight .SingleEvent__Content h4,
.c-Color--PacLight .SingleEvent__Content h5,
.c-Color--PacLight .SingleEvent__Content h6 {
  color: #f9b448;
}

/* line 546, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .Pagination .page-numbers {
  border: 3px solid #e5e5e5;
  color: #e5e5e5;
  background-color: transparent;
}

/* line 551, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .Pagination .page-numbers.current {
  color: #fff;
  background-color: #ef8461;
  border: 3px solid #ef8461;
}

/* line 560, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .EventsArchive__ListSeparator {
  color: #f9b448;
}

/* line 563, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .EventsArchive__ListSeparator::after,
.c-Color--PacLight .EventsArchive__ListSeparator::before {
  background-color: #f1f1f1;
}

/* line 568, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .EventsArchive__ListSeparator::before {
  margin-right: 2rem;
}

/* line 572, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .EventsArchive__ListSeparator::after {
  margin-left: 2rem;
}

/* line 577, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .EventsArchive__ItemDate {
  border: 2px solid #e5e5e5;
}

/* line 581, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .EventsArchive__ItemDay {
  color: #f9b448;
}

/* line 588, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .EventsArchive__ListItem:hover .EventsArchive__ItemDate {
  background-color: #ef8461;
  border: 3px solid #ef8461;
}

/* line 593, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .EventsArchive__ListItem:hover .EventsArchive__ItemDay,
.c-Color--PacLight .EventsArchive__ListItem:hover .EventsArchive__ItemMonth {
  color: #fff;
}

/* line 601, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .EventsArchive__Tools {
  border: 2px solid #e5e5e5;
}

@media (min-width: 1023px) {
  /* line 607, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .EventsArchive__ItemContent::after {
    color: #e5e5e5;
    position: absolute;
    content: "\F105";
    font-size: 3rem;
    font-weight: 700;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  /* line 625, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacLight .EventsArchive__ListItem:hover .EventsArchive__ItemContent::after {
    color: #ef8461;
  }
}

/* line 636, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .SingleEvent__Aside {
  border: 2px solid #e5e5e5;
}

/* line 640, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .SingleEvent__AsideBlock {
  border-bottom: 2px solid #e5e5e5;
}

/* line 643, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .SingleEvent__AsideBlock:last-child {
  border-bottom: none;
}

/* line 648, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .SingleEvent__AsideItemTitle {
  color: #f9b448;
}

/* line 653, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .e-BackTo {
  color: #f9b448;
}

/* line 657, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .e-BackTo svg path {
  fill: #e5e5e5;
}

/* line 661, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .e-BackTo svg circle {
  stroke: #e5e5e5;
}

/* line 666, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .e-BackTo:hover {
  color: #3c3c3b;
}

/* line 670, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .e-BackTo:hover svg path {
  fill: #f9b448;
}

/* line 674, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .e-BackTo:hover svg circle {
  stroke: #f9b448;
}

/* line 682, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight.LatestNews--WooPackages {
  background-color: #fff;
}

/* line 685, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight.LatestNews--WooPackages .slick-arrow {
  z-index: 708;
}

/* line 689, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight.LatestNews--WooPackages .slick-next,
.c-Color--PacLight.LatestNews--WooPackages .slick-prev {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 694, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight.LatestNews--WooPackages .slick-next::before,
.c-Color--PacLight.LatestNews--WooPackages .slick-prev::before {
  color: #ef8461;
  font-size: 1.5rem;
}

/* line 702, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight.WooPage {
  background-color: transparent;
}

/* line 707, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .WooPage__Body {
  background-color: #fff;
}

/* line 712, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .Page404 {
  background-color: #fff;
}

/* line 715, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .Page404__Title {
  color: #f9b448;
}

/* line 719, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .Page404__Description {
  color: #3c3c3b;
}

/* line 724, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight.Footer {
  background-color: transparent;
}

/* line 730, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .ProductResources__Item:hover {
  background-color: white;
}

/* line 738, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .Sidebar .woocommerce-mini-cart__buttons.buttons .button {
  background-color: #f9b448;
  color: #fff;
}

/* line 742, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight .Sidebar .woocommerce-mini-cart__buttons.buttons .button:hover {
  background-color: #ef8461;
}

/* line 103, resources/assets/styles/common/core/_mixins.scss */

.c-Color--PacDark {
  color: #fff;
  background-color: #ef8461;
}

/* line 8, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .Header__Logo svg {
  fill: #3c3c3b;
}

/* line 18, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .Header__MenuNav li a:hover {
  color: #727377;
}

/* line 23, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .Header__MenuNav li::after {
  background-color: #fff;
}

/* line 30, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .Header__Hamburger .hamburger-inner,
.c-Color--PacDark .Header__Hamburger .hamburger-inner::before,
.c-Color--PacDark .Header__Hamburger .hamburger-inner::after {
  background-color: #3c3c3b;
}

/* line 39, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .HomeSlider__Slide {
  position: relative;
  z-index: 579;
}

/* line 43, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .HomeSlider__Slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@supports (mix-blend-mode: color) {
  /* line 43, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .HomeSlider__Slide::after {
    mix-blend-mode: color;
  }
}

/* line 62, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .HomeSlider__SlidePretitle {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

/* line 67, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .HomeSlider__Title {
  color: #fff;
}

/* line 72, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .e-Cta {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

/* line 77, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .e-Cta:hover {
  background-color: #727377;
  border: 2px solid #727377;
  color: #fff;
}

/* line 83, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .e-Cta--Alternative {
  background-color: #727377;
  border: 2px solid #727377;
  color: #fff;
}

/* line 88, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .e-Cta--Alternative:hover {
  background-color: #5ecbcb;
  border: 2px solid #5ecbcb;
}

/* line 94, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .e-Cta--Service {
  background-color: transparent;
  border: 2px solid #f9b448;
  color: #f9b448;
}

/* line 99, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .e-Cta--Service:hover {
  background-color: #f9b448;
  border: 2px solid #f9b448;
  color: #fff;
}

/* line 108, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .HomeCategoryNavigation__FirstCategoryBox {
  background-color: #f9b448;
}

/* line 112, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .HomeCategoryNavigation__SecondCategoryBox {
  background-color: #5ecbcb;
}

/* line 116, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .HomeCategoryNavigation__ThirdCategoryBox {
  background-color: #ef8461;
}

/* line 121, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .PageCover {
  background-color: #ef8461;
}

/* line 126, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ArchiveNews__ItemThumbnail {
  position: relative;
}

/* line 129, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ArchiveNews__ItemThumbnail::before,
.c-Color--PacDark .ArchiveNews__ItemThumbnail::after {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 136, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ArchiveNews__ItemThumbnail::before {
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/* line 145, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ArchiveNews__ItemThumbnail::after {
  opacity: 0;
  content: "+";
  color: #727377;
  font-size: 5rem;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* line 158, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ArchiveNews__Item:hover {
  color: #727377;
}

/* line 162, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ArchiveNews__Item:hover .ArchiveNews__ItemThumbnail::before {
  width: 89%;
  height: 84%;
}

/* line 167, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ArchiveNews__Item:hover .ArchiveNews__ItemThumbnail::after {
  opacity: 1;
}

/* line 175, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.BlockTypeOne {
  background-color: transparent;
}

/* line 179, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .BlockTypeOne {
  background-color: transparent;
}

/* line 182, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .BlockTypeOne__Shadow {
  background-color: #f1f1f1;
}

/* line 188, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .BlockTypeOne__Doodle svg path {
  stroke: #f9b448;
}

/* line 195, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.BlockTypeTwo {
  background-color: transparent;
}

/* line 200, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .BlockTypeTwo__Wrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(9.63%, #5ecbcb), color-stop(98.21%, #ef8461));
  background: -webkit-linear-gradient(left, #5ecbcb 9.63%, #ef8461 98.21%);
  background: -o-linear-gradient(left, #5ecbcb 9.63%, #ef8461 98.21%);
  background: linear-gradient(90deg, #5ecbcb 9.63%, #ef8461 98.21%);
}

/* line 205, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.ServiceHeader,
.c-Color--PacDark.ServiceMainContent,
.c-Color--PacDark.ServiceCta {
  background-color: transparent;
}

/* line 212, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ServiceMainContent__Content {
  position: relative;
}

/* line 215, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ServiceMainContent__Content strong {
  color: #fff;
}

/* line 220, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ServiceMainContent__Content li strong {
  color: #f9b448;
}

/* line 225, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ServiceMainContent__Content::before {
  position: absolute;
  top: 0;
  left: 2.5rem;
  content: "";
  width: 4rem;
  height: 5px;
  background-color: #fff;
}

@media (min-width: 676px) {
  /* line 225, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .ServiceMainContent__Content::before {
    left: 6rem;
  }
}

/* line 241, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.ServiceDetailedContent {
  background-color: transparent;
}

/* line 245, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.TrainingAccordion {
  background-color: transparent;
}

/* line 250, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .TrainingAccordion__ItemHeading {
  background-color: #ef8461;
}

/* line 254, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .TrainingAccordion__Plus {
  position: relative;
  background-color: #f9b448;
}

/* line 258, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .TrainingAccordion__Plus::after {
  position: absolute;
  content: "+";
  top: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ef8461;
  line-height: 0;
  font-size: 2rem;
}

/* line 270, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .TrainingAccordion__Title {
  border: 1px solid rgba(241, 241, 241, 0.8);
  border-left: none;
}

/* line 275, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .TrainingAccordion__Item {
  background-color: #fff;
}

/* line 278, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .TrainingAccordion__Item.is-active {
  border: 1px solid rgba(241, 241, 241, 0.8);
}

/* line 282, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .TrainingAccordion__Item.is-active .TrainingAccordion__Plus {
  background-color: #ef8461;
}

/* line 285, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .TrainingAccordion__Item.is-active .TrainingAccordion__Plus::after {
  color: #727377;
  content: "-";
}

/* line 291, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .TrainingAccordion__Item.is-active .TrainingAccordion__Title {
  color: #fff;
  background-color: rgba(241, 241, 241, 0.8);
  border: none;
}

/* line 302, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ServiceDetailedContent__TestsList {
  background-color: #f9b448;
}

/* line 306, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ServiceDetailedContent__AdditionalContent {
  background-color: #f1f1f1;
  color: #3c3c3b;
}

/* line 312, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.ContactForm {
  background-color: transparent;
}

/* line 317, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ContactForm__FormWrapper {
  background-color: #fff;
}

/* line 323, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ContactDetails__InfoBox {
  background-color: #5ecbcb;
}

/* line 329, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ContactDetails__ItemIcon svg path {
  fill: rgba(255, 255, 255, 0.5);
}

/* line 338, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .MenuPanel__Logo .logoText {
  fill: #fff;
}

/* line 344, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .MenuPanel__CtaImg svg {
  fill: #fff;
}

/* line 349, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .MenuPanel__Navigation,
.c-Color--PacDark .MenuPanel__NavigationTitle,
.c-Color--PacDark .MenuPanel__NavigationList,
.c-Color--PacDark .MenuPanel__NavigationListWrapper {
  background-color: #ef8461;
}

/* line 358, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .MenuPanel__NavigationList li::after {
  color: #727377;
}

@media (min-width: 1023px) {
  /* line 366, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .MenuPanel__NavigationItem:hover {
    color: #727377;
    font-weight: 500;
  }
}

/* line 374, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .MenuPanel__SocialItem:hover {
  color: #727377;
}

/* line 381, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .SingleNews__Meta {
  color: #f9b448;
}

/* line 387, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark form input,
.c-Color--PacDark form textarea {
  color: #fff;
  background-color: white;
  border: none;
}

/* line 393, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark form input::-webkit-input-placeholder,
.c-Color--PacDark form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-Color--PacDark form input::-ms-input-placeholder,
.c-Color--PacDark form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-Color--PacDark form input::placeholder,
.c-Color--PacDark form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 398, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark form .choices {
  color: rgba(255, 255, 255, 0.7);
}

/* line 401, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark form .choices::after {
  border-color: rgba(255, 255, 255, 0.7) transparent transparent transparent;
}

/* line 405, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark form .choices__list {
  background-color: white;
}

/* line 409, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark form .choices__item {
  background-color: transparent;
}

/* line 412, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark form .choices__item.is-highlighted {
  background-color: transparent;
}

/* line 417, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark form .choices__list--dropdown {
  border-bottom: 4px #f9b448 solid;
}

/* line 422, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark form input[type="submit"] {
  background-color: #f9b448;
  color: #fff;
}

/* line 426, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark form input[type="submit"]:hover {
  background-color: #727377;
}

/* line 432, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.AboutDetails,
.c-Color--PacDark.AboutIntro {
  background-color: transparent;
}

/* line 438, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .AboutDetails__Wrapper {
  background-color: #ef8461;
}

/* line 442, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .AboutDetails__NumbersBox {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.63%, #5ecbcb), color-stop(98.21%, #ef8461));
  background: -webkit-linear-gradient(bottom, #5ecbcb 9.63%, #ef8461 98.21%);
  background: -o-linear-gradient(bottom, #5ecbcb 9.63%, #ef8461 98.21%);
  background: linear-gradient(360deg, #5ecbcb 9.63%, #ef8461 98.21%);
}

/* line 445, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .AboutDetails__NumbersBox::after {
  color: #f9b448;
}

/* line 450, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .AboutDetails__SquareItemDescription {
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 676px) {
  /* line 454, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .AboutDetails__SquareItem {
    position: relative;
  }

  /* line 458, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .AboutDetails__SquareItem::before,
  .c-Color--PacDark .AboutDetails__SquareItem::after {
    content: "";
    position: absolute;
  }

  /* line 465, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .AboutDetails__SquareItem:nth-child(1)::before {
    display: none;
  }

  /* line 469, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .AboutDetails__SquareItem:nth-child(1)::after {
    right: -1px;
    top: 50%;
    -webkit-transform: translate(0, -55%);
         -o-transform: translate(0, -55%);
            transform: translate(0, -55%);
    width: 3px;
    height: 85%;
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* line 480, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .AboutDetails__SquareItem:nth-child(2)::before {
    display: none;
  }

  /* line 484, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .AboutDetails__SquareItem:nth-child(2)::after {
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(55%, 0);
         -o-transform: translate(55%, 0);
            transform: translate(55%, 0);
    width: 85%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* line 495, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .AboutDetails__SquareItem:nth-child(3)::before {
    top: -2px;
    left: 50%;
    -webkit-transform: translate(-55%, 0);
         -o-transform: translate(-55%, 0);
            transform: translate(-55%, 0);
    width: 85%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* line 504, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .AboutDetails__SquareItem:nth-child(3)::after {
    display: none;
  }

  /* line 510, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .AboutDetails__SquareItem:nth-child(4)::before {
    top: 50%;
    left: -1px;
    -webkit-transform: translate(0, -45%);
         -o-transform: translate(0, -45%);
            transform: translate(0, -45%);
    width: 3px;
    height: 85%;
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* line 519, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .AboutDetails__SquareItem:nth-child(4)::after {
    display: none;
  }
}

/* line 527, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.AboutAdditionalContent {
  background-color: transparent;
}

/* line 534, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .AboutAdditionalContent__Content h1,
.c-Color--PacDark .AboutAdditionalContent__Content h2,
.c-Color--PacDark .AboutAdditionalContent__Content h3,
.c-Color--PacDark .AboutAdditionalContent__Content h4,
.c-Color--PacDark .AboutAdditionalContent__Content h5,
.c-Color--PacDark .AboutAdditionalContent__Content h6,
.c-Color--PacDark .SingleEvent__Content h1,
.c-Color--PacDark .SingleEvent__Content h2,
.c-Color--PacDark .SingleEvent__Content h3,
.c-Color--PacDark .SingleEvent__Content h4,
.c-Color--PacDark .SingleEvent__Content h5,
.c-Color--PacDark .SingleEvent__Content h6 {
  color: #f9b448;
}

/* line 546, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .Pagination .page-numbers {
  border: 3px solid #e5e5e5;
  color: #e5e5e5;
  background-color: transparent;
}

/* line 551, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .Pagination .page-numbers.current {
  color: #fff;
  background-color: #727377;
  border: 3px solid #727377;
}

/* line 560, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .EventsArchive__ListSeparator {
  color: #f9b448;
}

/* line 563, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .EventsArchive__ListSeparator::after,
.c-Color--PacDark .EventsArchive__ListSeparator::before {
  background-color: #f1f1f1;
}

/* line 568, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .EventsArchive__ListSeparator::before {
  margin-right: 2rem;
}

/* line 572, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .EventsArchive__ListSeparator::after {
  margin-left: 2rem;
}

/* line 577, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .EventsArchive__ItemDate {
  border: 2px solid #e5e5e5;
}

/* line 581, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .EventsArchive__ItemDay {
  color: #f9b448;
}

/* line 588, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .EventsArchive__ListItem:hover .EventsArchive__ItemDate {
  background-color: #727377;
  border: 3px solid #727377;
}

/* line 593, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .EventsArchive__ListItem:hover .EventsArchive__ItemDay,
.c-Color--PacDark .EventsArchive__ListItem:hover .EventsArchive__ItemMonth {
  color: #ef8461;
}

/* line 601, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .EventsArchive__Tools {
  border: 2px solid #e5e5e5;
}

@media (min-width: 1023px) {
  /* line 607, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .EventsArchive__ItemContent::after {
    color: #e5e5e5;
    position: absolute;
    content: "\F105";
    font-size: 3rem;
    font-weight: 700;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  /* line 625, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--PacDark .EventsArchive__ListItem:hover .EventsArchive__ItemContent::after {
    color: #727377;
  }
}

/* line 636, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .SingleEvent__Aside {
  border: 2px solid #e5e5e5;
}

/* line 640, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .SingleEvent__AsideBlock {
  border-bottom: 2px solid #e5e5e5;
}

/* line 643, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .SingleEvent__AsideBlock:last-child {
  border-bottom: none;
}

/* line 648, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .SingleEvent__AsideItemTitle {
  color: #f9b448;
}

/* line 653, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .e-BackTo {
  color: #f9b448;
}

/* line 657, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .e-BackTo svg path {
  fill: #e5e5e5;
}

/* line 661, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .e-BackTo svg circle {
  stroke: #e5e5e5;
}

/* line 666, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .e-BackTo:hover {
  color: #fff;
}

/* line 670, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .e-BackTo:hover svg path {
  fill: #f9b448;
}

/* line 674, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .e-BackTo:hover svg circle {
  stroke: #f9b448;
}

/* line 682, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.LatestNews--WooPackages {
  background-color: #ef8461;
}

/* line 685, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.LatestNews--WooPackages .slick-arrow {
  z-index: 708;
}

/* line 689, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.LatestNews--WooPackages .slick-next,
.c-Color--PacDark.LatestNews--WooPackages .slick-prev {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 694, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.LatestNews--WooPackages .slick-next::before,
.c-Color--PacDark.LatestNews--WooPackages .slick-prev::before {
  color: #727377;
  font-size: 1.5rem;
}

/* line 702, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.WooPage {
  background-color: transparent;
}

/* line 707, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .WooPage__Body {
  background-color: #ef8461;
}

/* line 712, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .Page404 {
  background-color: #ef8461;
}

/* line 715, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .Page404__Title {
  color: #f9b448;
}

/* line 719, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .Page404__Description {
  color: #fff;
}

/* line 724, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.Footer {
  background-color: transparent;
}

/* line 730, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .ProductResources__Item:hover {
  background-color: white;
}

/* line 738, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .Sidebar .woocommerce-mini-cart__buttons.buttons .button {
  background-color: #f9b448;
  color: #fff;
}

/* line 742, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .Sidebar .woocommerce-mini-cart__buttons.buttons .button:hover {
  background-color: #727377;
}

/* line 103, resources/assets/styles/common/core/_mixins.scss */

.c-Color--MedocLight {
  color: #004070;
  background-color: #fff;
}

/* line 8, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .Header__Logo svg {
  fill: #004070;
}

/* line 18, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .Header__MenuNav li a:hover {
  color: #f7a600;
}

/* line 23, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .Header__MenuNav li::after {
  background-color: #004070;
}

/* line 30, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .Header__Hamburger .hamburger-inner,
.c-Color--MedocLight .Header__Hamburger .hamburger-inner::before,
.c-Color--MedocLight .Header__Hamburger .hamburger-inner::after {
  background-color: #004070;
}

/* line 39, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .HomeSlider__Slide {
  position: relative;
  z-index: 579;
}

/* line 43, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .HomeSlider__Slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@supports (mix-blend-mode: color) {
  /* line 43, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .HomeSlider__Slide::after {
    mix-blend-mode: color;
  }
}

/* line 62, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .HomeSlider__SlidePretitle {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

/* line 67, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .HomeSlider__Title {
  color: #004070;
}

/* line 72, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .e-Cta {
  background-color: transparent;
  border: 2px solid #004070;
  color: #004070;
}

/* line 77, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .e-Cta:hover {
  background-color: #f7a600;
  border: 2px solid #f7a600;
  color: #fff;
}

/* line 83, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .e-Cta--Alternative {
  background-color: #f7a600;
  border: 2px solid #f7a600;
  color: #fff;
}

/* line 88, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .e-Cta--Alternative:hover {
  background-color: #004070;
  border: 2px solid #004070;
}

/* line 94, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .e-Cta--Service {
  background-color: transparent;
  border: 2px solid #28aee5;
  color: #28aee5;
}

/* line 99, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .e-Cta--Service:hover {
  background-color: #28aee5;
  border: 2px solid #28aee5;
  color: #fff;
}

/* line 108, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .HomeCategoryNavigation__FirstCategoryBox {
  background-color: #28aee5;
}

/* line 112, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .HomeCategoryNavigation__SecondCategoryBox {
  background-color: #004070;
}

/* line 116, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .HomeCategoryNavigation__ThirdCategoryBox {
  background-color: #fff;
}

/* line 121, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .PageCover {
  background-color: #fff;
}

/* line 126, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ArchiveNews__ItemThumbnail {
  position: relative;
}

/* line 129, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ArchiveNews__ItemThumbnail::before,
.c-Color--MedocLight .ArchiveNews__ItemThumbnail::after {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 136, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ArchiveNews__ItemThumbnail::before {
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/* line 145, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ArchiveNews__ItemThumbnail::after {
  opacity: 0;
  content: "+";
  color: #f7a600;
  font-size: 5rem;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* line 158, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ArchiveNews__Item:hover {
  color: #f7a600;
}

/* line 162, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ArchiveNews__Item:hover .ArchiveNews__ItemThumbnail::before {
  width: 89%;
  height: 84%;
}

/* line 167, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ArchiveNews__Item:hover .ArchiveNews__ItemThumbnail::after {
  opacity: 1;
}

/* line 175, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight.BlockTypeOne {
  background-color: transparent;
}

/* line 179, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .BlockTypeOne {
  background-color: transparent;
}

/* line 182, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .BlockTypeOne__Shadow {
  background-color: #f1f1f1;
}

/* line 188, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .BlockTypeOne__Doodle svg path {
  stroke: #28aee5;
}

/* line 195, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight.BlockTypeTwo {
  background-color: transparent;
}

/* line 200, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .BlockTypeTwo__Wrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(9.63%, #004070), color-stop(98.21%, #fff));
  background: -webkit-linear-gradient(left, #004070 9.63%, #fff 98.21%);
  background: -o-linear-gradient(left, #004070 9.63%, #fff 98.21%);
  background: linear-gradient(90deg, #004070 9.63%, #fff 98.21%);
}

/* line 205, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight.ServiceHeader,
.c-Color--MedocLight.ServiceMainContent,
.c-Color--MedocLight.ServiceCta {
  background-color: transparent;
}

/* line 212, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ServiceMainContent__Content {
  position: relative;
}

/* line 215, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ServiceMainContent__Content strong {
  color: #004070;
}

/* line 220, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ServiceMainContent__Content li strong {
  color: #28aee5;
}

/* line 225, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ServiceMainContent__Content::before {
  position: absolute;
  top: 0;
  left: 2.5rem;
  content: "";
  width: 4rem;
  height: 5px;
  background-color: #004070;
}

@media (min-width: 676px) {
  /* line 225, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .ServiceMainContent__Content::before {
    left: 6rem;
  }
}

/* line 241, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight.ServiceDetailedContent {
  background-color: transparent;
}

/* line 245, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight.TrainingAccordion {
  background-color: transparent;
}

/* line 250, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .TrainingAccordion__ItemHeading {
  background-color: #fff;
}

/* line 254, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .TrainingAccordion__Plus {
  position: relative;
  background-color: #28aee5;
}

/* line 258, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .TrainingAccordion__Plus::after {
  position: absolute;
  content: "+";
  top: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  line-height: 0;
  font-size: 2rem;
}

/* line 270, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .TrainingAccordion__Title {
  border: 1px solid rgba(241, 241, 241, 0.8);
  border-left: none;
}

/* line 275, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .TrainingAccordion__Item {
  background-color: #fff;
}

/* line 278, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .TrainingAccordion__Item.is-active {
  border: 1px solid rgba(241, 241, 241, 0.8);
}

/* line 282, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .TrainingAccordion__Item.is-active .TrainingAccordion__Plus {
  background-color: #fff;
}

/* line 285, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .TrainingAccordion__Item.is-active .TrainingAccordion__Plus::after {
  color: #f7a600;
  content: "-";
}

/* line 291, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .TrainingAccordion__Item.is-active .TrainingAccordion__Title {
  color: #004070;
  background-color: rgba(241, 241, 241, 0.8);
  border: none;
}

/* line 302, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ServiceDetailedContent__TestsList {
  background-color: #28aee5;
}

/* line 306, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ServiceDetailedContent__AdditionalContent {
  background-color: #f1f1f1;
  color: #3c3c3b;
}

/* line 312, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight.ContactForm {
  background-color: transparent;
}

/* line 317, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ContactForm__FormWrapper {
  background-color: #fff;
}

/* line 323, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ContactDetails__InfoBox {
  background-color: #004070;
}

/* line 329, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ContactDetails__ItemIcon svg path {
  fill: rgba(255, 255, 255, 0.5);
}

/* line 338, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .MenuPanel__Logo .logoText {
  fill: #004070;
}

/* line 344, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .MenuPanel__CtaImg svg {
  fill: #004070;
}

/* line 349, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .MenuPanel__Navigation,
.c-Color--MedocLight .MenuPanel__NavigationTitle,
.c-Color--MedocLight .MenuPanel__NavigationList,
.c-Color--MedocLight .MenuPanel__NavigationListWrapper {
  background-color: #fff;
}

/* line 358, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .MenuPanel__NavigationList li::after {
  color: #f7a600;
}

@media (min-width: 1023px) {
  /* line 366, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .MenuPanel__NavigationItem:hover {
    color: #f7a600;
    font-weight: 500;
  }
}

/* line 374, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .MenuPanel__SocialItem:hover {
  color: #f7a600;
}

/* line 381, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .SingleNews__Meta {
  color: #28aee5;
}

/* line 387, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight form input,
.c-Color--MedocLight form textarea {
  color: #004070;
  background-color: #ecf8fd;
  border: none;
}

/* line 393, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight form input::-webkit-input-placeholder,
.c-Color--MedocLight form textarea::-webkit-input-placeholder {
  color: rgba(0, 64, 112, 0.7);
}

.c-Color--MedocLight form input::-ms-input-placeholder,
.c-Color--MedocLight form textarea::-ms-input-placeholder {
  color: rgba(0, 64, 112, 0.7);
}

.c-Color--MedocLight form input::placeholder,
.c-Color--MedocLight form textarea::placeholder {
  color: rgba(0, 64, 112, 0.7);
}

/* line 398, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight form .choices {
  color: rgba(0, 64, 112, 0.7);
}

/* line 401, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight form .choices::after {
  border-color: rgba(0, 64, 112, 0.7) transparent transparent transparent;
}

/* line 405, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight form .choices__list {
  background-color: #ecf8fd;
}

/* line 409, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight form .choices__item {
  background-color: transparent;
}

/* line 412, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight form .choices__item.is-highlighted {
  background-color: transparent;
}

/* line 417, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight form .choices__list--dropdown {
  border-bottom: 4px #28aee5 solid;
}

/* line 422, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight form input[type="submit"] {
  background-color: #28aee5;
  color: #fff;
}

/* line 426, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight form input[type="submit"]:hover {
  background-color: #f7a600;
}

/* line 432, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight.AboutDetails,
.c-Color--MedocLight.AboutIntro {
  background-color: transparent;
}

/* line 438, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .AboutDetails__Wrapper {
  background-color: #fff;
}

/* line 442, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .AboutDetails__NumbersBox {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.63%, #004070), color-stop(98.21%, #fff));
  background: -webkit-linear-gradient(bottom, #004070 9.63%, #fff 98.21%);
  background: -o-linear-gradient(bottom, #004070 9.63%, #fff 98.21%);
  background: linear-gradient(360deg, #004070 9.63%, #fff 98.21%);
}

/* line 445, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .AboutDetails__NumbersBox::after {
  color: #28aee5;
}

/* line 450, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .AboutDetails__SquareItemDescription {
  color: rgba(0, 64, 112, 0.7);
}

@media (min-width: 676px) {
  /* line 454, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .AboutDetails__SquareItem {
    position: relative;
  }

  /* line 458, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .AboutDetails__SquareItem::before,
  .c-Color--MedocLight .AboutDetails__SquareItem::after {
    content: "";
    position: absolute;
  }

  /* line 465, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .AboutDetails__SquareItem:nth-child(1)::before {
    display: none;
  }

  /* line 469, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .AboutDetails__SquareItem:nth-child(1)::after {
    right: -1px;
    top: 50%;
    -webkit-transform: translate(0, -55%);
         -o-transform: translate(0, -55%);
            transform: translate(0, -55%);
    width: 3px;
    height: 85%;
    background-color: rgba(0, 64, 112, 0.5);
  }

  /* line 480, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .AboutDetails__SquareItem:nth-child(2)::before {
    display: none;
  }

  /* line 484, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .AboutDetails__SquareItem:nth-child(2)::after {
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(55%, 0);
         -o-transform: translate(55%, 0);
            transform: translate(55%, 0);
    width: 85%;
    height: 3px;
    background-color: rgba(0, 64, 112, 0.5);
  }

  /* line 495, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .AboutDetails__SquareItem:nth-child(3)::before {
    top: -2px;
    left: 50%;
    -webkit-transform: translate(-55%, 0);
         -o-transform: translate(-55%, 0);
            transform: translate(-55%, 0);
    width: 85%;
    height: 3px;
    background-color: rgba(0, 64, 112, 0.5);
  }

  /* line 504, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .AboutDetails__SquareItem:nth-child(3)::after {
    display: none;
  }

  /* line 510, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .AboutDetails__SquareItem:nth-child(4)::before {
    top: 50%;
    left: -1px;
    -webkit-transform: translate(0, -45%);
         -o-transform: translate(0, -45%);
            transform: translate(0, -45%);
    width: 3px;
    height: 85%;
    background-color: rgba(0, 64, 112, 0.5);
  }

  /* line 519, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .AboutDetails__SquareItem:nth-child(4)::after {
    display: none;
  }
}

/* line 527, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight.AboutAdditionalContent {
  background-color: transparent;
}

/* line 534, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .AboutAdditionalContent__Content h1,
.c-Color--MedocLight .AboutAdditionalContent__Content h2,
.c-Color--MedocLight .AboutAdditionalContent__Content h3,
.c-Color--MedocLight .AboutAdditionalContent__Content h4,
.c-Color--MedocLight .AboutAdditionalContent__Content h5,
.c-Color--MedocLight .AboutAdditionalContent__Content h6,
.c-Color--MedocLight .SingleEvent__Content h1,
.c-Color--MedocLight .SingleEvent__Content h2,
.c-Color--MedocLight .SingleEvent__Content h3,
.c-Color--MedocLight .SingleEvent__Content h4,
.c-Color--MedocLight .SingleEvent__Content h5,
.c-Color--MedocLight .SingleEvent__Content h6 {
  color: #28aee5;
}

/* line 546, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .Pagination .page-numbers {
  border: 3px solid #e5e5e5;
  color: #e5e5e5;
  background-color: transparent;
}

/* line 551, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .Pagination .page-numbers.current {
  color: #fff;
  background-color: #f7a600;
  border: 3px solid #f7a600;
}

/* line 560, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .EventsArchive__ListSeparator {
  color: #28aee5;
}

/* line 563, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .EventsArchive__ListSeparator::after,
.c-Color--MedocLight .EventsArchive__ListSeparator::before {
  background-color: #f1f1f1;
}

/* line 568, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .EventsArchive__ListSeparator::before {
  margin-right: 2rem;
}

/* line 572, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .EventsArchive__ListSeparator::after {
  margin-left: 2rem;
}

/* line 577, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .EventsArchive__ItemDate {
  border: 2px solid #e5e5e5;
}

/* line 581, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .EventsArchive__ItemDay {
  color: #28aee5;
}

/* line 588, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .EventsArchive__ListItem:hover .EventsArchive__ItemDate {
  background-color: #f7a600;
  border: 3px solid #f7a600;
}

/* line 593, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .EventsArchive__ListItem:hover .EventsArchive__ItemDay,
.c-Color--MedocLight .EventsArchive__ListItem:hover .EventsArchive__ItemMonth {
  color: #fff;
}

/* line 601, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .EventsArchive__Tools {
  border: 2px solid #e5e5e5;
}

@media (min-width: 1023px) {
  /* line 607, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .EventsArchive__ItemContent::after {
    color: #e5e5e5;
    position: absolute;
    content: "\F105";
    font-size: 3rem;
    font-weight: 700;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  /* line 625, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocLight .EventsArchive__ListItem:hover .EventsArchive__ItemContent::after {
    color: #f7a600;
  }
}

/* line 636, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .SingleEvent__Aside {
  border: 2px solid #e5e5e5;
}

/* line 640, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .SingleEvent__AsideBlock {
  border-bottom: 2px solid #e5e5e5;
}

/* line 643, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .SingleEvent__AsideBlock:last-child {
  border-bottom: none;
}

/* line 648, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .SingleEvent__AsideItemTitle {
  color: #28aee5;
}

/* line 653, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .e-BackTo {
  color: #28aee5;
}

/* line 657, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .e-BackTo svg path {
  fill: #e5e5e5;
}

/* line 661, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .e-BackTo svg circle {
  stroke: #e5e5e5;
}

/* line 666, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .e-BackTo:hover {
  color: #004070;
}

/* line 670, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .e-BackTo:hover svg path {
  fill: #28aee5;
}

/* line 674, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .e-BackTo:hover svg circle {
  stroke: #28aee5;
}

/* line 682, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight.LatestNews--WooPackages {
  background-color: #fff;
}

/* line 685, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight.LatestNews--WooPackages .slick-arrow {
  z-index: 708;
}

/* line 689, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight.LatestNews--WooPackages .slick-next,
.c-Color--MedocLight.LatestNews--WooPackages .slick-prev {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 694, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight.LatestNews--WooPackages .slick-next::before,
.c-Color--MedocLight.LatestNews--WooPackages .slick-prev::before {
  color: #f7a600;
  font-size: 1.5rem;
}

/* line 702, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight.WooPage {
  background-color: transparent;
}

/* line 707, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .WooPage__Body {
  background-color: #fff;
}

/* line 712, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .Page404 {
  background-color: #fff;
}

/* line 715, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .Page404__Title {
  color: #28aee5;
}

/* line 719, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .Page404__Description {
  color: #004070;
}

/* line 724, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight.Footer {
  background-color: transparent;
}

/* line 730, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .ProductResources__Item:hover {
  background-color: #def3fb;
}

/* line 738, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .Sidebar .woocommerce-mini-cart__buttons.buttons .button {
  background-color: #28aee5;
  color: #fff;
}

/* line 742, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocLight .Sidebar .woocommerce-mini-cart__buttons.buttons .button:hover {
  background-color: #f7a600;
}

/* line 103, resources/assets/styles/common/core/_mixins.scss */

.c-Color--MedocDark {
  color: #fff;
  background-color: #004070;
}

/* line 8, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .Header__Logo svg {
  fill: #fff;
}

/* line 18, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .Header__MenuNav li a:hover {
  color: #f7a600;
}

/* line 23, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .Header__MenuNav li::after {
  background-color: #fff;
}

/* line 30, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .Header__Hamburger .hamburger-inner,
.c-Color--MedocDark .Header__Hamburger .hamburger-inner::before,
.c-Color--MedocDark .Header__Hamburger .hamburger-inner::after {
  background-color: #fff;
}

/* line 39, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .HomeSlider__Slide {
  position: relative;
  z-index: 579;
}

/* line 43, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .HomeSlider__Slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@supports (mix-blend-mode: color) {
  /* line 43, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .HomeSlider__Slide::after {
    mix-blend-mode: color;
  }
}

/* line 62, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .HomeSlider__SlidePretitle {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

/* line 67, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .HomeSlider__Title {
  color: #fff;
}

/* line 72, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .e-Cta {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

/* line 77, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .e-Cta:hover {
  background-color: #f7a600;
  border: 2px solid #f7a600;
  color: #fff;
}

/* line 83, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .e-Cta--Alternative {
  background-color: #f7a600;
  border: 2px solid #f7a600;
  color: #fff;
}

/* line 88, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .e-Cta--Alternative:hover {
  background-color: #1e87c9;
  border: 2px solid #1e87c9;
}

/* line 94, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .e-Cta--Service {
  background-color: transparent;
  border: 2px solid #28aee5;
  color: #28aee5;
}

/* line 99, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .e-Cta--Service:hover {
  background-color: #28aee5;
  border: 2px solid #28aee5;
  color: #fff;
}

/* line 108, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .HomeCategoryNavigation__FirstCategoryBox {
  background-color: #28aee5;
}

/* line 112, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .HomeCategoryNavigation__SecondCategoryBox {
  background-color: #1e87c9;
}

/* line 116, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .HomeCategoryNavigation__ThirdCategoryBox {
  background-color: #004070;
}

/* line 121, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .PageCover {
  background-color: #004070;
}

/* line 126, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ArchiveNews__ItemThumbnail {
  position: relative;
}

/* line 129, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ArchiveNews__ItemThumbnail::before,
.c-Color--MedocDark .ArchiveNews__ItemThumbnail::after {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 136, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ArchiveNews__ItemThumbnail::before {
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/* line 145, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ArchiveNews__ItemThumbnail::after {
  opacity: 0;
  content: "+";
  color: #f7a600;
  font-size: 5rem;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* line 158, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ArchiveNews__Item:hover {
  color: #f7a600;
}

/* line 162, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ArchiveNews__Item:hover .ArchiveNews__ItemThumbnail::before {
  width: 89%;
  height: 84%;
}

/* line 167, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ArchiveNews__Item:hover .ArchiveNews__ItemThumbnail::after {
  opacity: 1;
}

/* line 175, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark.BlockTypeOne {
  background-color: transparent;
}

/* line 179, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .BlockTypeOne {
  background-color: transparent;
}

/* line 182, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .BlockTypeOne__Shadow {
  background-color: #f1f1f1;
}

/* line 188, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .BlockTypeOne__Doodle svg path {
  stroke: #28aee5;
}

/* line 195, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark.BlockTypeTwo {
  background-color: transparent;
}

/* line 200, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .BlockTypeTwo__Wrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(9.63%, #1e87c9), color-stop(98.21%, #004070));
  background: -webkit-linear-gradient(left, #1e87c9 9.63%, #004070 98.21%);
  background: -o-linear-gradient(left, #1e87c9 9.63%, #004070 98.21%);
  background: linear-gradient(90deg, #1e87c9 9.63%, #004070 98.21%);
}

/* line 205, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark.ServiceHeader,
.c-Color--MedocDark.ServiceMainContent,
.c-Color--MedocDark.ServiceCta {
  background-color: transparent;
}

/* line 212, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ServiceMainContent__Content {
  position: relative;
}

/* line 215, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ServiceMainContent__Content strong {
  color: #fff;
}

/* line 220, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ServiceMainContent__Content li strong {
  color: #28aee5;
}

/* line 225, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ServiceMainContent__Content::before {
  position: absolute;
  top: 0;
  left: 2.5rem;
  content: "";
  width: 4rem;
  height: 5px;
  background-color: #fff;
}

@media (min-width: 676px) {
  /* line 225, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .ServiceMainContent__Content::before {
    left: 6rem;
  }
}

/* line 241, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark.ServiceDetailedContent {
  background-color: transparent;
}

/* line 245, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark.TrainingAccordion {
  background-color: transparent;
}

/* line 250, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .TrainingAccordion__ItemHeading {
  background-color: #004070;
}

/* line 254, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .TrainingAccordion__Plus {
  position: relative;
  background-color: #28aee5;
}

/* line 258, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .TrainingAccordion__Plus::after {
  position: absolute;
  content: "+";
  top: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #004070;
  line-height: 0;
  font-size: 2rem;
}

/* line 270, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .TrainingAccordion__Title {
  border: 1px solid rgba(241, 241, 241, 0.8);
  border-left: none;
}

/* line 275, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .TrainingAccordion__Item {
  background-color: #fff;
}

/* line 278, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .TrainingAccordion__Item.is-active {
  border: 1px solid rgba(241, 241, 241, 0.8);
}

/* line 282, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .TrainingAccordion__Item.is-active .TrainingAccordion__Plus {
  background-color: #004070;
}

/* line 285, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .TrainingAccordion__Item.is-active .TrainingAccordion__Plus::after {
  color: #f7a600;
  content: "-";
}

/* line 291, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .TrainingAccordion__Item.is-active .TrainingAccordion__Title {
  color: #fff;
  background-color: rgba(241, 241, 241, 0.8);
  border: none;
}

/* line 302, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ServiceDetailedContent__TestsList {
  background-color: #28aee5;
}

/* line 306, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ServiceDetailedContent__AdditionalContent {
  background-color: #f1f1f1;
  color: #3c3c3b;
}

/* line 312, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark.ContactForm {
  background-color: transparent;
}

/* line 317, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ContactForm__FormWrapper {
  background-color: #fff;
}

/* line 323, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ContactDetails__InfoBox {
  background-color: #1e87c9;
}

/* line 329, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ContactDetails__ItemIcon svg path {
  fill: rgba(255, 255, 255, 0.5);
}

/* line 338, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .MenuPanel__Logo .logoText {
  fill: #fff;
}

/* line 344, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .MenuPanel__CtaImg svg {
  fill: #fff;
}

/* line 349, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .MenuPanel__Navigation,
.c-Color--MedocDark .MenuPanel__NavigationTitle,
.c-Color--MedocDark .MenuPanel__NavigationList,
.c-Color--MedocDark .MenuPanel__NavigationListWrapper {
  background-color: #004070;
}

/* line 358, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .MenuPanel__NavigationList li::after {
  color: #f7a600;
}

@media (min-width: 1023px) {
  /* line 366, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .MenuPanel__NavigationItem:hover {
    color: #f7a600;
    font-weight: 500;
  }
}

/* line 374, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .MenuPanel__SocialItem:hover {
  color: #f7a600;
}

/* line 381, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .SingleNews__Meta {
  color: #28aee5;
}

/* line 387, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark form input,
.c-Color--MedocDark form textarea {
  color: #fff;
  background-color: #ecf8fd;
  border: none;
}

/* line 393, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark form input::-webkit-input-placeholder,
.c-Color--MedocDark form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-Color--MedocDark form input::-ms-input-placeholder,
.c-Color--MedocDark form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-Color--MedocDark form input::placeholder,
.c-Color--MedocDark form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 398, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark form .choices {
  color: rgba(255, 255, 255, 0.7);
}

/* line 401, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark form .choices::after {
  border-color: rgba(255, 255, 255, 0.7) transparent transparent transparent;
}

/* line 405, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark form .choices__list {
  background-color: #ecf8fd;
}

/* line 409, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark form .choices__item {
  background-color: transparent;
}

/* line 412, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark form .choices__item.is-highlighted {
  background-color: transparent;
}

/* line 417, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark form .choices__list--dropdown {
  border-bottom: 4px #28aee5 solid;
}

/* line 422, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark form input[type="submit"] {
  background-color: #28aee5;
  color: #fff;
}

/* line 426, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark form input[type="submit"]:hover {
  background-color: #f7a600;
}

/* line 432, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark.AboutDetails,
.c-Color--MedocDark.AboutIntro {
  background-color: transparent;
}

/* line 438, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .AboutDetails__Wrapper {
  background-color: #004070;
}

/* line 442, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .AboutDetails__NumbersBox {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.63%, #1e87c9), color-stop(98.21%, #004070));
  background: -webkit-linear-gradient(bottom, #1e87c9 9.63%, #004070 98.21%);
  background: -o-linear-gradient(bottom, #1e87c9 9.63%, #004070 98.21%);
  background: linear-gradient(360deg, #1e87c9 9.63%, #004070 98.21%);
}

/* line 445, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .AboutDetails__NumbersBox::after {
  color: #28aee5;
}

/* line 450, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .AboutDetails__SquareItemDescription {
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 676px) {
  /* line 454, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .AboutDetails__SquareItem {
    position: relative;
  }

  /* line 458, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .AboutDetails__SquareItem::before,
  .c-Color--MedocDark .AboutDetails__SquareItem::after {
    content: "";
    position: absolute;
  }

  /* line 465, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .AboutDetails__SquareItem:nth-child(1)::before {
    display: none;
  }

  /* line 469, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .AboutDetails__SquareItem:nth-child(1)::after {
    right: -1px;
    top: 50%;
    -webkit-transform: translate(0, -55%);
         -o-transform: translate(0, -55%);
            transform: translate(0, -55%);
    width: 3px;
    height: 85%;
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* line 480, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .AboutDetails__SquareItem:nth-child(2)::before {
    display: none;
  }

  /* line 484, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .AboutDetails__SquareItem:nth-child(2)::after {
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(55%, 0);
         -o-transform: translate(55%, 0);
            transform: translate(55%, 0);
    width: 85%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* line 495, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .AboutDetails__SquareItem:nth-child(3)::before {
    top: -2px;
    left: 50%;
    -webkit-transform: translate(-55%, 0);
         -o-transform: translate(-55%, 0);
            transform: translate(-55%, 0);
    width: 85%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* line 504, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .AboutDetails__SquareItem:nth-child(3)::after {
    display: none;
  }

  /* line 510, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .AboutDetails__SquareItem:nth-child(4)::before {
    top: 50%;
    left: -1px;
    -webkit-transform: translate(0, -45%);
         -o-transform: translate(0, -45%);
            transform: translate(0, -45%);
    width: 3px;
    height: 85%;
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* line 519, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .AboutDetails__SquareItem:nth-child(4)::after {
    display: none;
  }
}

/* line 527, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark.AboutAdditionalContent {
  background-color: transparent;
}

/* line 534, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .AboutAdditionalContent__Content h1,
.c-Color--MedocDark .AboutAdditionalContent__Content h2,
.c-Color--MedocDark .AboutAdditionalContent__Content h3,
.c-Color--MedocDark .AboutAdditionalContent__Content h4,
.c-Color--MedocDark .AboutAdditionalContent__Content h5,
.c-Color--MedocDark .AboutAdditionalContent__Content h6,
.c-Color--MedocDark .SingleEvent__Content h1,
.c-Color--MedocDark .SingleEvent__Content h2,
.c-Color--MedocDark .SingleEvent__Content h3,
.c-Color--MedocDark .SingleEvent__Content h4,
.c-Color--MedocDark .SingleEvent__Content h5,
.c-Color--MedocDark .SingleEvent__Content h6 {
  color: #28aee5;
}

/* line 546, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .Pagination .page-numbers {
  border: 3px solid #e5e5e5;
  color: #e5e5e5;
  background-color: transparent;
}

/* line 551, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .Pagination .page-numbers.current {
  color: #fff;
  background-color: #f7a600;
  border: 3px solid #f7a600;
}

/* line 560, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .EventsArchive__ListSeparator {
  color: #28aee5;
}

/* line 563, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .EventsArchive__ListSeparator::after,
.c-Color--MedocDark .EventsArchive__ListSeparator::before {
  background-color: #f1f1f1;
}

/* line 568, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .EventsArchive__ListSeparator::before {
  margin-right: 2rem;
}

/* line 572, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .EventsArchive__ListSeparator::after {
  margin-left: 2rem;
}

/* line 577, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .EventsArchive__ItemDate {
  border: 2px solid #e5e5e5;
}

/* line 581, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .EventsArchive__ItemDay {
  color: #28aee5;
}

/* line 588, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .EventsArchive__ListItem:hover .EventsArchive__ItemDate {
  background-color: #f7a600;
  border: 3px solid #f7a600;
}

/* line 593, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .EventsArchive__ListItem:hover .EventsArchive__ItemDay,
.c-Color--MedocDark .EventsArchive__ListItem:hover .EventsArchive__ItemMonth {
  color: #004070;
}

/* line 601, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .EventsArchive__Tools {
  border: 2px solid #e5e5e5;
}

@media (min-width: 1023px) {
  /* line 607, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .EventsArchive__ItemContent::after {
    color: #e5e5e5;
    position: absolute;
    content: "\F105";
    font-size: 3rem;
    font-weight: 700;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  /* line 625, resources/assets/styles/common/styles/_colors.scss */

  .c-Color--MedocDark .EventsArchive__ListItem:hover .EventsArchive__ItemContent::after {
    color: #f7a600;
  }
}

/* line 636, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .SingleEvent__Aside {
  border: 2px solid #e5e5e5;
}

/* line 640, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .SingleEvent__AsideBlock {
  border-bottom: 2px solid #e5e5e5;
}

/* line 643, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .SingleEvent__AsideBlock:last-child {
  border-bottom: none;
}

/* line 648, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .SingleEvent__AsideItemTitle {
  color: #28aee5;
}

/* line 653, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .e-BackTo {
  color: #28aee5;
}

/* line 657, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .e-BackTo svg path {
  fill: #e5e5e5;
}

/* line 661, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .e-BackTo svg circle {
  stroke: #e5e5e5;
}

/* line 666, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .e-BackTo:hover {
  color: #fff;
}

/* line 670, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .e-BackTo:hover svg path {
  fill: #28aee5;
}

/* line 674, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .e-BackTo:hover svg circle {
  stroke: #28aee5;
}

/* line 682, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark.LatestNews--WooPackages {
  background-color: #004070;
}

/* line 685, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark.LatestNews--WooPackages .slick-arrow {
  z-index: 708;
}

/* line 689, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark.LatestNews--WooPackages .slick-next,
.c-Color--MedocDark.LatestNews--WooPackages .slick-prev {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 694, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark.LatestNews--WooPackages .slick-next::before,
.c-Color--MedocDark.LatestNews--WooPackages .slick-prev::before {
  color: #f7a600;
  font-size: 1.5rem;
}

/* line 702, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark.WooPage {
  background-color: transparent;
}

/* line 707, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .WooPage__Body {
  background-color: #004070;
}

/* line 712, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .Page404 {
  background-color: #004070;
}

/* line 715, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .Page404__Title {
  color: #28aee5;
}

/* line 719, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .Page404__Description {
  color: #fff;
}

/* line 724, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark.Footer {
  background-color: transparent;
}

/* line 730, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .ProductResources__Item:hover {
  background-color: #def3fb;
}

/* line 738, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .Sidebar .woocommerce-mini-cart__buttons.buttons .button {
  background-color: #28aee5;
  color: #fff;
}

/* line 742, resources/assets/styles/common/styles/_colors.scss */

.c-Color--MedocDark .Sidebar .woocommerce-mini-cart__buttons.buttons .button:hover {
  background-color: #f7a600;
}

/* line 750, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .BlockTypeTwo__Wrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(9.63%, #f9b448), color-stop(98.21%, #ef8461));
  background: -webkit-linear-gradient(left, #f9b448 9.63%, #ef8461 98.21%);
  background: -o-linear-gradient(left, #f9b448 9.63%, #ef8461 98.21%);
  background: linear-gradient(90deg, #f9b448 9.63%, #ef8461 98.21%);
}

/* line 755, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .AboutDetails__NumbersBox {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.63%, #ef8461), color-stop(98.21%, #f9b448));
  background: -webkit-linear-gradient(bottom, #ef8461 9.63%, #f9b448 98.21%);
  background: -o-linear-gradient(bottom, #ef8461 9.63%, #f9b448 98.21%);
  background: linear-gradient(360deg, #ef8461 9.63%, #f9b448 98.21%);
}

/* line 760, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark.MenuPanel__BusinessUnit--Other {
  background-color: #004070;
}

/* line 765, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacDark .MenuPanel__GotoOtherBuBtn:hover {
  color: #fff;
  background-color: #f7a600;
  border-color: #f7a600;
}

/* line 772, resources/assets/styles/common/styles/_colors.scss */

.c-Color--PacLight form input,
.c-Color--PacLight form textarea,
.c-Color--PacLight form .choices__list {
  background-color: #fff9f0;
}

/* line 781, resources/assets/styles/common/styles/_colors.scss */

body.is-menu-open .c-Color--MedocLight .Header__Hamburger .hamburger-inner::after,
body.is-menu-open .c-Color--MedocLight .Header__Hamburger .hamburger-inner::before,
body.is-menu-open .c-Color--MedocLight .Header__Hamburger .hamburger-inner {
  background-color: #fff;
}

@media (min-width: 1023px) {
  /* line 781, resources/assets/styles/common/styles/_colors.scss */

  body.is-menu-open .c-Color--MedocLight .Header__Hamburger .hamburger-inner::after,
  body.is-menu-open .c-Color--MedocLight .Header__Hamburger .hamburger-inner::before,
  body.is-menu-open .c-Color--MedocLight .Header__Hamburger .hamburger-inner {
    background-color: #004070;
  }
}

/* line 791, resources/assets/styles/common/styles/_colors.scss */

body.is-menu-open .c-Color--PacLight .Header__Hamburger .hamburger-inner::after,
body.is-menu-open .c-Color--PacLight .Header__Hamburger .hamburger-inner::before,
body.is-menu-open .c-Color--PacLight .Header__Hamburger .hamburger-inner {
  background-color: #3c3c3b;
}

@media (min-width: 1023px) {
  /* line 791, resources/assets/styles/common/styles/_colors.scss */

  body.is-menu-open .c-Color--PacLight .Header__Hamburger .hamburger-inner::after,
  body.is-menu-open .c-Color--PacLight .Header__Hamburger .hamburger-inner::before,
  body.is-menu-open .c-Color--PacLight .Header__Hamburger .hamburger-inner {
    background-color: #fff;
  }
}

/* line 803, resources/assets/styles/common/styles/_colors.scss */

.e-BubbleDoodle svg path {
  fill: #ef8461;
}

/* line 810, resources/assets/styles/common/styles/_colors.scss */

.MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other.c-Color--MedocLight .MenuPanel__GotoOtherBuBtn {
  color: #3c3c3b;
  border-color: #3c3c3b;
}

/* line 814, resources/assets/styles/common/styles/_colors.scss */

.MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other.c-Color--MedocLight .MenuPanel__GotoOtherBuBtn:hover {
  color: #fff;
  background-color: #ef8461;
  border-color: #ef8461;
}

/* line 7, resources/assets/styles/common/styles/_typography.scss */

.Content h1,
.Content h2,
.Content h3,
.Content h4,
.Content h5,
.SingleNews__Body h1,
.SingleNews__Body h2,
.SingleNews__Body h3,
.SingleNews__Body h4,
.SingleNews__Body h5,
.SingleEvent__Body h1,
.SingleEvent__Body h2,
.SingleEvent__Body h3,
.SingleEvent__Body h4,
.SingleEvent__Body h5 {
  margin-bottom: 1rem;
  font-weight: 600;
}

/* line 17, resources/assets/styles/common/styles/_typography.scss */

.t-HomeSlider-Title,
.t-PageCover-Title,
.ContactDetails__InfoBoxTitle,
.PageCover .PageCover__Title,
.HomeSlider .HomeSlider__SlideTitle {
  font-size: 8vmin;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  max-width: 90%;
}

@media (min-width: 1023px) {
  /* line 17, resources/assets/styles/common/styles/_typography.scss */

  .t-HomeSlider-Title,
  .t-PageCover-Title,
  .ContactDetails__InfoBoxTitle,
  .PageCover .PageCover__Title,
  .HomeSlider .HomeSlider__SlideTitle {
    font-size: 4rem;
  }
}

@media (min-width: 1279px) {
  /* line 17, resources/assets/styles/common/styles/_typography.scss */

  .t-HomeSlider-Title,
  .t-PageCover-Title,
  .ContactDetails__InfoBoxTitle,
  .PageCover .PageCover__Title,
  .HomeSlider .HomeSlider__SlideTitle {
    font-size: 4rem;
  }
}

@media (min-width: 1639px) {
  /* line 17, resources/assets/styles/common/styles/_typography.scss */

  .t-HomeSlider-Title,
  .t-PageCover-Title,
  .ContactDetails__InfoBoxTitle,
  .PageCover .PageCover__Title,
  .HomeSlider .HomeSlider__SlideTitle {
    font-size: 5rem;
  }
}

/* line 37, resources/assets/styles/common/styles/_typography.scss */

.t-HomeSlider-Pretitle,
.t-PageCover-Pretitle,
.PageCover .PageCover__Pretitle,
.HomeSlider .HomeSlider__SlidePretitle {
  font-size: 5vmin;
  font-weight: 700;
  line-height: 1.2;
  max-width: 75%;
}

@media (min-width: 1023px) {
  /* line 37, resources/assets/styles/common/styles/_typography.scss */

  .t-HomeSlider-Pretitle,
  .t-PageCover-Pretitle,
  .PageCover .PageCover__Pretitle,
  .HomeSlider .HomeSlider__SlidePretitle {
    font-size: 2rem;
  }
}

/* line 48, resources/assets/styles/common/styles/_typography.scss */

.t-PageCover-Pretitle,
.PageCover .PageCover__Pretitle {
  font-size: 4vmin;
  margin-bottom: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 676px) {
  /* line 48, resources/assets/styles/common/styles/_typography.scss */

  .t-PageCover-Pretitle,
  .PageCover .PageCover__Pretitle {
    font-size: 1.2rem;
  }
}

/* line 63, resources/assets/styles/common/styles/_typography.scss */

.t-PageCover-Title,
.ContactDetails__InfoBoxTitle,
.PageCover .PageCover__Title {
  font-size: 7vmin;
  text-align: center;
}

@media (min-width: 676px) {
  /* line 63, resources/assets/styles/common/styles/_typography.scss */

  .t-PageCover-Title,
  .ContactDetails__InfoBoxTitle,
  .PageCover .PageCover__Title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1439px) {
  /* line 63, resources/assets/styles/common/styles/_typography.scss */

  .t-PageCover-Title,
  .ContactDetails__InfoBoxTitle,
  .PageCover .PageCover__Title {
    font-size: 3rem;
  }
}

/* line 78, resources/assets/styles/common/styles/_typography.scss */

.t-HeaderNavigation-Item,
.Header .Header__NavItem {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

/* line 85, resources/assets/styles/common/styles/_typography.scss */

.t-Category-Title,
.HomeCategoryNavigation .HomeCategoryNavigation__CategoryTitle {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 676px) {
  /* line 85, resources/assets/styles/common/styles/_typography.scss */

  .t-Category-Title,
  .HomeCategoryNavigation .HomeCategoryNavigation__CategoryTitle {
    font-size: 1.4rem;
  }
}

/* line 96, resources/assets/styles/common/styles/_typography.scss */

.t-Category-ItemsTitle,
.HomeCategoryNavigation .HomeCategoryNavigation__NavItem {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 676px) {
  /* line 96, resources/assets/styles/common/styles/_typography.scss */

  .t-Category-ItemsTitle,
  .HomeCategoryNavigation .HomeCategoryNavigation__NavItem {
    font-size: 1.3rem;
  }
}

/* line 106, resources/assets/styles/common/styles/_typography.scss */

.t-Section-Title,
.AboutDetails__ListTitle,
.AboutDetails__SquareItemValue,
.AboutAdditionalContent .AboutAdditionalContent__Title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1023px) {
  /* line 106, resources/assets/styles/common/styles/_typography.scss */

  .t-Section-Title,
  .AboutDetails__ListTitle,
  .AboutDetails__SquareItemValue,
  .AboutAdditionalContent .AboutAdditionalContent__Title {
    font-size: 2.1rem;
  }
}

/* line 116, resources/assets/styles/common/styles/_typography.scss */

.t-Paragraph,
.Content,
.SingleNews__Body,
.SingleEvent__Body,
.t-MetaInfo,
.e-BackTo,
.SingleNews .SingleNews__Meta,
.AboutIntro,
.AboutAdditionalContent__Content,
.SingleEvent__Content,
.ServiceMainContent .ServiceMainContent__Content,
.ServiceDetailedContent .ServiceDetailedContent__TestsList,
.ServiceDetailedContent .ServiceDetailedContent__AdditionalContent,
.SingleNews .SingleNews__Body,
.AboutAdditionalContent .AboutAdditionalContent__Content {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8;
}

/* line 121, resources/assets/styles/common/styles/_typography.scss */

.t-Paragraph strong,
.Content strong,
.SingleNews__Body strong,
.SingleEvent__Body strong,
.t-MetaInfo strong,
.e-BackTo strong,
.SingleNews .SingleNews__Meta strong,
.AboutIntro strong,
.AboutAdditionalContent__Content strong,
.SingleEvent__Content strong,
.ServiceMainContent .ServiceMainContent__Content strong,
.ServiceDetailedContent .ServiceDetailedContent__TestsList strong,
.ServiceDetailedContent .ServiceDetailedContent__AdditionalContent strong,
.SingleNews .SingleNews__Body strong,
.AboutAdditionalContent .AboutAdditionalContent__Content strong {
  font-weight: 600;
}

@media (min-width: 1023px) {
  /* line 116, resources/assets/styles/common/styles/_typography.scss */

  .t-Paragraph,
  .Content,
  .SingleNews__Body,
  .SingleEvent__Body,
  .t-MetaInfo,
  .e-BackTo,
  .SingleNews .SingleNews__Meta,
  .AboutIntro,
  .AboutAdditionalContent__Content,
  .SingleEvent__Content,
  .ServiceMainContent .ServiceMainContent__Content,
  .ServiceDetailedContent .ServiceDetailedContent__TestsList,
  .ServiceDetailedContent .ServiceDetailedContent__AdditionalContent,
  .SingleNews .SingleNews__Body,
  .AboutAdditionalContent .AboutAdditionalContent__Content {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (min-width: 1639px) {
  /* line 116, resources/assets/styles/common/styles/_typography.scss */

  .t-Paragraph,
  .Content,
  .SingleNews__Body,
  .SingleEvent__Body,
  .t-MetaInfo,
  .e-BackTo,
  .SingleNews .SingleNews__Meta,
  .AboutIntro,
  .AboutAdditionalContent__Content,
  .SingleEvent__Content,
  .ServiceMainContent .ServiceMainContent__Content,
  .ServiceDetailedContent .ServiceDetailedContent__TestsList,
  .ServiceDetailedContent .ServiceDetailedContent__AdditionalContent,
  .SingleNews .SingleNews__Body,
  .AboutAdditionalContent .AboutAdditionalContent__Content {
    font-size: 1.3rem;
  }
}

/* line 135, resources/assets/styles/common/styles/_typography.scss */

.t-MetaInfo,
.e-BackTo,
.SingleNews .SingleNews__Meta {
  font-weight: 500;
}

/* line 141, resources/assets/styles/common/styles/_typography.scss */

.t-Page-Title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

@media (min-width: 1023px) {
  /* line 141, resources/assets/styles/common/styles/_typography.scss */

  .t-Page-Title {
    font-size: 3.5rem;
  }
}

/* line 151, resources/assets/styles/common/styles/_typography.scss */

.t-Page-Pretitle {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2rem;
  letter-spacing: 2px;
}

@media (min-width: 1023px) {
  /* line 151, resources/assets/styles/common/styles/_typography.scss */

  .t-Page-Pretitle {
    font-size: 2rem;
  }
}

/* line 162, resources/assets/styles/common/styles/_typography.scss */

.t-TopHeader {
  font-size: 1rem;
}

/* line 166, resources/assets/styles/common/styles/_typography.scss */

.t-Cta,
.HomeSlider .HomeSlider__SlideButtons > * {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  line-height: 0;
}

@media (min-width: 1023px) {
  /* line 166, resources/assets/styles/common/styles/_typography.scss */

  .t-Cta,
  .HomeSlider .HomeSlider__SlideButtons > * {
    font-size: 0.9rem;
  }
}

/* line 178, resources/assets/styles/common/styles/_typography.scss */

.t-ArchiveNews-Date,
.ArchiveNews .ArchiveNews__ItemDate,
.LatestNews .LatestNews__Archive .ArchiveNews__ItemDate {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1023px) {
  /* line 178, resources/assets/styles/common/styles/_typography.scss */

  .t-ArchiveNews-Date,
  .ArchiveNews .ArchiveNews__ItemDate,
  .LatestNews .LatestNews__Archive .ArchiveNews__ItemDate {
    font-size: 0.9rem;
  }
}

/* line 188, resources/assets/styles/common/styles/_typography.scss */

.t-ArchiveNews-Title,
.ArchiveNews .ArchiveNews__ItemTitle,
.LatestNews .LatestNews__Archive .ArchiveNews__ItemTitle {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1023px) {
  /* line 188, resources/assets/styles/common/styles/_typography.scss */

  .t-ArchiveNews-Title,
  .ArchiveNews .ArchiveNews__ItemTitle,
  .LatestNews .LatestNews__Archive .ArchiveNews__ItemTitle {
    font-size: 1.4rem;
  }
}

/* line 198, resources/assets/styles/common/styles/_typography.scss */

.t-ArchiveNews-Excerpt,
.ArchiveNews .ArchiveNews__ItemExcerpt,
.LatestNews .LatestNews__Archive .ArchiveNews__ItemExcerpt {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1023px) {
  /* line 198, resources/assets/styles/common/styles/_typography.scss */

  .t-ArchiveNews-Excerpt,
  .ArchiveNews .ArchiveNews__ItemExcerpt,
  .LatestNews .LatestNews__Archive .ArchiveNews__ItemExcerpt {
    font-size: 1rem;
  }
}

/* line 208, resources/assets/styles/common/styles/_typography.scss */

.t-FooterNavigation {
  font-weight: 700;
}

/* line 211, resources/assets/styles/common/styles/_typography.scss */

.t-FooterNavigation:hover {
  text-decoration: underline;
}

/* line 215, resources/assets/styles/common/styles/_typography.scss */

.t-FooterNavigation::after {
  font-weight: 400;
}

/* line 221, resources/assets/styles/common/styles/_typography.scss */

.t-ItemList ul,
.Content ul,
.SingleNews__Body ul,
.SingleEvent__Body ul,
.TrainingAccordion__ItemContent ul,
.ServiceMainContent .ServiceMainContent__Content ul,
.ServiceDetailedContent .ServiceDetailedContent__TestsList ul,
.ServiceDetailedContent .ServiceDetailedContent__AdditionalContent ul,
.AboutIntro ul,
.AboutAdditionalContent .AboutAdditionalContent__Content ul,
.t-ItemList ol,
.Content ol,
.SingleNews__Body ol,
.SingleEvent__Body ol,
.TrainingAccordion__ItemContent ol,
.ServiceMainContent .ServiceMainContent__Content ol,
.ServiceDetailedContent .ServiceDetailedContent__TestsList ol,
.ServiceDetailedContent .ServiceDetailedContent__AdditionalContent ol,
.AboutIntro ol,
.AboutAdditionalContent .AboutAdditionalContent__Content ol {
  padding: 0 0 0.5rem 2rem;
}

/* line 226, resources/assets/styles/common/styles/_typography.scss */

.t-ItemList ul li,
.Content ul li,
.SingleNews__Body ul li,
.SingleEvent__Body ul li,
.TrainingAccordion__ItemContent ul li,
.ServiceMainContent .ServiceMainContent__Content ul li,
.ServiceDetailedContent .ServiceDetailedContent__TestsList ul li,
.ServiceDetailedContent .ServiceDetailedContent__AdditionalContent ul li,
.AboutIntro ul li,
.AboutAdditionalContent .AboutAdditionalContent__Content ul li,
.t-ItemList ol li,
.Content ol li,
.SingleNews__Body ol li,
.SingleEvent__Body ol li,
.TrainingAccordion__ItemContent ol li,
.ServiceMainContent .ServiceMainContent__Content ol li,
.ServiceDetailedContent .ServiceDetailedContent__TestsList ol li,
.ServiceDetailedContent .ServiceDetailedContent__AdditionalContent ol li,
.AboutIntro ol li,
.AboutAdditionalContent .AboutAdditionalContent__Content ol li {
  margin-bottom: 0.3rem;
}

/* line 232, resources/assets/styles/common/styles/_typography.scss */

.t-ItemList ul li,
.Content ul li,
.SingleNews__Body ul li,
.SingleEvent__Body ul li,
.TrainingAccordion__ItemContent ul li,
.ServiceMainContent .ServiceMainContent__Content ul li,
.ServiceDetailedContent .ServiceDetailedContent__TestsList ul li,
.ServiceDetailedContent .ServiceDetailedContent__AdditionalContent ul li,
.AboutIntro ul li,
.AboutAdditionalContent .AboutAdditionalContent__Content ul li {
  list-style-type: disc;
}

/* line 238, resources/assets/styles/common/styles/_typography.scss */

.t-ItemList ol li,
.Content ol li,
.SingleNews__Body ol li,
.SingleEvent__Body ol li,
.TrainingAccordion__ItemContent ol li,
.ServiceMainContent .ServiceMainContent__Content ol li,
.ServiceDetailedContent .ServiceDetailedContent__TestsList ol li,
.ServiceDetailedContent .ServiceDetailedContent__AdditionalContent ol li,
.AboutIntro ol li,
.AboutAdditionalContent .AboutAdditionalContent__Content ol li {
  list-style-type: decimal;
}

/* line 245, resources/assets/styles/common/styles/_typography.scss */

.SingleNews__Meta {
  text-transform: capitalize;
}

/* line 251, resources/assets/styles/common/styles/_typography.scss */

.ArchiveNews__ItemDate {
  text-transform: capitalize;
}

/* line 258, resources/assets/styles/common/styles/_typography.scss */

.ServiceMainContent strong,
.ServiceDetailedContent strong {
  font-weight: 600;
  letter-spacing: 1px;
}

/* line 265, resources/assets/styles/common/styles/_typography.scss */

.ServiceDetailedContent__ListHeading {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 270, resources/assets/styles/common/styles/_typography.scss */

.ServiceDetailedContent__ListHeading::after {
  font-size: inherit;
  font-weight: 800;
}

/* line 278, resources/assets/styles/common/styles/_typography.scss */

.ServiceCta__Description {
  font-weight: 500;
  font-size: 1.2rem;
}

/* line 284, resources/assets/styles/common/styles/_typography.scss */

.ServiceCta--Store .ServiceCta__Description {
  font-weight: 700;
  font-size: 2rem;
}

/* line 291, resources/assets/styles/common/styles/_typography.scss */

.ContactDetails {
  font-size: 1rem;
}

/* line 294, resources/assets/styles/common/styles/_typography.scss */

.ContactDetails__InfoBoxTitle {
  font-size: 2.5rem;
}

/* line 300, resources/assets/styles/common/styles/_typography.scss */

.ContactDetails__ItemTitle {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.3rem;
}

/* line 306, resources/assets/styles/common/styles/_typography.scss */

.ContactDetails__ItemDescription {
  font-weight: 300;
  font-size: 1.2rem;
}

/* line 312, resources/assets/styles/common/styles/_typography.scss */

.ContactDetails__Email .ContactDetails__ItemTitle {
  text-transform: uppercase;
}

@media (min-width: 676px) {
  /* line 318, resources/assets/styles/common/styles/_typography.scss */

  .ContactDetails__ItemTitle {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1rem;
  }

  /* line 324, resources/assets/styles/common/styles/_typography.scss */

  .ContactDetails__ItemDescription {
    font-weight: 300;
    font-size: 1rem;
  }
}

/* line 332, resources/assets/styles/common/styles/_typography.scss */

.ContactForm__Title {
  font-weight: 800;
  font-size: 2.5rem;
}

/* line 337, resources/assets/styles/common/styles/_typography.scss */

.ContactForm__SubTitle {
  text-align: center;
  font-size: 1.2rem;
}

/* line 344, resources/assets/styles/common/styles/_typography.scss */

form input,
form textarea {
  font-size: 1rem;
  font-weight: 500;
}

/* line 349, resources/assets/styles/common/styles/_typography.scss */

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
}

form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
}

form input::placeholder,
form textarea::placeholder {
  font-size: inherit;
  font-weight: inherit;
}

/* line 356, resources/assets/styles/common/styles/_typography.scss */

form input[type="submit"] {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* line 365, resources/assets/styles/common/styles/_typography.scss */

.choices__list {
  font-size: 1rem;
  font-weight: 500;
}

/* line 374, resources/assets/styles/common/styles/_typography.scss */

.AboutIntro b,
.AboutIntro strong {
  font-weight: 600;
}

/* line 381, resources/assets/styles/common/styles/_typography.scss */

.AboutDetails__ListTitle {
  font-weight: 700;
  line-height: 1.2;
}

/* line 392, resources/assets/styles/common/styles/_typography.scss */

.AboutDetails__ListItem {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 1023px) {
  /* line 392, resources/assets/styles/common/styles/_typography.scss */

  .AboutDetails__ListItem {
    font-size: 1rem;
  }
}

/* line 403, resources/assets/styles/common/styles/_typography.scss */

.AboutDetails__ListItem::before {
  font-size: 2.5rem;
  line-height: 0.5;
  font-weight: 700;
}

/* line 410, resources/assets/styles/common/styles/_typography.scss */

.AboutDetails__SquareItemValue {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}

/* line 419, resources/assets/styles/common/styles/_typography.scss */

.AboutDetails__SquareItemDescription {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 426, resources/assets/styles/common/styles/_typography.scss */

.AboutDetails__SquareDescription {
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 300;
}

/* line 431, resources/assets/styles/common/styles/_typography.scss */

.AboutDetails__SquareDescription strong,
.AboutDetails__SquareDescription b {
  font-weight: 600;
}

@media (min-width: 676px) {
  /* line 438, resources/assets/styles/common/styles/_typography.scss */

  .AboutDetails__SquareItemValue {
    font-size: 2rem;
  }

  /* line 443, resources/assets/styles/common/styles/_typography.scss */

  .AboutDetails__NumbersBox::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 6rem;
    font-weight: 300;
  }

  /* line 454, resources/assets/styles/common/styles/_typography.scss */

  .AboutDetails__SquareItemDescription {
    font-size: 0.8rem;
  }

  /* line 458, resources/assets/styles/common/styles/_typography.scss */

  .AboutDetails__SquareDescription {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}

@media (min-width: 1023px) {
  /* line 465, resources/assets/styles/common/styles/_typography.scss */

  .AboutDetails__SquareItemValue {
    font-size: 2.5rem;
  }

  /* line 469, resources/assets/styles/common/styles/_typography.scss */

  .AboutDetails__SquareItemDescription {
    font-size: 1rem;
  }

  /* line 473, resources/assets/styles/common/styles/_typography.scss */

  .AboutDetails__SquareDescription {
    font-size: 0.9rem;
  }
}

@media (min-width: 1639px) {
  /* line 479, resources/assets/styles/common/styles/_typography.scss */

  .AboutDetails__SquareDescription {
    font-size: 0.9rem;
  }

  /* line 483, resources/assets/styles/common/styles/_typography.scss */

  .AboutDetails__SquareItemValue {
    font-size: 2rem;
  }
}

/* line 490, resources/assets/styles/common/styles/_typography.scss */

.AboutAdditionalContent__Title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 499, resources/assets/styles/common/styles/_typography.scss */

.AboutAdditionalContent__Content h1,
.AboutAdditionalContent__Content h2,
.AboutAdditionalContent__Content h3,
.AboutAdditionalContent__Content h4,
.AboutAdditionalContent__Content h5,
.AboutAdditionalContent__Content h6 {
  font-weight: 600;
}

/* line 517, resources/assets/styles/common/styles/_typography.scss */

.Pagination .page-numbers {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
}

/* line 525, resources/assets/styles/common/styles/_typography.scss */

.Pagination .next,
.Pagination .prev {
  position: relative;
}

/* line 529, resources/assets/styles/common/styles/_typography.scss */

.Pagination .next::after,
.Pagination .prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 800;
  font-size: 1.5rem;
}

/* line 542, resources/assets/styles/common/styles/_typography.scss */

.Pagination .next::after {
  content: "\F105";
}

/* line 548, resources/assets/styles/common/styles/_typography.scss */

.Pagination .prev::after {
  content: "\F104";
}

/* line 555, resources/assets/styles/common/styles/_typography.scss */

.EventsArchive__ToolsTitle {
  font-size: 1.3rem;
  font-weight: 700;
}

/* line 560, resources/assets/styles/common/styles/_typography.scss */

.EventsArchive__ListTitle {
  font-size: 2rem;
  font-weight: 700;
}

/* line 565, resources/assets/styles/common/styles/_typography.scss */

.EventsArchive__ListSeparator {
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: capitalize;
}

/* line 571, resources/assets/styles/common/styles/_typography.scss */

.EventsArchive__ItemDay {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

/* line 577, resources/assets/styles/common/styles/_typography.scss */

.EventsArchive__ItemMonth {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

/* line 584, resources/assets/styles/common/styles/_typography.scss */

.EventsArchive__ItemHours {
  font-size: 1rem;
}

/* line 588, resources/assets/styles/common/styles/_typography.scss */

.EventsArchive__ItemTitle {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

/* line 595, resources/assets/styles/common/styles/_typography.scss */

.EventsArchive__ItemEnd::before {
  content: "-";
  margin: 0 0.5rem;
}

/* line 601, resources/assets/styles/common/styles/_typography.scss */

.EventsArchive__ItemContent {
  position: relative;
}

@media (min-width: 676px) {
  /* line 606, resources/assets/styles/common/styles/_typography.scss */

  .EventsArchive__ItemTitle {
    font-size: 2rem;
  }

  /* line 610, resources/assets/styles/common/styles/_typography.scss */

  .EventsArchive__ItemHours {
    font-size: 1.2rem;
  }

  /* line 614, resources/assets/styles/common/styles/_typography.scss */

  .EventsArchive__ItemDay {
    font-size: 3rem;
  }

  /* line 618, resources/assets/styles/common/styles/_typography.scss */

  .EventsArchive__ItemMonth {
    font-size: 1.2rem;
  }
}

/* line 625, resources/assets/styles/common/styles/_typography.scss */

.SingleEvent__AsideTitle {
  font-size: 1.7rem;
  font-weight: 700;
}

/* line 630, resources/assets/styles/common/styles/_typography.scss */

.SingleEvent__AsideItemTitle {
  font-size: 1.4rem;
}

/* line 634, resources/assets/styles/common/styles/_typography.scss */

.SingleEvent__AsideItemDescription {
  font-size: 1.3rem;
  line-height: 1.2;
}

@media (min-width: 1023px) {
  /* line 644, resources/assets/styles/common/styles/_typography.scss */

  .SingleEvent__AsideTitle {
    font-size: 1.3rem;
    font-weight: 700;
  }

  /* line 649, resources/assets/styles/common/styles/_typography.scss */

  .SingleEvent__AsideItemTitle {
    font-size: 1rem;
  }

  /* line 653, resources/assets/styles/common/styles/_typography.scss */

  .SingleEvent__AsideItemDescription {
    font-size: 1rem;
    line-height: 1.2;
  }
}

/* line 661, resources/assets/styles/common/styles/_typography.scss */

.Page404__Title {
  font-size: 10rem;
}

/* line 665, resources/assets/styles/common/styles/_typography.scss */

.Page404__Description {
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
}

/* line 675, resources/assets/styles/common/styles/_typography.scss */

.MenuPanel__NavigationTitle {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 682, resources/assets/styles/common/styles/_typography.scss */

.MenuPanel__NavigationList {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 689, resources/assets/styles/common/styles/_typography.scss */

.MenuPanel__PhoneCta,
.MenuPanel__BookingCta {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 676px) {
  /* line 689, resources/assets/styles/common/styles/_typography.scss */

  .MenuPanel__PhoneCta,
  .MenuPanel__BookingCta {
    font-size: 1rem;
  }
}

/* line 704, resources/assets/styles/common/styles/_typography.scss */

.MenuPanel__Social {
  font-size: 1.2rem;
}

/* line 708, resources/assets/styles/common/styles/_typography.scss */

.MenuPanel .WooShopBtn {
  position: relative;
}

/* line 711, resources/assets/styles/common/styles/_typography.scss */

.MenuPanel .WooShopBtn::after {
  content: "\F290";
  position: absolute;
  margin-left: 0.5rem;
  top: -1px;
}

/* line 723, resources/assets/styles/common/styles/_typography.scss */

.Header .WooShopBtn {
  position: relative;
}

/* line 726, resources/assets/styles/common/styles/_typography.scss */

.Header .WooShopBtn::after {
  content: "\F290";
  position: absolute;
  margin-left: 0.5rem;
  top: -1px;
}

/* line 737, resources/assets/styles/common/styles/_typography.scss */

.Footer {
  font-size: 0.9rem;
}

/* line 740, resources/assets/styles/common/styles/_typography.scss */

.Footer__Social {
  font-size: 1.5rem;
}

@media (min-width: 1023px) {
  /* line 740, resources/assets/styles/common/styles/_typography.scss */

  .Footer__Social {
    font-size: 1.2rem;
  }
}

/* line 750, resources/assets/styles/common/styles/_typography.scss */

.TrainingAccordion__Title {
  text-align: left;
}

/* line 3, resources/assets/styles/common/styles/_animations.scss */

.anim-OnScroll--EaseNews[data-scroll] {
  -webkit-transition: -webkit-transform 1s ease 0s;
  transition: -webkit-transform 1s ease 0s;
  -o-transition: -o-transform 1s ease 0s;
  transition: transform 1s ease 0s;
  transition: transform 1s ease 0s, -webkit-transform 1s ease 0s, -o-transform 1s ease 0s;
}

/* line 7, resources/assets/styles/common/styles/_animations.scss */

.anim-OnScroll--EaseNews[data-scroll="in"] {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 676px) and (max-width: 1023px) {
  /* line 11, resources/assets/styles/common/styles/_animations.scss */

  .anim-OnScroll--EaseNews[data-scroll="in"]:nth-child(2n+2) {
    -webkit-transition: -webkit-transform 1s ease 0.15s;
    transition: -webkit-transform 1s ease 0.15s;
    -o-transition: -o-transform 1s ease 0.15s;
    transition: transform 1s ease 0.15s;
    transition: transform 1s ease 0.15s, -webkit-transform 1s ease 0.15s, -o-transform 1s ease 0.15s;
  }
}

@media (min-width: 1023px) {
  /* line 17, resources/assets/styles/common/styles/_animations.scss */

  .anim-OnScroll--EaseNews[data-scroll="in"]:nth-child(3n+2) {
    -webkit-transition: -webkit-transform 1s ease 0.15s;
    transition: -webkit-transform 1s ease 0.15s;
    -o-transition: -o-transform 1s ease 0.15s;
    transition: transform 1s ease 0.15s;
    transition: transform 1s ease 0.15s, -webkit-transform 1s ease 0.15s, -o-transform 1s ease 0.15s;
  }

  /* line 21, resources/assets/styles/common/styles/_animations.scss */

  .anim-OnScroll--EaseNews[data-scroll="in"]:nth-child(3n+3) {
    -webkit-transition: -webkit-transform 1s ease 0.3s;
    transition: -webkit-transform 1s ease 0.3s;
    -o-transition: -o-transform 1s ease 0.3s;
    transition: transform 1s ease 0.3s;
    transition: transform 1s ease 0.3s, -webkit-transform 1s ease 0.3s, -o-transform 1s ease 0.3s;
  }
}

/* line 27, resources/assets/styles/common/styles/_animations.scss */

.anim-OnScroll--EaseNews[data-scroll="out"] {
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}

/* Import Blocks */

/* line 2, resources/assets/styles/blocks/_header.scss */

.Header .Header__Top {
  display: none;
}

/* line 6, resources/assets/styles/blocks/_header.scss */

.Header .Header__TopWrapper {
  height: 2.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 18, resources/assets/styles/blocks/_header.scss */

.Header .Header__Social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 23, resources/assets/styles/blocks/_header.scss */

.Header .Header__SocialItem {
  margin: 0 1rem;
}

/* line 27, resources/assets/styles/blocks/_header.scss */

.Header .Header__Phone,
.Header .Header__Cart,
.Header .Header__Booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

/* line 34, resources/assets/styles/blocks/_header.scss */

.Header .Header__Phone::before,
.Header .Header__Cart::before,
.Header .Header__Booking::before {
  font-size: 1.2rem;
  margin-right: 1rem;
}

/* line 42, resources/assets/styles/blocks/_header.scss */

.Header .Header__Cart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 1rem;
}

/* line 47, resources/assets/styles/blocks/_header.scss */

.Header .Header__Cart::before {
  content: "\F07A";
}

/* line 53, resources/assets/styles/blocks/_header.scss */

.Header .Header__Phone::before {
  content: "\F095";
}

/* line 58, resources/assets/styles/blocks/_header.scss */

.Header .Header__PhoneCta {
  margin-top: -0.3rem;
}

/* line 62, resources/assets/styles/blocks/_header.scss */

.Header .Header__Booking {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 4rem;
}

/* line 67, resources/assets/styles/blocks/_header.scss */

.Header .Header__Booking::before {
  content: "\F274";
}

/* line 72, resources/assets/styles/blocks/_header.scss */

.Header .Header__MainWrapper {
  padding-top: 0;
  padding-bottom: 0;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/* line 84, resources/assets/styles/blocks/_header.scss */

.Header .Header__Hamburger {
  z-index: 901;
}

/* line 87, resources/assets/styles/blocks/_header.scss */

.Header .Header__Hamburger .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 93, resources/assets/styles/blocks/_header.scss */

.is-menu-open .Header__Hamburger {
  position: fixed;
  top: 2rem;
  right: 2rem;
}

@media (min-width: 1023px) {
  /* line 93, resources/assets/styles/blocks/_header.scss */

  .is-menu-open .Header__Hamburger {
    top: 2.5rem;
    right: 2.5rem;
  }
}

/* line 106, resources/assets/styles/blocks/_header.scss */

.Header .Header__NavItem {
  margin: 0 1rem;
}

/* line 112, resources/assets/styles/blocks/_header.scss */

.Header .Header__MenuNav {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 4rem;
}

/* line 119, resources/assets/styles/blocks/_header.scss */

.Header .Header__MenuNav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 123, resources/assets/styles/blocks/_header.scss */

.Header .Header__MenuNav li::after {
  content: "";
  height: 1.1rem;
  width: 2px;
}

/* line 130, resources/assets/styles/blocks/_header.scss */

.Header .Header__MenuNav li:last-of-type::after {
  display: none;
}

/* line 137, resources/assets/styles/blocks/_header.scss */

.Header .Header__Logo {
  height: 3.6rem;
}

/* line 140, resources/assets/styles/blocks/_header.scss */

.Header .Header__Logo svg {
  height: 100%;
  width: auto;
  max-width: 10rem;
}

@media (min-width: 1023px) {
  /* line 148, resources/assets/styles/blocks/_header.scss */

  .Header .Header__Top {
    display: block;
  }

  /* line 152, resources/assets/styles/blocks/_header.scss */

  .Header .Header__MenuNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 4, resources/assets/styles/blocks/_footer.scss */

.Footer .Footer__Wrapper,
.Footer .Footer__Legal,
.Footer .Footer__TextContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 13, resources/assets/styles/blocks/_footer.scss */

.Footer .Footer__Social {
  margin-bottom: 1rem;
}

/* line 16, resources/assets/styles/blocks/_footer.scss */

.Footer .Footer__Social > * {
  margin: 0 1rem;
}

/* line 21, resources/assets/styles/blocks/_footer.scss */

.Footer .Footer__Menu {
  margin-top: 1rem;
}

@media (min-width: 1023px) {
  /* line 26, resources/assets/styles/blocks/_footer.scss */

  .Footer .Footer__Wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 32, resources/assets/styles/blocks/_footer.scss */

  .Footer .Footer__TextContainer,
  .Footer .Footer__Legal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 39, resources/assets/styles/blocks/_footer.scss */

  .Footer .Footer__Legal::after {
    content: "|";
    margin: 0 1rem;
  }

  /* line 45, resources/assets/styles/blocks/_footer.scss */

  .Footer .Footer__LegalOne {
    margin-right: 1rem;
  }

  /* line 49, resources/assets/styles/blocks/_footer.scss */

  .Footer .Footer__Social,
  .Footer .Footer__Menu {
    margin: 0;
  }

  /* line 55, resources/assets/styles/blocks/_footer.scss */

  .Footer .Footer__MenuItem::after {
    content: "|";
    margin: 0 1rem;
  }

  /* line 61, resources/assets/styles/blocks/_footer.scss */

  .Footer .Footer__MenuItem:last-child::after {
    display: none;
  }
}

/* line 2, resources/assets/styles/blocks/partials/_home-slider.scss */

.HomeSlider .HomeSlider__Slide {
  height: 65vh;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 10, resources/assets/styles/blocks/partials/_home-slider.scss */

.HomeSlider .HomeSlider__Slide.slick-active .HomeSlider__SlideTitle {
  opacity: 1;
}

/* line 14, resources/assets/styles/blocks/partials/_home-slider.scss */

.HomeSlider .HomeSlider__Slide.slick-active .HomeSlider__SlidePretitle {
  opacity: 1;
  color: #004070;
}

/* line 19, resources/assets/styles/blocks/partials/_home-slider.scss */

.HomeSlider .HomeSlider__Slide.slick-active .HomeSlider__SlideButtons {
  opacity: 1;
}

/* line 25, resources/assets/styles/blocks/partials/_home-slider.scss */

.HomeSlider .HomeSlider__SlideWrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 643;
}

/* line 35, resources/assets/styles/blocks/partials/_home-slider.scss */

.HomeSlider .HomeSlider__SlidePretitle {
  opacity: 0;
  -webkit-transition: opacity 1s linear 1s;
  -o-transition: opacity 1s linear 1s;
  transition: opacity 1s linear 1s;
  margin-bottom: 0.5rem;
}

/* line 43, resources/assets/styles/blocks/partials/_home-slider.scss */

.HomeSlider .HomeSlider__SlideTitle {
  padding-bottom: 1rem;
  opacity: 0;
  -webkit-transition: opacity 1s linear 1s;
  -o-transition: opacity 1s linear 1s;
  transition: opacity 1s linear 1s;
}

@media (min-width: 1023px) {
  /* line 43, resources/assets/styles/blocks/partials/_home-slider.scss */

  .HomeSlider .HomeSlider__SlideTitle {
    padding-bottom: 2rem;
    line-height: 1;
  }
}

/* line 56, resources/assets/styles/blocks/partials/_home-slider.scss */

.HomeSlider .HomeSlider__SlideButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 1s linear 1s;
  -o-transition: opacity 1s linear 1s;
  transition: opacity 1s linear 1s;
}

/* line 63, resources/assets/styles/blocks/partials/_home-slider.scss */

.HomeSlider .HomeSlider__SlideButtons > * {
  min-width: 12rem;
  margin: 0 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 72, resources/assets/styles/blocks/partials/_home-slider.scss */

.HomeSlider .HomeSlider__SlideButtons > *:nth-child(1) {
  margin-bottom: 1rem;
}

@media (min-width: 676px) {
  /* line 72, resources/assets/styles/blocks/partials/_home-slider.scss */

  .HomeSlider .HomeSlider__SlideButtons > *:nth-child(1) {
    margin-bottom: 0;
  }
}

@media (min-width: 676px) {
  /* line 56, resources/assets/styles/blocks/partials/_home-slider.scss */

  .HomeSlider .HomeSlider__SlideButtons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 676px) {
  /* line 87, resources/assets/styles/blocks/partials/_home-slider.scss */

  .HomeSlider .HomeSlider__Slide {
    height: 50vh;
  }
}

@media (min-width: 1023px) {
  /* line 93, resources/assets/styles/blocks/partials/_home-slider.scss */

  .HomeSlider .HomeSlider__Slide {
    height: calc(93vh - 6rem);
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.HomeCategoryNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 5, resources/assets/styles/blocks/partials/_home-category-nav.scss */

.HomeCategoryNavigation > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
}

/* line 13, resources/assets/styles/blocks/partials/_home-category-nav.scss */

.HomeCategoryNavigation .HomeCategoryNavigation__Box.is-active .HomeCategoryNavigation__CategoryHeading::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 18, resources/assets/styles/blocks/partials/_home-category-nav.scss */

.HomeCategoryNavigation .HomeCategoryNavigation__Box.is-active .HomeCategoryNavigation__CategoryNavWrapper {
  height: auto;
  max-height: 20rem;
  overflow: visible;
}

/* line 26, resources/assets/styles/blocks/partials/_home-category-nav.scss */

.HomeCategoryNavigation .HomeCategoryNavigation__CategoryHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  position: relative;
}

/* line 32, resources/assets/styles/blocks/partials/_home-category-nav.scss */

.HomeCategoryNavigation .HomeCategoryNavigation__CategoryHeading::after {
  content: "\F107";
  position: absolute;
  right: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s, -o-transform 1s;
}

/* line 44, resources/assets/styles/blocks/partials/_home-category-nav.scss */

.HomeCategoryNavigation .HomeCategoryNavigation__CategoryIcon {
  width: 3rem;
  max-height: 3rem;
}

/* line 49, resources/assets/styles/blocks/partials/_home-category-nav.scss */

.HomeCategoryNavigation .HomeCategoryNavigation__CategoryTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2rem;
}

/* line 56, resources/assets/styles/blocks/partials/_home-category-nav.scss */

.HomeCategoryNavigation .HomeCategoryNavigation__CategoryNavWrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 676px) {
  /* line 56, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__CategoryNavWrapper {
    height: auto;
    max-height: initial;
  }
}

/* line 67, resources/assets/styles/blocks/partials/_home-category-nav.scss */

.HomeCategoryNavigation .HomeCategoryNavigation__CategoryNav {
  padding: 1rem 2.5rem;
}

/* line 70, resources/assets/styles/blocks/partials/_home-category-nav.scss */

.HomeCategoryNavigation .HomeCategoryNavigation__CategoryNav li {
  margin-bottom: 2.1rem;
}

@media (min-width: 1023px) {
  /* line 75, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__CategoryNav li {
    margin-bottom: 1.5rem;
  }
}

/* line 81, resources/assets/styles/blocks/partials/_home-category-nav.scss */

.HomeCategoryNavigation .HomeCategoryNavigation__NavItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1023px) {
  /* line 89, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__NavItem:hover .HomeCategoryNavigation__NavItemDescription {
    font-weight: 600;
  }

  /* line 93, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__NavItem:hover .HomeCategoryNavigation__NavItemIcon {
    display: block;
    width: auto;
    margin-right: 1rem;
    -webkit-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
    visibility: visible;
  }
}

/* line 104, resources/assets/styles/blocks/partials/_home-category-nav.scss */

.HomeCategoryNavigation .HomeCategoryNavigation__NavItemIcon {
  width: 0;
  max-width: 1.8rem;
  margin-right: 0;
  -webkit-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: translate(-100%);
       -o-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 112, resources/assets/styles/blocks/partials/_home-category-nav.scss */

.HomeCategoryNavigation .HomeCategoryNavigation__NavItemIcon svg {
  height: auto;
  max-width: 100%;
}

@media (min-width: 676px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .HomeCategoryNavigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 121, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation > * {
    min-height: 20rem;
  }

  /* line 125, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__CategoryHeading {
    padding: 1rem;
  }

  /* line 128, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__CategoryHeading::after {
    display: none;
  }

  /* line 133, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__CategoryTitle {
    padding-left: 2rem;
  }

  /* line 137, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__CategoryIcon {
    width: 2rem;
    max-height: 2rem;
  }

  /* line 142, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__CategoryNav {
    padding-left: 1rem;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 148, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__CategoryNav li {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 1023px) {
  /* line 155, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__CategoryIcon {
    width: 3rem;
    max-height: 3rem;
  }

  /* line 160, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__CategoryTitle {
    padding-left: 2rem;
  }

  /* line 164, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__CategoryNav {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1279px) {
  /* line 170, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation > * {
    padding: 2rem;
  }

  /* line 174, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__CategoryTitle {
    padding-left: 2rem;
  }

  /* line 178, resources/assets/styles/blocks/partials/_home-category-nav.scss */

  .HomeCategoryNavigation .HomeCategoryNavigation__CategoryNav {
    padding-left: 6rem;
    padding-right: 0;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.PageCover {
  height: 50vmin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 676px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .PageCover {
    height: 40vmin;
  }
}

@media (min-width: 1023px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .PageCover {
    height: 30vmin;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.ArchiveNews,
.LatestNews .LatestNews__Archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 8, resources/assets/styles/blocks/partials/_archive-news.scss */

.ArchiveNews .ArchiveNews__Wrapper,
.LatestNews .LatestNews__Archive .ArchiveNews__Wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 13, resources/assets/styles/blocks/partials/_archive-news.scss */

.ArchiveNews .ArchiveNews__Wrapper > *,
.LatestNews .LatestNews__Archive .ArchiveNews__Wrapper > * {
  width: 100%;
}

/* line 18, resources/assets/styles/blocks/partials/_archive-news.scss */

.ArchiveNews .ArchiveNews__Item,
.LatestNews .LatestNews__Archive .ArchiveNews__Item {
  margin-bottom: 2.5rem;
}

/* line 22, resources/assets/styles/blocks/partials/_archive-news.scss */

.ArchiveNews .ArchiveNews__Item,
.LatestNews .LatestNews__Archive .ArchiveNews__Item,
.ArchiveNews .ArchiveNews__ItemContent,
.LatestNews .LatestNews__Archive .ArchiveNews__ItemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 28, resources/assets/styles/blocks/partials/_archive-news.scss */

.ArchiveNews .ArchiveNews__ItemThumbnail,
.LatestNews .LatestNews__Archive .ArchiveNews__ItemThumbnail {
  height: 16rem;
  margin-bottom: 1rem;
  position: relative;
}

/* line 33, resources/assets/styles/blocks/partials/_archive-news.scss */

.ArchiveNews .ArchiveNews__ItemThumbnail img,
.LatestNews .LatestNews__Archive .ArchiveNews__ItemThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 40, resources/assets/styles/blocks/partials/_archive-news.scss */

.ArchiveNews .ArchiveNews__ItemContent,
.LatestNews .LatestNews__Archive .ArchiveNews__ItemContent {
  padding: 0.5rem;
  min-height: 13rem;
}

/* line 45, resources/assets/styles/blocks/partials/_archive-news.scss */

.ArchiveNews .ArchiveNews__ItemDate,
.LatestNews .LatestNews__Archive .ArchiveNews__ItemDate {
  margin-bottom: 0.5rem;
}

/* line 51, resources/assets/styles/blocks/partials/_archive-news.scss */

.ArchiveNews .ArchiveNews__ItemTitle,
.LatestNews .LatestNews__Archive .ArchiveNews__ItemTitle {
  margin-bottom: 1rem;
}

/* line 60, resources/assets/styles/blocks/partials/_archive-news.scss */

.ArchiveNews .ArchiveNews__ItemExcerpt p,
.LatestNews .LatestNews__Archive .ArchiveNews__ItemExcerpt p {
  margin: 0;
}

@media (min-width: 676px) {
  /* line 67, resources/assets/styles/blocks/partials/_archive-news.scss */

  .ArchiveNews .ArchiveNews__Wrapper > *,
  .LatestNews .LatestNews__Archive .ArchiveNews__Wrapper > * {
    width: 50%;
    padding: 1rem;
  }

  /* line 73, resources/assets/styles/blocks/partials/_archive-news.scss */

  .ArchiveNews this__Item,
  .LatestNews .LatestNews__Archive this__Item {
    padding: 1rem;
  }
}

@media (min-width: 1023px) {
  /* line 80, resources/assets/styles/blocks/partials/_archive-news.scss */

  .ArchiveNews .ArchiveNews__Wrapper > *,
  .LatestNews .LatestNews__Archive .ArchiveNews__Wrapper > * {
    width: 33.3%;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.LatestNews {
  background-color: transparent;
  z-index: 258;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 10, resources/assets/styles/blocks/partials/_latest-news.scss */

.LatestNews .LatestNews__Archive {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

/* line 17, resources/assets/styles/blocks/partials/_latest-news.scss */

.LatestNews .LatestNews__Archive > * {
  width: 100%;
}

/* line 22, resources/assets/styles/blocks/partials/_latest-news.scss */

.LatestNews .LatestNews__Title {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 2rem;
}

/* line 27, resources/assets/styles/blocks/partials/_latest-news.scss */

.LatestNews .LatestNews__BubbleDoodleFirst,
.LatestNews .LatestNews__BubbleDoodleSecond {
  display: none;
}

@media (min-width: 676px) {
  /* line 33, resources/assets/styles/blocks/partials/_latest-news.scss */

  .LatestNews .LatestNews__Archive {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 60%;
    margin: 0 auto;
  }

  /* line 40, resources/assets/styles/blocks/partials/_latest-news.scss */

  .LatestNews .LatestNews__Item {
    padding: 2rem;
  }
}

@media (min-width: 1023px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .LatestNews {
    position: relative;
    overflow: hidden;
  }

  /* line 53, resources/assets/styles/blocks/partials/_latest-news.scss */

  .LatestNews .LatestNews__Archive {
    max-width: 100%;
  }

  /* line 56, resources/assets/styles/blocks/partials/_latest-news.scss */

  .LatestNews .LatestNews__Archive > * {
    width: 33.3%;
    padding: 0 1rem;
  }

  /* line 62, resources/assets/styles/blocks/partials/_latest-news.scss */

  .LatestNews .LatestNews__BubbleDoodleFirst,
  .LatestNews .LatestNews__BubbleDoodleSecond {
    display: block;
    position: absolute;
    z-index: -1;
    max-height: 20rem;
  }

  /* line 69, resources/assets/styles/blocks/partials/_latest-news.scss */

  .LatestNews .LatestNews__BubbleDoodleFirst svg,
  .LatestNews .LatestNews__BubbleDoodleSecond svg {
    height: 100%;
    width: auto;
  }

  /* line 75, resources/assets/styles/blocks/partials/_latest-news.scss */

  .LatestNews .LatestNews__BubbleDoodleFirst {
    left: -4rem;
    top: 10%;
  }

  /* line 80, resources/assets/styles/blocks/partials/_latest-news.scss */

  .LatestNews .LatestNews__BubbleDoodleSecond {
    right: -4rem;
    top: 10%;
  }
}

/* line 87, resources/assets/styles/blocks/partials/_latest-news.scss */

.LatestNews.LatestNews--WooPackages .ArchiveNews__Item {
  margin-bottom: 0;
  width: 100%;
}

/* line 92, resources/assets/styles/blocks/partials/_latest-news.scss */

.LatestNews.LatestNews--WooPackages .LatestNews__ArchiveWrapper {
  width: 100%;
}

/* line 96, resources/assets/styles/blocks/partials/_latest-news.scss */

.LatestNews.LatestNews--WooPackages .ArchiveNews__ItemThumbnail {
  height: auto;
  max-height: 12rem;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}

/* line 103, resources/assets/styles/blocks/partials/_latest-news.scss */

.LatestNews.LatestNews--WooPackages .ArchiveNews__ItemTitle {
  margin-bottom: 0;
  font-size: 1.1rem;
}

/* line 108, resources/assets/styles/blocks/partials/_latest-news.scss */

.LatestNews.LatestNews--WooPackages .ArchiveNews__ItemButton {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 115, resources/assets/styles/blocks/partials/_latest-news.scss */

.LatestNews.LatestNews--WooPackages .ArchiveNews__ItemPrice {
  color: #77a464;
  font-size: 1rem;
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 122, resources/assets/styles/blocks/partials/_latest-news.scss */

.LatestNews.LatestNews--WooPackages .ArchiveNews__ItemPrice::after {
  content: "\20AC";
  display: inline;
}

/* line 128, resources/assets/styles/blocks/partials/_latest-news.scss */

.LatestNews.LatestNews--WooPackages .ArchiveNews__ItemContent {
  min-height: auto;
}

@media (min-width: 676px) {
  /* line 133, resources/assets/styles/blocks/partials/_latest-news.scss */

  .LatestNews.LatestNews--WooPackages .LatestNews__Archive {
    max-width: 90%;
  }

  /* line 136, resources/assets/styles/blocks/partials/_latest-news.scss */

  .LatestNews.LatestNews--WooPackages .LatestNews__Archive .ArchiveNews__Item {
    width: 50%;
    padding: 0 1rem;
  }
}

@media (min-width: 1023px) {
  /* line 145, resources/assets/styles/blocks/partials/_latest-news.scss */

  .LatestNews.LatestNews--WooPackages .LatestNews__Archive .ArchiveNews__Item {
    width: 25%;
    padding: 0 1rem;
  }

  /* line 150, resources/assets/styles/blocks/partials/_latest-news.scss */

  .LatestNews.LatestNews--WooPackages .LatestNews__Archive .ArchiveNews__ItemThumbnail {
    max-height: 8rem;
  }
}

@media (min-width: 1279px) {
  /* line 158, resources/assets/styles/blocks/partials/_latest-news.scss */

  .LatestNews.LatestNews--WooPackages .LatestNews__Archive .ArchiveNews__ItemThumbnail {
    max-height: 10rem;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.BlockTypeOne {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}

/* line 9, resources/assets/styles/blocks/partials/_block-type-one.scss */

.BlockTypeOne .BlockTypeOne__Img {
  width: 100%;
}

/* line 12, resources/assets/styles/blocks/partials/_block-type-one.scss */

.BlockTypeOne .BlockTypeOne__Img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 19, resources/assets/styles/blocks/partials/_block-type-one.scss */

.BlockTypeOne .BlockTypeOne__Shadow,
.BlockTypeOne .BlockTypeOne__Doodle {
  display: none;
}

/* line 24, resources/assets/styles/blocks/partials/_block-type-one.scss */

.BlockTypeOne .BlockTypeOne__Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 31, resources/assets/styles/blocks/partials/_block-type-one.scss */

.BlockTypeOne .BlockTypeOne__ContentTitle {
  margin-bottom: 1rem;
}

/* line 35, resources/assets/styles/blocks/partials/_block-type-one.scss */

.BlockTypeOne .BlockTypeOne__ContentText {
  margin-bottom: 1rem;
}

/* line 39, resources/assets/styles/blocks/partials/_block-type-one.scss */

.BlockTypeOne .BlockTypeOne__ContentBtn {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 1023px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .BlockTypeOne {
    padding: 3rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }

  /* line 48, resources/assets/styles/blocks/partials/_block-type-one.scss */

  .BlockTypeOne .BlockTypeOne__Img {
    padding: 3rem 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 55, resources/assets/styles/blocks/partials/_block-type-one.scss */

  .BlockTypeOne .BlockTypeOne__ImgPic img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }

  /* line 62, resources/assets/styles/blocks/partials/_block-type-one.scss */

  .BlockTypeOne .BlockTypeOne__Content {
    width: 50%;
  }
}

@media (min-width: 1023px) {
  /* line 68, resources/assets/styles/blocks/partials/_block-type-one.scss */

  .BlockTypeOne .BlockTypeOne__Img {
    width: 50%;
  }

  /* line 72, resources/assets/styles/blocks/partials/_block-type-one.scss */

  .BlockTypeOne .BlockTypeOne__ImgPic {
    position: relative;
    width: 85%;
    max-height: 20rem;
  }

  /* line 77, resources/assets/styles/blocks/partials/_block-type-one.scss */

  .BlockTypeOne .BlockTypeOne__ImgPic img {
    position: absolute;
    z-index: 386;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }

  /* line 86, resources/assets/styles/blocks/partials/_block-type-one.scss */

  .BlockTypeOne .BlockTypeOne__Content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  /* line 90, resources/assets/styles/blocks/partials/_block-type-one.scss */

  .BlockTypeOne .BlockTypeOne__Shadow,
  .BlockTypeOne .BlockTypeOne__Doodle {
    display: block;
  }

  /* line 95, resources/assets/styles/blocks/partials/_block-type-one.scss */

  .BlockTypeOne .BlockTypeOne__Shadow {
    position: absolute;
    right: -10%;
    top: 10%;
    height: 100%;
    width: 60%;
    z-index: 322;
  }

  /* line 104, resources/assets/styles/blocks/partials/_block-type-one.scss */

  .BlockTypeOne .BlockTypeOne__Doodle {
    position: absolute;
    right: -20%;
    bottom: 0;
    max-width: 15rem;
    max-height: 15rem;
    z-index: 451;
  }
}

@media (min-width: 1279px) {
  /* line 115, resources/assets/styles/blocks/partials/_block-type-one.scss */

  .BlockTypeOne .BlockTypeOne__ImgPic {
    max-height: 25rem;
  }
}

@media (min-width: 1639px) {
  /* line 121, resources/assets/styles/blocks/partials/_block-type-one.scss */

  .BlockTypeOne .BlockTypeOne__Img {
    padding: 4rem 0;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.BlockTypeTwo {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 193;
  margin-bottom: 2rem;
}

/* line 10, resources/assets/styles/blocks/partials/_block-type-two.scss */

.BlockTypeTwo .BlockTypeTwo__Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 15, resources/assets/styles/blocks/partials/_block-type-two.scss */

.BlockTypeTwo .BlockTypeTwo__Img {
  display: none;
  width: 100%;
}

/* line 21, resources/assets/styles/blocks/partials/_block-type-two.scss */

.BlockTypeTwo .BlockTypeTwo__Img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 28, resources/assets/styles/blocks/partials/_block-type-two.scss */

.BlockTypeTwo .BlockTypeTwo__Shadow,
.BlockTypeTwo .BlockTypeTwo__Doodle {
  display: none;
}

/* line 33, resources/assets/styles/blocks/partials/_block-type-two.scss */

.BlockTypeTwo .BlockTypeTwo__Content {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 39, resources/assets/styles/blocks/partials/_block-type-two.scss */

.BlockTypeTwo .BlockTypeTwo__ContentTitle {
  margin-bottom: 1rem;
}

/* line 43, resources/assets/styles/blocks/partials/_block-type-two.scss */

.BlockTypeTwo .BlockTypeTwo__ContentText {
  margin-bottom: 1rem;
}

/* line 47, resources/assets/styles/blocks/partials/_block-type-two.scss */

.BlockTypeTwo .BlockTypeTwo__ContentBtn {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 51, resources/assets/styles/blocks/partials/_block-type-two.scss */

.BlockTypeTwo .BlockTypeTwo__BubbleDoodle {
  display: none;
}

@media (min-width: 1023px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .BlockTypeTwo {
    padding: 3rem 0;
    margin-bottom: 0;
  }

  /* line 59, resources/assets/styles/blocks/partials/_block-type-two.scss */

  .BlockTypeTwo .BlockTypeTwo__Wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  /* line 63, resources/assets/styles/blocks/partials/_block-type-two.scss */

  .BlockTypeTwo .BlockTypeTwo__Img {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 68, resources/assets/styles/blocks/partials/_block-type-two.scss */

  .BlockTypeTwo .BlockTypeTwo__ImgPic {
    width: 85%;
  }

  /* line 71, resources/assets/styles/blocks/partials/_block-type-two.scss */

  .BlockTypeTwo .BlockTypeTwo__ImgPic img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }

  /* line 78, resources/assets/styles/blocks/partials/_block-type-two.scss */

  .BlockTypeTwo .BlockTypeTwo__Content {
    width: 45%;
    padding-left: 4rem;
    padding-right: 0;
  }
}

@media (min-width: 1023px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .BlockTypeTwo {
    padding-right: 5rem;
    padding-left: 5rem;
    position: relative;
    min-height: 30rem;
  }

  /* line 91, resources/assets/styles/blocks/partials/_block-type-two.scss */

  .BlockTypeTwo .BlockTypeTwo__BubbleDoodle {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -40%);
         -o-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    max-height: 12rem;
    z-index: -1;
  }

  /* line 100, resources/assets/styles/blocks/partials/_block-type-two.scss */

  .BlockTypeTwo .BlockTypeTwo__BubbleDoodle svg {
    height: 100%;
    width: auto;
  }
}

@media (min-width: 1023px) {
  /* line 108, resources/assets/styles/blocks/partials/_block-type-two.scss */

  .BlockTypeTwo .BlockTypeTwo__Img {
    position: relative;
  }

  /* line 112, resources/assets/styles/blocks/partials/_block-type-two.scss */

  .BlockTypeTwo .BlockTypeTwo__ImgPic {
    height: 25rem;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  /* line 119, resources/assets/styles/blocks/partials/_block-type-two.scss */

  .BlockTypeTwo .BlockTypeTwo__ImgPic img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (min-width: 1639px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .BlockTypeTwo {
    padding: 3rem 0;
  }

  /* line 140, resources/assets/styles/blocks/partials/_block-type-two.scss */

  .BlockTypeTwo .BlockTypeTwo__ImgPic {
    height: 30rem;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.ServiceMainContent {
  max-width: 1439px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 7, resources/assets/styles/blocks/partials/_service-main-content.scss */

.ServiceMainContent .ServiceMainContent__Content {
  padding: 2.5rem;
}

/* line 15, resources/assets/styles/blocks/partials/_service-main-content.scss */

.ServiceMainContent .ServiceMainContent__Img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 676px) {
  /* line 23, resources/assets/styles/blocks/partials/_service-main-content.scss */

  .ServiceMainContent .ServiceMainContent__Content {
    padding: 3rem 6rem;
  }
}

@media (min-width: 1023px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .ServiceMainContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 31, resources/assets/styles/blocks/partials/_service-main-content.scss */

  .ServiceMainContent .ServiceMainContent__Content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  /* line 35, resources/assets/styles/blocks/partials/_service-main-content.scss */

  .ServiceMainContent .ServiceMainContent__Img {
    width: 25rem;
    height: 25rem;
    margin-right: 6rem;
  }
}

@media (min-width: 1279px) {
  /* line 43, resources/assets/styles/blocks/partials/_service-main-content.scss */

  .ServiceMainContent .ServiceMainContent__Img {
    width: 30rem;
    height: 30rem;
  }
}

@media (min-width: 1439px) {
  /* line 50, resources/assets/styles/blocks/partials/_service-main-content.scss */

  .ServiceMainContent .ServiceMainContent__Img {
    width: 40rem;
    height: 40rem;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.ServiceDetailedContent {
  padding: 2.5rem 0;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 10, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

.ServiceDetailedContent .ServiceDetailedContent__TestsList {
  width: calc(100vw - 5rem);
  z-index: 129;
}

/* line 18, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

.ServiceDetailedContent .ServiceDetailedContent__TestsList.is-active .ServiceDetailedContent__ListBody {
  display: block;
}

/* line 23, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

.ServiceDetailedContent .ServiceDetailedContent__TestsList.is-active .ServiceDetailedContent__ListHeading::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 30, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

.ServiceDetailedContent .ServiceDetailedContent__ListHeading {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 36, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

.ServiceDetailedContent .ServiceDetailedContent__ListHeading::after {
  font-size: 1.5rem;
  content: "\F107";
}

/* line 44, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

.ServiceDetailedContent .ServiceDetailedContent__ListBody {
  padding: 0 2rem 2rem 2rem;
  display: none;
}

/* line 49, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

.ServiceDetailedContent .ServiceDetailedContent__AdditionalContent {
  width: 100%;
  padding: 3rem;
  margin-top: -2rem;
  z-index: 65;
}

@media (min-width: 676px) {
  /* line 60, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

  .ServiceDetailedContent .ServiceDetailedContent__TestsList {
    width: calc(100vw - 12rem);
  }

  /* line 64, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

  .ServiceDetailedContent .ServiceDetailedContent__ListHeading {
    padding: 2rem 4rem;
  }

  /* line 68, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

  .ServiceDetailedContent .ServiceDetailedContent__ListBody {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  /* line 73, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

  .ServiceDetailedContent .ServiceDetailedContent__ListBody--TwoColumns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 79, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

  .ServiceDetailedContent .ServiceDetailedContent__ListBody--TwoColumns ul li {
    width: 45%;
  }

  /* line 86, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

  .ServiceDetailedContent .ServiceDetailedContent__AdditionalContent {
    padding: 6rem;
  }
}

@media (min-width: 1023px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .ServiceDetailedContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-left: 6rem;
  }

  /* line 96, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

  .ServiceDetailedContent .ServiceDetailedContent__TestsList {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  /* line 101, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

  .ServiceDetailedContent .ServiceDetailedContent__ListBody {
    display: block;
    padding: 3rem 2rem;
  }

  /* line 107, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

  .ServiceDetailedContent .ServiceDetailedContent__ListBody--TwoColumns ul li {
    width: 30%;
  }

  /* line 114, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

  .ServiceDetailedContent .ServiceDetailedContent__ListHeading {
    display: none;
  }

  /* line 118, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

  .ServiceDetailedContent .ServiceDetailedContent__AdditionalContent {
    padding: 3rem 4rem;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-left: 1rem;
  }
}

@media (min-width: 1279px) {
  /* line 128, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

  .ServiceDetailedContent .ServiceDetailedContent__AdditionalContent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 10rem;
  }
}

@media (min-width: 1639px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .ServiceDetailedContent {
    padding-right: 5rem;
  }

  /* line 137, resources/assets/styles/blocks/partials/_service-detailed-content.scss */

  .ServiceDetailedContent .ServiceDetailedContent__ListBody {
    padding: 3rem 4rem;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.ServiceCta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 8, resources/assets/styles/blocks/partials/_service-cta.scss */

.ServiceCta .ServiceCta__Description {
  max-width: 100%;
  text-align: center;
}

/* line 13, resources/assets/styles/blocks/partials/_service-cta.scss */

.ServiceCta .ServiceCta__Buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 2rem;
}

/* line 20, resources/assets/styles/blocks/partials/_service-cta.scss */

.ServiceCta .ServiceCta__Buttons > * {
  margin: 0 0.3rem;
  width: 70%;
}

/* line 24, resources/assets/styles/blocks/partials/_service-cta.scss */

.ServiceCta .ServiceCta__Buttons > *:first-child {
  margin-bottom: 0.5rem;
}

/* line 30, resources/assets/styles/blocks/partials/_service-cta.scss */

.ServiceCta .ServiceCta__Phone,
.ServiceCta .ServiceCta__Booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}

/* line 37, resources/assets/styles/blocks/partials/_service-cta.scss */

.ServiceCta .ServiceCta__Phone.e-Cta,
.ServiceCta .ServiceCta__Booking.e-Cta {
  padding: 1rem 1.5rem;
  height: 3rem;
}

/* line 42, resources/assets/styles/blocks/partials/_service-cta.scss */

.ServiceCta .ServiceCta__Phone::before,
.ServiceCta .ServiceCta__Booking::before {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

/* line 57, resources/assets/styles/blocks/partials/_service-cta.scss */

.ServiceCta .ServiceCta__Booking::before {
  content: "\F274";
}

@media (min-width: 676px) {
  /* line 63, resources/assets/styles/blocks/partials/_service-cta.scss */

  .ServiceCta .ServiceCta__Buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 67, resources/assets/styles/blocks/partials/_service-cta.scss */

  .ServiceCta .ServiceCta__Buttons > * {
    max-width: 15rem;
  }

  /* line 68, resources/assets/styles/blocks/partials/_service-cta.scss */

  .ServiceCta .ServiceCta__Buttons > *:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1023px) {
  /* line 159, resources/assets/styles/common/core/_mixins.scss */

  .ServiceCta.ServiceCta--Store {
    padding-bottom: 0;
  }
}

/* line 4, resources/assets/styles/blocks/partials/_single-news.scss */

.SingleNews .SingleNews__Img {
  width: 100%;
  margin: 0 auto;
}

/* line 8, resources/assets/styles/blocks/partials/_single-news.scss */

.SingleNews .SingleNews__Img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 15, resources/assets/styles/blocks/partials/_single-news.scss */

.SingleNews .SingleNews__Content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 21, resources/assets/styles/blocks/partials/_single-news.scss */

.SingleNews .SingleNews__Meta {
  padding: 2rem 0;
}

@media (min-width: 676px) {
  /* line 32, resources/assets/styles/blocks/partials/_single-news.scss */

  .SingleNews .SingleNews__Img {
    height: 25rem;
  }

  /* line 36, resources/assets/styles/blocks/partials/_single-news.scss */

  .SingleNews .SingleNews__Content {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 1023px) {
  /* line 43, resources/assets/styles/blocks/partials/_single-news.scss */

  .SingleNews .SingleNews__Img {
    height: 25rem;
    max-width: 70%;
  }

  /* line 48, resources/assets/styles/blocks/partials/_single-news.scss */

  .SingleNews .SingleNews__Content {
    max-width: 60%;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.Content {
  width: 100%;
}

/* line 7, resources/assets/styles/blocks/partials/_content.scss */

.Content .Content__Wrapper {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 676px) {
  /* line 7, resources/assets/styles/blocks/partials/_content.scss */

  .Content .Content__Wrapper {
    max-width: 80%;
  }
}

@media (min-width: 1279px) {
  /* line 7, resources/assets/styles/blocks/partials/_content.scss */

  .Content .Content__Wrapper {
    max-width: 70%;
  }
}

@media (min-width: 1639px) {
  /* line 7, resources/assets/styles/blocks/partials/_content.scss */

  .Content .Content__Wrapper {
    max-width: 100%;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.ContactForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 7, resources/assets/styles/blocks/partials/_contact-form.scss */

.ContactForm .ContactForm__Title {
  margin: 2rem 0;
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 12, resources/assets/styles/blocks/partials/_contact-form.scss */

.ContactForm .ContactForm__SubTitle {
  margin-bottom: 3rem;
  max-width: 80%;
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 18, resources/assets/styles/blocks/partials/_contact-form.scss */

.ContactForm .ContactForm__Agree {
  margin-bottom: 1rem;
}

/* line 21, resources/assets/styles/blocks/partials/_contact-form.scss */

.ContactForm .ContactForm__Agree * {
  width: 100%;
}

/* line 25, resources/assets/styles/blocks/partials/_contact-form.scss */

.ContactForm .ContactForm__Agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 28, resources/assets/styles/blocks/partials/_contact-form.scss */

.ContactForm .ContactForm__Agree label input[type="checkbox"] {
  max-width: 1rem;
  margin-right: 1rem;
}

/* line 33, resources/assets/styles/blocks/partials/_contact-form.scss */

.ContactForm .ContactForm__Agree label span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 39, resources/assets/styles/blocks/partials/_contact-form.scss */

.ContactForm .ContactForm__Submit {
  width: 15rem;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 676px) {
  /* line 45, resources/assets/styles/blocks/partials/_contact-form.scss */

  .ContactForm .ContactForm__FormWrapper {
    padding: 5rem 4rem 2rem 4rem;
    margin: 0 auto;
    width: 90%;
    -webkit-box-shadow: 3px 3px 24px 2px #e5e5e5;
            box-shadow: 3px 3px 24px 2px #e5e5e5;
  }

  /* line 52, resources/assets/styles/blocks/partials/_contact-form.scss */

  .ContactForm form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 58, resources/assets/styles/blocks/partials/_contact-form.scss */

  .ContactForm .ContactForm__Fields {
    width: 100%;
  }

  /* line 62, resources/assets/styles/blocks/partials/_contact-form.scss */

  .ContactForm .ContactForm__Name,
  .ContactForm .ContactForm__City,
  .ContactForm .ContactForm__Email,
  .ContactForm .ContactForm__Phone {
    width: 49%;
  }

  /* line 69, resources/assets/styles/blocks/partials/_contact-form.scss */

  .ContactForm .ContactForm__Submit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 75, resources/assets/styles/blocks/partials/_contact-form.scss */

  .ContactForm .ContactForm__Submit input {
    width: 15rem;
  }
}

@media (min-width: 1023px) {
  /* line 82, resources/assets/styles/blocks/partials/_contact-form.scss */

  .ContactForm .ContactForm__FormWrapper {
    margin: 0 auto;
    width: 70%;
  }

  /* line 87, resources/assets/styles/blocks/partials/_contact-form.scss */

  .ContactForm .ContactForm__SubTitle {
    max-width: 40%;
  }
}

@media (min-width: 1279px) {
  /* line 93, resources/assets/styles/blocks/partials/_contact-form.scss */

  .ContactForm .ContactForm__FormWrapper {
    width: 75%;
  }
}

/* line 2, resources/assets/styles/blocks/partials/_contact-details.scss */

.ContactDetails .ContactDetails__Map {
  height: 60vh;
}

/* line 5, resources/assets/styles/blocks/partials/_contact-details.scss */

.ContactDetails .ContactDetails__Map img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 12, resources/assets/styles/blocks/partials/_contact-details.scss */

.ContactDetails .ContactDetails__InfoBox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 21, resources/assets/styles/blocks/partials/_contact-details.scss */

.ContactDetails .ContactDetails__InfoBoxTitle {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 1.5rem;
}

/* line 26, resources/assets/styles/blocks/partials/_contact-details.scss */

.ContactDetails .ContactDetails__InfoBoxItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

/* line 31, resources/assets/styles/blocks/partials/_contact-details.scss */

.ContactDetails .ContactDetails__Phone {
  margin-bottom: 2rem;
}

/* line 35, resources/assets/styles/blocks/partials/_contact-details.scss */

.ContactDetails .ContactDetails__ItemIcon {
  width: 3rem;
  height: 1.5rem;
  margin-top: 0.2rem;
}

/* line 40, resources/assets/styles/blocks/partials/_contact-details.scss */

.ContactDetails .ContactDetails__ItemIcon svg {
  height: 100%;
  width: auto;
  max-width: 1.5rem;
}

/* line 47, resources/assets/styles/blocks/partials/_contact-details.scss */

.ContactDetails .ContactDetails__ItemContet {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 51, resources/assets/styles/blocks/partials/_contact-details.scss */

.ContactDetails .ContactDetails__ItemTitle {
  margin-bottom: 0.3rem;
}

/* line 55, resources/assets/styles/blocks/partials/_contact-details.scss */

.ContactDetails .ContactDetails__ItemContentWrapper {
  margin-bottom: 1rem;
}

@media (min-width: 676px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .ContactDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 1440px;
    margin: 0 auto;
  }

  /* line 66, resources/assets/styles/blocks/partials/_contact-details.scss */

  .ContactDetails .ContactDetails__Map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
  }

  /* line 71, resources/assets/styles/blocks/partials/_contact-details.scss */

  .ContactDetails .ContactDetails__InfoBox {
    width: 40%;
  }
}

@media (min-width: 1023px) {
  /* line 77, resources/assets/styles/blocks/partials/_contact-details.scss */

  .ContactDetails .ContactDetails__InfoBox {
    width: 35%;
  }
}

@media (min-width: 676px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .AboutIntro {
    margin: 0 auto;
    max-width: 90%;
  }
}

@media (min-width: 1023px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .AboutIntro {
    max-width: 60%;
  }
}

@media (min-width: 1639px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .AboutIntro {
    max-width: 70%;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.AboutDetails {
  max-width: 1440px;
  margin: 0 auto;
}

/* line 7, resources/assets/styles/blocks/partials/_about-details.scss */

.AboutDetails .AboutDetails__Wrapper {
  background-size: contain;
  background-repeat: no-repeat;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 17, resources/assets/styles/blocks/partials/_about-details.scss */

.AboutDetails .AboutDetails__ListTitle {
  margin-bottom: 2.5rem;
}

/* line 21, resources/assets/styles/blocks/partials/_about-details.scss */

.AboutDetails .AboutDetails__ListItem {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5rem;
}

/* line 26, resources/assets/styles/blocks/partials/_about-details.scss */

.AboutDetails .AboutDetails__ListItem::before {
  content: "\2022";
  min-width: 2rem;
}

/* line 32, resources/assets/styles/blocks/partials/_about-details.scss */

.AboutDetails .AboutDetails__NumbersBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.5rem;
}

/* line 39, resources/assets/styles/blocks/partials/_about-details.scss */

.AboutDetails .AboutDetails__SquareItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5rem;
}

/* line 44, resources/assets/styles/blocks/partials/_about-details.scss */

.AboutDetails .AboutDetails__SquareItem:last-child {
  margin-bottom: 0;
}

/* line 49, resources/assets/styles/blocks/partials/_about-details.scss */

.AboutDetails .AboutDetails__SquareItemImg {
  width: 5.5rem;
  margin-right: 2rem;
}

/* line 53, resources/assets/styles/blocks/partials/_about-details.scss */

.AboutDetails .AboutDetails__SquareItemImg img {
  width: 100%;
  height: auto;
}

/* line 59, resources/assets/styles/blocks/partials/_about-details.scss */

.AboutDetails .AboutDetails__SquareItemContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 63, resources/assets/styles/blocks/partials/_about-details.scss */

.AboutDetails .AboutDetails__SquareItemValue {
  margin-bottom: 0.7rem;
}

@media (min-width: 676px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .AboutDetails {
    position: relative;
  }

  /* line 70, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__Wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 35rem;
  }

  /* line 75, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__ListBox {
    width: 50%;
  }

  /* line 79, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__ListItem {
    max-width: 80%;
  }

  /* line 83, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__NumbersBox {
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: calc(35rem - 6rem);
    height: calc(35rem - 6rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem;
  }

  /* line 94, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__SquareItem {
    width: 50%;
    height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 2rem;
  }

  /* line 104, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__SquareItemImg {
    width: 4rem;
    margin-right: 0;
  }

  /* line 109, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__SquareItemDescription {
    min-height: 2rem;
  }

  /* line 113, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__SquareItemContent {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1023px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .AboutDetails {
    padding: 3rem;
    position: relative;
  }

  /* line 125, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__Wrapper {
    padding: 5rem;
  }

  /* line 129, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__ListBox {
    width: 50%;
  }

  /* line 133, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__SquareItemImg {
    width: 5.5rem;
    margin-bottom: 0.5rem;
  }

  /* line 138, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__NumbersBox {
    position: absolute;
    top: 7rem;
    right: 6rem;
    width: 35rem;
    height: 35rem;
    padding: 2.5rem;
  }
}

@media (min-width: 1279px) {
  /* line 149, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__Wrapper {
    padding: 4rem;
    min-height: calc(35rem + 5rem);
  }

  /* line 154, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__SquareItemImg {
    width: 6rem;
  }

  /* line 158, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__NumbersBox {
    top: 3rem;
    width: calc(35rem + 5rem);
    height: calc(35rem + 5rem);
  }
}

@media (min-width: 1639px) {
  /* line 166, resources/assets/styles/blocks/partials/_about-details.scss */

  .AboutDetails .AboutDetails__SquareItemImg {
    width: 4rem;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.AboutAdditionalContent {
  padding: 3rem;
}

/* line 4, resources/assets/styles/blocks/partials/_about-additional-content.scss */

.AboutAdditionalContent .AboutAdditionalContent__Title {
  margin-bottom: 2rem;
}

@media (min-width: 1023px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .AboutAdditionalContent {
    max-width: 70%;
    margin-left: 10rem;
  }
}

@media (min-width: 1639px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .AboutAdditionalContent {
    margin: 0 auto;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.EventsArchive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 8, resources/assets/styles/blocks/partials/_events-archive.scss */

.EventsArchive .EventsArchive__Tools {
  width: 100%;
  padding: 2rem;
  margin-bottom: 2rem;
}

/* line 14, resources/assets/styles/blocks/partials/_events-archive.scss */

.EventsArchive .EventsArchive__ToolsTitle {
  margin-bottom: 1rem;
}

/* line 18, resources/assets/styles/blocks/partials/_events-archive.scss */

.EventsArchive .EventsArchive__ListWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 24, resources/assets/styles/blocks/partials/_events-archive.scss */

.EventsArchive .EventsArchive__BackTo {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 28, resources/assets/styles/blocks/partials/_events-archive.scss */

.EventsArchive .EventsArchive__ListTitle {
  margin-bottom: 2rem;
}

/* line 32, resources/assets/styles/blocks/partials/_events-archive.scss */

.EventsArchive .EventsArchive__ListSeparator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 36, resources/assets/styles/blocks/partials/_events-archive.scss */

.EventsArchive .EventsArchive__ListSeparator::after,
.EventsArchive .EventsArchive__ListSeparator::before {
  content: "";
  height: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 44, resources/assets/styles/blocks/partials/_events-archive.scss */

.EventsArchive .EventsArchive__ListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}

/* line 51, resources/assets/styles/blocks/partials/_events-archive.scss */

.EventsArchive .EventsArchive__ItemHours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

/* line 56, resources/assets/styles/blocks/partials/_events-archive.scss */

.EventsArchive .EventsArchive__ItemContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1rem;
}

/* line 61, resources/assets/styles/blocks/partials/_events-archive.scss */

.EventsArchive .EventsArchive__ItemDate {
  height: 5rem;
  width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 676px) {
  /* line 71, resources/assets/styles/blocks/partials/_events-archive.scss */

  .EventsArchive .EventsArchive__ListItem {
    height: 10rem;
  }

  /* line 75, resources/assets/styles/blocks/partials/_events-archive.scss */

  .EventsArchive .EventsArchive__ItemDate {
    height: 7.5rem;
    width: 7.5rem;
  }

  /* line 80, resources/assets/styles/blocks/partials/_events-archive.scss */

  .EventsArchive .EventsArchive__ItemContent {
    padding: 0 2rem;
  }
}

@media (min-width: 1023px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .EventsArchive {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* line 89, resources/assets/styles/blocks/partials/_events-archive.scss */

  .EventsArchive .EventsArchive__Tools {
    width: 30%;
    padding: 3rem;
  }

  /* line 94, resources/assets/styles/blocks/partials/_events-archive.scss */

  .EventsArchive .EventsArchive__ToolsTitle {
    display: block;
  }

  /* line 98, resources/assets/styles/blocks/partials/_events-archive.scss */

  .EventsArchive .EventsArchive__ItemContent {
    padding: 0 2rem;
  }

  /* line 102, resources/assets/styles/blocks/partials/_events-archive.scss */

  .EventsArchive .EventsArchive__ListWrapper {
    width: 70%;
    padding: 0 4rem;
  }

  /* line 107, resources/assets/styles/blocks/partials/_events-archive.scss */

  .EventsArchive .EventsArchive__BackTo {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media (min-width: 1279px) {
  /* line 113, resources/assets/styles/blocks/partials/_events-archive.scss */

  .EventsArchive .EventsArchive__ItemContent {
    padding: 0 3rem;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.SingleEvent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 7, resources/assets/styles/blocks/partials/_event-single.scss */

.SingleEvent > * {
  width: 100%;
}

/* line 15, resources/assets/styles/blocks/partials/_event-single.scss */

.SingleEvent .SingleEvent__Aside {
  padding: 1rem;
  margin-top: 2rem;
}

/* line 20, resources/assets/styles/blocks/partials/_event-single.scss */

.SingleEvent .SingleEvent__AsideBlock {
  padding: 2rem 1rem;
}

/* line 24, resources/assets/styles/blocks/partials/_event-single.scss */

.SingleEvent .SingleEvent__AsideItem {
  margin-bottom: 1rem;
}

/* line 27, resources/assets/styles/blocks/partials/_event-single.scss */

.SingleEvent .SingleEvent__AsideItem:last-child {
  margin-bottom: 0;
}

/* line 32, resources/assets/styles/blocks/partials/_event-single.scss */

.SingleEvent .SingleEvent__AsideTitle {
  margin-bottom: 1rem;
}

/* line 36, resources/assets/styles/blocks/partials/_event-single.scss */

.SingleEvent .SingleEvent__AsideItemDescription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 41, resources/assets/styles/blocks/partials/_event-single.scss */

.SingleEvent .SingleEvent__AsideItemEnd::before {
  content: "-";
  margin: 0 0.5rem;
}

/* line 47, resources/assets/styles/blocks/partials/_event-single.scss */

.SingleEvent .SingleEvent__Buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0;
}

/* line 52, resources/assets/styles/blocks/partials/_event-single.scss */

.SingleEvent .SingleEvent__ButtonItem {
  margin: 0 0.5rem;
}

@media (min-width: 1023px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .SingleEvent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* line 60, resources/assets/styles/blocks/partials/_event-single.scss */

  .SingleEvent .SingleEvent__Aside {
    width: 30%;
    padding: 1rem 2rem;
    margin-top: 0;
  }

  /* line 66, resources/assets/styles/blocks/partials/_event-single.scss */

  .SingleEvent .SingleEvent__Content {
    width: 70%;
    padding: 0 4rem;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.Page404 {
  height: calc(100vh - 8rem - 6rem - 2.4rem);
}

/* line 4, resources/assets/styles/blocks/partials/_404.scss */

.Page404 .Page404__Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* line 12, resources/assets/styles/blocks/partials/_404.scss */

.Page404 .Page404__Title {
  margin-bottom: 1rem;
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.MenuPanel {
  position: fixed;
  z-index: 836;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 182, resources/assets/styles/common/core/_mixins.scss */

.is-menu-open .MenuPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1023px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .MenuPanel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

/* line 24, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__Cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2rem;
}

@media (min-width: 1023px) {
  /* line 24, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__Cta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* line 36, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__Cart::before {
  font-size: 1.5rem;
  content: "\F07A";
}

/* line 44, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__CtaItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
}

@media (min-width: 1023px) {
  /* line 44, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__CtaItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: 1rem;
    margin-right: 0;
  }
}

/* line 56, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__CtaImg {
  height: 1.3rem;
  margin-right: 0.5rem;
}

/* line 60, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__CtaImg svg {
  height: 100%;
  width: auto;
}

@media (min-width: 1023px) {
  /* line 56, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__CtaImg {
    margin-left: 0.5rem;
    margin-right: 0;
  }
}

/* line 71, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__BookingCta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 76, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__Logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 81, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__Logo a {
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 88, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__Logo svg {
  width: auto;
  max-width: 11rem;
  max-height: 80%;
}

@media (min-width: 676px) {
  /* line 95, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__Logo a {
    height: 20rem;
  }

  /* line 99, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__Logo svg {
    max-width: 12rem;
  }
}

@media (min-width: 1023px) {
  /* line 76, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__Logo {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  /* line 108, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__Logo a {
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1439px) {
  /* line 117, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__Logo a {
    height: 8rem;
  }
}

/* line 123, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__Navigations {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 676px) {
  /* line 123, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__Navigations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }
}

@media (min-width: 1023px) {
  /* line 123, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__Navigations {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 144, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__Navigation.is-active .MenuPanel__NavigationTitle::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 149, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__Navigation.is-active .MenuPanel__NavigationListWrapper {
  height: auto;
  max-height: 20rem;
  overflow: visible;
}

@media (min-width: 676px) {
  /* line 141, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__Navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 164, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__NavigationTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  position: relative;
}

/* line 170, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__NavigationTitle::after {
  content: "\F107";
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (min-width: 676px) {
  /* line 181, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__NavigationTitle::after {
    display: none;
  }
}

/* line 187, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__NavigationListWrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 676px) {
  /* line 187, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__NavigationListWrapper {
    height: auto;
    max-height: initial;
  }
}

/* line 198, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__NavigationList {
  padding-left: 1rem;
}

/* line 201, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__NavigationList li {
  margin-bottom: 1.5rem;
}

/* line 205, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__NavigationList--Footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80%;
  margin: 0 auto;
}

/* line 213, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__NavigationList--Footer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.7rem;
  margin-bottom: 0.7rem;
}

@media (min-width: 676px) {
  /* line 198, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__NavigationList {
    padding-left: 0;
  }

  /* line 224, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__NavigationList li {
    margin: 0;
    margin-bottom: 1rem;
  }

  /* line 229, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__NavigationList--Footer {
    padding-left: 0;
  }

  /* line 232, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__NavigationList--Footer li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
  }

  /* line 237, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__NavigationList--Footer li::after {
    content: "|";
    margin: 0 1rem;
  }

  /* line 243, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__NavigationList--Footer li:last-child::after {
    display: none;
  }
}

@media (min-width: 676px) {
  /* line 198, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__NavigationList {
    padding-left: 0;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  /* line 259, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__NavigationList--Footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin: 0;
  }

  /* line 264, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__NavigationList--Footer li {
    margin-bottom: 0;
  }
}

@media (min-width: 1023px) {
  /* line 198, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__NavigationList {
    margin-top: 1rem;
  }
}

@media (min-width: 1279px) {
  /* line 198, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__NavigationList {
    margin-top: 2rem;
  }
}

/* line 279, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__Footer {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 676px) {
  /* line 279, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__Footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 290, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__SocialItem {
  margin: 0 1rem;
}

/* line 294, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__Social {
  display: none;
}

@media (min-width: 676px) {
  /* line 294, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__Social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
}

/* line 305, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel .MenuPanel__BusinessUnit {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1023px) {
  /* line 305, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel .MenuPanel__BusinessUnit {
    padding: 2.5rem;
  }
}

/* line 159, resources/assets/styles/common/core/_mixins.scss */

.MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Main {
  height: 87vh;
}

@media (min-width: 1023px) {
  /* line 159, resources/assets/styles/common/core/_mixins.scss */

  .MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Main {
    height: auto;
    width: 65%;
  }
}

/* line 159, resources/assets/styles/common/core/_mixins.scss */

.MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other {
  height: 13vh;
  padding: 1rem;
}

/* line 328, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other .MenuPanel__Navigations,
.MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other .MenuPanel__GotoOtherBu {
  display: none;
}

@media (min-width: 1023px) {
  /* line 328, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other .MenuPanel__Navigations,
  .MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other .MenuPanel__GotoOtherBu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 337, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other .MenuPanel__Logo {
  height: 100%;
}

/* line 340, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other .MenuPanel__Logo a {
  height: 100%;
}

/* line 344, resources/assets/styles/blocks/partials/_menu_panel.scss */

.MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other .MenuPanel__Logo svg {
  height: 100%;
  max-height: 100%;
}

@media (min-width: 676px) {
  /* line 159, resources/assets/styles/common/core/_mixins.scss */

  .MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other {
    padding: 2rem;
  }
}

@media (min-width: 1023px) {
  /* line 159, resources/assets/styles/common/core/_mixins.scss */

  .MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other {
    height: auto;
    width: 35%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 359, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other .MenuPanel__Logo {
    margin-top: 0;
    padding-top: 0;
    height: auto;
  }

  /* line 364, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other .MenuPanel__Logo a {
    height: auto;
  }

  /* line 368, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other .MenuPanel__Logo svg {
    height: auto;
  }

  /* line 373, resources/assets/styles/blocks/partials/_menu_panel.scss */

  .MenuPanel__BusinessUnit.MenuPanel__BusinessUnit--Other .MenuPanel__GotoOtherBu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.BgDust {
  position: fixed;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 17, resources/assets/styles/blocks/partials/_bg-dust.scss */

.BgDust .BgDust__BubbleDoodle svg {
  width: 100%;
  height: auto;
}

/* line 159, resources/assets/styles/common/core/_mixins.scss */

.BgDust__BubbleDoodle.BgDust__BubbleDoodle--Small {
  width: 10rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: none;
}

@media (min-width: 1023px) {
  /* line 159, resources/assets/styles/common/core/_mixins.scss */

  .BgDust__BubbleDoodle.BgDust__BubbleDoodle--Small {
    display: block;
  }
}

/* line 159, resources/assets/styles/common/core/_mixins.scss */

.BgDust__BubbleDoodle.BgDust__BubbleDoodle--Normal {
  width: 12rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: none;
}

@media (min-width: 676px) {
  /* line 159, resources/assets/styles/common/core/_mixins.scss */

  .BgDust__BubbleDoodle.BgDust__BubbleDoodle--Normal {
    display: block;
  }
}

/* line 159, resources/assets/styles/common/core/_mixins.scss */

.BgDust__BubbleDoodle.BgDust__BubbleDoodle--Large {
  width: 18rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 159, resources/assets/styles/common/core/_mixins.scss */

.BgDust__BubbleDoodle.BgDust__BubbleDoodle--Big {
  width: 22rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

/* line 182, resources/assets/styles/common/core/_mixins.scss */

.js-parallax .BgDust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 58, resources/assets/styles/blocks/partials/_bg-dust.scss */

.p-AbsoluteLeft {
  position: absolute;
  left: -9rem;
  top: 100%;
}

/* line 64, resources/assets/styles/blocks/partials/_bg-dust.scss */

.p-AbsoluteRight {
  position: absolute;
  right: -11rem;
  top: 30%;
}

/* line 70, resources/assets/styles/blocks/partials/_bg-dust.scss */

.p-AbsoluteCenterRight {
  position: absolute;
  right: 25%;
  bottom: -20%;
}

/* line 76, resources/assets/styles/blocks/partials/_bg-dust.scss */

.p-AbsoluteCenterLeft {
  position: absolute;
  left: 30%;
  top: -10%;
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.TrainingAccordion {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 8, resources/assets/styles/blocks/partials/_training-accordion.scss */

.TrainingAccordion > * {
  width: 100%;
}

/* line 12, resources/assets/styles/blocks/partials/_training-accordion.scss */

.TrainingAccordion .TrainingAccordion__Item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  max-height: 4rem;
  overflow: hidden;
  -webkit-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

/* line 22, resources/assets/styles/blocks/partials/_training-accordion.scss */

.TrainingAccordion .TrainingAccordion__ItemHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 4rem;
  cursor: pointer;
}

/* line 29, resources/assets/styles/blocks/partials/_training-accordion.scss */

.TrainingAccordion .TrainingAccordion__Plus {
  width: 4rem;
  height: 4rem;
}

/* line 34, resources/assets/styles/blocks/partials/_training-accordion.scss */

.TrainingAccordion .TrainingAccordion__Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 1rem 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 42, resources/assets/styles/blocks/partials/_training-accordion.scss */

.TrainingAccordion .TrainingAccordion__ItemContent {
  padding: 1rem 2rem;
}

@media (min-width: 1023px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .TrainingAccordion {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 50, resources/assets/styles/blocks/partials/_training-accordion.scss */

  .TrainingAccordion > * {
    width: 49%;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.WooPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 7, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .WooPage__Body {
  width: 100%;
}

/* line 11, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .WooPage__Filters {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 16, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .WooPage__Filters h3 {
  display: none;
}

/* line 20, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .WooPage__Filters form {
  display: block;
}

/* line 24, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .WooPage__Filters form .choices__inner {
  margin: 0;
}

/* line 28, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .WooPage__Filters form .choices::after {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 34, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .WooPage__Filters select,
.WooPage .WooPage__Filters .choices,
.WooPage .WooPage__Filters form,
.WooPage .WooPage__Filters .selection,
.WooPage .WooPage__Filters .widget_product_categories {
  max-width: 400px;
  width: 100%;
}

/* line 43, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .WooPage__Filters .widget_product_categories #text {
  display: none;
}

/* line 47, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .WooPage__Filters .select2-container--default .select2-selection--single {
  padding: 0.5rem 1rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 55, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .WooPage__Filters .select2-selection__arrow {
  top: 50% !important;
  right: 0.5rem !important;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* line 61, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .WooPage__Filters .select2-selection__rendered {
  width: 100%;
  padding-right: 1.5rem;
}

/* line 66, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .WooPage__Filters .select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 1.5rem;
}

/* line 71, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .WooPage__Filters ul li.select2-results__option {
  padding: 1rem !important;
}

/* line 77, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .button.add_to_cart_button {
  width: 100%;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 85, resources/assets/styles/blocks/partials/_woo-page.scss */

.WooPage .added_to_cart.wc-forward {
  display: none;
}

@media (min-width: 676px) {
  /* line 90, resources/assets/styles/blocks/partials/_woo-page.scss */

  .WooPage .WooPage__Body {
    margin: 0 auto;
    width: 80%;
    padding: 0 2%;
  }
}

/* line 99, resources/assets/styles/blocks/partials/_woo-page.scss */

.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3,
.woocommerce-page h4,
.woocommerce-page h5 {
  margin: 1rem 0;
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.Sidebar {
  width: 100%;
}

/* line 4, resources/assets/styles/blocks/partials/_sidebar.scss */

.Sidebar h3 {
  margin-bottom: 1.5rem;
}

/* line 8, resources/assets/styles/blocks/partials/_sidebar.scss */

.Sidebar .woocommerce-mini-cart__total.total {
  border-top: 1px solid #ebe9eb;
  padding-top: 1rem;
}

/* line 13, resources/assets/styles/blocks/partials/_sidebar.scss */

.Sidebar .woocommerce-mini-cart__buttons.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 18, resources/assets/styles/blocks/partials/_sidebar.scss */

.Sidebar .woocommerce-mini-cart__buttons.buttons .button {
  width: 49%;
  padding: 1rem 1.5rem;
}

@media (min-width: 676px) {
  /* line 126, resources/assets/styles/common/core/_mixins.scss */

  .Sidebar {
    width: 30%;
    padding-left: 2%;
    border-left: 1px solid #d3ced2;
  }
}

/* line 126, resources/assets/styles/common/core/_mixins.scss */

.ProductResources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4, resources/assets/styles/blocks/partials/_product-resource.scss */

.ProductResources__Item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}

/* line 12, resources/assets/styles/blocks/partials/_product-resource.scss */

.ProductResources__ItemTitle {
  margin-right: 1rem;
  line-height: 1.2;
}

/* line 17, resources/assets/styles/blocks/partials/_product-resource.scss */

.ProductResources__ItemIcon {
  width: 1rem;
  height: 1rem;
}

/* line 21, resources/assets/styles/blocks/partials/_product-resource.scss */

.ProductResources__ItemIcon svg {
  width: 100%;
}


/*# sourceMappingURL=main.css.map*/