/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
.s-rich-text {
  color: #828282; }
  .s-rich-text b, .s-rich-text strong {
    color: #505050; }
  .s-rich-text--compact h1,
  .s-rich-text--compact h2,
  .s-rich-text--compact h3,
  .s-rich-text--compact h4,
  .s-rich-text--compact h5,
  .s-rich-text--compact h6,
  .s-rich-text--compact p {
    max-width: 345px; }
  @media only screen and (max-width: 47.96875em) {
    .s-rich-text--compact .c-button {
      display: block;
      margin-bottom: 20px; } }
  .s-rich-text--popup {
    margin: 0; }
    .s-rich-text--popup h1,
    .s-rich-text--popup h2,
    .s-rich-text--popup h3,
    .s-rich-text--popup h4,
    .s-rich-text--popup h5,
    .s-rich-text--popup h6 {
      color: #505050; }
  .s-rich-text a {
    color: #949BFF;
    font-weight: 600;
    text-decoration: underline; }
  .s-rich-text h2,
  .s-rich-text h3,
  .s-rich-text h4,
  .s-rich-text h5,
  .s-rich-text h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 12px; }
  .s-rich-text h1 {
    font-size: 28px;
    margin-bottom: 20px; }
  .s-rich-text h2 {
    font-size: 18px; }
  .s-rich-text h3,
  .s-rich-text h4,
  .s-rich-text h5,
  .s-rich-text h6 {
    font-size: 16px; }
  .s-rich-text p,
  .s-rich-text ul,
  .s-rich-text ol,
  .s-rich-text hr {
    margin-bottom: 30px; }
  .s-rich-text ul,
  .s-rich-text ol {
    margin: 20px 0 40px 0;
    padding: 0; }
  .s-rich-text ol > ol,
  .s-rich-text ul > ul {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px; }
  .s-rich-text li {
    position: relative;
    margin-left: 30px;
    margin-bottom: 5px; }
  .s-rich-text ul {
    list-style: none; }
  .s-rich-text ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #949BFF;
    position: absolute;
    left: -30px;
    top: 8px; }
  .s-rich-text .label {
    font-size: 1.8rem; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Variables
    ========================================================================= */
/*  Block
    ========================================================================= */
.accordion__item {
  margin-bottom: 12px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  background: #ffffff;
  -webkit-transition: box-shadow 0.15s ease-in;
  transition: box-shadow 0.15s ease-in;
  overflow: hidden; }
  .accordion__item:hover {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.09); }
  .accordion__item:last-child {
    margin-bottom: 0; }

/*  Elements
    ========================================================================= */
.accordion__item-header {
  position: relative;
  background-color: #ffffff;
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 60px 15px 30px;
  font-weight: 550;
  border-radius: 5px;
  -webkit-transition: 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 225ms;
  transition: 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 225ms;
  -webkit-transition-property: border-radius;
  transition-property: border-radius; }
  .accordion__item--is-active .accordion__item-header {
    border-radius: 5px 5px 0 0;
    -webkit-transition: 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-property: border-radius;
    transition-property: border-radius; }
  .accordion__item-header::after, .accordion__item-header::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 0;
    font-size: 3rem;
    -webkit-transition: 225ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 225ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform; }
  .accordion__item-header::after {
    background-image: url("/static/svg/icons/invalid-input.svg");
    background-size: 20px;
    opacity: 0; }
    .accordion__item--is-active .accordion__item-header::after {
      opacity: 1;
      -webkit-transform: translateY(-50%) rotate(-180deg);
          -ms-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
  .accordion__item-header::before {
    background-image: url("/static/svg/icons/arrow-down.svg");
    background-size: auto 12px;
    opacity: 1; }
    .accordion__item--is-active .accordion__item-header::before {
      opacity: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }

.accordion__item-header-label {
  color: #B2B2B2;
  font-size: 1.2rem;
  margin-bottom: 5px; }

.accordion__item-content {
  text-align: left;
  background: #ffffff;
  padding: 0 30px 20px; }
  .accordion__item-content * {
    font-size: 1.4rem; }
  .accordion__item-content *:last-child {
    margin-bottom: 10px; }

.accordion__item-header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .accordion__item-header-title .c-icon {
    margin-right: 10px; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
.c-accordion {
  max-width: 630px;
  margin: 0 auto; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
.c-control {
  margin-top: 8px; }

/*  Elements
    ========================================================================= */
.c-control__label {
  display: block;
  padding: 0 0 7px 0;
  margin: 0 0 7px 0; }
  .c-control__label:hover {
    cursor: pointer; }

.c-control__option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%; }

.c-control__info {
  margin-left: auto; }

.c-control__mark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 19px;
  padding: 3px;
  width: 19px;
  min-width: 19px;
  margin-right: 12px;
  margin-top: 5px;
  border: 1px solid #E6E6E6; }

.c-control__mark--checkbox {
  border-radius: 3px; }

.c-control__mark--radio {
  border-radius: 100%; }

.c-control__mark-icon {
  height: 100%;
  width: 100%;
  margin-top: 1px;
  opacity: 0; }

.c-control__mark-indicator {
  min-height: 13px;
  min-width: 13px;
  border-radius: 100%;
  background: #949BFF;
  opacity: 0; }

.c-control__input {
  display: none; }
  .c-control__input:checked + .c-control__option .c-control__mark-indicator,
  .c-control__input:checked + .c-control__option .c-control__mark-icon {
    opacity: 1; }
  .c-control__input:checked + .c-control__option .c-control__text {
    font-weight: 600; }

/*  Modifiers
    ========================================================================= */
.c-control--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-control--columns .c-control__option {
    margin-right: 20px; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
.c-select {
  border-radius: 50px;
  width: 100%;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #505050;
  border: 1px solid #E6E6E6;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 3px;
  color: #505050;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4; }

/*  Elements
    ========================================================================= */
.c-select__element {
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 50px;
  min-height: 46px;
  background-color: #ffffff;
  width: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0;
  font: inherit;
  line-height: normal;
  -webkit-transition-property: border, background-color, color, opacity, box-shadow;
  transition-property: border, background-color, color, opacity, box-shadow;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  /**
   * Remove excess padding and border in Firefox 4+
   */
  /**
   * Undo the Firefox inner focus ring
   */ }
  .c-select__element::-moz-focus-inner {
    border: 0;
    padding: 0;
    color: #ffffff; }
  .c-select__element:focus:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #505050; }
  .c-select__element::-ms-expand {
    display: none; }
  .c-select__element:disabled {
    cursor: not-allowed; }
    .c-select__element:disabled, .c-select__element:disabled:focus {
      background-color: #FF5A5F !important;
      /* [1] */ }

.c-select__wrap-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-select__icon {
  fill: #505050;
  height: 16px;
  width: 16px;
  margin: 1px 13px; }

/*  Modifiers
    ========================================================================= */

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
.c-tooltip {
  position: relative;
  display: block; }
  .c-tooltip:focus .c-tooltip__content, .c-tooltip:hover .c-tooltip__content {
    visibility: visible; }

/*  Elements
    ========================================================================= */
.c-tooltip__icon {
  display: block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  border-radius: 100%;
  fill: #B2B2B2; }

.c-tooltip__content {
  background-color: #505050;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  left: -112.5px;
  top: 25px;
  line-height: 1.6;
  padding: 12px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  width: 240px;
  z-index: 1; }
  .c-tooltip__content:before {
    content: '';
    position: absolute;
    left: 111.5px;
    top: -9px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #505050; }

/*  Imports
    ========================================================================= */
/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Module
    ========================================================================= */
.c-form-label {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block; }
  .c-form-label[for] {
    cursor: pointer; }
  .is-required .c-form-label:after {
    margin-left: 4px;
    top: -2px;
    font-size: 10px;
    position: relative;
    font-weight: bold;
    display: inline-block;
    color: red;
    content: "*"; }
  .has-error .c-form-label {
    color: red; }
  .has-success .c-form-label,
  .is-valid .c-form-label {
    color: red; }
  @media only screen and (max-width: 47.96875em) {
    .c-form-label {
      font-size: 14px; } }

.c-form-label__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px; }

.c-form-label__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: columns;
      -ms-flex-direction: columns;
          flex-direction: columns; }
  .c-form-label__container .c-form-label {
    margin-right: 5px; }

/*  Modifiers
    ========================================================================= */
.t-color--light .c-form-label {
  font-weight: normal;
  color: #ffffff; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
.c-form-message {
  font-size: 12px;
  display: block; }

/*  Modifiers
    ========================================================================= */
.c-form-message--error {
  color: #FF5A5F;
  font-weight: 600;
  line-height: 1;
  padding: 0px;
  margin-bottom: 10px;
  margin-top: -12px; }

.c-form-message--success {
  margin-bottom: 20px;
  padding: 12px;
  background: green;
  color: #ffffff;
  line-height: 1; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
.c-input-text {
  position: relative; }

/*  Elements
    ========================================================================= */
.c-input-text__input {
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  padding: 9px 14px;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  display: block;
  width: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 20px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: none;
  line-height: normal; }
  .c-input-text__input:disabled {
    background: #d6d6d6;
    color: #505050;
    border: 2px solid #828282; }

/*  Modifiers
    ========================================================================= */
.c-input-text--shadow {
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); }

.c-input-text__input--textarea {
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 180px;
  resize: vertical; }

.c-input-text--error .c-input-text__input {
  border: 1px solid #FF5A5F; }

.c-input-text--error .c-input-text__error {
  display: block;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 0 1px #FF5A5F inset;
  background: url("/static/svg/icons/invalid-input.svg") no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 12px;
  box-shadow: none; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
.c-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  padding: 15px;
  border-radius: 3px;
  background-color: #949BFF;
  color: #ffffff;
  -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: left;
  max-width: 100%;
  width: 234px; }
  @media only screen and (max-width: 47.96875em) {
    .c-button {
      width: 100%; } }
  .c-button .c-button__label {
    display: block;
    position: relative; }
  .c-button svg {
    fill: #ffffff;
    -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-property: fill;
    transition-property: fill; }
  .c-button[disabled] {
    pointer-events: none;
    opacity: 0.3; }
  @media only screen and (max-width: 29.96875em) {
    .c-button {
      width: 100%; } }

/**
* Button variants
*/
.c-button--primary {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  padding: 15px;
  border-radius: 3px;
  background-color: #949BFF;
  color: #ffffff;
  -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: left;
  max-width: 100%;
  width: 234px;
  background-color: transparent;
  color: #505050; }
  @media only screen and (max-width: 47.96875em) {
    .c-button--primary {
      width: 100%; } }
  .c-button--primary .c-button__label {
    display: block;
    position: relative; }
  .c-button--primary svg {
    fill: #ffffff;
    -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-property: fill;
    transition-property: fill; }
  .c-button--primary[disabled] {
    pointer-events: none;
    opacity: 0.3; }
  .c-button--primary svg {
    fill: #505050; }

.c-button--secondary {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  padding: 15px;
  border-radius: 3px;
  background-color: #949BFF;
  color: #ffffff;
  -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: left;
  max-width: 100%;
  width: 234px;
  background-color: #ffffff;
  color: #505050; }
  @media only screen and (max-width: 47.96875em) {
    .c-button--secondary {
      width: 100%; } }
  .c-button--secondary .c-button__label {
    display: block;
    position: relative; }
  .c-button--secondary svg {
    fill: #ffffff;
    -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-property: fill;
    transition-property: fill; }
  .c-button--secondary[disabled] {
    pointer-events: none;
    opacity: 0.3; }
  html:not(.is-touch) .c-button--secondary:hover, html:not(.is-touch) .c-button--secondary:focus {
    color: #505050;
    background-color: #ffffff; }

.c-button--ghost {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  padding: 15px;
  border-radius: 3px;
  background-color: #949BFF;
  color: #ffffff;
  -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: left;
  max-width: 100%;
  width: 234px;
  background-color: transparent;
  color: #505050;
  padding-left: 0;
  padding-right: 48px; }
  @media only screen and (max-width: 47.96875em) {
    .c-button--ghost {
      width: 100%; } }
  .c-button--ghost .c-button__label {
    display: block;
    position: relative; }
  .c-button--ghost svg {
    fill: #ffffff;
    -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-property: fill;
    transition-property: fill; }
  .c-button--ghost[disabled] {
    pointer-events: none;
    opacity: 0.3; }
  .c-button--ghost svg {
    fill: #505050; }
  html:not(.is-touch) .c-button--ghost:hover, html:not(.is-touch) .c-button--ghost:focus {
    color: #505050;
    background-color: transparent; }
    html:not(.is-touch) .c-button--ghost:hover .c-button__icon, html:not(.is-touch) .c-button--ghost:focus .c-button__icon {
      -webkit-transform: translate3d(5px, -50%, 0);
              transform: translate3d(5px, -50%, 0); }

.c-button--back {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  padding: 15px;
  border-radius: 3px;
  background-color: #949BFF;
  color: #ffffff;
  -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: left;
  max-width: 100%;
  width: 234px;
  padding-left: 3.5rem;
  background-color: transparent;
  color: #505050; }
  @media only screen and (max-width: 47.96875em) {
    .c-button--back {
      width: 100%; } }
  .c-button--back .c-button__label {
    display: block;
    position: relative; }
  .c-button--back svg {
    fill: #ffffff;
    -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-property: fill;
    transition-property: fill; }
  .c-button--back[disabled] {
    pointer-events: none;
    opacity: 0.3; }
  .c-button--back .c-button__icon {
    right: initial;
    left: 0; }
  html:not(.is-touch) .c-button--back:hover, html:not(.is-touch) .c-button--back:focus {
    color: #505050;
    background-color: transparent; }
    html:not(.is-touch) .c-button--back:hover.c-button--icon .c-button__icon, html:not(.is-touch) .c-button--back:focus.c-button--icon .c-button__icon {
      -webkit-transform: translate3d(-5px, -50%, 0);
              transform: translate3d(-5px, -50%, 0); }

.c-button--gray {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  padding: 15px;
  border-radius: 3px;
  background-color: #949BFF;
  color: #ffffff;
  -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: left;
  max-width: 100%;
  width: 234px;
  background-color: #9c9c9c;
  color: #ffffff; }
  @media only screen and (max-width: 47.96875em) {
    .c-button--gray {
      width: 100%; } }
  .c-button--gray .c-button__label {
    display: block;
    position: relative; }
  .c-button--gray svg {
    fill: #ffffff;
    -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-property: fill;
    transition-property: fill; }
  .c-button--gray[disabled] {
    pointer-events: none;
    opacity: 0.3; }
  html:not(.is-touch) .c-button--gray:hover, html:not(.is-touch) .c-button--gray:focus {
    cursor: not-allowed; }
    html:not(.is-touch) .c-button--gray:hover svg.c-button__icon, html:not(.is-touch) .c-button--gray:focus svg.c-button__icon {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

.c-button--white {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  padding: 15px;
  border-radius: 3px;
  background-color: #949BFF;
  color: #ffffff;
  -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: left;
  max-width: 100%;
  width: 234px;
  background-color: #ffffff;
  color: #505050;
  border-radius: 3px; }
  @media only screen and (max-width: 47.96875em) {
    .c-button--white {
      width: 100%; } }
  .c-button--white .c-button__label {
    display: block;
    position: relative; }
  .c-button--white svg {
    fill: #ffffff;
    -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-property: fill;
    transition-property: fill; }
  .c-button--white[disabled] {
    pointer-events: none;
    opacity: 0.3; }

.c-button--shadow {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.08); }

.c-button--border {
  border: 1px solid #E6E6E6; }

/**
* Button icon modifier
*/
.c-button--icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-button--icon .c-button__icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-left: auto;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    margin-left: 15px; }
  html:not(.is-touch) .c-button--icon:hover .c-button__icon, html:not(.is-touch) .c-button--icon:focus .c-button__icon {
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px); }

.c-button--icon-reverse {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-button--icon-reverse .c-button__icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: auto;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    margin-right: 15px; }
  html:not(.is-touch) .c-button--icon-reverse:hover .c-button__icon, html:not(.is-touch) .c-button--icon-reverse:focus .c-button__icon {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }

.c-button--without-box {
  border: none;
  box-shadow: none;
  background: none;
  color: #505050;
  padding-left: 0px;
  width: inherit; }

/**
* Button sizes
*/
.c-button--size-small {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 11px;
  height: 44px;
  font-size: 12px;
  text-align: left; }
  .c-button--size-small.c-button--icon .c-button__icon {
    right: 15px; }
    .c-button--size-small.c-button--icon .c-button__icon svg {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); }

.c-button--size-large {
  padding: 20px 40px; }
  .c-button--size-large.c-button--icon {
    padding-right: 60px; }
    .c-button--size-large.c-button--icon .c-button__icon {
      right: 25px; }

.c-button--full-width {
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .c-button--full-width {
      max-width: 255px; } }

/**
* Button other
*/
.c-button--wider {
  width: 245px; }

.c-button--auto-width {
  width: auto; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
.c-tabs {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 25px 0 rgba(80, 80, 80, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

/*  Elements
    ========================================================================= */
.tabs__list {
  box-shadow: 0 0 25px 0 rgba(80, 80, 80, 0.08);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 450px;
  padding: 40px 80px 120px 60px;
  width: 100%; }

.tabs__item--is-active .tabs__item__button {
  font-weight: 700; }
  .tabs__item--is-active .tabs__item__button .tabs__item__arrow {
    display: block; }

.tabs__item__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #E6E6E6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 20px 0;
  text-align: left;
  width: 100%; }
  .tabs__item__button .tabs__item__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .tabs__item__button .tabs__item__arrow {
    display: none;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .tabs__item__button span {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 15px; }

.tabs__panels {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.tabs__panel {
  display: none;
  padding: 40px 60px 40px 80px; }
  .tabs__panel h3 {
    font-family: "BreeSerif", "Helvetica Neue", Times, serif;
    font-size: 2.8rem;
    font-weight: 400; }
  .tabs__panel h4 {
    color: #B2B2B2;
    font-size: 1.4rem;
    font-weight: 600; }

.tabs__panel--is-active {
  display: block; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
.c-benefits {
  position: relative;
  overflow: hidden; }
  .c-benefits .accordion__item-header {
    padding-left: 15px; }
    @media only screen and (max-width: 63.96875em) {
      .c-benefits .accordion__item-header svg {
        width: 28px;
        height: 28px; } }
  .c-benefits .accordion__item-content {
    padding-left: 15px; }
  @media only screen and (min-width: 77.5em) {
    .c-benefits .o-section {
      padding-top: 190px; }
      .c-benefits .o-section::before {
        background: url("/static/svg/super-oval--purple.svg") no-repeat;
        position: absolute;
        content: '';
        background-size: contain;
        background-position: center left;
        z-index: 1;
        width: 590px;
        height: 600px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
        opacity: 0;
        z-index: 1;
        bottom: -150px;
        right: -70px;
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center;
        -webkit-animation: scale-fade-rotate 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s 1;
                animation: scale-fade-rotate 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s 1;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; } }

.c-tabs {
  z-index: 2;
  position: relative; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
.c-hero {
  width: 100%; }
  .c-hero .o-container {
    position: relative; }
  @media only screen and (min-width: 48em) {
    .c-hero {
      padding: 80px 0; } }
  @media only screen and (max-width: 63.96875em) {
    .c-hero::before {
      display: none; } }

.c-hero__container {
  position: relative; }

/*  Elements
    ========================================================================= */
.hero__unive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 30px; }
  @media only screen and (min-width: 48em) {
    .hero__unive {
      max-width: 160px;
      display: block;
      margin-bottom: 0; } }
  @media only screen and (min-width: 77.5em) {
    .hero__unive {
      right: 0;
      bottom: 0;
      position: absolute;
      display: block; } }
  @media only screen and (min-width: 100em) {
    .hero__unive {
      right: -40px; } }

.hero__unive-text {
  max-width: 180px; }
  @media only screen and (min-width: 48em) {
    .hero__unive-text {
      margin-bottom: 10px;
      max-width: auto; } }
  @media only screen and (min-width: 77.5em) {
    .hero__unive-text {
      text-align: right; } }

.hero__unive-image {
  max-width: 100px;
  display: block; }
  @media only screen and (min-width: 77.5em) {
    .hero__unive-image {
      margin-left: auto; } }

.hero__introduction {
  position: relative; }
  @media only screen and (min-width: 48em) {
    .hero__introduction {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.hero__bubble {
  width: 100%;
  position: relative;
  margin: 0 auto; }
  @media only screen and (min-width: 77.5em) {
    .hero__bubble {
      max-width: 785px;
      margin: 0 auto 0 0; } }
  .hero__bubble::before {
    background: url("/static/svg/super-oval.svg") no-repeat;
    position: absolute;
    content: ''; }
    @media only screen and (max-width: 47.96875em) {
      .hero__bubble::before {
        background: url("/static/svg/super-ellipse.svg") no-repeat;
        height: calc(100% + 70px);
        max-width: calc(100% + 80px);
        overflow: hidden;
        background-size: 112%;
        min-width: inherit;
        margin: -70px -70px 0 -70px;
        width: calc(100% + 100px);
        opacity: 1;
        background-position: center bottom; } }
    @media only screen and (min-width: 48em) {
      .hero__bubble::before {
        min-width: 785px;
        min-height: 476px;
        background-size: contain;
        background-position: center left;
        z-index: -1;
        width: auto;
        left: 0;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
        opacity: 0;
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center;
        -webkit-animation: scale-fade-rotate 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s 1;
                animation: scale-fade-rotate 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s 1;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; } }
    @media only screen and (min-width: 64em) {
      .hero__bubble::before {
        left: 52px; } }
    @media only screen and (min-width: 77.5em) {
      .hero__bubble::before {
        min-height: 576px; } }

.hero__bubble-inner {
  max-width: 600px;
  padding: 30px 0 70px 0;
  color: #ffffff;
  opacity: 0;
  -webkit-animation: fade 0.5s linear 0.5s 1;
          animation: fade 0.5s linear 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media only screen and (min-width: 48em) {
    .hero__bubble-inner {
      padding: 85px 15px 100px 120px; } }
  @media only screen and (min-width: 77.5em) {
    .hero__bubble-inner {
      padding: 115px 15px 60px 200px; } }
  .hero__bubble-inner .c-button {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08); }

@media only screen and (min-width: 48em) {
  .hero__image {
    position: absolute;
    bottom: -180px;
    left: 550px;
    z-index: 2; } }

@media only screen and (min-width: 77.5em) {
  .hero__image {
    display: block;
    max-height: 700px;
    bottom: -230px;
    right: 60px;
    left: auto; } }

.hero__usp {
  background: #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1060px;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 47.96875em) {
    .hero__usp {
      margin-bottom: 13px; } }
  @media only screen and (min-width: 48em) {
    .hero__usp {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.hero__usp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 17px 20px 8px 13px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media only screen and (max-width: 47.96875em) {
    .hero__usp-item:not(:last-child) {
      border-bottom: 1px solid #F5F5F5; } }
  @media only screen and (min-width: 48em) {
    .hero__usp-item {
      padding: 30px 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100% / 3; }
      .hero__usp-item:not(:last-child) {
        border-right: 1px solid #F5F5F5; } }

@media only screen and (max-width: 47.96875em) {
  .hero__usp-item-text {
    text-align: left; } }

.hero__usp-item-text--price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px; }

.hero__usp-item-label {
  margin-bottom: 5px; }

.hero__usp-item-icon {
  height: 35px;
  margin: -5px 12px 18px 0; }
  @media only screen and (min-width: 48em) {
    .hero__usp-item-icon {
      margin: 0 auto 12px auto;
      width: 100%; } }

.hero__usp-item-description {
  font-size: 12px;
  margin: 0;
  color: #B2B2B2; }
  @media only screen and (min-width: 48em) {
    .hero__usp-item-description {
      max-width: 70%;
      margin: 6px auto 0; } }

.hero__subtitle {
  font-size: 1.6rem; }

.hero__heading {
  color: inherit;
  max-width: 400px;
  font-size: 32px; }
  @media only screen and (min-width: 48em) {
    .hero__heading {
      font-size: 40px; } }

.hero__title {
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #505050;
  font-size: 2rem; }

.hero__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  max-width: 90%; }
  .hero__text a {
    color: #ffffff; }

.hero__link {
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 15px;
  text-decoration: underline; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
.c-divider {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #E6E6E6;
  padding: 0; }

/*  Modifiers
    ========================================================================= */
.c-divider--size-small {
  margin: 8px 0; }

.c-divider--size-normal {
  margin: 20px 0; }

.c-divider--color-gray-middle {
  border-top: 1px solid #E6E6E6; }

.c-divider--color-gray-dark {
  border-top: 1px solid #828282; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
.c-cta-tile {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 30px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-property: box-shadow, opactiy, -webkit-transform;
  transition-property: box-shadow, opactiy, -webkit-transform;
  transition-property: box-shadow, transform, opactiy;
  transition-property: box-shadow, transform, opactiy, -webkit-transform;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.07);
  background: #ffffff;
  color: #505050;
  text-decoration: none;
  -webkit-transition: 0.1s ease-in 0.4s;
  transition: 0.1s ease-in 0.4s;
  padding: 50px 0 20px 0; }
  @media only screen and (max-width: 29.96875em) {
    .c-cta-tile {
      padding: 45px 40px; } }

/*  Elements
    ========================================================================= */
.c-cta-tile__divider {
  margin-bottom: 26px; }

.c-cta-tile__number {
  display: block;
  padding: 15px;
  font-size: 24px;
  text-decoration: none;
  color: #949BFF;
  font-family: "BreeSerif", "Helvetica Neue", Times, serif;
  font-weight: 600;
  line-height: 1; }

.c-cta-tile__icon {
  height: 44px;
  width: 44px;
  margin-bottom: 26px; }

.c-cta-tile__content {
  width: 210px;
  max-width: 100%; }

.c-bol {
  position: absolute;
  right: 360px;
  bottom: -250px;
  padding-right: 20px; }
  .c-bol::before {
    background: url("/static/svg/green-unibol.svg") no-repeat;
    position: absolute;
    content: '';
    background-size: contain;
    background-position: center left;
    z-index: 1;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation: scale-fade-rotate 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s 1;
            animation: scale-fade-rotate 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    padding-right: 60px;
    min-width: 525px;
    min-height: 525px;
    height: 525px;
    width: 100%;
    bottom: -80%;
    right: auto;
    left: 80px; }
  @media only screen and (min-width: 48em) {
    .c-bol {
      padding-right: 20px; }
      .c-bol::before {
        padding-right: 60px;
        min-width: 825px;
        min-height: 825px;
        height: 825px;
        width: 100%;
        left: -250px;
        bottom: -80%; } }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
/*  Element
    ========================================================================= */
.c-cta-tiles__container {
  z-index: 2;
  position: relative; }

.c-cta-tiles__intro {
  position: relative;
  z-index: 2; }

.cta-tiles__button-container {
  z-index: 1;
  position: relative; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
.c-section-highlight {
  width: 100%; }

/*  Elements
    ========================================================================= */
@media only screen and (min-width: 48em) {
  .c-section-highlight__container {
    background-color: #F5F5F5;
    padding: 90px 80px 70px; } }

@media only screen and (min-width: 64em) {
  .c-section-highlight__container {
    background-color: #F5F5F5;
    padding: 110px 130px 70px; } }

.c-section-highlight__images {
  margin-bottom: 60px; }
  @media only screen and (min-width: 48em) {
    .c-section-highlight__images {
      height: 28px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 64em) {
    .c-section-highlight__images {
      height: 65px;
      margin-bottom: 80px; } }

.c-section-highlight__image {
  display: block;
  max-height: 60px;
  margin-bottom: 30px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto; }
  .c-section-highlight__image:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 48em) {
    .c-section-highlight__image {
      height: 100%;
      max-width: 25%;
      margin-right: 50px;
      max-height: 100%; }
      .c-section-highlight__image:last-child {
        margin-right: 0; } }

.c-section-highlight__content {
  width: 100%;
  padding-top: 30px; }
  @media only screen and (min-width: 48em) {
    .c-section-highlight__content {
      border-top: 1px solid #E6E6E6; } }
  @media only screen and (min-width: 64em) {
    .c-section-highlight__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-top: 80px; } }

.c-section-highlight__content-text {
  max-width: 540px; }
  @media only screen and (min-width: 64em) {
    .c-section-highlight__content-text {
      margin-right: 20px; } }

.c-section-highlight__button {
  margin-left: auto;
  margin-top: 25px; }
  @media only screen and (min-width: 64em) {
    .c-section-highlight__button {
      margin-top: 0; } }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
.c-usp-block {
  text-align: center; }

/*  Elements
    ========================================================================= */
.usp-block__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px; }
  @media only screen and (max-width: 47.96875em) {
    .usp-block__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 48em) {
    .usp-block__container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      max-width: 1060px;
      margin: 60px auto 0; } }

.usp-block__item {
  width: calc( 100% / 3 - 30px);
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 48em) {
    .usp-block__item {
      width: calc( 100% / 3 - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media only screen and (max-width: 47.96875em) {
    .usp-block__item {
      margin-bottom: 30px;
      width: 100%; } }

.usp-block__icon {
  width: 84px;
  height: 84px;
  fill: #25DC71; }

.usp-block__label {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #505050;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 190px; }
  @media only screen and (min-width: 48em) {
    .usp-block__label {
      font-size: 1.8rem; } }

.usp-block__text {
  margin: 5px 0;
  max-width: 100%; }

.usp-block__button-container {
  margin-top: 40px; }

/* This code is subject to LICENSE in root of this repository */

/* Used to detect in JavaScript if apps have loaded styles or not. */
:root {
  --reach-dialog: 1;
}

[data-reach-dialog-overlay] {
  background: hsla(0, 0%, 0%, 0.33);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

[data-reach-dialog-content] {
  width: 50vw;
  margin: 10vh auto;
  background: white;
  padding: 2rem;
  outline: none;
}

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
/*  Elements
    ========================================================================= */
[data-reach-dialog-overlay] {
  background: rgba(0, 0, 0, 0.33);
  position: fixed;
  top: 0;
  cursor: pointer;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 99; }

[data-reach-dialog-content] {
  cursor: initial;
  width: 95%;
  background: #ffffff;
  outline: none;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  font-size: 16px;
  margin: 5vw auto;
  padding: 45px;
  z-index: 30;
  position: relative; }
  @media only screen and (min-width: 48em) {
    [data-reach-dialog-content] {
      font-size: 18px;
      padding: 60px 90px; } }
  @media only screen and (min-width: 48em) {
    [data-reach-dialog-content] {
      width: 100%; } }

.c-modal__close {
  -webkit-transition-property: box-shadow, -webkit-transform;
  transition-property: box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-transform;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  top: 15px; }
  @media only screen and (min-width: 48em) {
    .c-modal__close {
      right: 20px;
      top: 20px; } }
  .c-modal__close:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); }

.c-modal__close-icon {
  width: 30px;
  height: 30px; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
/*  Block
    ========================================================================= */
.c-stories {
  position: relative; }
  .c-stories::before {
    background-image: url("/static/svg/super-oval--grey.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 725px;
    left: -10%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.6) rotate(-169deg);
        -ms-transform: translateY(-50%) scale(1.6) rotate(-169deg);
            transform: translateY(-50%) scale(1.6) rotate(-169deg);
    width: 899px;
    z-index: -1; }
    @media only screen and (min-width: 64em) {
      .c-stories::before {
        left: -35%;
        top: 35%;
        -webkit-transform: translateY(0) scale(1) rotate(-169deg);
            -ms-transform: translateY(0) scale(1) rotate(-169deg);
                transform: translateY(0) scale(1) rotate(-169deg); } }
  .c-stories .c-heading {
    max-width: 544px;
    margin-left: auto;
    margin-right: auto; }

/*  Elements
    ========================================================================= */
.stories__container {
  margin-top: 10px; }
  @media only screen and (min-width: 64em) {
    .stories__container {
      margin-top: 40px; } }

.stories__story {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 25px 0 rgba(80, 80, 80, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  margin-top: 30px;
  position: relative; }
  @media only screen and (min-width: 64em) {
    .stories__story {
      font-size: 1.6rem;
      height: 100%;
      margin: 0; } }

.stories__story-img-container {
  position: relative;
  height: 200px;
  overflow: hidden; }

.stories__highlight {
  z-index: 2;
  height: 67px;
  width: 70px;
  background: url("/static/svg/purple-unibol-b.svg") no-repeat;
  background-size: contain;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 8px;
  text-align: center;
  align-items: center;
  color: #ffffff;
  line-height: 1.2;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto; }

.stories__highlight-text {
  line-height: 1.3; }

.stories__story__content {
  background-position: center top;
  background-repeat: repeat-x;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px; }

.stories__story__image {
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  max-height: none; }

.stories__story__title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0; }
  @media only screen and (min-width: 64em) {
    .stories__story__title {
      font-size: 2rem; } }

.stories__story__link {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: auto;
  text-decoration: underline; }

.stories__story__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px; }

.stories__button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .stories__button-container .c-button {
    width: auto; }

.stories__story__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .stories__story__date .c-text {
    font-size: 1.3rem;
    margin-bottom: 12px;
    font-weight: 600; }

.stories__story__date-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px; }
  .stories__story__date-location svg {
    fill: #B2B2B2;
    margin-right: 6px; }
  .stories__story__date-location:after {
    content: '|';
    padding-left: 7px;
    display: block;
    opacity: 0.5;
    font-weight: 550; }

/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
@media only screen and (min-width: 48em) {
  .c-two-column {
    position: relative; }
    .c-two-column::after {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      background-color: #E6E6E6;
      top: 0;
      left: 50%; } }

.c-two-column p {
  max-width: 330px;
  margin: 0 auto 30px; }

/*  Elements
    ========================================================================= */
@media only screen and (max-width: 47.96875em) {
  .c-two-column__block:not(:last-child) {
    padding-bottom: 70px; } }

@charset "UTF-8";
/*------------------------------------*\
  #MAIN
\*------------------------------------*/
/**
 * CONTENTS
 *
 * SETTINGS
 * All.....................Because our Settings layer doesn�t actually produce any
 *                         CSS, we can safely glob all of the files into one import
 *                         without risk of bloating our compiled stylesheet. This
 *                         also allows us to easily recycle all of our
 *                         project-level settings into other Sass file/projects.
 *                         Please see `00_settings/_all.scss` for a full table of
 *                         contents.
 *
 * TOOLS
 * All.....................Because our Tools layer doesn�t actually produce any
 *                         CSS, we can safely glob all of the files into one import
 *                         without risk of bloating our compiled stylesheet. This
 *                         also allows us to easily recycle all of our
 *                         project-level tooling into other Sass file/projects.
 *                         Please see `01_tools/_all.scss` for a full table of
 *                         contents.
 *
 * GENERIC
 * Normalize...............A level playing field.
 * Html....................Default HTML styling
 *
 *
 * ELEMENTS
 * All.....................Because our Tools layer doesn�t actually produce any
 *                         CSS, we can safely glob all of the files into one import
 *                         without risk of bloating our compiled stylesheet. This
 *                         also allows us to easily recycle all of our
 *                         project-level tooling into other Sass file/projects.
 *                         Please see `20_elements/_all.scss` for a full table of
 *                         contents.
 *
 * OBJECTS
 * Background image........Background position / styling classes
 *
 * COMPONENTS
 * Button..................Specific styling for Buttons based on classes
 * Form elements...........TamTam frontend shelf form elements
 * Footer..................Footer containing list of items
 * Header..................Header containing logo
 *
 * SCOPES
 * Rich text...............Set up a new styling context for long-format text.
 *
 * UTILITIES
 * All.....................Include all utilities and overrides
 *
 */
/*----------------------------------*\
  #SETTINGS
\*----------------------------------*/
/*----------------------------------*\
  #MEDIA
\*----------------------------------*/
/*----------------------------------*\
  #TYPOGRAPHY
\*----------------------------------*/
/*----------------------------------*\
  #COLORS
\*----------------------------------*/
/*----------------------------------*\
  #EASES
\*----------------------------------*/
/*----------------------------------*\
  #GRID
\*----------------------------------*/
/*----------------------------------*\
  #SHADOWS
\*----------------------------------*/
/*----------------------------------*\
  #SPACING
\*----------------------------------*/
/*
* Animations
*/
/*
* General components
*/
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scale-fade-rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-20deg);
            transform: scale(0.7) rotate(-20deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-fade-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; }
  30% {
    -webkit-transform: scale(1.3) rotate(360deg);
            transform: scale(1.3) rotate(360deg);
    border-radius: 45%; }
  60% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    border-radius: 50%; } }

/**
 * Media queries targeting a device and smaller
 **/
/**
 * Media queries targeting a device and bigger
 **/
/**
 * Media queries targeting a device and bigger
 * - - screen-mobile-only? > use screen-mobile-and-smaller
 * - - screen-desktop-only? > use screen-desktop-and-bigger
 **/
/**
 * Custom Media queries
 **/
@font-face {
  font-family: 'BreeSerif';
  src: url("/static/fonts/BreeSerif-SemiBold.woff2") format("woff2"), url("/static/fonts/BreeSerif-SemiBold.woff") format("woff"), url("/static/fonts/BreeSerif-SemiBold.eot") format("eot");
  font-display: fallback; }

/*! normalize for this project */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

*:focus {
  outline: none; }

html, body, button, a, input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  min-height: 100%;
  overflow-y: scroll; }

table {
  width: 100%; }

th, td {
  vertical-align: top; }

iframe {
  border: 0;
  display: block; }

img {
  vertical-align: middle; }

svg {
  display: inline-block;
  vertical-align: middle; }

select {
  max-width: 100%; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
body,
html {
  width: 100%; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 550; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 */
input[type='search'] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  /* 1 */
  box-sizing: border-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0; }

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  height: 100%; }

html {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #505050;
  background-color: #ffffff;
  height: 100%; }
  html.no--scroll {
    overflow-y: hidden !important; }
  html.is--modal-open {
    overflow-y: hidden !important;
    position: fixed; }

body {
  font-size: 14px;
  line-height: 1.6;
  word-break: normal; }
  @media screen and (min-width: 480px) {
    body {
      font-size: calc(14px + 2 * (100vw - 480px) / 760); } }
  @media screen and (min-width: 1240px) {
    body {
      font-size: 16px; } }
  body.has-slider {
    overflow: hidden; }
  body.ReactModal__Body--open {
    overflow-y: hidden; }

/*----------------------------------*\
  #TOOLS
\*----------------------------------*/
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0; }

fieldset {
  border: 0; }

textarea {
  resize: none; }

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

a {
  color: #949BFF;
  cursor: pointer;
  text-overflow: ellipsis;
  -webkit-transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-property: border, color, background-color;
  transition-property: border, color, background-color;
  text-decoration: none; }

ol {
  padding-left: 10px; }

p {
  margin-bottom: 26px;
  font-size: 1.6rem; }
  p + p:last-child {
    margin-bottom: 0; }

.o-background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center; }

.o-background-image--top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-position: center top; }

.o-background-image--bottom {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-position: center bottom; }

.o-background-image--left {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-position: left center; }

.o-background-image--right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-position: right center; }

.o-background-image--overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center; }
  .o-background-image--overlay:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #505050;
    opacity: 0.2; }

.o-background-image--gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center; }
  .o-background-image--gradient:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.15)), color-stop(65%, rgba(0, 0, 0, 0.075)), color-stop(75.5%, rgba(0, 0, 0, 0.0375)), color-stop(82.85%, rgba(0, 0, 0, 0.0185)), color-stop(88%, rgba(0, 0, 0, 0.0095)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.075) 65%, rgba(0, 0, 0, 0.0375) 75.5%, rgba(0, 0, 0, 0.0185) 82.85%, rgba(0, 0, 0, 0.0095) 88%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.075) 65%, rgba(0, 0, 0, 0.0375) 75.5%, rgba(0, 0, 0, 0.0185) 82.85%, rgba(0, 0, 0, 0.0095) 88%, rgba(0, 0, 0, 0) 100%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.o-main {
  position: relative;
  padding-top: 60px; }

.o-box {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 25px 0 rgba(80, 80, 80, 0.08); }
  @media only screen and (min-width: 48em) {
    .o-box {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 48em) {
    .o-box {
      padding-left: 8.33333%;
      padding-right: 8.33333%; } }
  @media only screen and (min-width: 77.5em) {
    .o-box {
      padding-left: 12.5%;
      padding-right: 12.5%; } }

.o-form__field {
  position: relative;
  margin: 0 0 16px 0; }

.o-form__field--flatten {
  margin: 0; }

.o-seperator {
  border-top: 1px solid #E6E6E6;
  margin-top: 10px;
  padding-top: 30px; }

.c-form {
  position: relative; }
  @media only screen and (min-width: 48em) {
    .c-form {
      padding-bottom: 125px; }
      .c-form--compact {
        padding-bottom: 0; } }

.form__item {
  margin-bottom: 25px; }

.form__message {
  display: none;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #F5F5F5;
  border-radius: 5px;
  font-size: 1.4rem; }
  .c-form--compact .form__message {
    margin-top: 20px; }

.form__message--success {
  color: #ffffff;
  background-color: #25DC71; }

.form__message--error {
  color: #ffffff;
  background-color: #FF5A5F; }

.form__cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 48em) and (max-width: 63.96875em) {
    .form__cta-container {
      display: block;
      text-align: right;
      padding: 30px; }
      .form__cta-container button:first-of-type {
        display: block;
        margin-left: auto;
        margin-bottom: 20px;
        padding-right: 0; } }
  @media only screen and (min-width: 48em) {
    .form__cta-container {
      position: fixed;
      width: 40%;
      left: 135%;
      bottom: 0;
      background-color: #ffffff;
      height: 125px;
      padding: 30px 50px;
      box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08); } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form--is-visible .form__cta-container {
      /* IE10+ CSS styles go here */
      left: inherit;
      right: 0; } }

.form__optional {
  margin-left: auto;
  color: #B2B2B2;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }

.fieldset__title {
  margin-bottom: 20px; }

.form__item-error {
  display: none;
  margin-top: 5px;
  box-shadow: 0 0 0 1px #ff0000 inset;
  background-color: rgba(255, 0, 0, 0.2);
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px; }
  .form__item--error .form__item-error {
    display: inline-block; }

.c-input {
  position: relative; }

@media only screen and (min-width: 30em) {
  .input--half-width {
    display: inline-block;
    width: calc(50% - 10px);
    margin-right: 15px; }
    .input--half-width:nth-of-type(even) {
      margin-right: 0; } }

@media only screen and (min-width: 30em) {
  .input--third-width {
    margin-right: 15px; }
    .input--third-width:nth-of-type(3) {
      margin-right: 0; } }

.input__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.28rem;
  padding-bottom: 5px;
  font-weight: 550;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.input__input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0.4rem;
  border: 0;
  color: #505050;
  box-shadow: 0 0 0 0.1rem #E6E6E6 inset;
  background-color: #ffffff;
  line-height: 1.6; }
  .input__input::-ms-expand {
    display: none; }
  .input__input::-webkit-input-placeholder {
    color: #B2B2B2; }
  .input__input::-moz-placeholder {
    color: #B2B2B2; }
  .input__input:-ms-input-placeholder {
    color: #B2B2B2; }
  .input__input::-ms-input-placeholder {
    color: #B2B2B2; }
  .input__input::placeholder {
    color: #B2B2B2; }
  .input__input:required:valid {
    box-shadow: 0 0 0 0.1rem #25DC71 inset;
    background: url("/static/svg/icons/valid-input.svg") no-repeat;
    background-position: calc(100% - 1.5rem) 50%; }
  .input__input:focus {
    box-shadow: 0 0 0 0.1rem #949BFF inset; }
  .form__item--error .input__input,
  .form__item--error .input__input:required {
    box-shadow: 0 0 0 0.1rem #ff0000 inset;
    background: url("/static/svg/icons/invalid-input.svg") no-repeat;
    background-position: calc(100% - 1.5rem) 50%; }
  @media only screen and (min-width: 48em) and (max-width: 63.96875em) {
    .input__input {
      padding: 10px;
      font-size: 1.44rem; } }

.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  .checkbox__input:checked + label::before {
    -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }

.checkbox__label {
  display: block;
  font-size: 1.44rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 30px; }
  .checkbox__label::before, .checkbox__label::after {
    position: absolute;
    content: '';
    border-radius: 4px;
    top: 0.2rem;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .checkbox__label::before {
    background-image: url("/static/svg/icons/check--purple.svg");
    background-size: cover;
    -webkit-transform: scale(0) rotate(-40deg);
        -ms-transform: scale(0) rotate(-40deg);
            transform: scale(0) rotate(-40deg);
    -webkit-transition: 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .checkbox__label::after {
    box-shadow: 0 0 0 1px #B2B2B2 inset, 0 0 0 3px #ffffff inset; }
    .form__item--error .checkbox__label::after {
      box-shadow: 0 0 0 1px #ff0000 inset, 0 0 0 3px #ffffff inset; }

/**
 * Horizontal
 */
.checkbox--horizontal .checkbox__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.checkbox--horizontal .checkbox__label {
  margin-right: 20px; }

.radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  .radio__input:checked + label::before {
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1); }

.radio__label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 30px; }
  .radio__label::before, .radio__label::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .radio__label::before {
    box-shadow: 0 0 0 1px #ffffff inset, 0 0 0 20px #949BFF inset;
    -webkit-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    -webkit-transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .radio__label::after {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    box-shadow: 0 0 0 1px #B2B2B2 inset, 0 0 0 3px #ffffff inset; }
    .form__item--error .radio__label::after {
      box-shadow: 0 0 0 1px #ff0000 inset, 0 0 0 3px #ffffff inset; }

/**
 * Horizontal
 */
.radio--horizontal .radio__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.radio--horizontal .radio__label {
  margin-right: 20px; }

.select__wrapper {
  position: relative; }
  .select__wrapper::after {
    content: '';
    display: block;
    width: 40px;
    height: 46px;
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: 0;
    background-image: url("/static/svg/icons/arrow-down.svg");
    background-position: center;
    background-repeat: no-repeat; }

.select__label {
  cursor: pointer;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.28rem;
  padding-bottom: 5px;
  font-weight: 550;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.select__input {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 5px;
  border: 0;
  box-shadow: 0 0 0 1px #E6E6E6 inset;
  background-color: #ffffff;
  line-height: 46px;
  height: 46px; }
  .select__input::-ms-expand {
    display: none; }
  .select__input:focus {
    box-shadow: 0 0 0 1px #949BFF inset; }
  .form__item--error .select__input {
    box-shadow: 0 0 0 1px #ff0000 inset; }

.c-textarea {
  position: relative; }

.textarea__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.28rem;
  padding-bottom: 5px;
  font-weight: 550;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.textarea__input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0.4rem;
  border: 0;
  color: #505050;
  box-shadow: 0 0 0 0.1rem #E6E6E6 inset;
  background-color: #ffffff;
  line-height: 1.6; }
  .textarea__input::-ms-expand {
    display: none; }
  .textarea__input::-webkit-input-placeholder {
    color: #B2B2B2; }
  .textarea__input::-moz-placeholder {
    color: #B2B2B2; }
  .textarea__input:-ms-input-placeholder {
    color: #B2B2B2; }
  .textarea__input::-ms-input-placeholder {
    color: #B2B2B2; }
  .textarea__input::placeholder {
    color: #B2B2B2; }
  .textarea__input:required:valid {
    box-shadow: 0 0 0 0.1rem #25DC71 inset;
    background: url("/static/svg/icons/valid-input.svg") no-repeat;
    background-position: calc(100% - 1.5rem) 50%; }
  .textarea__input:focus {
    box-shadow: 0 0 0 0.1rem #949BFF inset; }
  .form__item--error .textarea__input,
  .form__item--error .textarea__input:required {
    box-shadow: 0 0 0 0.1rem #ff0000 inset;
    background: url("/static/svg/icons/invalid-input.svg") no-repeat;
    background-position: calc(100% - 1.5rem) 50%; }
  @media only screen and (min-width: 48em) and (max-width: 63.96875em) {
    .textarea__input {
      padding: 10px;
      font-size: 1.44rem; } }

.u-background--primary {
  background-color: #25DC71; }

.u-background--secondary {
  background-color: #949BFF; }

.u-background--white {
  background-color: #ffffff; }

.u-background--gray-light {
  background-color: #F5F5F5; }

.u-has--object-fit-polyfill {
  background-size: cover;
  background-position: center; }
  .u-has--object-fit-polyfill img {
    opacity: 0; }

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 480px) {
    .u-flex--sm {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 768px) {
    .u-flex--md {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 1024px) {
    .u-flex--lg {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 1240px) {
    .u-flex--xlg {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.u-flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media only screen and (min-width: 480px) {
    .u-flex-wrap--sm {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) {
    .u-flex-wrap--md {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-wrap--lg {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-wrap--xlg {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.u-flex-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  @media only screen and (min-width: 480px) {
    .u-flex-nowrap--sm {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media only screen and (min-width: 768px) {
    .u-flex-nowrap--md {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-nowrap--lg {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-nowrap--xlg {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

.u-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 480px) {
    .u-flex-column--sm {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .u-flex-column--md {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-column--lg {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-column--xlg {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.u-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media only screen and (min-width: 480px) {
    .u-flex-row--sm {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media only screen and (min-width: 768px) {
    .u-flex-row--md {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-row--lg {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-row--xlg {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.u-flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media only screen and (min-width: 480px) {
    .u-flex-start--sm {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media only screen and (min-width: 768px) {
    .u-flex-start--md {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-start--lg {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-start--xlg {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.u-flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 480px) {
    .u-flex-center--sm {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 768px) {
    .u-flex-center--md {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-center--lg {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-center--xlg {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.u-flex-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  @media only screen and (min-width: 480px) {
    .u-flex-baseline--sm {
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; } }
  @media only screen and (min-width: 768px) {
    .u-flex-baseline--md {
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-baseline--lg {
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-baseline--xlg {
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; } }

.u-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media only screen and (min-width: 480px) {
    .u-flex-end--sm {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media only screen and (min-width: 768px) {
    .u-flex-end--md {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-end--lg {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-end--xlg {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.u-flex-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (min-width: 480px) {
    .u-flex-top--sm {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 768px) {
    .u-flex-top--md {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-top--lg {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-top--xlg {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.u-flex-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 480px) {
    .u-flex-middle--sm {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 768px) {
    .u-flex-middle--md {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-middle--lg {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-middle--xlg {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.u-flex-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media only screen and (min-width: 480px) {
    .u-flex-bottom--sm {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media only screen and (min-width: 768px) {
    .u-flex-bottom--md {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-bottom--lg {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-bottom--xlg {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }

.u-flex-self-left {
  margin-left: 0;
  margin-right: auto; }
  @media only screen and (min-width: 480px) {
    .u-flex-self-left--sm {
      margin-left: 0;
      margin-right: auto; } }
  @media only screen and (min-width: 768px) {
    .u-flex-self-left--md {
      margin-left: 0;
      margin-right: auto; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-self-left--lg {
      margin-left: 0;
      margin-right: auto; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-self-left--xlg {
      margin-left: 0;
      margin-right: auto; } }

.u-flex-self-center {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 480px) {
    .u-flex-self-center--sm {
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 768px) {
    .u-flex-self-center--md {
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-self-center--lg {
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-self-center--xlg {
      margin-left: auto;
      margin-right: auto; } }

.u-flex-self-right {
  margin-left: auto;
  margin-right: 0; }
  @media only screen and (min-width: 480px) {
    .u-flex-self-right--sm {
      margin-left: auto;
      margin-right: 0; } }
  @media only screen and (min-width: 768px) {
    .u-flex-self-right--md {
      margin-left: auto;
      margin-right: 0; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-self-right--lg {
      margin-left: auto;
      margin-right: 0; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-self-right--xlg {
      margin-left: auto;
      margin-right: 0; } }

.u-flex-self-top {
  margin-top: 0;
  margin-bottom: auto; }
  @media only screen and (min-width: 480px) {
    .u-flex-self-top--sm {
      margin-top: 0;
      margin-bottom: auto; } }
  @media only screen and (min-width: 768px) {
    .u-flex-self-top--md {
      margin-top: 0;
      margin-bottom: auto; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-self-top--lg {
      margin-top: 0;
      margin-bottom: auto; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-self-top--xlg {
      margin-top: 0;
      margin-bottom: auto; } }

.u-flex-self-middle {
  margin-top: auto;
  margin-bottom: auto; }
  @media only screen and (min-width: 480px) {
    .u-flex-self-middle--sm {
      margin-top: auto;
      margin-bottom: auto; } }
  @media only screen and (min-width: 768px) {
    .u-flex-self-middle--md {
      margin-top: auto;
      margin-bottom: auto; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-self-middle--lg {
      margin-top: auto;
      margin-bottom: auto; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-self-middle--xlg {
      margin-top: auto;
      margin-bottom: auto; } }

.u-flex-self-bottom {
  margin-top: auto;
  margin-bottom: 0; }
  @media only screen and (min-width: 480px) {
    .u-flex-self-bottom--sm {
      margin-top: auto;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .u-flex-self-bottom--md {
      margin-top: auto;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-self-bottom--lg {
      margin-top: auto;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-self-bottom--xlg {
      margin-top: auto;
      margin-bottom: 0; } }

.u-flex-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  @media only screen and (min-width: 480px) {
    .u-flex-around--sm {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  @media only screen and (min-width: 768px) {
    .u-flex-around--md {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-around--lg {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-around--xlg {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }

.u-flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 480px) {
    .u-flex-between--sm {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 768px) {
    .u-flex-between--md {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-between--lg {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-between--xlg {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.u-flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }
  @media only screen and (min-width: 480px) {
    .u-flex-first--sm {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; } }
  @media only screen and (min-width: 768px) {
    .u-flex-first--md {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-first--lg {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-first--xlg {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; } }

.u-flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }
  @media only screen and (min-width: 480px) {
    .u-flex-last--sm {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  @media only screen and (min-width: 768px) {
    .u-flex-last--md {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  @media only screen and (min-width: 1024px) {
    .u-flex-last--lg {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  @media only screen and (min-width: 1240px) {
    .u-flex-last--xlg {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }

@media only screen and (min-width: 100em) {
  .u-margin-top--xlg {
    margin-top: 80px !important; }
  .u-padding-top--xlg {
    padding-top: 80px !important; } }

@media only screen and (min-width: 100em) {
  .u-margin-left--xlg {
    margin-left: 80px !important; }
  .u-padding-left--xlg {
    padding-left: 80px !important; } }

@media only screen and (min-width: 100em) {
  .u-margin-bottom--xlg {
    margin-bottom: 80px !important; }
  .u-padding-bottom--xlg {
    padding-bottom: 80px !important; } }

@media only screen and (min-width: 100em) {
  .u-margin-right--xlg {
    margin-right: 80px !important; }
  .u-padding-right--xlg {
    padding-right: 80px !important; } }

@media only screen and (min-width: 100em) {
  .u-margin-top--lg {
    margin-top: 60px !important; }
  .u-padding-top--lg {
    padding-top: 60px !important; } }

@media only screen and (min-width: 100em) {
  .u-margin-left--lg {
    margin-left: 60px !important; }
  .u-padding-left--lg {
    padding-left: 60px !important; } }

@media only screen and (min-width: 100em) {
  .u-margin-bottom--lg {
    margin-bottom: 60px !important; }
  .u-padding-bottom--lg {
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 100em) {
  .u-margin-right--lg {
    margin-right: 60px !important; }
  .u-padding-right--lg {
    padding-right: 60px !important; } }

@media only screen and (min-width: 100em) {
  .u-margin-top--md {
    margin-top: 40px !important; }
  .u-padding-top--md {
    padding-top: 40px !important; } }

@media only screen and (min-width: 100em) {
  .u-margin-left--md {
    margin-left: 40px !important; }
  .u-padding-left--md {
    padding-left: 40px !important; } }

@media only screen and (min-width: 100em) {
  .u-margin-bottom--md {
    margin-bottom: 40px !important; }
  .u-padding-bottom--md {
    padding-bottom: 40px !important; } }

@media only screen and (min-width: 100em) {
  .u-margin-right--md {
    margin-right: 40px !important; }
  .u-padding-right--md {
    padding-right: 40px !important; } }

.u-margin-top--sm {
  margin-top: 20px !important; }

.u-padding-top--sm {
  padding-top: 20px !important; }

.u-margin-left--sm {
  margin-left: 20px !important; }

.u-padding-left--sm {
  padding-left: 20px !important; }

.u-margin-bottom--sm {
  margin-bottom: 20px !important; }

.u-padding-bottom--sm {
  padding-bottom: 20px !important; }

.u-margin-right--sm {
  margin-right: 20px !important; }

.u-padding-right--sm {
  padding-right: 20px !important; }

.u-margin-top--xs {
  margin-top: 10px !important; }

.u-padding-top--xs {
  padding-top: 10px !important; }

.u-margin-left--xs {
  margin-left: 10px !important; }

.u-padding-left--xs {
  padding-left: 10px !important; }

.u-margin-bottom--xs {
  margin-bottom: 10px !important; }

.u-padding-bottom--xs {
  padding-bottom: 10px !important; }

.u-margin-right--xs {
  margin-right: 10px !important; }

.u-padding-right--xs {
  padding-right: 10px !important; }

@media only screen and (min-width: 77.5em) and (max-width: 99.96875em) {
  .u-margin-top--xlg {
    margin-top: 80px !important; }
  .u-padding-top--xlg {
    padding-top: 80px !important; } }

@media only screen and (min-width: 77.5em) and (max-width: 99.96875em) {
  .u-margin-left--xlg {
    margin-left: 80px !important; }
  .u-padding-left--xlg {
    padding-left: 80px !important; } }

@media only screen and (min-width: 77.5em) and (max-width: 99.96875em) {
  .u-margin-bottom--xlg {
    margin-bottom: 80px !important; }
  .u-padding-bottom--xlg {
    padding-bottom: 80px !important; } }

@media only screen and (min-width: 77.5em) and (max-width: 99.96875em) {
  .u-margin-right--xlg {
    margin-right: 80px !important; }
  .u-padding-right--xlg {
    padding-right: 80px !important; } }

@media only screen and (min-width: 77.5em) and (max-width: 99.96875em) {
  .u-margin-top--lg {
    margin-top: 60px !important; }
  .u-padding-top--lg {
    padding-top: 60px !important; } }

@media only screen and (min-width: 77.5em) and (max-width: 99.96875em) {
  .u-margin-left--lg {
    margin-left: 60px !important; }
  .u-padding-left--lg {
    padding-left: 60px !important; } }

@media only screen and (min-width: 77.5em) and (max-width: 99.96875em) {
  .u-margin-bottom--lg {
    margin-bottom: 60px !important; }
  .u-padding-bottom--lg {
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 77.5em) and (max-width: 99.96875em) {
  .u-margin-right--lg {
    margin-right: 60px !important; }
  .u-padding-right--lg {
    padding-right: 60px !important; } }

@media only screen and (min-width: 77.5em) and (max-width: 99.96875em) {
  .u-margin-top--md {
    margin-top: 40px !important; }
  .u-padding-top--md {
    padding-top: 40px !important; } }

@media only screen and (min-width: 77.5em) and (max-width: 99.96875em) {
  .u-margin-left--md {
    margin-left: 40px !important; }
  .u-padding-left--md {
    padding-left: 40px !important; } }

@media only screen and (min-width: 77.5em) and (max-width: 99.96875em) {
  .u-margin-bottom--md {
    margin-bottom: 40px !important; }
  .u-padding-bottom--md {
    padding-bottom: 40px !important; } }

@media only screen and (min-width: 77.5em) and (max-width: 99.96875em) {
  .u-margin-right--md {
    margin-right: 40px !important; }
  .u-padding-right--md {
    padding-right: 40px !important; } }

@media only screen and (min-width: 64em) and (max-width: 77.46875em) {
  .u-margin-top--xlg {
    margin-top: 60px !important; }
  .u-padding-top--xlg {
    padding-top: 60px !important; } }

@media only screen and (min-width: 64em) and (max-width: 77.46875em) {
  .u-margin-left--xlg {
    margin-left: 60px !important; }
  .u-padding-left--xlg {
    padding-left: 60px !important; } }

@media only screen and (min-width: 64em) and (max-width: 77.46875em) {
  .u-margin-bottom--xlg {
    margin-bottom: 60px !important; }
  .u-padding-bottom--xlg {
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 64em) and (max-width: 77.46875em) {
  .u-margin-right--xlg {
    margin-right: 60px !important; }
  .u-padding-right--xlg {
    padding-right: 60px !important; } }

@media only screen and (min-width: 64em) and (max-width: 77.46875em) {
  .u-margin-top--lg {
    margin-top: 40px !important; }
  .u-padding-top--lg {
    padding-top: 40px !important; } }

@media only screen and (min-width: 64em) and (max-width: 77.46875em) {
  .u-margin-left--lg {
    margin-left: 40px !important; }
  .u-padding-left--lg {
    padding-left: 40px !important; } }

@media only screen and (min-width: 64em) and (max-width: 77.46875em) {
  .u-margin-bottom--lg {
    margin-bottom: 40px !important; }
  .u-padding-bottom--lg {
    padding-bottom: 40px !important; } }

@media only screen and (min-width: 64em) and (max-width: 77.46875em) {
  .u-margin-right--lg {
    margin-right: 40px !important; }
  .u-padding-right--lg {
    padding-right: 40px !important; } }

@media only screen and (min-width: 64em) and (max-width: 77.46875em) {
  .u-margin-top--md {
    margin-top: 40px !important; }
  .u-padding-top--md {
    padding-top: 40px !important; } }

@media only screen and (min-width: 64em) and (max-width: 77.46875em) {
  .u-margin-left--md {
    margin-left: 40px !important; }
  .u-padding-left--md {
    padding-left: 40px !important; } }

@media only screen and (min-width: 64em) and (max-width: 77.46875em) {
  .u-margin-bottom--md {
    margin-bottom: 40px !important; }
  .u-padding-bottom--md {
    padding-bottom: 40px !important; } }

@media only screen and (min-width: 64em) and (max-width: 77.46875em) {
  .u-margin-right--md {
    margin-right: 40px !important; }
  .u-padding-right--md {
    padding-right: 40px !important; } }

@media only screen and (min-width: 48em) and (max-width: 63.96875em) {
  .u-margin-top--xlg {
    margin-top: 40px !important; }
  .u-padding-top--xlg {
    padding-top: 40px !important; } }

@media only screen and (min-width: 48em) and (max-width: 63.96875em) {
  .u-margin-left--xlg {
    margin-left: 40px !important; }
  .u-padding-left--xlg {
    padding-left: 40px !important; } }

@media only screen and (min-width: 48em) and (max-width: 63.96875em) {
  .u-margin-bottom--xlg {
    margin-bottom: 40px !important; }
  .u-padding-bottom--xlg {
    padding-bottom: 40px !important; } }

@media only screen and (min-width: 48em) and (max-width: 63.96875em) {
  .u-margin-right--xlg {
    margin-right: 40px !important; }
  .u-padding-right--xlg {
    padding-right: 40px !important; } }

@media only screen and (min-width: 48em) and (max-width: 63.96875em) {
  .u-margin-top--lg {
    margin-top: 20px !important; }
  .u-padding-top--lg {
    padding-top: 20px !important; } }

@media only screen and (min-width: 48em) and (max-width: 63.96875em) {
  .u-margin-left--lg {
    margin-left: 20px !important; }
  .u-padding-left--lg {
    padding-left: 20px !important; } }

@media only screen and (min-width: 48em) and (max-width: 63.96875em) {
  .u-margin-bottom--lg {
    margin-bottom: 20px !important; }
  .u-padding-bottom--lg {
    padding-bottom: 20px !important; } }

@media only screen and (min-width: 48em) and (max-width: 63.96875em) {
  .u-margin-right--lg {
    margin-right: 20px !important; }
  .u-padding-right--lg {
    padding-right: 20px !important; } }

@media only screen and (min-width: 48em) and (max-width: 63.96875em) {
  .u-margin-top--md {
    margin-top: 20px !important; }
  .u-padding-top--md {
    padding-top: 20px !important; } }

@media only screen and (min-width: 48em) and (max-width: 63.96875em) {
  .u-margin-left--md {
    margin-left: 20px !important; }
  .u-padding-left--md {
    padding-left: 20px !important; } }

@media only screen and (min-width: 48em) and (max-width: 63.96875em) {
  .u-margin-bottom--md {
    margin-bottom: 20px !important; }
  .u-padding-bottom--md {
    padding-bottom: 20px !important; } }

@media only screen and (min-width: 48em) and (max-width: 63.96875em) {
  .u-margin-right--md {
    margin-right: 20px !important; }
  .u-padding-right--md {
    padding-right: 20px !important; } }

@media only screen and (min-width: 30em) and (max-width: 47.96875em) {
  .u-margin-top--xlg {
    margin-top: 40px !important; }
  .u-padding-top--xlg {
    padding-top: 40px !important; } }

@media only screen and (min-width: 30em) and (max-width: 47.96875em) {
  .u-margin-left--xlg {
    margin-left: 40px !important; }
  .u-padding-left--xlg {
    padding-left: 40px !important; } }

@media only screen and (min-width: 30em) and (max-width: 47.96875em) {
  .u-margin-bottom--xlg {
    margin-bottom: 40px !important; }
  .u-padding-bottom--xlg {
    padding-bottom: 40px !important; } }

@media only screen and (min-width: 30em) and (max-width: 47.96875em) {
  .u-margin-right--xlg {
    margin-right: 40px !important; }
  .u-padding-right--xlg {
    padding-right: 40px !important; } }

@media only screen and (min-width: 30em) and (max-width: 47.96875em) {
  .u-margin-top--lg {
    margin-top: 20px !important; }
  .u-padding-top--lg {
    padding-top: 20px !important; } }

@media only screen and (min-width: 30em) and (max-width: 47.96875em) {
  .u-margin-left--lg {
    margin-left: 20px !important; }
  .u-padding-left--lg {
    padding-left: 20px !important; } }

@media only screen and (min-width: 30em) and (max-width: 47.96875em) {
  .u-margin-bottom--lg {
    margin-bottom: 20px !important; }
  .u-padding-bottom--lg {
    padding-bottom: 20px !important; } }

@media only screen and (min-width: 30em) and (max-width: 47.96875em) {
  .u-margin-right--lg {
    margin-right: 20px !important; }
  .u-padding-right--lg {
    padding-right: 20px !important; } }

@media only screen and (min-width: 30em) and (max-width: 47.96875em) {
  .u-margin-top--md {
    margin-top: 20px !important; }
  .u-padding-top--md {
    padding-top: 20px !important; } }

@media only screen and (min-width: 30em) and (max-width: 47.96875em) {
  .u-margin-left--md {
    margin-left: 20px !important; }
  .u-padding-left--md {
    padding-left: 20px !important; } }

@media only screen and (min-width: 30em) and (max-width: 47.96875em) {
  .u-margin-bottom--md {
    margin-bottom: 20px !important; }
  .u-padding-bottom--md {
    padding-bottom: 20px !important; } }

@media only screen and (min-width: 30em) and (max-width: 47.96875em) {
  .u-margin-right--md {
    margin-right: 20px !important; }
  .u-padding-right--md {
    padding-right: 20px !important; } }

@media only screen and (max-width: 29.96875em) {
  .u-margin-top--xlg {
    margin-top: 30px !important; }
  .u-padding-top--xlg {
    padding-top: 30px !important; } }

@media only screen and (max-width: 29.96875em) {
  .u-margin-left--xlg {
    margin-left: 30px !important; }
  .u-padding-left--xlg {
    padding-left: 30px !important; } }

@media only screen and (max-width: 29.96875em) {
  .u-margin-bottom--xlg {
    margin-bottom: 30px !important; }
  .u-padding-bottom--xlg {
    padding-bottom: 30px !important; } }

@media only screen and (max-width: 29.96875em) {
  .u-margin-right--xlg {
    margin-right: 30px !important; }
  .u-padding-right--xlg {
    padding-right: 30px !important; } }

@media only screen and (max-width: 29.96875em) {
  .u-margin-top--lg {
    margin-top: 20px !important; }
  .u-padding-top--lg {
    padding-top: 20px !important; } }

@media only screen and (max-width: 29.96875em) {
  .u-margin-left--lg {
    margin-left: 20px !important; }
  .u-padding-left--lg {
    padding-left: 20px !important; } }

@media only screen and (max-width: 29.96875em) {
  .u-margin-bottom--lg {
    margin-bottom: 20px !important; }
  .u-padding-bottom--lg {
    padding-bottom: 20px !important; } }

@media only screen and (max-width: 29.96875em) {
  .u-margin-right--lg {
    margin-right: 20px !important; }
  .u-padding-right--lg {
    padding-right: 20px !important; } }

@media only screen and (max-width: 29.96875em) {
  .u-margin-top--md {
    margin-top: 20px !important; }
  .u-padding-top--md {
    padding-top: 20px !important; } }

@media only screen and (max-width: 29.96875em) {
  .u-margin-left--md {
    margin-left: 20px !important; }
  .u-padding-left--md {
    padding-left: 20px !important; } }

@media only screen and (max-width: 29.96875em) {
  .u-margin-bottom--md {
    margin-bottom: 20px !important; }
  .u-padding-bottom--md {
    padding-bottom: 20px !important; } }

@media only screen and (max-width: 29.96875em) {
  .u-margin-right--md {
    margin-right: 20px !important; }
  .u-padding-right--md {
    padding-right: 20px !important; } }

.u-visible-in--receipt {
  display: none; }
  .receipt--is-visible .u-visible-in--receipt {
    display: block !important; }

.receipt--is-visible .u-hidden-in--receipt {
  display: none !important; }

.u-hidden-in--form {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms; }
  .form--is-visible .u-hidden-in--form {
    opacity: 0.2;
    pointer-events: none; }

.u-text--left {
  text-align: left; }
  @media only screen and (min-width: 480px) {
    .u-text--left--sm {
      text-align: left; } }
  @media only screen and (min-width: 768px) {
    .u-text--left--md {
      text-align: left; } }
  @media only screen and (min-width: 1024px) {
    .u-text--left--lg {
      text-align: left; } }
  @media only screen and (min-width: 1240px) {
    .u-text--left--xlg {
      text-align: left; } }

.u-text--centered {
  text-align: center; }
  @media only screen and (min-width: 480px) {
    .u-text--centered--sm {
      text-align: center; } }
  @media only screen and (min-width: 768px) {
    .u-text--centered--md {
      text-align: center; } }
  @media only screen and (min-width: 1024px) {
    .u-text--centered--lg {
      text-align: center; } }
  @media only screen and (min-width: 1240px) {
    .u-text--centered--xlg {
      text-align: center; } }

.u-text--right {
  text-align: right; }
  @media only screen and (min-width: 480px) {
    .u-text--right--sm {
      text-align: right; } }
  @media only screen and (min-width: 768px) {
    .u-text--right--md {
      text-align: right; } }
  @media only screen and (min-width: 1024px) {
    .u-text--right--lg {
      text-align: right; } }
  @media only screen and (min-width: 1240px) {
    .u-text--right--xlg {
      text-align: right; } }

.u-text-color--white {
  color: #ffffff; }

.u-text-color--grey-dark {
  color: #828282; }

.u-visible-xxlg,
.u-visible-xxlg-block,
.u-visible-xxlg-table-cell,
.u-visible-xxlg-inline-block,
.u-visible-xxlg-inline {
  display: none !important; }

@media only screen and (min-width: 100em) {
  .u-visible-xxlg,
  .u-visible-xxlg-block {
    display: block !important; }
  .u-visible-xxlg-table-cell {
    display: table-cell !important; }
  .u-visible-xxlg-inline-block {
    display: inline-block !important; }
  .u-visible-xxlg-inline {
    display: inline !important; }
  .u-hidden-xxlg {
    display: none !important; } }

.u-visible-xlg,
.u-visible-xlg-block,
.u-visible-xlg-table-cell,
.u-visible-xlg-inline-block,
.u-visible-xlg-inline {
  display: none !important; }

@media only screen and (min-width: 77.5em) and (max-width: 99.96875em) {
  .u-visible-xlg,
  .u-visible-xlg-block {
    display: block !important; }
  .u-visible-xlg-table-cell {
    display: table-cell !important; }
  .u-visible-xlg-inline-block {
    display: inline-block !important; }
  .u-visible-xlg-inline {
    display: inline !important; }
  .u-hidden-xlg {
    display: none !important; } }

.u-visible-lg,
.u-visible-lg-block,
.u-visible-lg-table-cell,
.u-visible-lg-inline-block,
.u-visible-lg-inline {
  display: none !important; }

@media only screen and (min-width: 64em) and (max-width: 77.46875em) {
  .u-visible-lg,
  .u-visible-lg-block {
    display: block !important; }
  .u-visible-lg-table-cell {
    display: table-cell !important; }
  .u-visible-lg-inline-block {
    display: inline-block !important; }
  .u-visible-lg-inline {
    display: inline !important; }
  .u-hidden-lg {
    display: none !important; } }

.u-visible-md,
.u-visible-md-block,
.u-visible-md-table-cell,
.u-visible-md-inline-block,
.u-visible-md-inline {
  display: none !important; }

@media only screen and (min-width: 48em) and (max-width: 63.96875em) {
  .u-visible-md,
  .u-visible-md-block {
    display: block !important; }
  .u-visible-md-table-cell {
    display: table-cell !important; }
  .u-visible-md-inline-block {
    display: inline-block !important; }
  .u-visible-md-inline {
    display: inline !important; }
  .u-hidden-md {
    display: none !important; } }

.u-visible-sm,
.u-visible-sm-block,
.u-visible-sm-table-cell,
.u-visible-sm-inline-block,
.u-visible-sm-inline {
  display: none !important; }

@media only screen and (min-width: 30em) and (max-width: 47.96875em) {
  .u-visible-sm,
  .u-visible-sm-block {
    display: block !important; }
  .u-visible-sm-table-cell {
    display: table-cell !important; }
  .u-visible-sm-inline-block {
    display: inline-block !important; }
  .u-visible-sm-inline {
    display: inline !important; }
  .u-hidden-sm {
    display: none !important; } }

.u-visible-xs,
.u-visible-xs-block,
.u-visible-xs-table-cell,
.u-visible-xs-inline-block,
.u-visible-xs-inline {
  display: none !important; }

@media only screen and (max-width: 29.96875em) {
  .u-visible-xs,
  .u-visible-xs-block {
    display: block !important; }
  .u-visible-xs-table-cell {
    display: table-cell !important; }
  .u-visible-xs-inline-block {
    display: inline-block !important; }
  .u-visible-xs-inline {
    display: inline !important; }
  .u-hidden-xs {
    display: none !important; } }

@media only screen and (max-width: 63.96875em) {
  .u-hidden-sm-max {
    display: none !important; } }

@media only screen and (min-width: 64em) {
  .u-visible-sm-max {
    display: none !important; } }

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.u-hidden {
  display: none !important; }

@media only screen and (max-width: 47.96875em) {
  .u-hidden-sm-and-smaller {
    display: none; } }

@media only screen and (min-width: 48em) {
  .u-hidden-tp-and-bigger {
    display: none; } }

.u-overflow-hidden {
  overflow: hidden; }

.u-inline-children {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.u-hidden-aankoopkeuring {
  display: none; }

