/*$linear-gradient: background-image: linear-gradient(to right, #6859EA 0%, #6ACBE0 100%);
*/
/*@include linear-gradient (url('../images/banner_background.png'),#6ACBE0, #6859EA);
*/
/**
* Features
 */
/*
* Mobile
 */
/*
* Header
 */
/*
* Menu
 */
/*
* Loader
 */
@import url("https://fonts.googleapis.com/earlyaccess/opensanshebrew.css");
html, body {
  font-size: 14px; }

/*@include media-breakpoint-up(sm) {
  html,body  {
    font-size: 10px;
  }
}*/
@media (min-width: 768px) {
  html, body {
    font-size: 11px; } }
@media (min-width: 992px) {
  html, body {
    font-size: 12px; } }
@media (min-width: 1200px) {
  html, body {
    font-size: 14px; } }
@media (min-width: 1600px) {
  html, body {
    font-size: 16px; } }
.app .features__list, .event .features__list, .event-types .features__list, .contact.contact--page .contact__details .features__list, .feature, .feature__icon-wrapper, .feature__icon-inner, .site-loader__content, .header__container, .header__menu-wrapper, .why-us__inner .confetti-app, .why-us__inner .other-app, .testimonials .testimonial__inner, .testimonials .testimonial__image-wrapper, .testimonials .testimonial__image-inner, .center .testimonial--active, .plans__list, .plans .plan__price-wrapper, .footer__primary, .knowledge-base__wrapper, .knowledge-base .subjects--grid-view .subjects__subject .subject__icon-wrapper, .knowledge-base .subjects--grid-view .subjects__subject .subject__icon-inner, .features__feature .feature__content, .features__cta .features__cta-container, .contact__info, .pre-register__info, .pre-register__form .form, .content .page__hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.btn {
  cursor: pointer;
  border-radius: 21.5px;
  padding: .6rem 2rem;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .btn:focus {
    outline: none;
    box-shadow: none; }
  .btn--primary {
    position: relative;
    color: #FFFFFF;
    background-image: -ms-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
    /* IE10+ */
    background-image: -moz-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
    /* Mozilla Firefox */
    background-image: -o-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
    /* Opera */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17EAD9), color-stop(100, #4B99E5));
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
    /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to right, #17EAD9 0%, #4B99E5 100%);
    /* W3C Markup */
    background-repeat: no-repeat;
    border: 1px solid transparent;
    font-weight: 700;
    z-index: 1; }
    .btn--primary:before {
      content: '';
      width: calc(100% + 5px);
      height: calc(100% + 2px);
      display: block;
      position: absolute;
      top: -1px;
      right: -2px;
      background: #FFFFFF;
      border-radius: inherit;
      border: 1px solid #4A9BE5;
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .btn--primary:hover {
      color: #4A9BE5;
      /*border-color: $primary-btn-hover-border-color;
      background: transparent;*/ }
      .btn--primary:hover:before {
        opacity: 1; }
  .btn--secondary {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #4A9BE5;
    font-weight: 700; }
    .btn--secondary:hover {
      color: #FFFFFF;
      background-color: transparent; }

html {
  overflow-x: hidden;
  overflow-y: auto; }
  html.menu-open {
    overflow-y: hidden; }

body {
  color: #646464;
  direction: rtl;
  text-align: right;
  font-family: "Open Sans Hebrew", sans-serif;
  letter-spacing: 0.03958em;
  position: relative; }
  @media (max-width: 991.98px) {
    body {
      background: #4A9BE5;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      body.menu-open {
        overflow-y: hidden; } }

.fade-in-left {
  -webkit-animation: fadeinleft 1s linear;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeinleft 1s linear;
  /* Firefox < 16 */
  -ms-animation: fadeinleft 1s linear;
  /* Internet Explorer */
  -o-animation: fadeinleft 1s linear;
  /* Opera < 12.1 */
  animation: fadeinleft 1s linear; }

.fade-out-up {
  -webkit-animation: fadeoutup .2s linear;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeoutup .2s linear;
  /* Firefox < 16 */
  -ms-animation: fadeoutup .2s linear;
  /* Internet Explorer */
  -o-animation: fadeoutup .2s linear;
  /* Opera < 12.1 */
  animation: fadeoutup .2s linear; }

@media (max-width: 991.98px) {
  .content-container {
    overflow-x: hidden; } }
.content-container--menu-open {
  overflow-y: hidden; }

@media (max-width: 991.98px) {
  .content-wrapper {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    background: #FFFFFF;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-mask-image: -webkit-radial-gradient(white, black); }
    .inner-page .content-wrapper {
      padding-top: 80px; } }
.content-wrapper--menu-open {
  direction: ltr;
  width: 100%;
  border-radius: 25px;
  border: 2px solid #fff;
  -webkit-transform: translate(-65%, 1%) scale(0.8);
  -ms-transform: translate(-65%, 1%) scale(0.8);
  transform: translate(-65%, 1%) scale(0.8); }
  .inner-page .content-wrapper--menu-open {
    padding-top: 0; }

.inner-page .content {
  margin: 60px 0; }
  @media (max-width: 991.98px) {
    .inner-page .content {
      margin: 30px 0; } }
.content .section__title {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700; }
  .inner-page .content .section__title {
    font-size: 2.5rem; }
    @media (max-width: 991.98px) {
      .inner-page .content .section__title {
        font-size: 1.5rem; } }
  @media (max-width: 991.98px) {
    .content .section__title {
      font-size: 2rem; } }
  .content .section__title--primary {
    color: #4A9BE5; }
    .content .section__title--primary:after {
      content: '';
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: -5px;
      right: 0;
      background-image: -ms-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* IE10+ */
      background-image: -moz-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Mozilla Firefox */
      background-image: -o-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Opera */
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17EAD9), color-stop(100, #4B99E5));
      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Webkit (Chrome 11+) */
      background-image: linear-gradient(to right, #17EAD9 0%, #4B99E5 100%);
      /* W3C Markup */
      background-repeat: no-repeat; }
  .content .section__title--secondary {
    color: #FFFFFF; }
    .content .section__title--secondary:after {
      content: '';
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: -5px;
      right: 0;
      background-color: #FFFFFF; }
.content__modal {
  display: none;
  visibility: hidden;
  opacity: 0;
  max-width: 960px;
  width: 100%;
  position: fixed;
  top: 50%;
  right: 50%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%) translateX(50%);
  border-radius: 25px;
  z-index: 6;
  -webkit-box-shadow: 0px 1px 10px 3px rgba(74, 155, 229, 0.15);
  -moz-box-shadow: 0px 1px 10px 3px rgba(74, 155, 229, 0.15);
  box-shadow: 0px 1px 10px 3px rgba(74, 155, 229, 0.15);
  overflow: visible;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }
  .content__modal.modal--visible {
    display: block;
    visibility: visible;
    opacity: 1; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:focus {
  outline: none !important;
  box-shadow: none; }

button {
  -webkit-appearance: none !important;
  border: 0px;
  background-color: none; }

.modal-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 5; }
  .modal-overlay--visible {
    display: block; }

/* width */
::-webkit-scrollbar {
  width: .5rem;
  height: .5rem; }

/* Track */
::-webkit-scrollbar-track {
  background: transparent; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #646464;
  border-radius: 20px; }

/* Handle on hover */
html, body, .content-container, .content-wrapper, .content {
  -webkit-overflow-scrolling: touch; }

.load-hidden {
  visibility: hidden; }

/* Success Animation */
@keyframes scaleShape {
  0% {
    opacity: 0;
    transform: scale(1.4); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes drawShape {
  0% {
    stroke-dashoffset: 145px; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes drawCheck {
  0% {
    stroke-dashoffset: 40px; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#success-circle {
  stroke-dasharray: 145px 145px;
  stroke: #30bf41; }

#success-check {
  stroke-dasharray: 40px 40px;
  stroke: #FFFFFF; }

#success-wrapper {
  fill: #30bf41;
  opacity: 0; }

#success-animation.animated {
  animation: 1s ease-out 0s 1 both scaleShape; }
  #success-animation.animated #success-circle {
    animation: 1s cubic-bezier(0.8, 0, 0.17, 1) 0s 1 both drawShape, 0.4s linear 1s 1 both fadeOut; }
  #success-animation.animated #success-check {
    animation: 1s cubic-bezier(0.8, 0, 0.17, 1) 0s 1 both drawCheck, 0.4s linear 1s 1 both fadeOut; }
  #success-animation.animated #success-wrapper {
    animation: 0.4s linear 1s both fadeIn; }

@keyframes mockup-rotate {
  0% {
    transform: rotate3d(1, 1, 1, 0deg); }
  100% {
    opacity: 1;
    transform: rotate3d(0, 1, 1, 35deg); } }
@keyframes mockup-floating {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-2rem); } }
@keyframes vs-scale {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); } }
.app .features__list, .event .features__list, .event-types .features__list, .contact.contact--page .contact__details .features__list {
  height: calc(100% - 30px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none; }
.app .features__item, .event .features__item, .event-types .features__item, .contact.contact--page .contact__details .features__item {
  padding: 0; }
  .feature {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
    .feature:hover .feature__icon {
      transform: scale(1.1); }
    .feature__icon-wrapper {
      width: 80px;
      height: 80px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-image: -ms-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* IE10+ */
      background-image: -moz-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Mozilla Firefox */
      background-image: -o-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Opera */
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17EAD9), color-stop(100, #4B99E5));
      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Webkit (Chrome 11+) */
      background-image: linear-gradient(to right, #17EAD9 0%, #4B99E5 100%);
      /* W3C Markup */
      background-repeat: no-repeat;
      border-radius: 50%; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .feature__icon-wrapper {
          width: 60px;
          height: 60px; } }
    .feature__icon-inner {
      width: 76px;
      height: 76px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #FFFFFF;
      border-radius: 50%; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .feature__icon-inner {
          width: 56px;
          height: 56px; } }
    .feature__icon {
      -webkit-transition: transform 0.2s ease-in;
      -o-transition: transform 0.2s ease-in;
      transition: transform 0.2s ease-in; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .feature__icon {
          max-height: 60%; } }
    .feature__content {
      max-width: calc(100% - 110px); }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .feature__content {
          max-width: calc(100% - 90px); } }
    .feature__name {
      font-size: 1.5rem;
      font-weight: 700;
      color: #4A9BE5; }

.site-loader {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-image: -ms-linear-gradient(top, #17EAD9 0%, #617cea 100%);
  /* IE10+ */
  background-image: -moz-linear-gradient(top, #17EAD9 0%, #617cea 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(top, #17EAD9 0%, #617cea 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #17EAD9), color-stop(100%, #617cea));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(top, #17EAD9 0%, #617cea 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, #17EAD9 0%, #617cea 100%);
  /* W3C Markup */
  background-repeat: no-repeat;
  z-index: 10; }
  .site-loader__content {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .site-loader__logo {
    width: 200px;
    height: auto; }
  .site-loader__slogan {
    display: block;
    margin-top: .5rem;
    font-weight: 700;
    color: #FFFFFF; }

.header {
  width: 100%;
  position: fixed;
  padding-bottom: 120px;
  z-index: 4;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: -ms-linear-gradient(top, #102199 0%, transparent 100%);
  /* IE10+ */
  background-image: -moz-linear-gradient(top, #102199 0%, transparent 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(top, #102199 0%, transparent 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #102199), color-stop(100%, transparent));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(top, #102199 0%, transparent 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, #102199 0%, transparent 100%);
  /* W3C Markup */
  background-repeat: no-repeat; }
  @media (max-width: 991.98px) {
    .header {
      padding-bottom: 0;
      background-image: none; } }
  .inner-page .header {
    position: static;
    background-image: -ms-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
    /* IE10+ */
    background-image: -moz-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
    /* Mozilla Firefox */
    background-image: -o-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
    /* Opera */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17EAD9), color-stop(100, #4B99E5));
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
    /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to right, #17EAD9 0%, #4B99E5 100%);
    /* W3C Markup */
    background-repeat: no-repeat;
    background-repeat: repeat;
    padding-bottom: 0; }
    @media (max-width: 991.98px) {
      .inner-page .header {
        position: fixed;
        top: 0; } }
    .inner-page .header.header--menu-open {
      position: fixed;
      background: none; }
  .header--sticky:not(.header--menu-open), .inner-page .header--sticky:not(.header--menu-open) {
    position: fixed;
    top: 0;
    padding-bottom: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(74, 155, 229, 0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(74, 155, 229, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(74, 155, 229, 0.15); }
    @media (min-width: 992px) {
      .header--sticky:not(.header--menu-open) .header__menu .menu__link, .inner-page .header--sticky:not(.header--menu-open) .header__menu .menu__link {
        color: #646464; }
        .header--sticky:not(.header--menu-open) .header__menu .menu__link:before, .header--sticky:not(.header--menu-open) .header__menu .menu__link:after, .inner-page .header--sticky:not(.header--menu-open) .header__menu .menu__link:before, .inner-page .header--sticky:not(.header--menu-open) .header__menu .menu__link:after {
          background-color: #646464; } }
    .header--sticky:not(.header--menu-open) .header__logo .logo__link:hover, .inner-page .header--sticky:not(.header--menu-open) .header__logo .logo__link:hover {
      text-decoration: none; }
    .header--sticky:not(.header--menu-open) .header__logo .logo__white-image, .inner-page .header--sticky:not(.header--menu-open) .header__logo .logo__white-image {
      display: none; }
    .header--sticky:not(.header--menu-open) .header__logo .logo__color-image, .inner-page .header--sticky:not(.header--menu-open) .header__logo .logo__color-image {
      display: inline-block; }
    .header--sticky:not(.header--menu-open) .header__cta .register__button:first-child, .inner-page .header--sticky:not(.header--menu-open) .header__cta .register__button:first-child {
      display: none; }
    .header--sticky:not(.header--menu-open) .header__cta .register__button:last-child, .inner-page .header--sticky:not(.header--menu-open) .header__cta .register__button:last-child {
      display: inline-block; }
      @media (max-width: 991.98px) {
        .header--sticky:not(.header--menu-open) .header__cta .register__button:last-child, .inner-page .header--sticky:not(.header--menu-open) .header__cta .register__button:last-child {
          display: inline-flex; } }
    .header--sticky:not(.header--menu-open) .header__menu-toggle .menu-toggle__icon span, .inner-page .header--sticky:not(.header--menu-open) .header__menu-toggle .menu-toggle__icon span {
      background: #4A9BE5; }
    .header--sticky:not(.header--menu-open) .header__call .header__call-icon path, .inner-page .header--sticky:not(.header--menu-open) .header__call .header__call-icon path {
      stroke: #4A9BE5; }
  .header--menu-open {
    background: none;
    /*
    .header__menu {
      display: block;
    }
    .header__cta {
      &.register {
        display: block;
      }
    }
    .header__contact {
      @extend %display-flex;
    }
    */ }
    .header--menu-open--sticky {
      background: none; }
    .header--menu-open .header__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
      justify-content: inherit; }
    .header--menu-open .header__logo {
      height: 80px;
      display: inline-flex;
      -ms-flex-item-align: flex-start;
      -ms-grid-row-align: flex-start;
      align-self: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .header--menu-open .header__menu-wrapper {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .header__container {
    max-width: calc(100% - 30px);
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
    @media (min-width: 576px) {
      .header__container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .header__container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .header__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .header__container {
        max-width: 1140px; } }
    @media (min-width: 1600px) {
      .header__container {
        max-width: 1580px; } }
    @media (max-width: 991.98px) {
      .header__container {
        max-width: 100%;
        height: 80px; } }
  @media (max-width: 991.98px) {
    .header__top-bar {
      width: 100%;
      display: flex; } }
  .header__menu-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 1; }
    @media (max-width: 991.98px) {
      .header__menu-wrapper {
        width: 50%;
        height: calc(100vh - 80px);
        height: calc((var(--vh, 1vh) * 100) - 80px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-item-align: flex-start;
        -ms-grid-row-align: flex-start;
        align-self: flex-start;
        flex: 0 1 auto;
        position: fixed;
        top: 80px;
        padding: 2rem 1rem 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear; } }
  .header__logo {
    width: 220px;
    height: auto; }
    @media (max-width: 1199.98px) {
      .header__logo {
        width: 170px; } }
    @media (max-width: 991.98px) {
      .header__logo {
        width: 170px;
        margin-right: 15px; } }
    @media (max-width: 575.98px) {
      .header__logo {
        width: 150px; } }
    .header__logo .logo__link {
      display: inline-block; }
    .header__logo .logo__white-image {
      max-width: 100%;
      height: auto; }
    .header__logo .logo__color-image {
      display: none;
      max-width: 100%;
      height: auto; }
  .header__menu {
    margin-right: auto; }
    .header__menu .menu__list {
      margin: 0;
      padding: 0;
      list-style: none; }
    .header__menu .menu__item {
      display: inline-block;
      padding-right: 30px; }
      .header__menu .menu__item--active {
        font-weight: 700; }
      .header__menu .menu__item:first-child {
        padding-right: 0; }
    .header__menu .menu__link {
      position: relative;
      color: #FFFFFF;
      text-decoration: none; }
      .header__menu .menu__link:before, .header__menu .menu__link:after {
        content: "";
        position: absolute;
        bottom: -10px;
        width: 0px;
        height: 2px;
        margin: 5px 0 0;
        background-color: #FFFFFF;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0; }
      .header__menu .menu__link:before {
        left: 50%; }
      .header__menu .menu__link:after {
        right: 50%; }
      .header__menu .menu__link:hover {
        text-decoration: none; }
      .header__menu .menu__link:hover:before {
        width: 50%;
        left: calc(50%);
        opacity: 1; }
      .header__menu .menu__link:hover:after {
        width: 50%;
        right: calc(50%);
        opacity: 1; }
    @media (max-width: 991.98px) {
      .header__menu {
        width: 100%;
        z-index: 4;
        -webkit-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in; }
        .header__menu.menu {
          margin-right: 0; }
          .header__menu.menu .menu__list {
            width: 100%; }
          .header__menu.menu .menu__item {
            display: block;
            margin-bottom: 1rem;
            padding-right: 0; }
          .header__menu.menu .menu__link {
            font-size: 1.1rem;
            color: #FFFFFF; } }
  .header__cta {
    margin-right: auto; }
    .header__cta .register__button:last-child {
      display: none; }
    @media (max-width: 991.98px) {
      .header__cta {
        width: 100%;
        margin-right: 0; }
        .header__cta.register {
          margin-top: .5rem;
          z-index: 4;
          -webkit-transition: all 0.5s ease-in;
          -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in; }
        .header__cta .register__button:last-child {
          display: none; }
        .header__cta .register__button:first-child {
          width: 100%;
          height: 100%;
          display: inline-flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-radius: 0;
          border: 0;
          padding: .5rem 0;
          font-size: 1.1rem; } }
  .header__contact {
    display: none;
    z-index: 4;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
    @media (max-width: 991.98px) {
      .header__contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: auto;
        margin-bottom: 10vh;
        margin-bottom: calc(var(--vh, 1vh) * 10);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .header__contact .header__socials .socials__list {
          margin: 0;
          padding: 0;
          list-style: none; }
        .header__contact .header__socials .socials__item {
          display: inline-block;
          padding-right: 15px; }
          .header__contact .header__socials .socials__item:first-child {
            padding-right: 0; }
          .header__contact .header__socials .socials__item .social__link {
            display: block;
            text-decoration: none; }
            .header__contact .header__socials .socials__item .social__link:hover {
              text-decoration: none; }
          .header__contact .header__socials .socials__item .social__icon {
            pointer-events: none;
            -webkit-filter: brightness(100);
            filter: brightness(100);
            -ms-filter: brightness(100); } }
  @media (max-width: 991.98px) and (max-width: 991.98px) {
    .header__contact .header__contact-form {
      display: none; } }

  .header__menu-toggle {
    display: none; }
    @media (max-width: 991.98px) {
      .header__menu-toggle {
        display: block;
        width: 30px;
        height: 20px;
        position: absolute;
        left: 15px;
        top: calc(80px / 2);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .header__menu-toggle .menu-toggle__icon {
          width: 100%;
          height: 100%;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: space-between;
          -ms-flex-pack: space-between;
          justify-content: space-between;
          position: relative; }
          .header__menu-toggle .menu-toggle__icon span {
            width: 100%;
            height: 1px;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
            background: #FFFFFF;
            -webkit-transition: 0.2s all ease;
            -o-transition: 0.2s all ease;
            transition: 0.2s all ease; }
            .header__menu-toggle .menu-toggle__icon span:first-child {
              width: 50%;
              -ms-flex-item-align: flex-end;
              -ms-grid-row-align: flex-end;
              align-self: flex-end; }
            .header__menu-toggle .menu-toggle__icon span:last-child {
              width: 60%;
              -ms-flex-item-align: flex-end;
              -ms-grid-row-align: flex-end;
              align-self: flex-end; }
        .header__menu-toggle.menu-toggle--close .menu-toggle__icon {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .header__menu-toggle.menu-toggle--close .menu-toggle__icon span:first-child {
            width: 100%;
            align-self: inherit;
            position: absolute;
            transform: rotate(-45deg); }
          .header__menu-toggle.menu-toggle--close .menu-toggle__icon span:nth-child(2) {
            position: absolute;
            transform: rotate(45deg); }
          .header__menu-toggle.menu-toggle--close .menu-toggle__icon span:last-child {
            display: none;
            width: 100%;
            align-self: inherit; } }
  .header__call {
    display: none; }
    @media (max-width: 991.98px) {
      .header__call {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 60px;
        top: calc(80px / 2);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .header__call .header__call-icon {
      max-width: 100%;
      height: auto;
      -webkit-transition: stroke 0.2s ease-in;
      -o-transition: stroke 0.2s ease-in;
      transition: stroke 0.2s ease-in; }

.breadcrumb {
  background: none;
  margin-bottom: 30px;
  padding: 0; }
  .breadcrumb__container {
    max-width: calc(100% - 30px);
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .breadcrumb__container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .breadcrumb__container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .breadcrumb__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .breadcrumb__container {
        max-width: 1140px; } }
    @media (min-width: 1600px) {
      .breadcrumb__container {
        max-width: 1580px; } }
  .breadcrumb__list {
    list-style-type: none;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(74, 155, 229, 0.15);
    -moz-box-shadow: 0px 0px 5px 2px rgba(74, 155, 229, 0.15);
    box-shadow: 0px 0px 5px 2px rgba(74, 155, 229, 0.15);
    margin: 0;
    padding: 15px 30px; }
  .breadcrumb__item {
    display: inline-block;
    padding-left: .5rem; }
    .breadcrumb__item a {
      color: #4A9BE5; }
    .breadcrumb__item:last-of-type {
      padding-left: 0; }
    .breadcrumb__item .breadcrumb__item-content {
      color: #646464; }
    .breadcrumb__item .breadcrumb__item-link {
      color: #4A9BE5; }

.hero {
  width: 100%;
  height: 80vh;
  position: relative;
  background-image: url("../images/confetti.png"), -ms-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
  /* IE10+ */
  background-image: url("../images/confetti.png"), -moz-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
  /* Mozilla Firefox */
  background-image: url("../images/confetti.png"), -o-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
  /* Opera */
  background-image: url("../images/confetti.png"), -webkit-gradient(linear, left top, right top, color-stop(0, #17EAD9), color-stop(100, #4B99E5));
  /* Webkit (Safari/Chrome 10) */
  background-image: url("../images/confetti.png"), -webkit-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
  /* Webkit (Chrome 11+) */
  background-image: url("../images/confetti.png"), linear-gradient(to right, #17EAD9 0%, #4B99E5 100%);
  /* W3C Markup */
  background-repeat: no-repeat;
  background-repeat: repeat;
  background-blend-mode: screen;
  border-bottom-left-radius: 100% 60%; }
  @media (max-width: 991.98px) {
    .hero {
      height: auto;
      border-bottom-left-radius: 0;
      padding-top: 80px;
      transform: skewY(-12deg);
      -webkit-transform: skewY(-12deg);
      transform-origin: top left;
      -webkit-transform-origin: top left; }
      .hero:before {
        content: '';
        width: 100%;
        height: 50%;
        display: block;
        position: absolute;
        top: 0;
        background-image: -ms-linear-gradient(top, #102199 25%, transparent 100%);
        /* IE10+ */
        background-image: -moz-linear-gradient(top, #102199 25%, transparent 100%);
        /* Mozilla Firefox */
        background-image: -o-linear-gradient(top, #102199 25%, transparent 100%);
        /* Opera */
        background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #102199), color-stop(100%, transparent));
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-linear-gradient(top, #102199 25%, transparent 100%);
        /* Webkit (Chrome 11+) */
        background-image: linear-gradient(to bottom, #102199 25%, transparent 100%);
        /* W3C Markup */
        background-repeat: no-repeat;
        -webkit-transform: skewY(12deg);
        -ms-transform: skewY(12deg);
        transform: skewY(12deg); } }
  .hero__container {
    max-width: calc(100% - 30px);
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .hero__container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .hero__container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .hero__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .hero__container {
        max-width: 1140px; } }
    @media (min-width: 1600px) {
      .hero__container {
        max-width: 1580px; } }
  .hero__inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0rem;
    margin-left: 0rem;
    transform: translateY(29vh); }
    @media (max-width: 991.98px) {
      .hero__inner {
        transform: skewY(12deg) translateY(16vh);
        -webkit-transform: skewY(12deg) translateY(16vh); } }
  .hero__content {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-top: 60px;
    color: #FFFFFF; }
    @media (max-width: 991.98px) {
      .hero__content {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      .hero__content {
        margin-top: -15px; } }
  @media (max-width: 991.98px) {
    .hero .hero__title {
      max-width: 300px;
      display: block;
      margin: 0 auto;
      font-weight: 500;
      text-align: center; } }
  .hero .hero__title:after {
    display: none; }
  .hero__text {
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .hero__text {
        margin-top: 15px;
        text-align: center; } }
  .hero__apps {
    margin-top: 30px; }
    @media (max-width: 991.98px) {
      .hero__apps {
        text-align: center; } }
  .hero__app {
    text-decoration: none; }
    .hero__app:hover {
      text-decoration: none; }
      .hero__app:hover .hero__app-image {
        transform: scale(1.1); }
  .hero__app-image {
    -webkit-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in; }
    @media (max-width: 575.98px) {
      .hero__app-image {
        height: 40px; } }
    .hero__app-image:first-child {
      margin-left: 5px; }
  .hero__image-wrapper {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    transform: translateX(-65px); }
    @media (max-width: 1199.98px) {
      .hero__image-wrapper {
        transform: none; } }
    @media (max-width: 991.98px) {
      .hero__image-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 30px auto 0; } }
  .hero__image {
    max-width: 100%;
    height: auto; }
  .hero__confetti-animation {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
    @media (max-width: 991.98px) {
      .hero__confetti-animation {
        -webkit-transform: skewY(12deg);
        -ms-transform: skewY(12deg);
        transform: skewY(12deg); } }
    .hero__confetti-animation canvas {
      transform: skewY(-12deg); }

.rsvp {
  width: 100%;
  margin-top: 90px; }
  @media (max-width: 991.98px) {
    .rsvp {
      margin-top: 9vh; } }
  .rsvp__container {
    max-width: calc(100% - 30px);
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .rsvp__container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .rsvp__container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .rsvp__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .rsvp__container {
        max-width: 1140px; } }
    @media (min-width: 1600px) {
      .rsvp__container {
        max-width: 1580px; } }
  .rsvp__content {
    max-width: 75%;
    margin-top: 60px; }
    @media (max-width: 991.98px) {
      .rsvp__content {
        max-width: none;
        margin-top: 30px; } }

.app {
  width: 100%;
  margin-top: 90px; }
  @media (max-width: 991.98px) {
    .app {
      margin-top: 9vh; } }
  .app__container {
    max-width: calc(100% - 30px);
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .app__container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .app__container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .app__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .app__container {
        max-width: 1140px; } }
    @media (min-width: 1600px) {
      .app__container {
        max-width: 1580px; } }
  .app__inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-top: 60px; }
    @media (max-width: 991.98px) {
      .app__inner {
        margin-top: 30px; } }
  .app__list-wrapper {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
    @media (max-width: 991.98px) {
      .app__list-wrapper {
        flex: 0 0 100%;
        max-width: 100%; }
        .app__list-wrapper:first-child {
          order: 0; }
        .app__list-wrapper .features__list {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 991.98px) {
    .app .feature {
      width: 50%;
      -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;
      margin-bottom: 15px; } }
  @media (max-width: 991.98px) {
    .app .feature__content {
      max-width: none; } }
  @media (max-width: 991.98px) {
    .app .feature__icon-wrapper {
      background-image: none; } }
  @media (max-width: 991.98px) {
    .app .feature__icon-inner {
      background-image: none; } }
  .app .feature__name {
    overflow: hidden;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .app .feature__name {
        font-size: 1rem;
        font-weight: 400; } }
    .app .feature__name:after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 3px;
      margin-left: -100%;
      margin-right: 15px;
      vertical-align: middle;
      background-image: -ms-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* IE10+ */
      background-image: -moz-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Mozilla Firefox */
      background-image: -o-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Opera */
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17EAD9), color-stop(100, #4B99E5));
      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Webkit (Chrome 11+) */
      background-image: linear-gradient(to right, #17EAD9 0%, #4B99E5 100%);
      /* W3C Markup */
      background-repeat: no-repeat; }
      @media (max-width: 991.98px) {
        .app .feature__name:after {
          display: none; } }
  @media (max-width: 991.98px) {
    .app .feature__text {
      display: none; } }
  .app__mockup {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    background-image: url(../images/app-mockup-bg.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center; }
    .app__mockup.mockup .mockup__image {
      max-width: 100%;
      height: auto; }
    @media (max-width: 991.98px) {
      .app__mockup {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        margin: 30px auto 0;
        text-align: center; } }
  .app__cta {
    margin-top: 60px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .app__cta {
        margin-top: 15px; } }

.event {
  width: 100%;
  margin-top: 60px; }
  @media (max-width: 991.98px) {
    .event {
      margin-top: 30px; } }
  .event__container {
    max-width: calc(100% - 30px);
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .event__container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .event__container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .event__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .event__container {
        max-width: 1140px; } }
    @media (min-width: 1600px) {
      .event__container {
        max-width: 1580px; } }
  .event__inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0rem;
    margin-left: 0rem; }
  .event__content {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
    @media (min-width: 992px) {
      .event__content {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; } }
    @media (max-width: 991.98px) {
      .event__content {
        flex: 0 0 100%;
        max-width: 100%; } }
  .event__list-wrapper {
    margin-top: 60px; }
    @media (max-width: 991.98px) {
      .event__list-wrapper {
        margin-top: 30px; } }
  @media (max-width: 991.98px) {
    .event .feature {
      width: 50%;
      -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;
      margin-bottom: 15px; } }
  @media (min-width: 1200px) {
    .event .feature__content {
      max-width: calc(100% - 90px); } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .event .feature__content {
      max-width: calc(100% - 70px); } }
  @media (max-width: 991.98px) {
    .event .feature__content {
      max-width: none; } }
  @media (max-width: 991.98px) {
    .event .feature__icon-wrapper {
      background-image: none; } }
  @media (max-width: 991.98px) {
    .event .feature__icon-inner {
      background-image: none; } }
  @media (max-width: 991.98px) {
    .event .feature__name {
      font-size: 1rem;
      font-weight: 400; } }
  .event .feature__text {
    padding-left: 15px; }
    @media (max-width: 991.98px) {
      .event .feature__text {
        display: none; } }
  .event .features__list {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .event .features__item {
    width: 50%;
    margin-bottom: 30px; }
  .event__mockup {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    background-image: url(../images/event-mockup-bg.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center; }
    .event__mockup.mockup .mockup__image {
      max-width: 100%;
      height: auto; }
    @media (min-width: 992px) {
      .event__mockup {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        -ms-flex-item-align: flex-end;
        -ms-grid-row-align: flex-end;
        align-self: flex-end; } }
    @media (max-width: 991.98px) {
      .event__mockup {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 30px auto 0; } }

.event-types {
  width: 100%;
  margin-top: 60px;
  padding: 60px 0;
  background-image: -ms-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
  /* IE10+ */
  background-image: -moz-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17EAD9), color-stop(100, #4B99E5));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to right, #17EAD9 0%, #4B99E5 100%);
  /* W3C Markup */
  background-repeat: no-repeat; }
  @media (max-width: 991.98px) {
    .event-types {
      margin-top: 30px;
      padding: 30px 0; } }
  .event-types__container {
    max-width: calc(100% - 30px);
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .event-types__container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .event-types__container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .event-types__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .event-types__container {
        max-width: 1140px; } }
    @media (min-width: 1600px) {
      .event-types__container {
        max-width: 1580px; } }
  .event-types__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0rem;
    margin-left: 0rem;
    margin: 60px 0 0 0;
    padding: 0; }
    @media (max-width: 767.98px) {
      .event-types__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 0 0 0; } }
  .event-types .feature {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    @media (max-width: 767.98px) {
      .event-types .feature {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        /*&:first-child, &:nth-child(2) {
          @include make-col(6);
        }
        &:nth-child(3), &:nth-child(4), &:nth-child(5) {
          @include make-col(4);
          margin-top: $base-spacing / 2;
        }*/ }
        .event-types .feature:nth-child(4), .event-types .feature:nth-child(5), .event-types .feature:nth-child(6) {
          margin-top: 30px; } }
    .event-types .feature__icon-wrapper {
      margin: 0 auto;
      background: none;
      border: 1px solid #FFFFFF; }
      @media (max-width: 767.98px) {
        .event-types .feature__icon-wrapper {
          border: none; } }
    .event-types .feature__icon-inner {
      background: none; }
    .event-types .feature__icon {
      filter: brightness(0) invert(1); }
    .event-types .feature__content {
      max-width: 100%; }
    .event-types .feature__name {
      margin-top: 30px;
      color: #FFFFFF; }
      @media (max-width: 767.98px) {
        .event-types .feature__name {
          margin-top: 0;
          font-size: 1rem;
          font-weight: 400; } }
    .event-types .feature__text {
      color: #FFFFFF; }
      @media (max-width: 767.98px) {
        .event-types .feature__text {
          display: none; } }

.why-us {
  margin-top: 60px; }
  @media (max-width: 991.98px) {
    .why-us {
      margin-top: 30px; } }
  .why-us__title-container {
    max-width: calc(100% - 30px);
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .why-us__title-container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .why-us__title-container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .why-us__title-container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .why-us__title-container {
        max-width: 1140px; } }
    @media (min-width: 1600px) {
      .why-us__title-container {
        max-width: 1580px; } }
  .why-us__container {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 991.98px) {
      .why-us__container {
        max-width: calc(100% - 30px); } }
  @media (max-width: 991.98px) and (min-width: 576px) {
    .why-us__container {
      max-width: 540px; } }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .why-us__container {
      max-width: 720px; } }
  @media (max-width: 991.98px) and (min-width: 992px) {
    .why-us__container {
      max-width: 960px; } }
  @media (max-width: 991.98px) and (min-width: 1200px) {
    .why-us__container {
      max-width: 1140px; } }
  @media (max-width: 991.98px) and (min-width: 1600px) {
    .why-us__container {
      max-width: 1580px; } }

  .why-us__inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .why-us__inner .confetti-app {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      border-top-left-radius: 40%;
      border-bottom-left-radius: 40%;
      box-shadow: 0px 52px 85px 0px rgba(74, 155, 229, 0.15);
      padding: 60px;
      text-align: center; }
      @media (max-width: 991.98px) {
        .why-us__inner .confetti-app {
          flex: 0 0 100%;
          max-width: 100%;
          margin-top: 60px;
          padding: 0;
          box-shadow: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; } }
      .why-us__inner .confetti-app__image {
        max-width: 100%;
        height: auto; }
    .why-us__inner .other-app {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      border-top-right-radius: 40%;
      border-bottom-right-radius: 40%;
      box-shadow: 0px 52px 85px 0px rgba(74, 155, 229, 0.15);
      padding: 60px;
      text-align: center; }
      @media (max-width: 991.98px) {
        .why-us__inner .other-app {
          flex: 0 0 100%;
          max-width: 100%;
          padding: 0;
          box-shadow: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; } }
      .why-us__inner .other-app__image {
        max-width: 100%;
        height: auto; }
  .why-us__vs-wrapper {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    text-align: center; }
    @media (max-width: 991.98px) {
      .why-us__vs-wrapper {
        margin: 30px auto; } }
  .why-us__vs {
    display: block;
    font-size: 5rem;
    font-weight: 700;
    color: #4A9BE5;
    animation: vs-scale 3s ease-out 0s alternate infinite none running;
    -webkit-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s; }
    @media (max-width: 991.98px) {
      .why-us__vs {
        font-size: 3rem; } }

.testimonials {
  margin-top: 60px; }
  @media (max-width: 991.98px) {
    .testimonials {
      margin-top: 30px; } }
  .testimonials__container {
    max-width: calc(100% - 30px);
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto;
    position: relative; }
    @media (min-width: 576px) {
      .testimonials__container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .testimonials__container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .testimonials__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .testimonials__container {
        max-width: 1140px; } }
    @media (min-width: 1600px) {
      .testimonials__container {
        max-width: 1580px; } }
  .testimonials__inner {
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0rem;
    margin-left: 0rem;
    margin: 60px auto 0; }
    @media (max-width: 991.98px) {
      .testimonials__inner {
        margin: 30px auto 0; } }
  .testimonials .testimonial {
    flex: 0 0 100%;
    max-width: 100%;
    color: #677897; }
    .center .testimonial--active {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-image: -ms-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* IE10+ */
      background-image: -moz-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Mozilla Firefox */
      background-image: -o-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Opera */
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17EAD9), color-stop(100, #4B99E5));
      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Webkit (Chrome 11+) */
      background-image: linear-gradient(to right, #17EAD9 0%, #4B99E5 100%);
      /* W3C Markup */
      background-repeat: no-repeat;
      border-radius: 25px; }
      .center .testimonial--active .testimonial__inner {
        width: calc(100% - 8px);
        height: 100%;
        background-color: #FFFFFF;
        border-radius: 25px; }
    .testimonials .testimonial__inner {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 4px auto;
      padding: 30px 60px; }
    .testimonials .testimonial__image-wrapper {
      width: 150px;
      height: 150px;
      min-height: 150px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-image: -ms-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* IE10+ */
      background-image: -moz-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Mozilla Firefox */
      background-image: -o-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Opera */
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17EAD9), color-stop(100, #4B99E5));
      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Webkit (Chrome 11+) */
      background-image: linear-gradient(to right, #17EAD9 0%, #4B99E5 100%);
      /* W3C Markup */
      background-repeat: no-repeat;
      border-radius: 50%; }
    .testimonials .testimonial__image-inner {
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #FFFFFF;
      border-radius: 50%; }
    .testimonials .testimonial__image {
      max-width: calc(100% - 14px);
      height: calc(100% - 14px);
      border-radius: 50%;
      object-fit: cover;
      object-position: top; }
    .testimonials .testimonial__text {
      max-width: 100%;
      margin: 30px 0 0 0;
      font-size: 0.9rem;
      line-height: 1.5rem;
      text-align: center; }
    .testimonials .testimonial__stars {
      max-width: 105px;
      height: auto;
      margin-top: 30px; }
    .testimonials .testimonial__name {
      margin: 15px 0 0 0;
      font-size: 0.8rem;
      font-weight: 700; }

.plans {
  margin-top: 360px;
  padding-bottom: 240px;
  background-image: url("../images/confetti.png"), -ms-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
  /* IE10+ */
  background-image: url("../images/confetti.png"), -moz-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
  /* Mozilla Firefox */
  background-image: url("../images/confetti.png"), -o-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
  /* Opera */
  background-image: url("../images/confetti.png"), -webkit-gradient(linear, left top, right top, color-stop(0, #17EAD9), color-stop(100, #4B99E5));
  /* Webkit (Safari/Chrome 10) */
  background-image: url("../images/confetti.png"), -webkit-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
  /* Webkit (Chrome 11+) */
  background-image: url("../images/confetti.png"), linear-gradient(to right, #17EAD9 0%, #4B99E5 100%);
  /* W3C Markup */
  background-repeat: no-repeat;
  background-repeat: repeat;
  background-blend-mode: luminosity;
  border-top-right-radius: 100% 60%; }
  @media (max-width: 991.98px) {
    .plans {
      margin-top: 30px;
      padding-bottom: 0;
      background: none; } }
  .plans--no-bg {
    margin-top: 0;
    padding-bottom: 0;
    background: none; }
    .plans--no-bg .plans__container {
      transform: none; }
  .plans__container {
    max-width: calc(100% - 30px);
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    transform: translateY(-240px);
    z-index: 2; }
    @media (min-width: 576px) {
      .plans__container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .plans__container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .plans__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .plans__container {
        max-width: 1140px; } }
    @media (min-width: 1600px) {
      .plans__container {
        max-width: 1580px; } }
    @media (max-width: 991.98px) {
      .plans__container {
        transform: none; } }
  .plans__list {
    list-style-type: none;
    margin: 30px 0 0;
    padding: 0;
    border: 1px solid #232FAE;
    border-radius: 25px;
    overflow: hidden; }
    .plans__list--mobile-only {
      display: none; }
      @media (max-width: 991.98px) {
        .plans__list--mobile-only {
          display: flex; } }
    .plans__list .plans__item {
      width: calc(100% / 3);
      padding: 1rem;
      border-left: 1px solid #232FAE;
      font-weight: 700; }
      .plans__list .plans__item:last-of-type {
        border-left: 0; }
      .plans__list .plans__item .plans__link {
        width: 100%;
        display: block;
        text-align: center;
        color: #232FAE; }
        .plans__list .plans__item .plans__link:hover, .plans__list .plans__item .plans__link:focus {
          text-decoration: none; }
      .plans__list .plans__item--current {
        background: #232FAE; }
        .plans__list .plans__item--current .plans__link {
          color: #FFFFFF; }
  .plans__inner {
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0rem;
    margin-left: 0rem;
    margin: 60px auto 0; }
    @media (max-width: 991.98px) {
      .plans__inner {
        margin: 30px auto; } }
  .plans .plan {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 60px;
    text-align: center;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .plans .plan {
        padding: 30px; } }
    @media (max-width: 767.98px) {
      .plans .plan {
        flex: 0 0 100%;
        max-width: 100%; } }
    .plans .plan--popular {
      margin: -30px -5px;
      padding: 90px 60px;
      z-index: 3;
      background-image: -ms-linear-gradient(top, #17EAD9 0%, #4B99E5 100%);
      /* IE10+ */
      background-image: -moz-linear-gradient(top, #17EAD9 0%, #4B99E5 100%);
      /* Mozilla Firefox */
      background-image: -o-linear-gradient(top, #17EAD9 0%, #4B99E5 100%);
      /* Opera */
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #17EAD9), color-stop(100%, #4B99E5));
      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-linear-gradient(top, #17EAD9 0%, #4B99E5 100%);
      /* Webkit (Chrome 11+) */
      background-image: linear-gradient(to bottom, #17EAD9 0%, #4B99E5 100%);
      /* W3C Markup */
      background-repeat: no-repeat; }
      @media (max-width: 991.98px) {
        .plans .plan--popular {
          margin: 0;
          padding: 30px; } }
      .plans .plan--popular .plan__icon {
        filter: brightness(0) invert(1); }
      .plans .plan--popular .plan__title {
        color: #FFFFFF; }
      .plans .plan--popular .plan__subtitle {
        color: #FFFFFF; }
      .plans .plan--popular .plan__price-wrapper {
        background: #FFFFFF; }
      .plans .plan--popular .plan__price {
        color: #4A9BE5; }
      .plans .plan--popular .plan__price-monthly {
        color: #646464; }
      .plans .plan--popular .plan__feature {
        border-bottom-color: rgba(255, 255, 255, 0.3);
        color: #FFFFFF; }
    .plans .plan__icon {
      height: 6rem;
      pointer-events: none; }
    .plans .plan__title {
      margin-top: 1rem;
      margin-bottom: 0;
      font-size: 1.3rem;
      font-weight: 700;
      color: #4A9BE5; }
    .plans .plan__subtitle {
      font-size: 0.85rem;
      color: #646464; }
    .plans .plan__price-wrapper {
      width: 130px;
      height: 130px;
      margin: 30px auto 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background-image: -ms-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* IE10+ */
      background-image: -moz-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Mozilla Firefox */
      background-image: -o-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Opera */
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17EAD9), color-stop(100, #4B99E5));
      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
      /* Webkit (Chrome 11+) */
      background-image: linear-gradient(to right, #17EAD9 0%, #4B99E5 100%);
      /* W3C Markup */
      background-repeat: no-repeat;
      border-radius: 50%; }
    .plans .plan__price {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 2.5rem;
      color: #FFFFFF; }
    .plans .plan__price-monthly {
      font-size: 0.85rem;
      color: #FFFFFF; }
    .plans .plan__select-guests {
      max-width: 150px;
      margin: 2rem auto 0;
      float: none;
      text-align: right !important;
      padding: 0 10px; }
      .plans .plan__select-guests:after {
        width: 8px;
        height: 8px;
        right: auto;
        left: 12px;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .plans .plan__select-guests .list {
        width: 100%;
        max-height: 200px;
        left: auto;
        right: 0;
        overflow-y: auto; }
        .plans .plan__select-guests .list .option {
          text-align: right;
          line-height: normal;
          min-height: auto;
          border-bottom: 1px solid #D3D3D3;
          padding: 5px 10px; }
    .plans .plan__features {
      margin: 30px 0 0 0;
      padding: 0;
      list-style: none; }
    .plans .plan__feature {
      font-size: 0.9rem;
      border-bottom: 1px solid rgba(74, 155, 229, 0.3);
      padding: .2rem 0;
      color: #646464;
      text-align: center; }
      .plans .plan__feature:last-of-type {
        border-bottom: 0; }
      .plans .plan__feature--not-included .plan__feature-name {
        text-decoration: line-through; }
      .plans .plan__feature .icon {
        height: 10px; }
    .plans .plan__cta {
      margin-top: 30px; }
      .plans .plan__cta .register__button {
        width: 100%; }
  .plans__payment {
    margin-top: 60px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .plans__payment {
        margin-top: 0; } }
    .plans__payment .payment__content {
      margin-bottom: .5rem; }
    .plans__payment .payment__credit-cards {
      width: 150px; }

.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 300px 0 60px;
  z-index: 1;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  background-image: -ms-linear-gradient(top, transparent 0%, #010752 100%);
  /* IE10+ */
  background-image: -moz-linear-gradient(top, transparent 0%, #010752 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(top, transparent 0%, #010752 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(100%, #010752));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(top, transparent 0%, #010752 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, transparent 0%, #010752 100%);
  /* W3C Markup */
  background-repeat: no-repeat; }
  @media (max-width: 991.98px) {
    .footer {
      position: static;
      padding: 30px 0;
      background: #232FAE; } }
  .inner-page .footer {
    position: static;
    background: #232FAE;
    padding: 30px 0; }
  .footer__container {
    max-width: calc(100% - 30px);
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .footer__container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .footer__container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .footer__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .footer__container {
        max-width: 1140px; } }
    @media (min-width: 1600px) {
      .footer__container {
        max-width: 1580px; } }
  .footer__primary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 2px solid #FFFFFF; }
    @media (max-width: 991.98px) {
      .footer__primary {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .footer__logo {
    width: 220px;
    height: auto; }
    @media (max-width: 1199.98px) {
      .footer__logo {
        width: 170px; } }
    @media (max-width: 991.98px) {
      .footer__logo {
        width: 170px; } }
    @media (max-width: 575.98px) {
      .footer__logo {
        width: 150px; } }
    .footer__logo .logo__white-image {
      max-width: 100%;
      height: auto; }
  @media (max-width: 991.98px) {
    .footer__menu {
      display: none; } }
  .footer__menu .menu__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer__menu .menu__item {
    display: inline-block;
    padding-right: 30px; }
    .footer__menu .menu__item--active {
      font-weight: 700; }
    .footer__menu .menu__item:first-child {
      padding-right: 0; }
  .footer__menu .menu__link {
    position: relative;
    color: #FFFFFF;
    text-decoration: none; }
    .footer__menu .menu__link:before, .footer__menu .menu__link:after {
      content: "";
      position: absolute;
      bottom: -10px;
      width: 0px;
      height: 2px;
      margin: 5px 0 0;
      background-color: #FFFFFF;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 0; }
    .footer__menu .menu__link:before {
      left: 50%; }
    .footer__menu .menu__link:after {
      right: 50%; }
    .footer__menu .menu__link:hover {
      text-decoration: none; }
    .footer__menu .menu__link:hover:before {
      width: 50%;
      left: calc(50%);
      opacity: 1; }
    .footer__menu .menu__link:hover:after {
      width: 50%;
      right: calc(50%);
      opacity: 1; }
  @media (max-width: 991.98px) {
    .footer__socials {
      margin-top: 15px; } }
  .footer__socials .socials__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer__socials .socials__item {
    display: inline-block;
    padding-right: 15px; }
    .footer__socials .socials__item:first-child {
      padding-right: 0; }
    .footer__socials .socials__item .social__link {
      display: block;
      text-decoration: none; }
      .footer__socials .socials__item .social__link:hover {
        text-decoration: none; }
        .footer__socials .socials__item .social__link:hover .social__icon {
          filter: invert(20%); }
    .footer__socials .socials__item .social__icon {
      pointer-events: none; }
  .footer__apps {
    margin-top: 60px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .footer__apps {
        margin-top: 30px; } }
  .footer__app {
    text-decoration: none; }
    .footer__app:hover {
      text-decoration: none; }
      .footer__app:hover .footer__app-image {
        transform: scale(1.1); }
  .footer__app-image {
    -webkit-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in; }
    @media (max-width: 575.98px) {
      .footer__app-image {
        height: 40px; } }
    .footer__app-image:first-child {
      margin-left: 5px; }

.knowledge-base__container {
  max-width: calc(100% - 30px);
  width: 100%;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .knowledge-base__container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .knowledge-base__container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .knowledge-base__container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .knowledge-base__container {
      max-width: 1140px; } }
  @media (min-width: 1600px) {
    .knowledge-base__container {
      max-width: 1580px; } }
.knowledge-base__description {
  max-width: 50%;
  text-align: center;
  margin: 0 auto 30px; }
  @media (max-width: 991.98px) {
    .knowledge-base__description {
      max-width: 75%; } }
  @media (max-width: 575.98px) {
    .knowledge-base__description {
      max-width: none; } }
@media (max-width: 991.98px) {
  .knowledge-base__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.knowledge-base__sidebar {
  position: sticky;
  top: calc(100px + (60px / 3));
  -ms-flex-item-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-self: flex-start;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(74, 155, 229, 0.15);
  -moz-box-shadow: 0px 0px 5px 2px rgba(74, 155, 229, 0.15);
  box-shadow: 0px 0px 5px 2px rgba(74, 155, 229, 0.15);
  /*box-shadow: -7px 1px 5px -6px rgba($shadow-color, 0.15);*/
  padding: 30px 60px; }
  @media (max-width: 991.98px) {
    .knowledge-base__sidebar {
      width: 100%;
      position: static;
      top: auto;
      text-align: center; } }
.knowledge-base__content {
  flex: 1;
  padding-right: 30px; }
  @media (max-width: 991.98px) {
    .knowledge-base__content {
      margin-top: 30px;
      padding-right: 0; } }
.knowledge-base__title {
  font-size: 1.5rem !important; }
.knowledge-base__post {
  margin-top: 30px; }
.knowledge-base .subjects--grid-view .subjects__container {
  max-width: calc(100% - 30px);
  width: 100%;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .knowledge-base .subjects--grid-view .subjects__container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .knowledge-base .subjects--grid-view .subjects__container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .knowledge-base .subjects--grid-view .subjects__container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .knowledge-base .subjects--grid-view .subjects__container {
      max-width: 1140px; } }
  @media (min-width: 1600px) {
    .knowledge-base .subjects--grid-view .subjects__container {
      max-width: 1580px; } }
.knowledge-base .subjects--grid-view .subjects__content {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-top: 30px; }
.knowledge-base .subjects--grid-view .subjects__subject {
  flex: 0 0 27.2727272727%;
  max-width: 27.2727272727%;
  -webkit-box-shadow: 0px 1px 10px 3px rgba(74, 155, 229, 0.15);
  -moz-box-shadow: 0px 1px 10px 3px rgba(74, 155, 229, 0.15);
  box-shadow: 0px 1px 10px 3px rgba(74, 155, 229, 0.15);
  margin-top: 30px;
  padding: 1rem;
  text-align: center;
  -webkit-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in; }
  @media (max-width: 991.98px) {
    .knowledge-base .subjects--grid-view .subjects__subject {
      flex: 0 0 100%;
      max-width: 100%; }
      .knowledge-base .subjects--grid-view .subjects__subject:first-of-type {
        margin-top: 0; } }
  @media (min-width: 992px) {
    .knowledge-base .subjects--grid-view .subjects__subject:nth-child(-n+3) {
      margin-top: 0; } }
  .knowledge-base .subjects--grid-view .subjects__subject:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
  .knowledge-base .subjects--grid-view .subjects__subject .subject__link {
    color: #646464; }
    .knowledge-base .subjects--grid-view .subjects__subject .subject__link:hover {
      text-decoration: none; }
  .knowledge-base .subjects--grid-view .subjects__subject .subject__icon-wrapper {
    width: 80px;
    height: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -ms-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
    /* IE10+ */
    background-image: -moz-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
    /* Mozilla Firefox */
    background-image: -o-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
    /* Opera */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17EAD9), color-stop(100, #4B99E5));
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
    /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to right, #17EAD9 0%, #4B99E5 100%);
    /* W3C Markup */
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0 auto; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .knowledge-base .subjects--grid-view .subjects__subject .subject__icon-wrapper {
        width: 60px;
        height: 60px; } }
  .knowledge-base .subjects--grid-view .subjects__subject .subject__icon-inner {
    width: 76px;
    height: 76px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50%; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .knowledge-base .subjects--grid-view .subjects__subject .subject__icon-inner {
        width: 56px;
        height: 56px; } }
  .knowledge-base .subjects--grid-view .subjects__subject .subject__icon {
    pointer-events: none;
    -webkit-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .knowledge-base .subjects--grid-view .subjects__subject .subject__icon {
        max-height: 60%; } }
    .knowledge-base .subjects--grid-view .subjects__subject .subject__icon--user {
      width: 30px; }
  .knowledge-base .subjects--grid-view .subjects__subject .subject__title {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #4A9BE5; }
.knowledge-base .subjects--list-view .subjects__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.knowledge-base .subjects--list-view .subjects__subject {
  border-top: 1px solid rgba(74, 155, 229, 0.15);
  margin-top: 7.5px;
  padding-top: 7.5px; }
  .knowledge-base .subjects--list-view .subjects__subject:first-of-type {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .knowledge-base .subjects--list-view .subjects__subject--active .subjects__subject-link {
    color: #4A9BE5; }
.knowledge-base .subjects--list-view .subjects__subject-link {
  color: #646464; }
.knowledge-base .posts {
  margin-top: 15px; }
  .knowledge-base .posts__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .knowledge-base .posts__post {
    padding-top: 15px; }
    .knowledge-base .posts__post:first-of-type {
      padding-top: 0; }
    .knowledge-base .posts__post-link {
      color: #4A9BE5; }

.features__feature {
  display: block;
  margin-bottom: 30px; }
  .features__feature:last-child {
    margin-bottom: 0; }
  .features__feature.feature--bg {
    background-color: #4A9BE5;
    padding: 30px 0; }
    .features__feature.feature--bg .feature__content .feature__title {
      color: #FFFFFF; }
    .features__feature.feature--bg .feature__content .feature__description {
      color: #FFFFFF; }
  .features__feature.feature--reverse .feature__content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media (max-width: 991.98px) {
      .features__feature.feature--reverse .feature__content-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  .features__feature .feature__container {
    max-width: calc(100% - 30px);
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .features__feature .feature__container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .features__feature .feature__container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .features__feature .feature__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .features__feature .feature__container {
        max-width: 1140px; } }
    @media (min-width: 1600px) {
      .features__feature .feature__container {
        max-width: 1580px; } }
  .features__feature .feature__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0rem;
    margin-left: 0rem; }
    @media (max-width: 991.98px) {
      .features__feature .feature__content-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  .features__feature .feature__content {
    flex: 0 0 50%;
    max-width: 50%;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .features__feature .feature__content {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px; } }
    .features__feature .feature__content .feature__title {
      font-size: 1.3rem;
      font-weight: 700;
      color: #4A9BE5;
      margin-bottom: .5rem; }
    .features__feature .feature__content .feature__description {
      font-size: 1.1rem; }
  .features__feature .feature__image-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center; }
    @media (max-width: 991.98px) {
      .features__feature .feature__image-wrapper {
        flex: 0 0 100%;
        max-width: 100%; } }
    .features__feature .feature__image-wrapper .feature__image {
      max-width: 100%;
      height: auto; }
.features__cta {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #17EAD9; }
  .features__cta .features__cta-container {
    max-width: calc(100% - 30px);
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 576px) {
      .features__cta .features__cta-container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .features__cta .features__cta-container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .features__cta .features__cta-container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .features__cta .features__cta-container {
        max-width: 1140px; } }
    @media (min-width: 1600px) {
      .features__cta .features__cta-container {
        max-width: 1580px; } }
  .features__cta .features__cta-content {
    font-size: 1.5rem;
    color: #FFFFFF; }

body:not(.tax-kb_subject) .posts__container {
  max-width: calc(100% - 30px);
  width: 100%;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    body:not(.tax-kb_subject) .posts__container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    body:not(.tax-kb_subject) .posts__container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    body:not(.tax-kb_subject) .posts__container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    body:not(.tax-kb_subject) .posts__container {
      max-width: 1140px; } }
  @media (min-width: 1600px) {
    body:not(.tax-kb_subject) .posts__container {
      max-width: 1580px; } }
body:not(.tax-kb_subject) .posts__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0rem;
  margin-left: 0rem; }
body:not(.tax-kb_subject) .posts__post {
  flex: 0 0 27.2727272727%;
  max-width: 27.2727272727%;
  position: relative;
  -webkit-box-shadow: 0px 1px 10px 3px rgba(74, 155, 229, 0.15);
  -moz-box-shadow: 0px 1px 10px 3px rgba(74, 155, 229, 0.15);
  box-shadow: 0px 1px 10px 3px rgba(74, 155, 229, 0.15);
  margin-top: 30px;
  -webkit-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in; }
  @media (max-width: 991.98px) {
    body:not(.tax-kb_subject) .posts__post {
      flex: 0 0 100%;
      max-width: 100%; }
      body:not(.tax-kb_subject) .posts__post:first-of-type {
        margin-top: 0; } }
  @media (min-width: 992px) {
    body:not(.tax-kb_subject) .posts__post:nth-child(-n+3) {
      margin-top: 0; } }
  body:not(.tax-kb_subject) .posts__post:nth-child(3n + 1) {
    margin-left: 9.09%; }
    @media (max-width: 991.98px) {
      body:not(.tax-kb_subject) .posts__post:nth-child(3n + 1) {
        margin-left: 0; } }
  body:not(.tax-kb_subject) .posts__post:nth-child(3n + 3) {
    margin-right: 9.09%; }
    @media (max-width: 991.98px) {
      body:not(.tax-kb_subject) .posts__post:nth-child(3n + 3) {
        margin-right: 0; } }
  body:not(.tax-kb_subject) .posts__post:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
  body:not(.tax-kb_subject) .posts__post .post__category {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4b9de5;
    padding: .5rem 2rem;
    font-weight: 700;
    color: #fff; }
  body:not(.tax-kb_subject) .posts__post .post__image {
    max-width: 100%;
    height: auto; }
  body:not(.tax-kb_subject) .posts__post .post__link {
    color: #646464; }
    body:not(.tax-kb_subject) .posts__post .post__link:hover {
      text-decoration: none; }
  body:not(.tax-kb_subject) .posts__post .post__content {
    padding: 1rem;
    text-align: center; }
  body:not(.tax-kb_subject) .posts__post .post__title {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #4A9BE5; }

.contact {
  background: #FFFFFF; }
  @media (max-width: 767.98px) {
    .contact {
      height: calc(100% - 80px);
      top: 80px;
      right: auto;
      transform: none;
      border-radius: 0; } }
  .contact__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0rem;
    margin-left: 0rem; }
  .contact__close {
    position: absolute;
    top: 60px;
    left: 60px; }
    .contact__close .close__icon {
      pointer-events: none; }
  .contact .contact__title {
    font-size: 2rem; }
  .contact__info {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -ms-linear-gradient(top, #17EAD9 0%, #4B99E5 100%);
    /* IE10+ */
    background-image: -moz-linear-gradient(top, #17EAD9 0%, #4B99E5 100%);
    /* Mozilla Firefox */
    background-image: -o-linear-gradient(top, #17EAD9 0%, #4B99E5 100%);
    /* Opera */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #17EAD9), color-stop(100%, #4B99E5));
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top, #17EAD9 0%, #4B99E5 100%);
    /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #17EAD9 0%, #4B99E5 100%);
    /* W3C Markup */
    background-repeat: no-repeat;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 60px;
    color: #FFFFFF; }
    @media (max-width: 767.98px) {
      .contact__info {
        display: none; } }
  .contact__call-us {
    margin: auto;
    text-align: center; }
  .contact__question {
    font-size: 1rem; }
  .contact__call-number {
    display: block;
    font-size: 1.5rem;
    color: #FFFFFF; }
    .contact__call-number:hover {
      color: #FFFFFF;
      text-decoration: none; }
  .contact__socials .socials__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .contact__socials .socials__item {
    display: inline-block;
    padding-right: 15px; }
    .contact__socials .socials__item:first-child {
      padding-right: 0; }
    .contact__socials .socials__item .social__link {
      display: block;
      text-decoration: none; }
      .contact__socials .socials__item .social__link:hover {
        text-decoration: none; }
        .contact__socials .socials__item .social__link:hover .social__icon {
          filter: invert(20%); }
    .contact__socials .socials__item .social__icon {
      pointer-events: none; }
  .contact__form {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 60px; }
    @media (max-width: 767.98px) {
      .contact__form {
        padding: 30px; } }
    .contact__form .form__group {
      margin-top: 60px; }
      @media (max-width: 767.98px) {
        .contact__form .form__group {
          margin-top: 40px; } }
      .contact__form .form__group--floating-label {
        position: relative; }
        .contact__form .form__group--floating-label .form__input:focus ~ .form__label, .contact__form .form__group--floating-label .form__input:not(:focus):not(:placeholder-shown) ~ .form__label {
          top: 0;
          font-size: 0.8rem;
          color: #646464;
          pointer-events: auto; }
    .contact__form .form__label {
      position: absolute;
      top: 100%;
      right: 0;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      color: #4A9BE5;
      pointer-events: none; }
      .contact__form .form__label--textarea {
        -webkit-transform: translateY(-123%);
        -ms-transform: translateY(-123%);
        transform: translateY(-123%); }
    .contact__form .form__input {
      width: 100%;
      border: 0;
      border-radius: 0;
      -webkit-border-radius: 0;
      -webkit-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      border-bottom: 1px solid #D3D3D3;
      color: #4A9BE5; }
      .contact__form .form__input:focus {
        border-bottom-color: #4A9BE5; }
      .contact__form .form__input[aria-invalid="true"] {
        color: #E06A6A;
        border-bottom-color: #E06A6A; }
    .contact__form .form__error-message {
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      font-size: 0.8rem;
      color: #E06A6A;
      text-align: left; }
      .form__group--checkbox .form__error-message {
        text-align: right; }
    .contact__form .form__button {
      width: 100%;
      margin-top: 60px; }
      @media (max-width: 767.98px) {
        .contact__form .form__button {
          margin-top: 40px; } }
    @media (max-width: 767.98px) {
      .contact__form {
        flex: 0 0 100%;
        max-width: 100%; } }
  .contact__success {
    display: none;
    text-align: center; }
  .contact_success-text {
    margin-top: 60px;
    font-size: 110%; }

.pre-register {
  visibility: hidden;
  opacity: 0;
  max-width: 960px;
  width: 100%;
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
  background: #FFFFFF;
  border-radius: 25px;
  z-index: 6;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(74, 155, 229, 0.15);
  -moz-box-shadow: 0px 0px 5px 1px rgba(74, 155, 229, 0.15);
  box-shadow: 0px 0px 5px 1px rgba(74, 155, 229, 0.15);
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }
  @media (max-width: 767.98px) {
    .pre-register {
      height: calc(100% - 80px);
      top: 80px;
      right: auto;
      transform: none;
      border-radius: 0; } }
  .pre-register--visible {
    visibility: visible;
    opacity: 1; }
  .pre-register__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0rem;
    margin-left: 0rem; }
  .pre-register__title {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700; }
    @media (max-width: 991.98px) {
      .pre-register__title {
        font-size: 1.5rem; } }
    .pre-register__title--primary {
      color: #4A9BE5; }
      .pre-register__title--primary:after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -5px;
        right: 0;
        background-image: -ms-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
        /* IE10+ */
        background-image: -moz-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
        /* Mozilla Firefox */
        background-image: -o-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
        /* Opera */
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17EAD9), color-stop(100, #4B99E5));
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-linear-gradient(left, #17EAD9 0%, #4B99E5 100%);
        /* Webkit (Chrome 11+) */
        background-image: linear-gradient(to right, #17EAD9 0%, #4B99E5 100%);
        /* W3C Markup */
        background-repeat: no-repeat; }
    .pre-register__title--secondary {
      color: #FFFFFF; }
      .pre-register__title--secondary:after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -5px;
        right: 0;
        background-color: #FFFFFF; }
  .pre-register__close {
    position: absolute;
    top: 60px;
    left: 60px; }
    .pre-register__close .close__icon {
      pointer-events: none; }
  .contact .pre-register__title {
    font-size: 2rem; }
  .pre-register__info {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -ms-linear-gradient(top, #17EAD9 0%, #4B99E5 100%);
    /* IE10+ */
    background-image: -moz-linear-gradient(top, #17EAD9 0%, #4B99E5 100%);
    /* Mozilla Firefox */
    background-image: -o-linear-gradient(top, #17EAD9 0%, #4B99E5 100%);
    /* Opera */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #17EAD9), color-stop(100%, #4B99E5));
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top, #17EAD9 0%, #4B99E5 100%);
    /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #17EAD9 0%, #4B99E5 100%);
    /* W3C Markup */
    background-repeat: no-repeat;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 60px;
    color: #FFFFFF; }
    @media (max-width: 767.98px) {
      .pre-register__info {
        display: none; } }
  .pre-register__call-us {
    margin: auto;
    text-align: center; }
  .pre-register__question {
    font-size: 0.8rem; }
  .pre-register__call-number {
    display: block;
    font-size: 1.5rem;
    color: #FFFFFF; }
    .pre-register__call-number:hover {
      color: #FFFFFF;
      text-decoration: none; }
  .pre-register__form {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 60px; }
    @media (max-width: 767.98px) {
      .pre-register__form {
        padding: 30px; } }
    .pre-register__form .form {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .pre-register__form .form__group {
        width: calc(50% - 15px);
        margin-top: 60px; }
        .pre-register__form .form__group:nth-child(odd) {
          margin-left: 30px; }
        @media (max-width: 767.98px) {
          .pre-register__form .form__group {
            margin-top: 40px; } }
        .pre-register__form .form__group--floating-label {
          position: relative; }
          .pre-register__form .form__group--floating-label .form__label {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            -webkit-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in; }
          .pre-register__form .form__group--floating-label .form__input:focus ~ .form__label, .pre-register__form .form__group--floating-label .form__input:not(:focus):not(:placeholder-shown) ~ .form__label {
            top: -0.7rem;
            font-size: 0.8rem;
            color: #646464;
            pointer-events: auto; }
        .pre-register__form .form__group--checkbox {
          width: 100%;
          position: relative;
          margin-left: 0; }
      .pre-register__form .form__label {
        color: #4A9BE5;
        pointer-events: none; }
      .pre-register__form .form__input {
        width: 100%;
        border: 0;
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        border-bottom: 1px solid #D3D3D3;
        color: #4A9BE5; }
        .pre-register__form .form__input:focus {
          border-bottom-color: #4A9BE5; }
        .pre-register__form .form__input[aria-invalid="true"] {
          color: #E06A6A;
          border-bottom-color: #E06A6A; }
        .pre-register__form .form__input:disabled ~ .form__label {
          color: #646464; }
      .pre-register__form .form__checkbox {
        width: 20px;
        height: 20px;
        position: absolute;
        opacity: 0; }
        .pre-register__form .form__checkbox + .form__label {
          position: relative;
          pointer-events: auto;
          cursor: pointer;
          margin: 0;
          padding: 0;
          color: #646464; }
          .pre-register__form .form__checkbox + .form__label .form__terms-link {
            color: #4A9BE5;
            text-decoration: underline; }
            .pre-register__form .form__checkbox + .form__label .form__terms-link:hover {
              color: #1968b0; }
        .pre-register__form .form__checkbox + .form__label:before {
          content: '';
          margin-left: 10px;
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          background: white;
          border: 1px solid #D3D3D3;
          border-radius: 5px; }
        .pre-register__form .form__checkbox:checked + .form__label:before {
          background: #4A9BE5; }
        .pre-register__form .form__checkbox:disabled + .form__label {
          color: #646464;
          cursor: auto; }
        .pre-register__form .form__checkbox:disabled + .form__label:before {
          box-shadow: none;
          background: #D3D3D3; }
        .pre-register__form .form__checkbox[aria-describedby="terms-error"]:not([aria-invalid="false"]) + .form__label:before {
          background: #E06A6A; }
        .pre-register__form .form__checkbox:checked + .form__label:after {
          content: '';
          position: absolute;
          right: 13px;
          top: 12px;
          background: white;
          width: 2px;
          height: 2px;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          transform: rotate(45deg); }
      .pre-register__form .form__error-message {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        font-size: 0.8rem;
        color: #E06A6A;
        text-align: left; }
        .form__group--checkbox .form__error-message {
          text-align: right; }
      .pre-register__form .form .date__unknown-wrap {
        position: absolute;
        bottom: -30px; }
        .pre-register__form .form .date__unknown-wrap .form__checkbox {
          width: 15px;
          height: 15px; }
          .pre-register__form .form .date__unknown-wrap .form__checkbox:checked + .form__label:after {
            right: 11px;
            top: 10px; }
        .pre-register__form .form .date__unknown-wrap .form__label {
          font-size: 80%; }
          .pre-register__form .form .date__unknown-wrap .form__label:before {
            width: 15px;
            height: 15px;
            margin-left: 5px; }
      .pre-register__form .form__button {
        width: 100%;
        margin-top: 60px; }
        @media (max-width: 767.98px) {
          .pre-register__form .form__button {
            margin-top: 40px; } }
    @media (max-width: 767.98px) {
      .pre-register__form {
        flex: 0 0 100%;
        max-width: 100%; } }
  .pre-register__success {
    display: none;
    text-align: center; }
  .pre-register_success-text {
    margin-top: 60px;
    font-size: 110%; }

.owl-carousel {
  position: static; }
  .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(50%); }
    .owl-carousel .owl-nav .owl-prev:hover {
      background: none; }
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(50%); }
    .owl-carousel .owl-nav .owl-next:hover {
      background: none; }
  .owl-carousel .owl-dots .owl-dot span {
    background: #C7CEEA; }
  .owl-carousel .owl-dots .owl-dot.active span {
    background: #232FAE; }

.tooltip .arrow:before {
  border-top-color: #FFFFFF; }
.tooltip .tooltip-inner {
  background: #FFFFFF;
  font-weight: 700;
  color: #4A9BE5;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(74, 155, 229, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(74, 155, 229, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(74, 155, 229, 0.15); }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }

/**
* Wordpress Helpers
*/
.size-full {
  max-width: 100%;
  height: auto; }

.content .page__container {
  max-width: calc(100% - 30px);
  width: 100%;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .content .page__container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .content .page__container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .content .page__container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .content .page__container {
      max-width: 1140px; } }
  @media (min-width: 1600px) {
    .content .page__container {
      max-width: 1580px; } }
.content .page__hero-wrapper {
  max-width: 100%;
  height: 500px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem; }
  @media (max-width: 991.98px) {
    .content .page__hero-wrapper {
      height: auto; } }
.content .page__hero {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: cover; }
.content .page__content {
  margin-top: 30px; }
  .content .page__content h2 {
    margin-top: 3rem;
    font-weight: 700;
    font-size: 1.5rem; }
  .content .page__content h3 {
    font-size: 1.2rem; }
  .content .page__content img {
    max-width: 1000px;
    height: auto; }
    @media (max-width: 991.98px) {
      .content .page__content img {
        max-width: 100%; } }
  .content .page__content a {
    color: #4A9BE5; }
  .content .page__content.terms ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0; }
    .content .page__content.terms ol li {
      display: table;
      counter-increment: item;
      margin-bottom: 0.6em;
      font-weight: 700; }
      .content .page__content.terms ol li:before {
        content: counters(item,".") ". ";
        display: table-cell;
        padding-left: 0.6em;
        font-weight: 400; }
      .content .page__content.terms ol li li {
        margin: 0;
        font-weight: 400; }
        .content .page__content.terms ol li li:before {
          content: counters(item,".") " ";
          font-weight: 400; }

.contact.contact--page .contact__container {
  max-width: calc(100% - 30px);
  width: 100%;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .contact.contact--page .contact__container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .contact.contact--page .contact__container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .contact.contact--page .contact__container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .contact.contact--page .contact__container {
      max-width: 1140px; } }
  @media (min-width: 1600px) {
    .contact.contact--page .contact__container {
      max-width: 1580px; } }
.contact.contact--page .contact__inner {
  margin-top: 5rem;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between; }
  @media (max-width: 767.98px) {
    .contact.contact--page .contact__inner {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 2rem; } }
.contact.contact--page .contact__details {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 5rem; }
  @media (max-width: 767.98px) {
    .contact.contact--page .contact__details {
      margin-bottom: 2rem; } }
  .contact.contact--page .contact__details .features__list {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (max-width: 767.98px) {
      .contact.contact--page .contact__details .features__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .contact.contact--page .contact__details .features__list .features__item {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      text-align: center; }
      @media (max-width: 767.98px) {
        .contact.contact--page .contact__details .features__list .features__item {
          flex: 0 0 100%;
          max-width: 100%;
          margin-top: 1rem; } }
      .contact.contact--page .contact__details .features__list .features__item .feature__link {
        color: #646464; }
      .contact.contact--page .contact__details .features__list .features__item .feature__icon-wrapper {
        margin: 0 auto; }
      .contact.contact--page .contact__details .features__list .features__item .feature__icon {
        width: 45px;
        height: auto; }
      .contact.contact--page .contact__details .features__list .features__item .feature__content {
        max-width: none;
        margin-top: .5rem; }
        .contact.contact--page .contact__details .features__list .features__item .feature__content .feature__name {
          font-size: 1.2rem;
          margin-bottom: 0; }
        .contact.contact--page .contact__details .features__list .features__item .feature__content .feature__text {
          margin-bottom: 0; }
          .contact.contact--page .contact__details .features__list .features__item .feature__content .feature__text .feature__time {
            direction: ltr;
            display: inline-block; }
.contact.contact--page .contact__socials {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }
  @media (max-width: 767.98px) {
    .contact.contact--page .contact__socials {
      flex: 0 0 100%;
      max-width: 100%; } }
  .contact.contact--page .contact__socials .socials__title {
    display: block;
    margin-bottom: .5rem; }
  .contact.contact--page .contact__socials .socials__item .social__link:hover .social__icon {
    -webkit-filter: invert(53%) sepia(87%) saturate(1003%) hue-rotate(145deg) brightness(114%) contrast(92%);
    filter: invert(53%) sepia(87%) saturate(1003%) hue-rotate(145deg) brightness(114%) contrast(92%);
    -ms-filter: invert(53%) sepia(87%) saturate(1003%) hue-rotate(145deg) brightness(114%) contrast(92%); }
  .contact.contact--page .contact__socials .socials__item .social__link .social__icon {
    width: 80%;
    -webkit-filter: invert(53%) sepia(87%) saturate(1003%) hue-rotate(184deg) brightness(93%) contrast(92%);
    filter: invert(53%) sepia(87%) saturate(1003%) hue-rotate(184deg) brightness(93%) contrast(92%);
    -ms-filter: invert(53%) sepia(87%) saturate(1003%) hue-rotate(184deg) brightness(93%) contrast(92%);
    -webkit-transition: filter 0.2s ease-in;
    -o-transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in; }
.contact.contact--page .contact__form {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0; }
  @media (max-width: 767.98px) {
    .contact.contact--page .contact__form {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0; } }
.contact.contact--page .contact__hero-wrapper {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }
  @media (max-width: 767.98px) {
    .contact.contact--page .contact__hero-wrapper {
      flex: 0 0 100%;
      max-width: 100%;
      margin-top: 1rem; } }
  .contact.contact--page .contact__hero-wrapper .contact__hero {
    max-width: 80%;
    height: auto; }
    @media (max-width: 767.98px) {
      .contact.contact--page .contact__hero-wrapper .contact__hero {
        max-width: 100%; } }

/*# sourceMappingURL=main.css.map */
