@charset "UTF-8";
/*
/// VENDORS ///
The CSS files from external libraries and frameworks
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3b5ea7");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v8.0.0 | 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.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
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.
 */
hr {
  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.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
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.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
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.
 */
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.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
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.
 */
legend {
  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.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.item-member .item-image, .item-feed .item-image, .slideshow.main-slideshow.desktop-slideshow .slideshow-slide .slide-content, .slideshow.main-slideshow.mobile-slideshow .slideshow-slide .slide-content, .slideshows-group .image-slideshow .slideshow-slide, .slideshows-group .image-slideshow .slideshow-slide .slide-mobile-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.has-decoration {
  padding-bottom: 10px !important;
  border-bottom: 1px solid #fefefe;
  margin-bottom: 10px;
}

.item-assistant .item-image, .section .simple-image, .section .blocks-inner.alt .left .image, .section.cards .feature-cards .feature-icon, .section.next-post .background-image {
  position: relative;
}
.item-assistant .item-image img, .section .simple-image img, .section .blocks-inner.alt .left .image img, .section.cards .feature-cards .feature-icon img, .section.next-post .background-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-nav .social li {
  display: inline-block;
}
.main-nav .social li:after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.main-nav .social li:last-child:after {
  display: none;
}

.slideshow.image-slideshow .slideshow-slide, .assistant-popup .popup-wrapper .box-popup .popup-image {
  position: relative;
}
.slideshow.image-slideshow .slideshow-slide img, .assistant-popup .popup-wrapper .box-popup .popup-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
@font-face {
  font-family: "ThemeIcons";
  src: url("../fonts/ThemeIcons.eot?f13dc22b48e1b8911f233d363820714e?#iefix") format("embedded-opentype"), url("../fonts/ThemeIcons.woff2?f13dc22b48e1b8911f233d363820714e") format("woff2"), url("../fonts/ThemeIcons.woff?f13dc22b48e1b8911f233d363820714e") format("woff"), url("../fonts/ThemeIcons.ttf?f13dc22b48e1b8911f233d363820714e") format("truetype"), url("../fonts/ThemeIcons.svg?f13dc22b48e1b8911f233d363820714e#ThemeIcons") format("svg");
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: ThemeIcons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\f101";
}

.icon-arrow-right:before, .mfp-arrow:before {
  content: "\f102";
}

.icon-copy:before, .xoai-chat-widget .xoai-copy-btn:before {
  content: "\f103";
}

.icon-facebook:before {
  content: "\f104";
}

.icon-instagram:before {
  content: "\f105";
}

.icon-linkedin:before {
  content: "\f106";
}

.icon-option-1:before, .assistant-popup .popup-wrapper .box-popup .popup-content .styled-list li.option-1:before {
  content: "\f107";
}

.icon-option-2:before, .assistant-popup .popup-wrapper .box-popup .popup-content .styled-list li.option-2:before {
  content: "\f108";
}

.icon-pinterest:before {
  content: "\f109";
}

.icon-plus:before {
  content: "\f10a";
}

.icon-stop:before {
  content: "\f10b";
}

.icon-submit:before, .xoai-chat-widget .xoai-chat-input-wrapper button:before {
  content: "\f10c";
}

.icon-twitter:before {
  content: "\f10d";
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #fefefe;
  font-weight: 300;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
  }
}

.large-text {
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .large-text {
    font-size: 26px;
  }
}
.large-text strong {
  font-weight: 500;
}

.small-text {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .small-text {
    font-size: 14px;
  }
}

body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  text-decoration: none;
}
h1 b, h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong,
h1 b,
h1 strong,
.h1 b,
.h1 strong,
.h2 b,
.h2 strong,
.h3 b,
.h3 strong,
.h4 b,
.h4 strong,
.h5 b,
.h5 strong,
.h6 b,
.h6 strong {
  font-weight: 900;
}

