/* Breakpoint definitions */
/* Font Families */
/* Colors */
:root {
  --color-primary: $color-primary;
  --color-accent-1: $color-accent-1;
  --color-accent-2: $color-accent-2;
  --color-body: $color-body;
  --color-heading: $color-heading; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  -o-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: 0; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
html, body, div, form, fieldset, legend, label {
  margin: 0;
  padding: 0; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

th, td {
  text-align: left;
  vertical-align: top; }

h1, h2, h3, h4, h5, h6, th, td, caption {
  font-weight: normal; }

img {
  border: 0; }

button {
  background-color: transparent;
  background-image: none;
  padding: 0;
  line-height: inherit;
  color: inherit;
  border: 0; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

[class*="col-"] {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px; }

[class*="col-"]:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; }

  [class*="col-"] {
    padding: 15px; }

  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 8.3333333333%; }

  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 16.6666666667%; }

  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 25%; }

  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 33.3333333333%; }

  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 41.6666666667%; }

  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 50%; }

  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 58.3333333333%; }

  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 66.6666666667%; }

  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 75%; }

  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 83.3333333333%; }

  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 91.6666666667%; }

  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 100%; }

  .reverse-row-direction {
    flex-direction: row-reverse; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .col-mdo-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 8.3333333333%; }

  .col-mdo-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 16.6666666667%; }

  .col-mdo-3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 25%; }

  .col-mdo-4 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 33.3333333333%; }

  .col-mdo-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 41.6666666667%; }

  .col-mdo-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 50%; }

  .col-mdo-7 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 58.3333333333%; }

  .col-mdo-8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 66.6666666667%; }

  .col-mdo-9 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 75%; }

  .col-mdo-10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 83.3333333333%; }

  .col-mdo-11 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 91.6666666667%; }

  .col-mdo-12 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 100%; } }
html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

header {
  position: relative;
  display: block; }

section {
  position: relative;
  display: block; }

footer {
  position: relative;
  display: block; }

main {
  position: relative;
  display: block; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #dddddd; }

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 1;
  color: #dddddd; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #dddddd; }

body {
  font-family: "Spectral", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  letter-spacing: normal;
  color: #15151a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

@media (min-width: 768px) {
  body {
    font-size: 20px; } }
h1, .h1 {
  font-family: "Cormorant Infant", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
  color: #1a1952;
  font-size: 32px; }

h2, .h2 {
  font-family: "Cormorant Infant", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
  color: #1a1952;
  font-size: 36px; }

h3, .h3 {
  font-family: "Cormorant Infant", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
  color: #1a1952;
  font-size: 28px; }

h4, .h4 {
  font-family: "Cormorant Infant", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
  color: #1a1952;
  font-size: 24px; }

h5, .h5 {
  font-family: "Cormorant Infant", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
  color: #1a1952;
  font-size: 20px; }

h6, .h6 {
  font-family: "Cormorant Infant", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
  color: #1a1952;
  font-size: 18px; }

@media (min-width: 768px) {
  h1, .h1-md {
    font-size: 56px; }

  h2, .h2-md {
    font-size: 42px; }

  h3, .h3-md {
    font-size: 32px; }

  h4, .h4-md {
    font-size: 28px; }

  h5, .h5-md {
    font-size: 24px; }

  h6, .h6-md {
    font-size: 20px; } }
p {
  margin-top: 0;
  margin-bottom: 1rem; }

li {
  margin-bottom: 0.2em; }

ul {
  padding-inline-start: 2em; }

li ul {
  padding-inline-start: 1.2em; }

a {
  text-decoration: none;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  color: #2324c5; }

a:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%); }

strong {
  font-weight: 700; }

.hidden {
  display: none !important; }

@media (max-width: 767px) {
  .hidden--mobile {
    display: none !important; } }
@media (min-width: 768px) {
  .hidden--desktop {
    display: none !important; } }
.stop-scroll--html {
  overflow: hidden; }

.stop-scroll--body {
  overflow: hidden;
  height: 100%; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.justify-content-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-content-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.box-shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none; }

.box-shadow-small {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05); }

.box-shadow-medium {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.075); }

.box-shadow-large {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1); }

.rounded-full {
  border-radius: 9999px !important; }

.rounded-ellipse {
  border-radius: 50% !important; }

.accordion .accordion-title:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  padding-right: 15px;
  content: "\f068";
  color: #2324c5;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto; }

.accordion .accordion-title.collapsed:after {
  content: "\f067"; }

.announcement {
  font-size: 18px;
  display: block;
  margin: 0;
  padding: 8px 0; }

@media (min-width: 768px) {
  .announcement {
    font-size: 20px; } }
/* Dynamic Backgrounds */
.background-dark {
  color: #ffffff; }

.background-dark h1,
.background-dark h2,
.background-dark h3,
.background-dark h4,
.background-dark h5,
.background-dark h6 {
  color: #ffffff; }

.background-dark .header-toggle span {
  background: #ffffff; }

.background-light {
  color: #15151a; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1952; }

.background-light .header-toggle span {
  background: #15151a; }

/* Dynamic Backgrounds Nested */
.footer.background-dark,
.header__content.background-dark, .block.background-dark, .countdown__number.background-dark {
  color: #ffffff; }

.footer.background-dark a,
.header__content.background-dark a, .block.background-dark a, .countdown__number.background-dark a {
  color: #999aff; }

.footer.background-dark h1,
.footer.background-dark h2,
.footer.background-dark h3,
.footer.background-dark h4,
.footer.background-dark h5,
.footer.background-dark h6,
.header__content.background-dark h1,
.header__content.background-dark h2,
.header__content.background-dark h3,
.header__content.background-dark h4,
.header__content.background-dark h5,
.header__content.background-dark h6, .block.background-dark h1,
.block.background-dark h2,
.block.background-dark h3,
.block.background-dark h4,
.block.background-dark h5,
.block.background-dark h6, .countdown__number.background-dark h1,
.countdown__number.background-dark h2,
.countdown__number.background-dark h3,
.countdown__number.background-dark h4,
.countdown__number.background-dark h5,
.countdown__number.background-dark h6 {
  color: #ffffff; }

.footer.background-light,
.header__content.background-light, .block.background-light, .countdown__number.background-light {
  color: #15151a; }

.footer.background-light a,
.header__content.background-light a, .block.background-light a, .countdown__number.background-light a {
  color: #2324c5; }

.footer.background-light h1,
.footer.background-light h2,
.footer.background-light h3,
.footer.background-light h4,
.footer.background-light h5,
.footer.background-light h6,
.header__content.background-light h1,
.header__content.background-light h2,
.header__content.background-light h3,
.header__content.background-light h4,
.header__content.background-light h5,
.header__content.background-light h6, .block.background-light h1,
.block.background-light h2,
.block.background-light h3,
.block.background-light h4,
.block.background-light h5,
.block.background-light h6, .countdown__number.background-light h1,
.countdown__number.background-light h2,
.countdown__number.background-light h3,
.countdown__number.background-light h4,
.countdown__number.background-light h5,
.countdown__number.background-light h6 {
  color: #1a1952; }

.block {
  width: 100%;
  height: 100%; }

.block-break {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.btn {
  font-family: "Mulish", "Spectral", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 9.5px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.25px;
  border: 2px solid;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.btn:last-child {
  margin-right: 0; }

.btn:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%); }

.form-btn {
  font-family: "Mulish", "Spectral", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 9.5px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.25px;
  border: 2px solid;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 8px; }

.form-btn:last-child {
  margin-right: 0; }

.form-btn:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%); }

.btn-full {
  display: inline-block;
  width: 100%; }

.btn-small {
  font-size: 90%;
  padding: 8px 16px; }

.btn-medium {
  padding: 9.5px 30px; }

.btn-large {
  font-size: 120%;
  padding: 12px 40px; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  word-wrap: break-word;
  border: none;
  background-color: transparent;
  background-clip: border-box; }

.card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px; }

.card__body > :first-child {
  margin-top: 0 !important; }

.card__body > :last-child {
  margin-bottom: 0 !important; }

.card__text {
  margin-bottom: 0.75rem; }

@media (min-width: 768px) {
  .card__body {
    padding: 30px; } }
.close-x {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer; }

.close-x__part {
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #666666; }

.close-x__part:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.close-x__part:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.container {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 1340px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; }

@media (min-width: 768px) {
  .container {
    padding-right: 40px;
    padding-left: 40px; } }
.countdown__column {
  margin-bottom: 0;
  width: 25%;
  padding: 15px; }

.countdown__item {
  text-align: center; }

.countdown__number {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem; }

.countdown__label {
  margin-bottom: 0;
  font-weight: 700; }

.countdown__boxed .countdown__number {
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding: 10px 0;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .countdown__number {
    font-size: 4rem; } }
.dropdown {
  position: relative; }

.dropdown__trigger {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dropdown__menu {
  position: absolute;
  z-index: 9999;
  top: 40px;
  left: -20px;
  min-width: 200px;
  padding: 10px 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  -o-transition: transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  text-align: left;
  opacity: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1); }

.dropdown__menu--text-left {
  text-align: left; }

.dropdown__menu--text-center {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  text-align: center; }

.dropdown__menu--text-right {
  right: -20px;
  left: auto;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  text-align: right; }

.dropdown__item a {
  display: block;
  margin: 0;
  padding: 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.dropdown__item a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.02); }

.dropdown--open .dropdown__menu {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.editor-null {
  padding: 20px;
  text-align: center;
  border: 2px dashed #e4e8ee; }

.event-video__item {
  visibility: hidden;
  overflow: hidden;
  height: 0; }

.event-video__item.active {
  visibility: visible;
  height: auto; }

.event-video .btn {
  margin: 1rem; }

.form-group {
  margin-bottom: 20px; }

.form-group label {
  font-family: "Spectral", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 18px;
  position: relative;
  display: block;
  margin-bottom: 5px;
  text-align: left; }

.form-control {
  font-family: "Spectral", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  width: 100%;
  padding: 10.5px 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
  background-clip: padding-box; }

.form-control:focus {
  border-color: #bbbbbb;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control::-moz-placeholder {
  color: #999999; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-ms-input-placeholder {
  color: #999999; }

.form-control::placeholder {
  color: #999999; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-ms-input-placeholder {
  color: #999999; }

.checkbox-field {
  text-align: left; }

.checkbox-field .form-control {
  display: inline-block;
  width: auto;
  margin: 0 10px 0 0; }

.checkbox-field label {
  position: relative;
  display: block;
  margin-bottom: 5px; }

.checkbox-field .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.checkbox-field .text {
  vertical-align: text-top; }

.radio-buttons-field {
  text-align: left; }

.radio-buttons-field .form-control {
  display: inline-block;
  width: auto;
  margin: 0 10px 0 0; }

.radio-buttons-field label {
  position: relative;
  display: block;
  margin-bottom: 5px; }

.radio-buttons-field .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.radio-buttons-field .text {
  vertical-align: text-top; }

.select-box-field .form-control {
  height: 50px; }

.country-field .form-control {
  height: 50px; }

@media (min-width: 768px) {
  .form-group label {
    font-size: 20px; }

  .form-control {
    font-size: 20px; }

  .fields-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .fields-wrapper .form-group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 1rem;
    margin-bottom: 0; }

  .fields-wrapper .form-btn {
    display: inline-block;
    width: auto;
    margin: 0; } }
.parsley-errors-list {
  margin: 0;
  padding-left: 20px;
  text-align: left;
  color: #f0574d; }

.parsley-errors-list li {
  margin: 10px 0; }

.hamburger {
  position: relative;
  width: 30px;
  height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; }

.hamburger__slices {
  position: relative;
  width: 100%;
  height: 24px; }

.hamburger__slice {
  position: absolute;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #15151a; }

.hamburger--slice-2 {
  top: 11px; }

.hamburger--slice-3 {
  top: 11px; }

.hamburger--slice-4 {
  top: 22px; }

.hamburger--opened {
  z-index: 1000; }

.hamburger--opened .hamburger--slice-1 {
  -webkit-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  transform: translate(0, -6px);
  opacity: 0; }

.hamburger--opened .hamburger--slice-2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger--opened .hamburger--slice-3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger--opened .hamburger--slice-4 {
  -webkit-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  transform: translate(0, 6px);
  opacity: 0; }

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

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.logo {
  display: block;
  margin: 0; }

.logo__text {
  font-size: 24px;
  font-weight: 700;
  margin: 0; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none !important;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-overflow-scrolling: touch; }

.modal__content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 650px;
  margin: auto;
  padding: 15px 10px;
  cursor: auto;
  border-radius: 4px;
  background-color: #ffffff; }

.modal__block {
  display: block;
  padding: 15px; }

.modal__button {
  display: inline-block;
  padding: 1rem; }

.modal__title {
  margin-bottom: 0; }

.modal--open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.modal--open .modal__content {
  -webkit-animation: open 0.3s cubic-bezier(1, 0, 0, 1);
  animation: open 0.3s cubic-bezier(1, 0, 0, 1); }

@media (min-width: 768px) {
  .modal {
    padding: 30px; }

  .modal__content {
    padding: 20px; }

  .modal__block {
    display: inline-block; }

  .modal__body {
    padding: 15px; } }
@-webkit-keyframes open {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes open {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
div[id^="section-"] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.sizer {
  padding-top: 100px;
  padding-bottom: 100px; }

.sizer--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh; }

.sizer--full .container {
  margin: auto; }

@media (max-width: 767px) {
  .sizer {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px; } }
.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.social-icons__icon {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none; }

.social-icons__icon:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%); }

.social-icons > :first-child {
  margin-left: 0 !important; }

.social-icons > :last-child {
  margin-right: 0 !important; }

.social-icons--round .social-icons__icon {
  width: 35px;
  height: 35px;
  margin: 0 5px;
  border-radius: 50%; }

.social-icons--square .social-icons__icon {
  width: 35px;
  height: 35px;
  margin: 0 5px; }

.user__avatar {
  width: 40px;
  border-radius: 50%; }

.event__title {
  font-size: 2.5rem; }

.event__date {
  font-weight: 700; }

@media (min-width: 768px) {
  .event__title {
    font-size: 4rem; }

  .event__date {
    font-size: 1.5rem; } }
.feature {
  display: flex;
  flex-direction: column; }

.feature__image {
  display: inline-block;
  margin-bottom: 12px; }

.feature__image.left {
  align-self: flex-start; }

.feature__image.center {
  align-self: center; }

.feature__image.right {
  align-self: flex-end; }

.feature .btn {
  margin: 20px 0 0; }

.feature .feature__text > :first-child {
  margin-top: 0 !important; }

.feature .feature__text > :last-child {
  margin-bottom: 0 !important; }

.footer {
  position: relative; }

.footer__content {
  padding: 20px 0; }

.footer__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer__container > :first-child {
  margin-left: 0 !important; }

.footer__container > :last-child {
  margin-right: 0 !important; }

.footer__block {
  margin: 10px 0; }

.footer .link-list {
  display: block;
  text-align: center; }

.footer .link-list__link {
  margin: 5px 10px;
  white-space: nowrap; }

@media (min-width: 768px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .footer__block {
    margin: 0 10px; }

  .footer .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .footer .link-list > :first-child {
    margin-left: 0; }

  .footer .link-list > :last-child {
    margin-right: 0; }

  .footer .link-list__link {
    margin: 0 10px; } }
.footer--stacked .footer__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.footer--stacked .footer__block {
  margin: 10px 0; }

.footer--stacked .link-list {
  display: block;
  text-align: center; }

.footer--stacked .link-list__link {
  margin: 5px 10px !important; }

.header {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.header__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header__content--desktop .header__block {
  display: none;
  margin: 0 10px; }

.header__container > div:first-of-type {
  margin-left: 0 !important; }

.header__container > div:last-of-type {
  margin-right: 0 !important; }

.header__content--desktop .header__block--announcement {
  margin: 0; }

.header__content--desktop .header__block--user .dropdown__menu {
  top: 48px; }

.header__content--desktop .header__block--show {
  display: block; }

.header__content--desktop .link-list > :first-child {
  margin-left: 0; }

.header__content--desktop .link-list > :last-child {
  margin-right: 0; }

.header__content--desktop .link-list__link {
  margin: 0 10px; }

.header__content--desktop .btn {
  margin: 0; }

.header__content--mobile {
  display: none;
  overflow: hidden;
  padding-bottom: 20px; }

.header__content--mobile .dropdown__trigger {
  display: none; }

.header__content--mobile .dropdown__menu {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  min-width: auto;
  margin: 0;
  padding: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.header__content--mobile .dropdown__item a {
  margin: 0;
  padding: 8px 20px; }

.header__content--mobile .link-list {
  display: block;
  text-align: left; }

.header__content--mobile .link-list__link {
  display: block;
  margin: 0;
  padding: 8px 20px;
  -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
  transition: all 0.2s cubic-bezier(1, 0, 0, 1); }

.header__content--mobile .link-list__link:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.02); }

.header__content--mobile .user__login a {
  display: block;
  margin: 0;
  padding: 8px 20px;
  -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
  transition: all 0.2s cubic-bezier(1, 0, 0, 1); }

.header__content--mobile .user__login a:hover {
  background-color: rgba(0, 0, 0, 0.02); }

.header__content--mobile .btn {
  margin: 10px 20px; }

.header--static {
  display: block; }

.header--static .header__content--mobile {
  position: absolute;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.075); }

.header--overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%; }

.header--fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.075); }

@media (min-width: 768px) {
  .header__content--desktop .header__block {
    display: block;
    margin: 0 10px; }

  .header__content--mobile {
    display: none; } }
.image {
  position: relative; }

.image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  opacity: 0;
  background-color: #ffffff; }

.image__overlay-text > :last-child {
  margin-bottom: 0; }

.image:hover .image__overlay {
  opacity: 1; }

.powered-by {
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 0;
  text-align: center; }

.powered-by a {
  opacity: 0.5; }

@media (min-width: 768px) {
  .powered-by {
    text-align: right; } }
.pricing__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px; }

.pricing__price {
  margin-top: 1rem;
  margin-bottom: 0; }

.pricing__frequency {
  margin-bottom: 3px; }

.pricing__name {
  margin: 0;
  font-weight: 700; }

.pricing__heading {
  font-size: 16px; }

.pricing ol, .pricing ul {
  margin: 2rem 0; }

.pricing li {
  margin: 8px 0; }

.pricing .custom-icon ul, .pricing .custom-icon li {
  list-style: none; }

.pricing .custom-icon li:before {
  content: '\f007';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  float: left;
  margin-left: -2rem;
  color: #2324c5; }

.pricing .btn {
  margin-top: 1rem; }

.font-xs {
  font-size: 0.64em; }

.font-sm {
  font-size: 0.8em; }

.font-lg {
  font-size: 1.25em; }

.font-xl {
  font-size: 1.5625em; }

/* Custom icon bullet lists */
ul.icon-bullets {
  list-style-type: none; }
  ul.icon-bullets li::before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 0.333em;
    margin-left: -1.333em;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900; }
  ul.icon-bullets.icon-lotus li::before {
    content: "\f5bb"; }
  ul.icon-bullets.icon-check li::before {
    content: "\f00c"; }
  ul.icon-bullets.icon-check-square li::before {
    content: "\f14a"; }
  ul.icon-bullets.icon-check-circle li::before {
    content: "\f058"; }
  ul.icon-bullets.icon-arrow-right li::before {
    content: "\f061"; }
  ul.icon-bullets.icon-ban li::before {
    content: "\f05e"; }
  ul.icon-bullets.icon-times li::before {
    content: "\f00d"; }
  ul.icon-bullets.bullet-color-accent-1 li::before {
    color: #4c69ff; }
  ul.icon-bullets.bullet-color-accent-2 li::before {
    color: #f4d297; }

/* Additional typography classes.
   these are named to be compatible with Tailwind CSS 2.0 for future replacement
*/
.font-body {
  font-family: "Spectral", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; }

.font-heading {
  font-family: "Cormorant Infant", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; }

.font-accent {
  font-family: "Mulish", "Spectral", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; }

.font-thin {
  font-weight: 100; }

.font-extralight {
  font-weight: 200; }

.font-light {
  font-weight: 300; }

.font-normal {
  font-weight: 400; }

.font-medium {
  font-weight: 500; }

.font-semibold {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.font-extrabold {
  font-weight: 800; }

.font-black {
  font-weight: 900; }

.normal-nums {
  font-variant-numeric: normal; }

.ordinal {
  font-variant-numeric: ordinal; }

.lining-nums {
  font-variant-numeric: lining-nums; }

.oldstyle-nums {
  font-variant-numeric: oldstyle-nums; }

.proportional-nums {
  font-variant-numeric: proportional-nums; }

.tabular-nums {
  font-variant-numeric: tabular-nums; }

.diagonal-fractions {
  font-variant-numeric: diagonal-fractions; }

.italic {
  font-style: italic; }

.not-italic {
  font-style: normal; }

.underline {
  text-decoration: underline; }

.line-through {
  text-decoration: line-through; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.normal-case {
  text-transform: none; }

.color-primary {
  color: #2324c5; }

.color-accent-1 {
  color: #4c69ff; }

.color-accent-2 {
  color: #f4d297; }

.color-body {
  color: #15151a; }

.color-heading {
  color: #1a1952; }

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

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

.text-base {
  font-size: 1em; }

.text-lg {
  font-size: 1.125em; }

.text-xl {
  font-size: 1.25em;
  line-height: 1.25em; }

.text-2xl {
  font-size: 1.5em;
  line-height: 1.25em; }

.text-3xl {
  font-size: 1.875em; }

.text-4xl {
  font-size: 2.25em; }

.text-5xl {
  font-size: 3em; }

.m-0 {
  margin: 0px; }

@media (min-width: 640px) {
  .sm\:m-0 {
    margin: 0px; } }
@media (min-width: 768px) {
  .md\:text-2xl {
    font-size: 1.5em;
    line-height: 1.25em; }

  .md\:text-3xl {
    font-size: 1.875em; }

  .md\:m-0 {
    margin: 0px; } }
@media (min-width: 1024px) {
  .lg\:text-3xl {
    font-size: 1.875em; }

  .lg\:text-4xl {
    font-size: 2.25em; }

  .lg\:m-0 {
    margin: 0px; } }
@media (min-width: 1280px) {
  .xl\:m-0 {
    margin: 0px; } }
@media (min-width: 1536px) {
  .xxl\:m-0 {
    margin: 0px; } }