h1,
.h1 {
  font-size: 52px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
h1:last-child,
.h1:last-child {
  margin-bottom: 0;
}

h2,
.h2 {
  font-size: 40px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
h2.small-margin,
.h2.small-margin {
  margin: 0 0 10px 0;
}

h3,
.h3 {
  font-size: 32px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

h4,
.h4 {
  font-size: 22px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 20px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: 16px;
  margin: 0 0 5px 0;
}

a {
  color: inherit;
  transition: color 200ms ease;
  text-decoration: none;
}
a:hover {
  color: #ffda00;
}

p {
  margin: 0 0 30px;
}

p:empty,
p:last-child {
  margin-bottom: 0;
}

pre {
  white-space: break-spaces;
}

blockquote {
  color: #ffda00;
  font-size: 36px;
  line-height: 1.12;
  font-style: italic;
  margin: 30px;
}
@media screen and (max-width: 767px) {
  blockquote {
    font-size: 17px;
  }
}
blockquote:last-child {
  margin-bottom: 0;
}

b, strong {
  font-weight: 600;
}

a[href*=tel] {
  font-family: "Poppins", sans-serif;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
@font-face {
  font-family: "NewBaskerville";
  src: url("../fonts/NewBaskerville-Roman/font.woff2") format("woff2"), url("../fonts/NewBaskerville-Roman/font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NewBaskerville";
  src: url("../fonts/NewBaskerville-Italic/font.woff2") format("woff2"), url("../fonts/NewBaskerville-Italic/font.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "NewBaskerville";
  src: url("../fonts/NewBaskerville-Bold/font.woff2") format("woff2"), url("../fonts/NewBaskerville-Bold/font.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NewBaskerville-SC";
  src: url("../fonts/NewBaskerville-SC/font.woff2") format("woff2"), url("../fonts/NewBaskerville-SC/font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Kamerik105";
  src: url("../fonts/kamerik_105_book_oblique-webfont.eot");
  src: url("../fonts/kamerik_105_book_oblique-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kamerik_105_book_oblique-webfont.woff2") format("woff2"), url("../fonts/kamerik_105_book_oblique-webfont.woff") format("woff"), url("../fonts/kamerik_105_book_oblique-webfont.ttf") format("truetype"), url("../fonts/kamerik_105_book_oblique-webfont.svg#kamerik_105book_oblique") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Kamerik105";
  src: url("../fonts/kamerik_105_book-webfont.eot");
  src: url("../fonts/kamerik_105_book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kamerik_105_book-webfont.woff2") format("woff2"), url("../fonts/kamerik_105_book-webfont.woff") format("woff"), url("../fonts/kamerik_105_book-webfont.ttf") format("truetype"), url("../fonts/kamerik_105_book-webfont.svg#kaleko_105book") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Kamerik105";
  src: url("../fonts/kamerik_105_heavy_oblique-webfont.eot");
  src: url("../fonts/kamerik_105_heavy_oblique-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kamerik_105_heavy_oblique-webfont.woff2") format("woff2"), url("../fonts/kamerik_105_heavy_oblique-webfont.woff") format("woff"), url("../fonts/kamerik_105_heavy_oblique-webfont.ttf") format("truetype"), url("../fonts/kamerik_105_heavy_oblique-webfont.svg#kamerik_105heavy_oblique") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Kamerik105";
  src: url("../fonts/kamerik_105_heavy-webfont.eot");
  src: url("../fonts/kamerik_105_heavy-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kamerik_105_heavy-webfont.woff2") format("woff2"), url("../fonts/kamerik_105_heavy-webfont.woff") format("woff"), url("../fonts/kamerik_105_heavy-webfont.ttf") format("truetype"), url("../fonts/kamerik_105_heavy-webfont.svg#kamerik_105heavy") format("svg");
  font-weight: 900;
  font-style: normal;
}
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.centering {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 768px) {
  .centering {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.centering.medium {
  max-width: 1180px;
}
.centering.small {
  max-width: 1000px;
}
.centering.extra-small {
  max-width: 800px;
}
.centering.large {
  max-width: 1650px;
}

body {
  background-color: #000000;
}
body:not(.home) {
  padding-top: 110px;
}
@media screen and (max-width: 1023px) {
  body:not(.home) {
    padding-top: 90px;
  }
}
@media screen and (max-width: 479px) {
  body:not(.home) {
    padding-top: 70px;
  }
}

.main {
  z-index: 10;
  position: relative;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 70px;
  }
}
.home .main {
  padding-top: 0 !important;
}
.dashboard-page .main:before, .single-assistant .main:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/main-decoration.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: -70px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .dashboard-page .main:before, .single-assistant .main:before {
    bottom: -40px;
  }
}
.main article .section.cta-next:last-of-type {
  margin-bottom: -71px;
}
@media screen and (max-width: 767px) {
  .main article .section.cta-next:last-of-type {
    margin-bottom: -41px;
  }
}

.list .list-title {
  font-weight: 500;
  min-height: 59px;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .list .list-title {
    min-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .list .list-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .list .list-title {
    font-size: 18px;
  }
}
.list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.lists {
  display: flex;
  margin: 0 -7.5px;
}
@media screen and (max-width: 1023px) {
  .lists {
    flex-flow: row wrap;
  }
}
.lists .list {
  width: 100%;
  padding: 12.5px 7.5px;
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .lists .list {
    width: 33.33%;
  }
}
@media screen and (max-width: 479px) {
  .lists .list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .lists .list {
    width: 50%;
  }
  .lists .list:last-of-type {
    width: 100%;
  }
  .lists .list:last-of-type ul {
    display: inline-block !important;
    column-count: 2 !important;
  }
  .lists .list:last-of-type ul li {
    width: 100% !important;
  }
}
.lists .list .list-title {
  min-height: 79px;
}
@media screen and (max-width: 479px) {
  .lists .list .list-title {
    min-height: auto;
  }
}
@media screen and (max-width: 479px) {
  .lists .list ul {
    display: flex;
    flex-direction: column;
  }
}
.lists .list ul li {
  display: inline-block;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5625;
}
.lists .list ul li:after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
@media screen and (max-width: 479px) {
  .lists .list ul li:after {
    display: none;
  }
}
.lists .list ul li:last-child:after {
  display: none;
}
@media screen and (min-width: 480px) {
  .lists .list ul li {
    display: block;
  }
  .lists .list ul li:After {
    display: none;
  }
}

.responsive-iframe {
  position: relative;
  height: 0;
  overflow-x: hidden;
  padding-bottom: 56%;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.responsive-iframe.small {
  padding-bottom: 170px;
}

.separator {
  display: block;
  height: 1px;
  background-color: #fefefe;
}

img.alignnone, img.aligncenter {
  display: block;
  margin: 0 auto 30px;
}
img.alignleft {
  margin: 0 10px 30px 0;
  float: left;
}
img.alignright {
  margin: 0 0 30px 10px;
  float: right;
}
img:last-child {
  margin-bottom: 0;
}

.mfp-close:hover,
.mfp-arrow:hover {
  background-color: transparent !important;
}

.mfp-close {
  opacity: 1 !important;
  width: auto;
}
.mfp-close:hover {
  color: #ffda00;
}

.mfp-arrow:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ThemeIcons";
  border: none;
  font-family: "ThemeIcons";
  margin: 0;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 1 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.mfp-arrow:after {
  display: none;
}
.mfp-arrow.mfp-arrow-left:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.mfp-arrow:hover:before {
  color: #ffda00;
}

.um-page-login h1.section-title, .um-page-password-reset h1.section-title, .um-page-register h1.section-title, .dashboard-page h1.section-title {
  position: relative;
  padding-top: 20px;
}
.um-page-login h1.section-title:before, .um-page-password-reset h1.section-title:before, .um-page-register h1.section-title:before, .dashboard-page h1.section-title:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url("../images/plus.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -30px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .um-page-login h1.section-title:before, .um-page-password-reset h1.section-title:before, .um-page-register h1.section-title:before, .dashboard-page h1.section-title:before {
    width: 20px;
    height: 20px;
    top: 0;
    left: -10px;
  }
}

#breadcrumbs {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-bottom: 40px;
}
#breadcrumbs .breadcrumb_last {
  font-weight: 900;
}

.assistant-popup .popup-wrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.568627451);
  backdrop-filter: blur(7px);
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in;
  z-index: 1100;
  inset: 0;
}
.assistant-popup .popup-wrapper .box-popup {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-color: #ffda00;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in;
  z-index: 4;
  width: 100%;
  max-width: 950px;
}
@media screen and (max-width: 1023px) {
  .assistant-popup .popup-wrapper .box-popup {
    max-width: 840px;
  }
}
.assistant-popup .popup-wrapper .box-popup .button-close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -25px;
  top: -30px;
  transition: all 350ms ease-in-out;
  font-weight: 600;
  font-weight: 600;
  transform: rotate(45deg);
  font-size: 27px;
}
.assistant-popup .popup-wrapper .box-popup .button-close:hover {
  color: #ffda00;
}
@media screen and (max-width: 1023px) {
  .assistant-popup .popup-wrapper .box-popup .button-close {
    right: 0;
  }
}
.assistant-popup .popup-wrapper .box-popup .popup-logo {
  background-color: #000;
  padding: 30px;
}
.assistant-popup .popup-wrapper .box-popup .popup-logo img {
  height: 37px;
  margin: auto;
  display: flex;
}
.assistant-popup .popup-wrapper .box-popup .popup-content {
  padding: 40px;
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.assistant-popup .popup-wrapper .box-popup .popup-content .styled-list {
  list-style-type: none;
  padding: 0 !important;
}
.assistant-popup .popup-wrapper .box-popup .popup-content .styled-list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
.assistant-popup .popup-wrapper .box-popup .popup-content .styled-list li:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ThemeIcons";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .assistant-popup .popup-wrapper .box-popup .popup-content .styled-list li:before {
    font-size: 20px;
  }
}
.assistant-popup .popup-wrapper .box-popup .popup-content .styled-list strong {
  font-weight: 700;
}
.assistant-popup .popup-wrapper .box-popup .popup-content .item-description {
  margin-bottom: 30px;
}
.assistant-popup .popup-wrapper .box-popup .popup-content .item-description strong {
  font-weight: 700;
}
.assistant-popup .popup-wrapper .box-popup .popup-content .button {
  border-color: #000;
  border: 2px solid;
  border-radius: 30px;
  font-weight: 600;
}
.assistant-popup .popup-wrapper .box-popup .popup-content .button:hover {
  background-color: #000;
  color: #ffda00;
}
.assistant-popup .popup-wrapper .box-popup .popup-image {
  padding-bottom: 112%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .assistant-popup .popup-wrapper .box-popup .popup-image {
    padding-bottom: 139%;
  }
}
@media screen and (max-width: 767px) {
  .assistant-popup .popup-wrapper .box-popup .popup-image {
    display: none;
  }
}
.assistant-popup .popup-wrapper .box-popup .popup-image img {
  object-fit: cover;
}
.assistant-popup .popup-wrapper .box-popup .popup-image:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/logo-new.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 30px;
  right: 25px;
  z-index: 2;
  height: 30px;
  width: 90px;
}
.assistant-popup.is-open .popup-wrapper {
  opacity: 1;
  visibility: visible;
}
.assistant-popup.is-open .popup-wrapper .box-popup {
  opacity: 1;
  visibility: visible;
}

.dashboard-banner {
  padding: 25px 20px;
}
.dashboard-banner.single-assistant {
  background-color: var(--banner-color, transparent);
  background-size: cover;
  background-position: center;
}
.dashboard-banner .dashboard-banner-content.single-assistant {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .dashboard-banner .dashboard-banner-content.single-assistant {
    flex-direction: column-reverse;
  }
}
.dashboard-banner .dashboard-banner-title {
  margin-bottom: 0;
  font-size: 29px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.dashboard-banner .dashboard-banner-title.black {
  color: #000;
}
.single-assistant .dashboard-banner .dashboard-banner-title {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .single-assistant .dashboard-banner .dashboard-banner-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.dashboard-banner .dashboard-breadcrumbs {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .dashboard-banner .dashboard-breadcrumbs {
    width: 100%;
    text-align: center;
  }
}
.dashboard-banner .dashboard-breadcrumbs #breadcrumbs {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .dashboard-banner .dashboard-breadcrumbs #breadcrumbs {
    margin-bottom: 10px;
    font-size: 10px;
  }
}
.dashboard-banner .dashboard-breadcrumbs span span {
  display: none;
  background-color: rgba(255, 255, 255, 0.2901960784);
  color: #fff;
  font-weight: 400;
  border-color: rgba(255, 255, 255, 0.2901960784);
  border-radius: 20px;
  padding: 10px 15px;
  border: 1px solid;
  transition: all 250ms ease-in-out;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .dashboard-banner .dashboard-breadcrumbs span span {
    padding: 5px 10px;
  }
}
.dashboard-banner .dashboard-breadcrumbs span span:hover {
  background-color: #000;
  color: #fff !important;
}
.dashboard-banner .dashboard-breadcrumbs span span:nth-of-type(2) {
  display: block;
}
.dashboard-banner .dashboard-breadcrumbs span span:before {
  content: "<";
  margin-right: 5px;
}
.dashboard-banner .dashboard-breadcrumbs span span a:hover {
  color: #fff !important;
}

.yellow-large {
  color: #ffda00;
  font-weight: 400;
  font-size: 61px;
  font-family: "Anton", sans-serif;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .yellow-large {
    font-size: 45px;
  }
}

.testimonial-content {
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 50px;
  text-align: center;
}
.testimonial-content .testimonial-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  position: relative;
}
.testimonial-content .testimonial-text:before, .testimonial-content .testimonial-text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, -50%) rotate(180deg);
  width: 40px;
  height: 25px;
  background-image: url("../images/quote.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.testimonial-content .testimonial-text:after {
  left: auto;
  right: 0;
  top: initial;
  bottom: 0;
  transform: translate(100%, 50%);
}
.testimonial-content .testimonial-meta {
  margin-top: 20px;
}
.testimonial-content .testimonial-meta .testimonial-author {
  font-weight: 700;
  color: #ffda00;
}

/*
/// LAYOUT ///
Everything that takes part in laying out the site or application.
This folder could have stylesheets for the main parts of the site (header,
footer, navigation, sidebar…), the grid system or even CSS styles
for all the forms.
*/
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
@media screen and (max-width: 1023px) {
  .is-noscroll {
    pointer-events: none;
    height: 100%;
    overflow: hidden;
  }
  .is-noscroll .header,
  .is-noscroll .main-nav,
  .is-noscroll .top {
    pointer-events: auto;
  }
}

.js .preloader-enabled {
  pointer-events: none;
  height: 100%;
  overflow: hidden;
}

.header {
  min-height: 110px;
  background-color: transparent;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px 0;
  z-index: 200;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .header {
    min-height: 90px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 479px) {
  .header {
    min-height: 70px;
  }
}
.header.sticky {
  background-color: rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}
.home .header {
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
}
.home .header:before {
  content: "";
  display: block;
  height: 210px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#40000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
@media screen and (max-width: 1023px) {
  .home .header:before {
    height: 100px;
  }
}
.header .header-logo img {
  display: block;
  height: 39px;
}
@media screen and (min-width: 1024px) and (max-width: 1479px) {
  .header .header-logo img {
    height: 35px;
  }
}
@media screen and (max-width: 479px) {
  .header .header-logo img {
    height: 29px;
  }
}
.header .header-logo img.mobile-logo {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header .header-logo img.mobile-logo {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-logo img.desktop-logo {
    display: none;
  }
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .header-inner.header-dashboard {
  justify-content: center;
}
.header .header-inner.header-dashboard .menu-wrapper {
  display: none;
}
.header .header-inner .menu-wrapper {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.footer {
  padding: 0 0 40px 0;
  font-size: 13px;
  margin-top: 70px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 20px;
  }
}
.home .footer {
  margin-top: 0;
}
.footer .separator {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer .separator {
    margin-bottom: 20px;
  }
}
.home .footer .separator {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 20px;
    margin-top: 20px;
  }
  .footer p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.footer .widget {
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .widget {
    margin-bottom: 15px;
  }
}
.footer .widget:last-child {
  margin-bottom: 0;
}
.footer .widget ul {
  font-size: 13px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer .widget ul li {
  display: inline-block;
}
.footer .widget ul li:after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.footer .widget ul li:last-child:after {
  display: none;
}
.footer .widget .textwidget p {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .footer .widget .textwidget p {
    margin-bottom: 15px;
  }
}
.footer .footer-inner {
  position: relative;
}
.footer .footer-logo {
  max-width: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-logo {
    position: initial;
    margin-top: 30px;
  }
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
nav ul,
.menu {
  list-style: none;
  padding: 0;
}

.main-nav {
  color: white;
  padding: 0;
  transition: opacity 350ms ease, visibility 350ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  font-size: 16.5px;
  text-transform: capitalize;
}
@media screen and (min-width: 1024px) {
  .main-nav {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav {
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-overflow-scrolling: touch;
    left: 0;
    top: 0;
    right: 0;
    max-height: 100%;
    overflow-y: auto;
    padding: 30px 40px 100px 40px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    font-size: 24px;
  }
  .main-nav .header-logo {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    height: 100vh;
    width: 100vw;
    padding: 100px 40px;
  }
  .main-nav .menu {
    text-align: center;
    width: 100%;
    gap: 24px;
  }
  .main-nav .menu-item {
    width: auto !important;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .main-nav {
    padding: 100px 15px;
  }
}
.is-open-menu .main-nav {
  opacity: 1;
  visibility: visible;
}
.main-nav.is-active {
  height: 100%;
}
.main-nav .header-logo {
  display: none;
  margin-bottom: 30px;
  max-width: calc(100% - 60px);
}
@media screen and (max-width: 1023px) {
  .main-nav .header-logo {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .main-nav .header-logo {
    margin-bottom: 20px;
  }
}
.main-nav .menu {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .main-nav .menu {
    display: block;
  }
}
.main-nav .menu .menu-item {
  margin: 4px 20px;
}
@media screen and (max-width: 1023px) {
  .main-nav .menu .menu-item {
    margin: 10px 20px;
  }
}
.main-nav .menu .menu-item.current-menu-item > a:after {
  border-color: #fff;
}
.main-nav .menu .menu-item a {
  color: inherit;
  text-transform: lowercase;
  position: relative;
  font-weight: 400;
}
.main-nav .menu .menu-item a:after {
  content: "";
  position: absolute;
  left: 50%;
  height: calc(100% + 8px);
  width: calc(100% + 30px);
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid transparent;
  border-radius: 20px;
  transition: all 350ms ease-in-out;
}
@media screen and (max-width: 1023px) {
  .main-nav .menu .menu-item a:after {
    height: calc(100% + 2px);
    transform: translate(-50%, -47%);
  }
}
.main-nav .menu .menu-item a:hover {
  color: #fff;
}
.main-nav .menu .menu-item a:hover:after {
  border-color: #fff;
}
@media screen and (max-width: 1023px) {
  .main-nav .menu .menu-item {
    display: block;
  }
}
.main-nav .social {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (max-width: 1023px) {
  .main-nav .social {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav .social {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1480px) {
  .main-nav .social {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav .social li {
    display: block;
  }
  .main-nav .social li:after {
    display: none;
  }
}
.main-nav .social li a {
  position: relative;
  text-transform: lowercase;
}
.main-nav .social li a:after {
  content: "";
  position: absolute;
  left: 50%;
  height: calc(100% + 8px);
  width: calc(100% + 30px);
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  border-radius: 20px;
  transition: all 350ms ease-in-out;
}
.main-nav .social li a:hover {
  color: #fff;
}
.main-nav .social li a:hover:after {
  border-color: #fff;
}
.main-nav .sub-menu {
  display: none;
}
.main-nav .open-submenu > .sub-menu {
  display: block;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.grid {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.grid .grid {
  margin: -7.5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .grid .grid {
    margin-bottom: 7.5px;
  }
}
.grid .grid:last-child {
  margin-bottom: -7.5px;
}
.grid.row-reverse {
  flex-direction: row-reverse;
}
.grid.align-center {
  align-items: center;
}
.grid.align-horizontally {
  justify-content: center;
}
.grid.no-space {
  margin: 0;
}
.grid.no-space [class^=grid-],
.grid.no-space [class*=" grid-"] {
  padding: 0;
}

[class^=grid-],
[class*=" grid-"] {
  padding: 7.5px;
}

.grid-xs-1 {
  width: calc(100% / (12 / 1));
}

.offset-xs-1 {
  margin-left: calc(100% / (12 / 1));
}

.grid-xs-2 {
  width: calc(100% / (12 / 2));
}

.offset-xs-2 {
  margin-left: calc(100% / (12 / 2));
}

.grid-xs-3 {
  width: calc(100% / (12 / 3));
}

.offset-xs-3 {
  margin-left: calc(100% / (12 / 3));
}

.grid-xs-4 {
  width: calc(100% / (12 / 4));
}

.offset-xs-4 {
  margin-left: calc(100% / (12 / 4));
}

.grid-xs-5 {
  width: calc(100% / (12 / 5));
}

.offset-xs-5 {
  margin-left: calc(100% / (12 / 5));
}

.grid-xs-6 {
  width: calc(100% / (12 / 6));
}

.offset-xs-6 {
  margin-left: calc(100% / (12 / 6));
}

.grid-xs-7 {
  width: calc(100% / (12 / 7));
}

.offset-xs-7 {
  margin-left: calc(100% / (12 / 7));
}

.grid-xs-8 {
  width: calc(100% / (12 / 8));
}

.offset-xs-8 {
  margin-left: calc(100% / (12 / 8));
}

.grid-xs-9 {
  width: calc(100% / (12 / 9));
}

.offset-xs-9 {
  margin-left: calc(100% / (12 / 9));
}

.grid-xs-10 {
  width: calc(100% / (12 / 10));
}

.offset-xs-10 {
  margin-left: calc(100% / (12 / 10));
}

.grid-xs-11 {
  width: calc(100% / (12 / 11));
}

.offset-xs-11 {
  margin-left: calc(100% / (12 / 11));
}

.grid-xs-12 {
  width: calc(100% / (12 / 12));
}

.offset-xs-12 {
  margin-left: calc(100% / (12 / 12));
}

@media screen and (min-width: 480px) {
  .grid-sm-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-sm-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-sm-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-sm-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-sm-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-sm-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-sm-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-sm-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-sm-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-sm-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-sm-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-sm-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-sm-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-sm-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-sm-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-sm-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-sm-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-sm-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-sm-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-sm-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-sm-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-sm-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-sm-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-sm-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 768px) {
  .grid-s-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-s-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-s-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-s-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-s-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-s-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-s-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-s-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-s-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-s-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-s-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-s-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-s-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-s-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-s-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-s-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-s-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-s-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-s-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-s-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-s-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-s-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-s-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-s-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 1024px) {
  .grid-m-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-m-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-m-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-m-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-m-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-m-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-m-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-m-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-m-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-m-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-m-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-m-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-m-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-m-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-m-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-m-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-m-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-m-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-m-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-m-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-m-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-m-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-m-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-m-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 1280px) {
  .grid-md-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-md-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-md-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-md-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-md-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-md-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-md-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-md-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-md-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-md-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-md-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-md-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-md-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-md-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-md-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-md-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-md-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-md-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-md-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-md-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-md-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-md-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-md-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-md-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 1480px) {
  .grid-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
::-webkit-input-placeholder {
  color: hsl(0, 0%, 109.6078431373%);
}

:-moz-placeholder {
  color: hsl(0, 0%, 109.6078431373%);
}

::-moz-placeholder {
  color: hsl(0, 0%, 109.6078431373%);
}

:-ms-input-placeholder {
  color: hsl(0, 0%, 109.6078431373%);
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea {
  -webkit-appearance: none;
  background-color: #333 !important;
  border-radius: 0 !important;
  border: 1px solid #fefefe !important;
  color: #fefefe !important;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  outline: none;
  width: 100%;
  display: inline-block;
  padding: 10px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #999999;
  outline: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #333 inset !important;
}

select {
  -webkit-appearance: none;
  background-color: #333;
  border-radius: 0;
  border: 1px solid #fefefe;
  color: #fefefe;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  outline: none;
  width: 100%;
  display: inline-block;
  padding: 10px;
}

label {
  color: #fefefe;
}

textarea {
  min-height: 118px;
}

.wpcf7 .screen-reader-response {
  display: none !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
}
.wpcf7 .wpcf7-validation-errors {
  color: #b60005;
}

.um:not(.um-admin) {
  margin-left: 0 !important;
  color: #fefefe !important;
  max-width: 450px !important;
}
.um:not(.um-admin) .um-form .um-field[data-key=user_subscription_unique_code] {
  display: none;
}
.um:not(.um-admin) .um-form .um-postmessage {
  font-size-adjust: 20px;
  color: #ffda00;
}
.um:not(.um-admin) .um-form .um-req {
  color: #ffda00;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.um:not(.um-admin) .um-form .um-field-label label {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif;
}
.um:not(.um-admin) .um-form a.um-link-alt {
  color: inherit !important;
  display: inline-block !important;
  border-bottom: 1px solid #fefefe !important;
  font-size: 16px;
}
.um:not(.um-admin) .um-form a.um-link-alt:hover {
  color: #ffda00 !important;
  text-decoration: none !important;
  border-color: #fefefe !important;
}
.um:not(.um-admin) .um-form .um-button {
  width: 100% !important;
  background-color: transparent !important;
  color: #000000;
  border-radius: 0 !important;
  font-family: "Poppins", sans-serif;
  border-radius: 4px !important;
  font-weight: 900 !important;
  border: 1px solid #ffda00 !important;
  padding: 10px 25px !important;
  border: 2px solid #fff !important;
  border-radius: 24px !important;
  font-weight: 500 !important;
  color: #fff !important;
}
.um:not(.um-admin) .um-form .um-button:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.um:not(.um-admin) .um-form .um-button.um-alt {
  background-color: transparent !important;
  color: #fefefe !important;
  border: 1px solid #ffda00 !important;
}
.um:not(.um-admin) .um-form .um-button.um-alt:hover {
  background-color: #ffda00 !important;
  color: #000000 !important;
}
.um:not(.um-admin) .um-form .um-field {
  padding-top: 20px;
}
.um:not(.um-admin) .um-form .um-field-type_block, .um:not(.um-admin) .um-form .um-field-block {
  padding-top: 0 !important;
  color: #fefefe !important;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left !important;
}
.um:not(.um-admin) .um-form .um-field-type_block > div, .um:not(.um-admin) .um-form .um-field-block > div {
  text-align: left !important;
}
.um:not(.um-admin) .um-form .um-field-checkbox.um-field-half {
  width: 100% !important;
}
.um:not(.um-admin) .um-form .um-field-checkbox .um-field-checkbox-option {
  color: #fefefe !important;
  font-family: "Poppins", sans-serif;
}
.um:not(.um-admin) .um-form .um-field-checkbox .um-field-checkbox-state i, .um:not(.um-admin) .um-form .um-field-checkbox .um-field-radio-state i {
  color: #fefefe !important;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
table {
  text-align: left;
  width: 100%;
}
table th,
table td {
  padding: 10px;
  border-bottom: 1px solid rgba(254, 254, 254, 0.5);
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.slideshow.flickity-resize .slideshow-slide {
  min-height: 100%;
}
.slideshow .slideshow-slide {
  width: 100%;
  position: relative;
}
.slideshow .flickity-page-dots .dot {
  margin: 0 8px;
  opacity: 1;
  background-color: #7D7D7D;
  border: none;
  transform: all 0.2s linear;
  width: 10px;
  height: 10px;
}
.slideshow .flickity-page-dots .dot.is-selected {
  background-color: #ffda00;
}
@media screen and (min-width: 768px) {
  .slideshow.main-slideshow {
    margin-bottom: 40px;
  }
}
.slideshow.main-slideshow .slide-title:after {
  background-image: url("../images/plus.svg");
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
.is-mobile .slideshow.main-slideshow.desktop-slideshow {
  display: none;
}
.slideshow.main-slideshow.desktop-slideshow .slideshow-slide {
  width: 80%;
  margin: 0 15px;
  height: 75vh;
  min-height: 840px;
}
.slideshow.main-slideshow.desktop-slideshow .slideshow-slide .slide-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slideshow.main-slideshow.desktop-slideshow .slideshow-slide .slide-content .slide-title {
  font-size: 165.8px;
  letter-spacing: -0.06px;
  position: absolute;
  bottom: 150px;
  margin: 0;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
.slideshow.main-slideshow.desktop-slideshow .slideshow-slide .slide-content .slide-title:after {
  right: -92px;
  top: 50%;
  transform: translateY(-50%);
  width: 96px;
  height: 96px;
}
@media screen and (max-width: 1479px) {
  .slideshow.main-slideshow.desktop-slideshow .slideshow-slide .slide-content .slide-title {
    font-size: 120px;
  }
}
@media screen and (max-width: 1279px) {
  .slideshow.main-slideshow.desktop-slideshow .slideshow-slide .slide-content .slide-title {
    font-size: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .slideshow.main-slideshow.desktop-slideshow .slideshow-slide .slide-content .slide-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .slideshow.main-slideshow.desktop-slideshow .slideshow-slide .slide-content .slide-title {
    font-size: 48px;
  }
}
.slideshow.main-slideshow.desktop-slideshow .slideshow-slide:nth-child(odd) .slide-title {
  right: 30px;
}
.slideshow.main-slideshow.desktop-slideshow .slideshow-slide:nth-child(odd) .slide-title:after {
  content: "";
}
.slideshow.main-slideshow.desktop-slideshow .slideshow-slide:nth-child(even) .slide-title {
  left: 30px;
}
.slideshow.main-slideshow.mobile-slideshow {
  display: none;
}
.is-mobile .slideshow.main-slideshow.mobile-slideshow {
  display: block;
}
.slideshow.main-slideshow.mobile-slideshow .slideshow-slide {
  margin: 0 5px;
}
.slideshow.main-slideshow.mobile-slideshow .slideshow-slide .slide-content {
  height: 0;
  padding-bottom: 66%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .slideshow.main-slideshow.mobile-slideshow .slideshow-slide .slide-content {
    margin-bottom: 10px;
  }
}
.slideshow.main-slideshow.mobile-slideshow .slideshow-slide .slide-content .slide-title {
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  font-size: 100px;
  padding: 20px 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .slideshow.main-slideshow.mobile-slideshow .slideshow-slide .slide-content .slide-title {
    font-size: 42px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 479px) {
  .slideshow.main-slideshow.mobile-slideshow .slideshow-slide .slide-content .slide-title {
    font-size: 36px;
  }
}
.slideshow.main-slideshow.mobile-slideshow .slideshow-slide .slide-content:first-child .slide-title {
  right: 40px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .slideshow.main-slideshow.mobile-slideshow .slideshow-slide .slide-content:first-child .slide-title {
    right: 20px;
  }
}
.slideshow.main-slideshow.mobile-slideshow .slideshow-slide .slide-content:first-child .slide-title:after {
  content: "";
  right: 30%;
  bottom: -40px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .slideshow.main-slideshow.mobile-slideshow .slideshow-slide .slide-content:first-child .slide-title:after {
    bottom: -20px;
    width: 30px;
    height: 30px;
  }
}
.slideshow.main-slideshow.mobile-slideshow .slideshow-slide .slide-content:last-child {
  margin-bottom: 0;
}
.slideshow.main-slideshow.mobile-slideshow .slideshow-slide .slide-content:last-child .slide-title {
  right: 65px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .slideshow.main-slideshow.mobile-slideshow .slideshow-slide .slide-content:last-child .slide-title {
    right: 45px;
  }
}
@media screen and (min-width: 768px) {
  .slideshow.hero-slideshow {
    margin-bottom: 40px;
  }
}
.slideshow.hero-slideshow .slideshow-slide .slide-inner {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .slideshow.hero-slideshow .slideshow-slide .slide-inner {
    flex-direction: column;
  }
}
.slideshow.hero-slideshow .slideshow-slide .slide-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/plus-icon.png");
  z-index: 2;
}
.slideshow.hero-slideshow .slideshow-slide .slide-inner .left-image,
.slideshow.hero-slideshow .slideshow-slide .slide-inner .right-image {
  width: 50%;
  height: 100vh;
  max-height: 1200px;
  position: relative;
}
.slideshow.hero-slideshow .slideshow-slide .slide-inner .left-image:after,
.slideshow.hero-slideshow .slideshow-slide .slide-inner .right-image:after {
  content: "";
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 180px;
  z-index: 1;
}
.slideshow.hero-slideshow .slideshow-slide .slide-inner .left-image:before,
.slideshow.hero-slideshow .slideshow-slide .slide-inner .right-image:before {
  content: "";
  background-color: #3a3a3a;
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .slideshow.hero-slideshow .slideshow-slide .slide-inner .left-image,
  .slideshow.hero-slideshow .slideshow-slide .slide-inner .right-image {
    width: 100%;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .slideshow.hero-slideshow .slideshow-slide .slide-inner .left-image,
  .slideshow.hero-slideshow .slideshow-slide .slide-inner .right-image {
    width: 100%;
    height: 50vh;
  }
}
.slideshow.hero-slideshow .slideshow-slide .slide-inner .left-image img,
.slideshow.hero-slideshow .slideshow-slide .slide-inner .right-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideshow.hero-slideshow .slideshow-slide .slide-inner .left-image.left img,
.slideshow.hero-slideshow .slideshow-slide .slide-inner .right-image.left img {
  object-position: left;
}
.slideshow.hero-slideshow .slideshow-slide .slide-inner .left-image.right img,
.slideshow.hero-slideshow .slideshow-slide .slide-inner .right-image.right img {
  object-position: right;
}
.slideshow.hero-slideshow .slideshow-slide .slide-inner .slide-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  font-size: 42px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .slideshow.hero-slideshow .slideshow-slide .slide-inner .slide-text {
    font-size: 32px;
  }
}
.slideshow.hero-slideshow .slideshow-slide .slide-inner .slide-text.left {
  text-align: right;
  padding-right: 60px;
}
@media screen and (max-width: 1023px) {
  .slideshow.hero-slideshow .slideshow-slide .slide-inner .slide-text.left {
    padding: 0 20px;
    text-align: center;
    top: initial;
    transform: initial;
    bottom: 60px;
  }
}
.slideshow.hero-slideshow .slideshow-slide .slide-inner .slide-text.right {
  text-align: left;
  padding-left: 60px;
}
@media screen and (max-width: 1023px) {
  .slideshow.hero-slideshow .slideshow-slide .slide-inner .slide-text.right {
    padding: 0 20px;
    text-align: center;
    top: 60px;
    transform: initial;
  }
}
.slideshow.hero-slideshow .slideshow-slide .slide-inner .slide-text.black {
  color: #000;
}
.slideshow.text-slideshow {
  width: 100%;
}
.slideshow.text-slideshow .slideshow-text-inner {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.slideshow.text-slideshow .slideshow-text-inner:before {
  content: "";
  background-image: url("../images/plus.svg");
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -34px;
  top: -34px;
  z-index: 1;
  width: 102px;
  height: 102px;
  display: none;
}
@media screen and (max-width: 767px) {
  .slideshow.text-slideshow .slideshow-text-inner:before {
    left: -24px;
    top: -24px;
    width: 36px;
    height: 36px;
  }
}
.slideshow.text-slideshow .slideshow-slide {
  padding: 0px 0px 65px 0px;
  width: 100%;
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .slideshow.text-slideshow .slideshow-slide {
    padding: 0px 0px 40px;
  }
}
.slideshow.text-slideshow .slideshow-slide .slide-content .slide-text {
  color: #ffda00;
  font-size: 28px;
  font-style: italic;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .slideshow.text-slideshow .slideshow-slide .slide-content .slide-text {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.slideshow.text-slideshow .slideshow-slide .slide-content .slide-text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .slideshow.text-slideshow .slideshow-slide .slide-content .slide-meta {
    font-size: 11px;
  }
}
.slideshow.text-slideshow .flickity-page-dots {
  bottom: 30px;
  text-align: left;
  padding: 0;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .slideshow.text-slideshow .flickity-page-dots {
    bottom: 10px;
  }
}
.slideshow.banner {
  position: relative;
  margin-top: -110px;
}
@media screen and (max-width: 1023px) {
  .slideshow.banner {
    margin-top: -90px;
  }
}
@media screen and (max-width: 479px) {
  .slideshow.banner {
    margin-top: -70px;
  }
}
.slideshow.banner .slideshow-slide {
  height: 0 !important;
  padding-bottom: 55%;
  position: relative;
}
.slideshow.banner .slideshow-slide:after {
  content: "";
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 180px;
  z-index: 1;
}
.slideshow.banner .slideshow-slide:before {
  content: "";
  background-color: #3a3a3a;
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow.banner .slideshow-content {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slideshow.banner .slideshow-content .slideshow-title {
  margin-bottom: 0;
}
.slideshow.banner .slideshow-content .slideshow-title.black {
  color: #000;
}
.slideshow.banner.full .slideshow-slide {
  padding-bottom: 0;
  height: 850px !important;
}
@media screen and (max-width: 1023px) {
  .slideshow.banner.full .slideshow-slide {
    height: 500px !important;
  }
}
.slideshow.banner.full .slideshow-content {
  padding: 70px 20px 0 20px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .slideshow.banner.full .slideshow-content {
    padding-top: 40px;
    top: 52%;
  }
}
.slideshow.banner.full .slideshow-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/plus-icon.png");
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .slideshow.banner.full .slideshow-content:before {
    width: 40px;
    height: 40px;
  }
}
.slideshow.banner.full .slideshow-content .slideshow-title {
  font-size: 50px;
  text-transform: lowercase;
  text-align: center;
}
.single-case_study .slideshow.banner.full .slideshow-content .slideshow-title {
  text-transform: initial;
}
@media screen and (max-width: 1023px) {
  .slideshow.banner.full .slideshow-content .slideshow-title {
    font-size: 32px;
  }
}
.slideshow.image-slideshow .slideshow-slide {
  height: 800px;
}
.slideshow.image-slideshow .slideshow-slide img {
  display: block;
}

.slideshows-group {
  position: relative;
}
.slideshows-group .image-slideshow .slideshow-slide {
  min-height: 780px;
}
@media screen and (max-width: 1023px) {
  .slideshows-group .image-slideshow .slideshow-slide {
    padding-bottom: 125%;
  }
}
@media screen and (max-width: 767px) {
  .slideshows-group .image-slideshow .slideshow-slide {
    min-height: 300px;
  }
}
.slideshows-group .image-slideshow .slideshow-slide .slide-mobile-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .slideshows-group .image-slideshow .slideshow-slide .slide-mobile-img {
    opacity: 1;
  }
}
.slideshows-group .text-slideshow {
  width: calc(50% + 55px);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .slideshows-group .text-slideshow {
    width: calc(100% - 34px);
  }
}
@media screen and (max-width: 767px) {
  .slideshows-group .text-slideshow {
    width: calc(100% - 24px);
  }
}
.slideshows-group .text-slideshow .slideshow-text-inner:before {
  display: block;
}
.slideshows-group .text-slideshow .slideshow-slide {
  padding: 45px 35px 65px 55px;
}
@media screen and (max-width: 767px) {
  .slideshows-group .text-slideshow .slideshow-slide {
    padding: 10px 10px 40px;
  }
}
.slideshows-group .text-slideshow .flickity-page-dots {
  padding: 0 55px;
}
@media screen and (max-width: 767px) {
  .slideshows-group .text-slideshow .flickity-page-dots {
    padding: 0 10px;
  }
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.section {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 35px;
  }
}
.section:last-child, .section.no-margin {
  margin-bottom: 0;
}
.section:not(.post-content) img {
  display: block;
  width: 100%;
}
.section .section-image {
  margin: 25px 0;
}
.section .section-image:last-child {
  margin-bottom: 0;
}
.section .align-center {
  text-align: center;
}
.section .section-title.align-center {
  text-align: center;
}
.section .simple-image {
  height: 550px;
}
@media screen and (max-width: 767px) {
  .section .simple-image {
    height: 200px;
  }
}
.section .section-text a:not(button, .button) {
  text-decoration: none;
  color: #ffda00;
  text-underline-offset: 5px;
}
.section .section-text a:not(button, .button):hover {
  text-decoration: underline;
}
.section .section-text.align-center {
  text-align: center;
}
.section .section-text .intro {
  font-weight: 400;
  margin-bottom: 40px;
}
.section .section-text .intro .subtitle {
  color: #ffda00;
  margin-top: 20px;
}
.section .section-text.max-width {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section .section-text h3 br {
    display: none;
  }
}
.um-page-login .section .section-text {
  max-width: 450px;
}
.section .space-top {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section .space-top {
    margin-top: 35px;
  }
}
.section .section-actions {
  margin-top: 80px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section .section-actions {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.section .section-actions a {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
}
.section .section-actions a:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .section .section-actions a {
    font-size: 15px;
  }
}
.section .intro-image {
  max-width: 340px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .section .intro-image {
    margin-bottom: 20px;
  }
}
.section .plus-image {
  padding: 35px 0;
  position: relative;
}
.section .plus-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/plus-icon.png");
  background-size: contain;
  z-index: 2;
}
.section .blocks-inner {
  display: flex;
  position: relative;
}
.section .blocks-inner:after {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/plus-icon-black.png");
  background-size: contain;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .section .blocks-inner:after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .section .blocks-inner {
    flex-direction: column;
  }
}
.section .blocks-inner .block {
  width: 50%;
  background-color: #fff;
  color: #000;
  padding: 50px 70px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .section .blocks-inner .block {
    width: 100%;
    min-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .section .blocks-inner .block {
    padding: 50px 20px;
  }
}
.section .blocks-inner .block.yellow {
  background-color: #ffda00;
}
.section .blocks-inner .block.left {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .section .blocks-inner .block.left {
    text-align: left;
  }
}
.section .blocks-inner.alt:after {
  display: none;
}
.section .blocks-inner.alt .left {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .section .blocks-inner.alt .left {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .section .blocks-inner.alt .left {
    min-height: 380px;
  }
}
.section .blocks-inner.alt .left .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .blocks-inner.alt .right {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section .blocks-inner.alt .right {
    padding: 70px 20px 50px 20px;
  }
}
.section .blocks-inner.alt .right .image-title {
  max-width: 350px;
}
.section .blocks-inner.alt .right .box-text {
  font-weight: 500;
  margin: 30px 0;
}
.section .blocks-inner.alt .new-feature {
  font-weight: 700;
  padding: 5px 15px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
}
.section .blocks-inner.column {
  flex-direction: column;
}
.section .blocks-inner.column:after {
  display: none;
}
.section .blocks-inner.column .block {
  width: 100%;
  min-height: initial;
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  .section .blocks-inner.column .block {
    padding: 40px 20px;
  }
}
.section .blocks-inner.column .block .block-title {
  margin-bottom: 25px;
}
.section .blocks-inner.column .block .block-description {
  max-width: 600px;
  margin: 0 auto 25px;
  font-weight: 500;
}
.section .blocks-inner.column .block .block-list-columns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .section .blocks-inner.column .block .block-list-columns {
    flex-direction: column;
  }
}
.section .blocks-inner.column .block .block-list-columns .block-list-col {
  text-align: left;
  padding: 0 20px;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .section .blocks-inner.column .block .block-list-columns .block-list-col {
    text-align: center !important;
    width: 100%;
  }
}
.section .blocks-inner.column .block .block-list-columns .block-list-col.left {
  text-align: right;
}
.section .blocks-inner.column .block .block-list-columns .block-list-col .list-item {
  margin-bottom: 15px;
}
.section .blocks-inner.column .block .block-list-columns .block-list-col .list-item .list-title {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section .blocks-inner.column .block .block-list-columns .block-list-col .list-item .list-title {
    font-size: 20px;
  }
}
.section .blocks-inner.column .block .block-list-columns .block-list-col .list-item .list-text {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}
.section .blocks-inner.column .block.plus {
  padding-top: 100px;
  position: relative;
}
.section .blocks-inner.column .block.plus:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 65px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/plus-icon.png");
  background-size: contain;
  transform: translateX(-50%);
  z-index: 1;
}
.section .blocks-inner.column .block.plus.yellow:before {
  background-image: url("../images/plus-icon-black.png");
}
.section.text-image .image-popup.contain img {
  width: auto;
}
.single-post .section.social-feed {
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  .single-post .section.social-feed {
    margin-top: 30px;
  }
}
.section.social-feed .separator {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section.social-feed .separator {
    margin-bottom: 20px;
  }
}
.section.social-feed .section-title {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .section.social-feed .section-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .section.cards .feature-cards {
    margin-bottom: 40px;
  }
  .section.cards .feature-cards:last-of-type {
    margin-bottom: 0;
  }
}
.section.cards .feature-cards .feature-icon {
  height: 150px;
  margin-bottom: 20px;
}
.section.cards .feature-cards .feature-icon img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 40px);
  object-fit: contain;
}
.section.cards .feature-cards .feature-body {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section.cards .feature-cards .feature-body {
    max-width: 350px;
  }
}
.section.cards .feature-cards .feature-body .feature-title {
  margin-bottom: 15px;
}
.section.cards .feature-cards .feature-body .feature-text {
  font-weight: 300;
}
.section.cards .media-image .feature-icon {
  height: 200px;
}
.section.cards .media-image .feature-icon img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}
.section.cta-next {
  padding: 40px 0;
  background-color: #343434;
  text-align: center;
}
.section.cta-next .cta-next-inner {
  max-width: 600px;
  margin: 0 auto;
}
.section.cta-next .cta-next-inner .cta-next-eyebrow {
  font-size: 22px;
  font-weight: 700;
  color: #ffda00;
  margin-bottom: 10px;
}
.section.next-post .background-image {
  height: 160px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .section.next-post .background-image {
    height: 250px;
  }
}
.section.next-post .background-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
.section.next-post .background-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffda00;
  top: 0;
  left: 0;
  transform: translate(10px, 15px);
  z-index: -1;
}
.section.next-post .background-image .section-content {
  position: absolute;
  padding: 0 20px;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .section.next-post .background-image .section-content {
    flex-direction: column;
  }
}
.section.next-post .background-image .section-content .next-text {
  font-size: 27px;
  font-weight: 700;
  margin-right: 10px;
  line-height: 1.2;
}
.section.next-post .background-image .section-content .next-title {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section.next-post .background-image .section-content .next-title {
    font-size: 24px;
  }
}
.section.next-post .background-image .section-content .next-title:after {
  content: ">";
  display: block;
  margin-left: 10px;
}
.section.next-post .background-image.remove-overlay::before {
  display: none;
}
.section:last-child .section-actions {
  margin-bottom: 0;
}
.section .assistant-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section .assistant-intro {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section .assistant-intro .title {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .section .assistant-intro .title {
    margin-bottom: 20px;
    padding-left: 0;
  }
}
.section .assistant-intro .popup-assistant-button {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: underline !important;
}
.section.testimonial .separator {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section.testimonial .separator {
    margin-bottom: 40px;
  }
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.item-member {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .item-member {
    overflow: hidden;
  }
}
.item-member .item-image {
  background-position: top center;
  height: 0;
  padding-bottom: 115%;
}
.item-member .item-image .open-panel {
  position: absolute;
  left: 10px;
  top: 10px;
  display: none;
  color: #000000;
}
.is-mobile .item-member .item-image .open-panel {
  display: block;
}
.item-member .item-inner {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  padding: 20px;
  background-color: #ffda00;
  color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms ease, visibility 350ms ease;
  z-index: 1;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1479px) {
  .item-member .item-inner {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .item-member .item-inner {
    padding: 10px;
  }
}
.item-member .item-inner .item-title {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1479px) {
  .item-member .item-inner .item-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .item-member .item-inner .item-title {
    font-size: 15px;
  }
}
.item-member .item-inner .item-meta {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 1024px) and (max-width: 1479px) {
  .item-member .item-inner .item-meta {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .item-member .item-inner .item-meta {
    font-size: 15px;
  }
}
.item-member .item-inner .item-content,
.item-member .item-inner .item-intro {
  margin-top: 25px;
  font-size: 17px;
}
@media screen and (min-width: 1024px) and (max-width: 1479px) {
  .item-member .item-inner .item-content,
  .item-member .item-inner .item-intro {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .item-member .item-inner .item-content,
  .item-member .item-inner .item-intro {
    font-size: 15px;
  }
}
.item-member .item-inner .item-intro {
  display: none;
}
@media screen and (max-width: 1023px) {
  .item-member .item-inner .item-intro {
    display: block;
  }
}
.item-member .item-inner .expand-content:hover {
  color: #000000;
}
.item-member .item-inner .close-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
  transform: rotate(45deg);
  display: inline-block;
}
.item-member .item-inner .close-content:hover {
  color: #000000;
}
@media screen and (min-width: 1024px) and (max-width: 1479px) {
  .item-member .item-inner .item-content {
    margin-top: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .item-member .item-inner .item-content {
    display: none;
  }
  .item-member .item-inner.is-active {
    opacity: 1;
    visibility: visible;
  }
  .item-member .item-inner.is-expanded {
    width: calc(200% + 20px);
  }
  .grid-xs-12:nth-child(even) .item-member .item-inner.is-expanded {
    right: 0;
  }
  .item-member .item-inner.is-expanded .close-content {
    opacity: 1;
    visibility: visible;
  }
  .item-member .item-inner.is-expanded .item-content {
    display: block;
  }
  .item-member .item-inner.is-expanded .item-intro {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .item-member .item-inner .item-intro {
    display: none;
  }
  .item-member .item-inner .item-content {
    margin-top: 10px;
  }
  .item-member .item-inner .close-content {
    opacity: 1;
    visibility: visible;
  }
  .item-member .item-inner.is-active {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1024px) {
  .item-member:hover .item-inner {
    opacity: 1;
    visibility: visible;
  }
}

.item {
  margin-bottom: 10px;
}
.item .item-image {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .item .item-image {
    margin-bottom: 10px;
  }
}
.item .item-image img {
  display: block;
  width: 100%;
}
.item .item-meta {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.item .item-title {
  margin-bottom: 0;
}

.item-feed {
  margin-bottom: 10px;
}
.item-feed .item-image {
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .item-feed .item-image {
    margin-bottom: 10px;
  }
}

.item-assistant {
  margin-bottom: 20px;
  border: 1px solid #565656;
  padding: 25px;
  background-color: #000;
}
.item-assistant .item-image {
  height: 195px;
  width: 220px;
  margin-right: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .item-assistant .item-image {
    margin: 0 auto 20px auto;
  }
}
.item-assistant .item-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.item-assistant .item-wrapper .item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .item-assistant .item-wrapper .item-details {
    justify-content: flex-start;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .item-assistant .item-wrapper .item-details {
    text-align: center;
    flex: initial;
  }
}
.item-assistant .item-wrapper .item-details .item-title {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.item-assistant .item-wrapper .item-details .item-content {
  font-size: 15px;
  max-width: 360px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media screen and (max-width: 1023px) {
  .item-assistant .item-wrapper .item-details .item-content {
    max-width: 100%;
  }
}
.item-assistant .item-wrapper .item-actions {
  margin: auto 0 auto 0;
}
@media screen and (max-width: 1023px) {
  .item-assistant .item-wrapper .item-actions {
    width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
  }
}
.item-assistant .item-wrapper .item-actions .button {
  border-radius: 20px;
  padding: 12px 27px;
  font-weight: 600;
}

.custom-list-item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.left .custom-list-item {
  padding-left: 0;
  padding-right: 30px;
}
@media screen and (max-width: 1023px) {
  .left .custom-list-item {
    padding-left: 30px;
  }
}
.custom-list-item:before {
  content: "";
  width: 10px;
  border-radius: 50%;
  height: 10px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 7px;
}
.left .custom-list-item:before {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .left .custom-list-item:before {
    right: initial;
    left: 0;
  }
}
.custom-list-item .list-title {
  margin-bottom: 5px;
}
.custom-list-item .list-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.boxed-list {
  max-width: 500px;
  margin: 0 auto;
}
.boxed-list h3 {
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .boxed-list {
    max-width: initial;
  }
}

.lists-items {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .lists-items {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .lists-items {
    flex-direction: column;
  }
}
.lists-items .block-list-col {
  width: 50%;
  padding: 0 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lists-items .block-list-col {
    width: 100%;
    padding: 0;
  }
}
.lists-items .block-list-col.left {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .lists-items .block-list-col.left {
    text-align: left;
  }
}
.lists-items .block-list-col.left .list-title {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .lists-items .block-list-col.left .list-title {
    margin: 0 auto 10px auto;
  }
}
.lists-items .list-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  max-width: max-content;
}
@media screen and (max-width: 767px) {
  .lists-items .list-title {
    margin: 0 auto 10px auto;
  }
}
.lists-items .list-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 13px;
  height: 3px;
  background-color: #ffda00;
}
.lists-items .list-title:after {
  content: "";
  position: absolute;
  left: 6.5px;
  transform: translateX(-50%);
  top: 9px;
  width: 3px;
  height: 12px;
  background-color: #ffda00;
}

.item-case-study .item-image {
  position: relative;
  height: 0;
  padding-bottom: 55%;
}
@media screen and (max-width: 1023px) {
  .item-case-study .item-image {
    padding-bottom: 65%;
  }
}
.item-case-study .item-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  transition: all 350ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.3215686275);
}
@media screen and (max-width: 1023px) {
  .item-case-study .item-image:before {
    visibility: visible;
    opacity: 1;
  }
}
.item-case-study .item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-case-study .item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 40px;
  width: 100%;
  text-align: center;
  transition: all 350ms ease-in-out;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .item-case-study .item-content {
    visibility: visible;
    opacity: 1;
  }
}
.item-case-study .item-content .item-title {
  margin-bottom: 0;
  color: #fff !important;
  transform: translateY(100%);
  transition: all 350ms ease-in-out;
}
@media screen and (max-width: 1023px) {
  .item-case-study .item-content .item-title {
    transform: translateY(0);
  }
}
.item-case-study .item-content .overview {
  margin: 25px auto 0 auto;
  color: #fff !important;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
  font-size: 20px;
  max-width: 450px;
  font-style: italic;
}
@media screen and (max-width: 1023px) {
  .item-case-study .item-content .overview {
    display: none;
  }
}
.item-case-study a {
  position: relative;
}
.item-case-study a:hover .item-title {
  transform: translateY(0);
}
.item-case-study a:hover .item-image:before {
  opacity: 1;
  visibility: visible;
}
.item-case-study a:hover .item-content .overview {
  visibility: visible;
  opacity: 1;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
@media screen and (max-width: 1023px) {
  .post-wrapper .post-header {
    margin-bottom: 15px;
  }
}
.post-wrapper .post-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-align: right;
  text-transform: capitalize;
  margin: 0 -20px;
}
@media screen and (max-width: 1023px) {
  .post-wrapper .post-navigation {
    margin: 10px -15px 0;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}
.post-wrapper .post-navigation a {
  display: block;
  padding: 0 20px;
}
.post-wrapper .post-navigation a span {
  display: block;
  position: relative;
  padding-right: 30px;
}
.post-wrapper .post-navigation a span:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.post-wrapper .post-navigation a span.previous {
  padding-left: 30px;
  padding-right: 0;
}
.post-wrapper .post-navigation a span.previous:before {
  transform: translateY(-50%) rotate(180deg);
  right: initial;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .post-wrapper .post-navigation a {
    padding: 0 15px;
  }
  .post-wrapper .post-navigation a span {
    font-size: 0;
  }
  .post-wrapper .post-navigation a span:before {
    font-size: 20px;
  }
}
.post-wrapper .post-media {
  margin-bottom: 30px;
}
.post-wrapper .post-media img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .post-wrapper .post-media {
    margin-bottom: 0;
  }
}
.post-wrapper .post-content .post-meta {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 767px) {
  .post-wrapper .post-content .post-meta {
    font-size: 15px;
  }
}

/*
/// COMPONENTS ///
For smaller components, there is the components/ folder.
While layout/ is macro (defining the global wireframe), components/ is more
focused on widgets. It contains all kind of specific modules like a slider,
a loader, a widget, and basically anything along those lines. There are usually
a lot of files in components/ since the whole site/application should be mostly
composed of tiny modules.
*/
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.button-secondary, input[type=submit],
input[type=button],
input[type=reset],
button,
.button {
  background-color: #ffda00;
  border-radius: 4px;
  border: 1px solid #ffda00;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  outline: 0;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  transition: all 0.2s linear;
}

input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
.button:hover {
  background-color: transparent;
  color: #fefefe;
}
input[type=submit].large,
input[type=button].large,
input[type=reset].large,
button.large,
.button.large {
  width: 100%;
  max-width: 270px;
}
input[type=submit].alt,
input[type=button].alt,
input[type=reset].alt,
button.alt,
.button.alt {
  padding: 10px 25px;
  max-width: max-content;
  border: 2px solid #000;
  border-radius: 24px;
  font-weight: 600;
}
input[type=submit].alt:hover,
input[type=button].alt:hover,
input[type=reset].alt:hover,
button.alt:hover,
.button.alt:hover {
  background-color: #000;
  color: #fff;
}
input[type=submit].alt.transparent,
input[type=button].alt.transparent,
input[type=reset].alt.transparent,
button.alt.transparent,
.button.alt.transparent {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
input[type=submit].alt.transparent:hover,
input[type=button].alt.transparent:hover,
input[type=reset].alt.transparent:hover,
button.alt.transparent:hover,
.button.alt.transparent:hover {
  background-color: #fff;
  color: #000;
}

.button-secondary {
  background-color: #fff;
  border-color: #ffda00;
  color: #ffda00;
}
.button-secondary:hover {
  background-color: rgb(223.125, 223.125, 223.125);
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.hamburger {
  width: 27px;
  height: 16px;
  position: relative;
  margin: 0;
  display: block;
  z-index: 200;
  margin-left: 25px;
}
.hamburger [class^=line-] {
  display: block;
  background-color: white;
  width: 27px;
  height: 4px;
  position: absolute;
  left: 0;
  transition: all 300ms, opacity 100ms;
  outline: 1px solid transparent;
}
.hamburger [class^=line-].line-1 {
  top: 0;
}
.hamburger [class^=line-].line-2 {
  top: 6px;
  display: none;
}
.hamburger [class^=line-].line-3 {
  bottom: 0;
}
.hamburger.is-active .line-1 {
  transform: translateY(4px) translateX(0) rotate(45deg);
}
.hamburger.is-active .line-2 {
  opacity: 0;
}
.hamburger.is-active .line-3 {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.tabs .tabs-nav {
  background-color: rgba(0, 0, 0, 0.8);
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around;
}
.tabs .tabs-nav li {
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
}
.tabs .tabs-nav li:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  background-color: white;
}
.tabs .tabs-nav li:first-child:before {
  display: none;
}
.tabs .tabs-nav .tabs-link {
  color: #fff;
  display: block;
  padding: 20px;
  font-size: 18px;
  text-align: center;
}
.tabs .tabs-nav .tabs-link.is-active {
  background-color: #000000;
}
.tabs .tab-content {
  display: none;
  margin: 20px 0;
}
.tabs .tab-content.is-active {
  display: block;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #000000;
  color: #ffda00;
  font-size: 300px;
  font-style: italic;
  line-height: 1;
  padding: 30px 0;
}
@media screen and (max-width: 1479px) {
  #loader-wrapper {
    font-size: 250px;
  }
}
@media screen and (max-width: 1279px) {
  #loader-wrapper {
    font-size: 200px;
  }
}
@media screen and (max-width: 1023px) {
  #loader-wrapper {
    font-size: 150px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #loader-wrapper {
    font-size: 60px;
  }
}
#loader-wrapper .loader-logo img {
  display: block;
  height: 39px;
}
@media screen and (min-width: 1024px) and (max-width: 1479px) {
  #loader-wrapper .loader-logo img {
    height: 35px;
  }
}
@media screen and (max-width: 479px) {
  #loader-wrapper .loader-logo img {
    height: 29px;
  }
}
#loader-wrapper .loader-content {
  padding: 40px 0;
  position: relative;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
.xoai-chat-widget {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.xoai-chat-widget textarea {
  min-height: 60px;
}
.xoai-chat-widget #xoai-chat-messages {
  height: 500px;
  overflow-y: auto;
  padding: 20px 20px 20px 0;
}
.xoai-chat-widget #xoai-chat-messages .xoai-file-chip {
  margin-left: auto;
}
.xoai-chat-widget #xoai-chat-messages .xoai-message {
  margin-bottom: 30px;
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  width: max-content;
  max-width: 900px;
  font-weight: 500;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .xoai-chat-widget #xoai-chat-messages .xoai-message {
    max-width: calc(100% - 60px);
  }
}
.xoai-chat-widget #xoai-chat-messages .xoai-message span.text {
  border-radius: 10px;
  padding: 15px 25px;
  display: block;
}
.xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message {
  margin-right: auto;
  margin-left: 60px;
  color: #fefefe;
  border-radius: 0 15px 15px 15px;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
  background: rgba(89, 89, 89, 0.5803921569);
  padding: 15px 25px;
  border: 2px solid rgba(89, 89, 89, 0.5803921569);
  position: relative;
}
@media screen and (max-width: 767px) {
  .xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message {
    margin-left: 38px;
    padding: 10px 15px;
  }
}
.xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message:before {
  content: "";
  background-image: var(--assistant-avatar, url("../images/profile-image.png"));
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: calc(100% + 10px);
  top: 0;
  width: 44px;
  height: 44px;
  background-color: var(--banner-color, #fff);
  transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message:before {
    width: 30px;
    height: 30px;
  }
}
.xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message ul, .xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message ol {
  padding: 0 0 0 40px;
  list-style-position: outside;
  margin-bottom: 30px;
}
.xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message ul li + li, .xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message ol li + li {
  margin-top: 10px;
}
.xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message ul p, .xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message ol p {
  margin-bottom: 0;
}
.xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message li > ul,
.xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message li > ol {
  margin-top: 10px;
  padding-left: 20px;
}
.xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message p > strong:first-child {
  display: inline-block;
  margin-bottom: 0px;
}
.xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message p > strong:first-child + ul,
.xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-assistant-message p > strong:first-child + ol {
  margin-top: -15px;
}
.xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-user-message span.text {
  background: #ffda00;
  color: #000000;
  margin-left: auto;
  border-radius: 15px 0 15px 15px;
}
@media screen and (max-width: 767px) {
  .xoai-chat-widget #xoai-chat-messages .xoai-message.xoai-user-message span.text {
    padding: 10px 15px;
  }
}
.xoai-chat-widget #xoai-chat-messages .xoai-message a {
  text-decoration: underline;
}
.xoai-chat-widget #xoai-chat-messages h1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .xoai-chat-widget #xoai-chat-messages h1 {
    margin-bottom: 25px;
  }
}
.xoai-chat-widget #xoai-chat-messages hr {
  border-color: #c6c6c6;
  margin: 30px 0;
}
.xoai-chat-widget #xoai-chat-messages blockquote {
  margin: 30px 0;
  font-size: 22px;
}
.xoai-chat-widget #xoai-chat-messages code {
  display: block;
  border-radius: 4px;
  background: #2e2e2e;
  padding: 25px;
}
.xoai-chat-widget .xoai-copy-btn {
  font-size: 0;
  background-color: #000000;
  border: none;
  padding: 7px;
  border-radius: 50%;
}
.xoai-chat-widget .xoai-copy-btn:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ThemeIcons";
  font-size: 12px;
  color: #ffda00;
}
.xoai-chat-widget .xoai-copy-btn:disabled:before {
  color: #18BA3D;
}
.xoai-chat-widget .xoai-chat-input-wrapper {
  display: flex;
  justify-content: space-between;
  min-height: 60px;
  align-items: flex-start;
  position: relative;
}
.xoai-chat-widget .xoai-chat-input-wrapper #xoai-chat-input {
  background-color: #3E3E3E !important;
  color: #fefefe !important;
  border: none !important;
  font-size: 15px;
  padding: 20px 12px 0px 12px;
  padding-right: 60px;
  padding-left: 60px;
  max-height: 300px;
}
.xoai-chat-widget .xoai-chat-input-wrapper input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #1C1C1C inset !important;
}
.xoai-chat-widget .xoai-chat-input-wrapper button {
  font-size: 0;
  background-color: #000000;
  border: none;
  padding: 12px;
  position: absolute;
  bottom: 15px;
  right: 10px;
  border-radius: 50%;
}
.xoai-chat-widget .xoai-chat-input-wrapper button:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ThemeIcons";
  font-size: 15px;
  color: #ffda00;
}
.xoai-chat-widget .xoai-chat-input-wrapper button.xoai-send-loading {
  opacity: 0.5;
  cursor: not-allowed;
}
.xoai-chat-widget .xoai-file-chip {
  display: flex;
  align-items: center;
  background: #232323;
  border-radius: 8px;
  padding: 5px 45px 5px 10px;
  margin: 10px 0 5px 10px;
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: max-content;
  position: relative;
}
.xoai-chat-widget .xoai-file-chip.file-sent {
  display: none !important;
}
.xoai-chat-widget .xoai-file-chip.file-not-sent {
  display: flex !important;
}
.xoai-chat-widget .xoai-chat-input-container {
  margin-top: 15px;
  border: 2px solid #555555;
  border-radius: 30px;
  background: #3E3E3E;
  overflow: hidden;
}
.xoai-chat-widget .xoai-chat-input-container .xoai-attached-files .xoai-file-chip-icon {
  width: 20px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.xoai-chat-widget .xoai-chat-input-container .xoai-attached-files .xoai-file-chip-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
.xoai-chat-widget .xoai-chat-input-container .xoai-attached-files .xoai-file-chip-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.xoai-chat-widget .xoai-chat-input-container .xoai-attached-files .xoai-file-chip-name {
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
.xoai-chat-widget .xoai-chat-input-container .xoai-attached-files .xoai-file-chip-type {
  font-size: 13px;
  color: #bdbdbd;
  font-weight: 400;
}
.xoai-chat-widget .xoai-chat-input-container .xoai-attached-files .xoai-file-chip-remove {
  background: #232323;
  border: 2px solid #444;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, color 0.2s;
  position: absolute;
  top: 6px;
  right: 8px;
  z-index: 1;
  font-weight: 400;
  padding: 0;
  padding-top: 1px;
}
.xoai-chat-widget .xoai-chat-input-container .xoai-attached-files .xoai-file-chip-remove:hover {
  color: #ffda00;
  border-color: #ffda00;
}
.xoai-chat-widget .xoai-chat-input-notes {
  font-size: 14px;
  margin: 5px 0 0;
  color: #ffda00;
}
.xoai-chat-widget .xoai-file-upload-wrapper {
  position: absolute;
  bottom: 15px;
  left: 10px;
  background-color: #000000;
  border: none;
  color: #ffda00;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.xoai-chat-widget .xoai-file-upload-wrapper input[type=file] {
  display: none !important;
}
.xoai-chat-widget .xoai-file-upload-wrapper .xoai-file-upload-icon {
  color: #ffda00;
  font-size: 24px;
  line-height: 0.6;
  display: block;
  cursor: pointer;
  padding: 12px;
}
@keyframes xoai-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.xoai-chat-widget .xoai-file-upload-wrapper .xoai-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #FFD600;
  border-top: 2px solid #ccc;
  border-radius: 50%;
  animation: xoai-spin 1s linear infinite;
}
.xoai-chat-widget.loading .xoai-chat-input-wrapper button::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #ffda00;
  display: inline-block;
}
.xoai-chat-widget .assistant-typing {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; /* space between dots */
}
.xoai-chat-widget .assistant-typing span {
  width: 10px;
  height: 10px;
  background-color: #fff; /* dot color */
  border-radius: 50%;
  display: inline-block;
  animation: bounce 1.2s infinite ease-in-out;
}
.xoai-chat-widget .assistant-typing span:nth-child(1) {
  animation-delay: 0s;
}
.xoai-chat-widget .assistant-typing span:nth-child(2) {
  animation-delay: 0.2s;
}
.xoai-chat-widget .assistant-typing span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.xoai-chat-widget ::-webkit-scrollbar {
  width: 6px;
}
.xoai-chat-widget ::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
}
.xoai-chat-widget ::-webkit-scrollbar-thumb {
  background: #ffda00;
  background: rgba(137, 137, 137, 0.568627451);
  border-radius: 10px;
}
.xoai-chat-widget ::-webkit-scrollbar-thumb:hover {
  background: rgba(137, 137, 137, 0.568627451);
}

::selection {
  background: #b3d4fc;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../sass/layout.scss%22,%22../sass/base/_fonts.scss%22,%22../sass/vendors/_normalize.scss%22,%22../sass/vendors/_flickity.scss%22,%22../sass/vendors/_magnific_popup.scss%22,%22../sass/abstracts/_mixins.scss%22,%22../sass/base/_icons.scss%22,%22../sass/base/_typography.scss%22,%22../sass/abstracts/_variables.scss%22,%22../sass/base/_utilities.scss%22,%22../sass/layout/_header.scss%22,%22../sass/layout/_footer.scss%22,%22../sass/layout/_navigation.scss%22,%22../sass/layout/_grid.scss%22,%22../sass/layout/_forms.scss%22,%22../sass/layout/_tables.scss%22,%22../sass/layout/_slideshow.scss%22,%22../sass/layout/_sections.scss%22,%22../sass/layout/_items.scss%22,%22../sass/layout/_post.scss%22,%22../sass/components/_buttons.scss%22,%22../sass/components/_hamburger.scss%22,%22../sass/components/_tabs.scss%22,%22../sass/components/_preloader.scss%22,%22../sass/components/_chat.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;AAAA;AAAA;AAAA;ACGA;AACQ;AACA;ACLR;AAEA;AAAA;AAGA;AAAA;AAAA;AAAA;AAKA;EACE;EACA;;;AAGF;AAAA;AAGA;AAAA;AAAA;AAIA;EACE;;;AAGF;AAAA;AAAA;AAAA;AAKA;EACE;EACA;;;AAGF;AAAA;AAGA;AAAA;AAAA;AAAA;AAKA;EACE;EACA;EACA;;;AAGF;AAAA;AAAA;AAAA;AAKA;EACE;EACA;;;AAGF;AAAA;AAGA;AAAA;AAAA;AAIA;EACE;;;AAGF;AAAA;AAAA;AAAA;AAKA;EACE;EACA;EACA;;;AAGF;AAAA;AAAA;AAIA;AAAA;EAEE;;;AAGF;AAAA;AAAA;AAAA;AAKA;AAAA;AAAA;EAGE;EACA;;;AAGF;AAAA;AAAA;AAIA;EACE;;;AAGF;AAAA;AAAA;AAAA;AAKA;AAAA;EAEE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAGA;AAAA;AAAA;AAIA;EACE;;;AAGF;AAAA;AAGA;AAAA;AAAA;AAAA;AAKA;AAAA;AAAA;AAAA;AAAA;EAKE;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAAA;AAKA;AAAA,QACQ;EACN;;;AAGF;AAAA;AAAA;AAAA;AAKA;AAAA,SACS;EACP;;;AAGF;AAAA;AAAA;AAIA;AAAA;AAAA;AAAA;EAIE;;;AAGF;AAAA;AAAA;AAIA;AAAA;AAAA;AAAA;EAIE;EACA;;;AAGF;AAAA;AAAA;AAIA;AAAA;AAAA;AAAA;EAIE;;;AAGF;AAAA;AAAA;AAIA;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAOA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAIA;EACE;;;AAGF;AAAA;AAAA;AAIA;EACE;;;AAGF;AAAA;AAAA;AAAA;AAKA;AAAA;EAEE;EACA;;;AAGF;AAAA;AAAA;AAIA;AAAA;EAEE;;;AAGF;AAAA;AAAA;AAAA;AAKA;EACE;EACA;;;AAGF;AAAA;AAAA;AAIA;EACE;;;AAGF;AAAA;AAAA;AAAA;AAKA;EACE;EACA;;;AAGF;AAAA;AAGA;AAAA;AAAA;AAIA;EACE;;;AAGF;AAAA;AAAA;AAIA;EACE;;;AAGF;AAAA;AAGA;AAAA;AAAA;AAIA;EACE;;;AAGF;AAAA;AAAA;AAIA;EACE;;;ACnVF;AAAA;AAAA;AAIA;EACE;;;AAGF;EAA0B;;;AAE1B;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;AAEA;EACE;EACA;EACG;EACC;EACI;;;AAGV;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AAEA;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;AACA;EACA;;;AAGF;EACE;;;AAGF;AAEA;EACE;EACA;EACA;EACA;AACA;EACA;;;AAGF;EAAsC;;;AACtC;EAAkC;;;AAClC;AACA;EACE;EACA;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EAAoC;;;AAEpC;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;ACvIF;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAEF;AAAA;EAEE;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;;;AAEF;AAAA;AAAA;AAAA;EAIE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AACA;EACE;;;AACA;EACE;;;AAEN;EACE;;;AAEF;EACE;;;AAEF;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AACA;AAAA;EAEE;;;AACF;EACE;;;AAEJ;EACE;;;AAEF;AAAA;EAEE;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AACA;EACE;;;AACF;AAAA;EAEE;;;AACF;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AACF;EACE;EACA;EACA;;;AACF;EACE;EACA;EACA;;;AAEJ;EACE;;;AACA;EACE;EACA;;;AACF;EACE;EACA;;;AAEJ;EACE;;;AACA;EACE;EACA;;;AACF;EACE;;;AAEJ;EACE;EACA;;;AACA;EACE;EACA;EACA;;;AACF;EACE;;;AAEJ;EACE;EACA;EACA;EACA;;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;AACA;EACE;;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AACF;EACE;EACA;EACA;EACA;;;AACF;EACE;;;AAEJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;AACE;AAAA;AAAA;EAGA;IACE;IACA;;EACF;IACE;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACE;;EACJ;IACE;IACA;;EACF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAEJ;EACE;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;;AJtVJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AK+CA;EAC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GJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;;AR5ER;EQmFI;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;;ARxFR;EQ+FI;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;;ARpGR;EQ2GI;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;EALJ;IACI;;EAGJ;IACI;;;Ab3GZ;AAAA;AAAA;AAAA;AAAA;AKwBI;ES3BA;;;AT8BA;ES9BA;;;ATiCA;ESjCA;;;AToCA;ESpCA;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAcI;EACA;EACA;EACA;EACA;EACA,aN3Be;EM4Bf,aNtBe;EMuBf;EACA;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA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GD;IACC;IACA;;EAGD;IACC;IACA;;;Ab7KA;Ea6LD;IACC;IACA;;;;AAMJ;EACC;;AAEA;EACC;;AbnME;EakMH;IAIE;;;AAGD;EACC;EACA;;AAIF;EACC;EACA;EACA;EACA,aV5NiB;EU6NjB;;AAGD;EACC;;;AAIF;EACC;;AAEA;EAEC;EACA;EACA;;AbnOE;Ea+NH;IAOE;;;;AAMH;EACC;EACA;EACG;EACA;;AAEH;EAEC;EACA;EACA;EACA;;AbvPE;EakPH;IAQE;;;AAIF;EACC;EACA;;AAEA;EACC;EACA;EACG;EACH;EACA;;AbvQC;EakQF;IAQE;IACA;;;Ab3QA;EakQF;IAaE;IACA;;;AAGD;EACC;EACA;EACA;EACA,aVhSe;EUiSf;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;;AbjSA;Ea4RD;IAQE;;;AAKH;EACC;;Ab1SC;EaySF;IAIE;IACA;IACA;;;AAGD;EACC;EACA;EACA;;;AAMJ;EACC;EACA;EACA;;AAEA;EACC;EACA;;AblUE;EagUH;IAKE;;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;EACA;;AbrVC;EamVF;IAKE;IACA;;;AAKH;EACC;;AAGD;EACC;EACA;EACA;;;AAIF;EACC;EACA;;AAEA;EACC;;Ab9WE;EayWJ;IASE;;;;AAIF;EACC;EACA;;AbxXG;EasXJ;IAKE;;;Ab3XE;EasXJ;IASE;;;AAGD;EACC;EACA;EACA;;AbrYE;EakYH;IAME;IACA;;;AAGD;EACC;;Ab7YC;Ea4YF;IAIE;;;AAGD;EACC;;AbpZA;EamZD;IAIE;;;AAMJ;EACC;EACA;EACA;EACA;EACA;EACA;;AbnaE;Ea6ZH;IASE;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA,kBVzaW;;AU4aZ;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBVpbW;;;AU0bb;EACC;EACA;EACA;;AbpcE;EaicH;IAME;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AbrdC;Ea0cF;IAcE;IACA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EA;AAAA;EAEI;;AAMR;EACI,YhBnGN;EgBoGM,OhBnGF;EgBoGE;EACA;;AnB7GhB;EmByGY;IAOQ;;;AAKZ;EACI;;AAIR;EACI;;AnB3HR;EmB0HI;IAIQ;;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIR;EAEI;EACA,kBhB/IU;EgBgJV;EACA;EACA;;AAEA;EnBhJJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA,aGzBe;EgBoKP;EACA,OhBxJE;;AgB6JF;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EAEI;EACA,kBhB3LM;EgB4LN;EACA;EACA;EACA;EACA;EACA;;AAEA;EnB/LR;EACA;EACA;EACA;EACA;EACA;EACA;EACA,aGzBe;EgBmNH;EACA,OhBvMF;;AgB0MF;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACQ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI,OhB3SN;EgB4SM,chB5SN;;AgBkTV;EACI;EACA;EACA,OhBrTM;;AgBwTV;EACI;EACA;EACA;EACA;EACA;EACA,OhB9TM;EgB+TN;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI,OhBzUE;EgB0UF;EACA;EACA;EACA;EACA;;AAGJ;EACI;IAAK;;EACL;IAAO;;;AAGX;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAOI;EACI;EACA;EACA;EACA;EACA,kBhBzWN;EgB0WM;;AAMhB;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKZ;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;;AAIJ;EACI;EACA;;AAIJ;EACI,YhBlaM;EgBmaN;EACA;;AAIJ;EACI;;;AxB5XR;EACI;;;AAGJ;AAAA;AAAA;EAGI;;;AAGJ;EACI;EACA%22,%22file%22:%22layout.css%22%7D */
