@charset "UTF-8";
/* RESET STYLES
----------------------------------------------- */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 100%; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

input, select {
  vertical-align: middle; }

a img {
  border: 0; }

a:focus {
  outline: 0; }

a:hover, a:active {
  outline: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

::-moz-selection {
  background: black;
  color: #fff;
  text-shadow: none; }

::selection {
  background: black;
  color: #fff;
  text-shadow: none; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: normal;
  vertical-align: none;
  background: transparent;
  border: 0;
  outline: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: white; }

/* HTML5 RESETS > BROWSERS + VELHOS 
---------------------------------------*/
article, aside, figure, figure img, hgroup, footer, header, nav, section {
  display: block; }

html {
  box-sizing: border-box; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 45%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: 1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 8px 12px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

.modal-overlay {
  position: fixed;
  z-index: 9998 !important;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity; }

.modal {
  display: none;
  position: fixed;
  top: 0 !important;
  right: -100%;
  padding: 0;
  max-width: 370px !important;
  width: 100%;
  margin: auto;
  will-change: top, opacity;
  transform: scaleX(1) !important;
  z-index: 9999 !important; }
  @media only screen and (max-width: 560px) {
    .modal {
      max-width: 100% !important; } }
  .modal.open {
    right: 0; }
  .modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0; }
  .modal .modal-close {
    cursor: pointer; }
  .modal .modal-containter {
    position: relative;
    height: 100vh;
    padding: 10px 10px 68px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: auto;
    background-color: white;
    z-index: 5001; }
    @media only screen and (max-width: 560px) {
      .modal .modal-containter {
        height: initial;
        padding: 10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; } }
    .modal .modal-containter .modal-header {
      padding-bottom: 10px;
      border-bottom: 1px solid #e8e8e8;
      text-align: left; }
      .modal .modal-containter .modal-header .modal-title {
        width: 90%;
        font-family: "Fjalla One", sans-serif;
        font-weight: 900;
        font-size: 18px;
        line-height: 1.1; }
      .modal .modal-containter .modal-header .modal-close {
        position: absolute;
        top: 11px;
        right: 11px;
        z-index: 9999; }
        .modal .modal-containter .modal-header .modal-close:hover span {
          color: #e83266; }
        .modal .modal-containter .modal-header .modal-close span {
          font-weight: 900;
          font-size: 20px;
          color: black;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out; }
    .modal .modal-containter .modal-form {
      padding: 10px 0; }
      .modal .modal-containter .modal-form form {
        max-width: 350px; }
        .modal .modal-containter .modal-form form .modal-form-line {
          height: 50px;
          margin-bottom: 16px; }
  .modal .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 56px;
    padding: 8px;
    border-bottom-left-radius: 4px;
    background: white;
    border-top: 1px solid #e8e8e8;
    z-index: 5002; }
    @media only screen and (max-width: 560px) {
      .modal .modal-footer {
        position: relative;
        bottom: initial;
        left: initial;
        width: initial;
        padding: 10px;
        border-bottom-left-radius: 0; } }
    .modal .modal-footer .modal-footer-items .modal-footer-item {
      display: inline-block;
      width: calc(50% - 4px);
      vertical-align: middle; }
      .modal .modal-footer .modal-footer-items .modal-footer-item:last-of-type {
        text-align: right; }
      .modal .modal-footer .modal-footer-items .modal-footer-item .button, .modal .modal-footer .modal-footer-items .modal-footer-item .button-simple {
        min-height: 40px;
        line-height: 16px; }
      .modal .modal-footer .modal-footer-items .modal-footer-item .button {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 16px; }
        @media only screen and (max-width: 560px) {
          .modal .modal-footer .modal-footer-items .modal-footer-item .button {
            float: right;
            display: table;
            margin-bottom: 10px; } }
        @media only screen and (max-width: 560px) {
          .modal .modal-footer .modal-footer-items .modal-footer-item .button:last-of-type {
            margin-bottom: 0; } }
        .modal .modal-footer .modal-footer-items .modal-footer-item .button.button-icon p {
          width: initial; }
        .modal .modal-footer .modal-footer-items .modal-footer-item .button.button-icon div {
          width: 26px;
          height: 26px;
          font-size: 24px; }

.dropdown {
  position: relative; }
  .dropdown.dropdown-model-one .selectric {
    border: 1px solid #c7c4c5; }
    .dropdown.dropdown-model-one .selectric .label {
      color: #5f6368; }
    .dropdown.dropdown-model-one .selectric .button {
      background: transparent; }
      .dropdown.dropdown-model-one .selectric .button:after {
        color: #5f6368; }
  .dropdown.dropdown-model-one .selectric-items li {
    border-bottom: none; }
  .dropdown.dropdown-model-two .selectric {
    border: 4px solid white; }
    .dropdown.dropdown-model-two .selectric .label {
      color: white; }
    .dropdown.dropdown-model-two .selectric .button {
      background: transparent; }
      .dropdown.dropdown-model-two .selectric .button:after {
        color: white; }
  .dropdown.dropdown-model-two .selectric-items li {
    border-bottom: none; }
  .dropdown.dropdown-model-three .selectric {
    border: 4px solid #e83266; }
    .dropdown.dropdown-model-three .selectric .label {
      color: #e83266; }
    .dropdown.dropdown-model-three .selectric .button {
      background: transparent; }
      .dropdown.dropdown-model-three .selectric .button:after {
        color: #e83266; }
  .dropdown.dropdown-model-three .selectric-items li {
    border-bottom: none; }
  .dropdown .selectric-wrapper.selectric-below .selectric .label {
    color: black; }
  .dropdown .selectric {
    border: none;
    border-bottom: 4px solid #c7c4c5;
    border-radius: 4px;
    background: white; }
    .dropdown .selectric .label, .dropdown .selectric .button {
      line-height: 30px;
      height: 32px; }
    .dropdown .selectric .label {
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 13px;
      line-height: 32px;
      color: black;
      margin: 0 36px 0 12px;
      z-index: 2; }
    .dropdown .selectric .button {
      min-width: initial;
      border: none;
      margin-right: -8px;
      background: transparent; }
      .dropdown .selectric .button:after {
        content: "\e905";
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        font-variant: normal;
        text-transform: none;
        line-height: 1 !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: none;
        color: black;
        top: -18px;
        right: 14px;
        z-index: 2; }
  .dropdown .selectric-items {
    padding-top: 20px;
    border: 1px solid #c7c4c5;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 0;
    background-color: white;
    box-shadow: none;
    overflow: hidden; }
    .dropdown .selectric-items ul {
      display: block !important;
      text-align: left; }
      .dropdown .selectric-items ul li {
        position: relative;
        display: block !important;
        width: 100%;
        border-bottom: 2px solid black;
        margin: 0; }
        .dropdown .selectric-items ul li:hover {
          background: #f9f9f9;
          color: black; }
        .dropdown .selectric-items ul li.highlighted {
          background: #f9f9f9;
          color: black; }
        .dropdown .selectric-items ul li.selected {
          background: #e8e8e8;
          border-width: 2px;
          color: black; }
  .dropdown .selectric-wrapper.selectric-open .selectric {
    border-bottom-color: transparent; }
  .dropdown .selectric-wrapper.selectric-focus .selectric {
    border-color: #58c2db !important; }
    .dropdown .selectric-wrapper.selectric-focus .selectric .label {
      color: #58c2db !important; }
    .dropdown .selectric-wrapper.selectric-focus .selectric .button:after {
      color: #58c2db !important; }
  .dropdown .selectric-wrapper.selectric-focus .selectric-items {
    border-color: #58c2db !important; }

/* Remover após implementação */
.input-model {
  position: relative; }
  .input-model.input-model-two {
    background-color: #e83266; }
  .input-model.input-model-three {
    background-color: white; }
  .input-model.input-model-error .input__field--ruri {
    color: #f2726f; }
  .input-model.input-model-error .input__label--ruri::after {
    background: #f2726f; }
  .input-model.input-model-error .input__label-content--ruri {
    color: #f2726f; }
  .input-model.input-model-error .input__field--ruri:focus + .input__label--ruri::after,
  .input-model.input-model-error .input--filled .input__label--ruri::after {
    background: #f2726f; }
  .input-model.input-model-error .input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
  .input-model.input-model-error .input--filled .input__label--ruri .input__label-content--ruri {
    color: #f2726f; }
  .input-model.input-model-error .input__label--ruri {
    border-color: #f2726f; }
  .input-model.input-medium {
    max-width: 90px !important; }
  .input-model.currency-model .currency {
    position: absolute;
    top: 11px;
    right: 10px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 15px;
    z-index: 1; }
  .input-model.currency-model input {
    padding-right: 30px; }
  .input-model .input {
    display: inline-block;
    width: 100%;
    vertical-align: bottom; }

/* Remover após implementação */
.input {
  position: relative;
  z-index: 1; }

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  padding: 0 1em;
  width: 40%;
  color: #696969;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%; }

.input__field--ruri {
  position: relative;
  width: calc(100% - 6px);
  height: 24px;
  padding: 0 16px;
  margin: 6px 0 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  background: transparent !important;
  z-index: 1; }
  .input__field--ruri:-webkit-autofill {
    width: calc(100% - 28px);
    padding: 0;
    margin-right: 14px;
    -webkit-box-shadow: 0 0 0 28px white inset;
    box-shadow: 0 0 0 28px white inset; }

.input__label--ruri {
  position: absolute;
  width: 100%;
  text-align: left;
  padding: 10px 12px 9px;
  border: 1px solid #c7c4c5;
  border-radius: 4px;
  font-size: 13px;
  background-color: white;
  pointer-events: none; }

.input__label-content--ruri {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: white;
  padding: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s; }

.input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input--filled .input__label--ruri .input__label-content--ruri {
  display: table;
  width: initial;
  padding: 0 10px;
  font-size: 16px;
  -webkit-transform: translate3d(0, -0.9em, 0) scale3d(0.655, 0.655, 1);
  transform: translate3d(0, -0.9em, 0) scale3d(0.655, 0.655, 1);
  background-color: white; }

.input--filled .input__label {
  padding: 8px 12px; }
  .input--filled .input__label .input__label-content span {
    display: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.input-model-one .input__field--ruri {
  color: black; }
.input-model-one .input__label-content--ruri {
  color: #5f6368; }
.input-model-one .input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input-model-one .input--filled .input__label--ruri .input__label-content--ruri {
  color: #5f6368; }
.input-model-one .input--focus .input__label--ruri {
  border-color: #58c2db !important; }
.input-model-one .input--focus .input__label-content--ruri {
  color: #58c2db !important; }

.input-model-two .input__field--ruri {
  color: white; }
.input-model-two .input__label-content--ruri {
  color: white; }
.input-model-two .input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input-model-two .input--filled .input__label--ruri .input__label-content--ruri {
  color: white; }

.input-model-three .input__field--ruri {
  color: #e83266; }
.input-model-three .input__label-content--ruri {
  color: #e83266; }
.input-model-three .input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input-model-three .input--filled .input__label--ruri .input__label-content--ruri {
  color: #e83266; }

/* Remover após implementação */
.textarea-model {
  position: relative; }
  .textarea-model.textarea-model-two {
    background-color: #bc5592; }
  .textarea-model.textarea-model-three {
    background-color: white; }
  .textarea-model .textarea {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    max-width: 350px;
    margin: 0 0 1.2em; }

/* Remover após implementação */
.textarea {
  position: relative; }

.textarea__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.textarea__field:focus {
  outline: none; }

.textarea__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #696969;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.textarea__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%; }

.textarea__field--ruri {
  width: 100%;
  height: 110px;
  background: transparent;
  padding: 0 14px;
  margin: 10px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #fff; }

.textarea__label--ruri {
  width: 100%;
  position: absolute;
  text-align: left;
  font-size: 14px;
  padding: 100px 12px 10px;
  border: 3px solid black;
  border-radius: 24px;
  pointer-events: none; }
  .textarea__label--ruri.active {
    padding: 104px 12px 4px; }

.textarea__label-content--ruri {
  color: white;
  padding: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s; }

.textarea__field--ruri:focus + .textarea__label--ruri .textarea__label-content--ruri,
.textarea--filled .textarea__label--ruri .textarea__label-content--ruri {
  font-size: 16px;
  color: #bc5592;
  -webkit-transform: translate3d(0, 1.7em, 0) scale3d(0.655, 0.655, 1);
  transform: translate3d(0, 1.7em, 0) scale3d(0.655, 0.655, 1); }

textarea[type="search"]::-webkit-search-decoration,
textarea[type="search"]::-webkit-search-cancel-button,
textarea[type="search"]::-webkit-search-results-button,
textarea[type="search"]::-webkit-search-results-decoration {
  display: none; }

.textarea-model-one .textarea__field--ruri {
  color: black; }
.textarea-model-one .textarea__label-content--ruri {
  color: black; }
.textarea-model-one .textarea__field--ruri:focus + .textarea__label--ruri .textarea__label-content--ruri,
.textarea-model-one .textarea--filled .textarea__label--ruri .textarea__label-content--ruri {
  color: black; }

.textarea-model-two .textarea__field--ruri {
  color: white; }
.textarea-model-two .textarea__label-content--ruri {
  color: white; }
.textarea-model-two .textarea__field--ruri:focus + .textarea__label--ruri .textarea__label-content--ruri,
.textarea-model-two .textarea--filled .textarea__label--ruri .textarea__label-content--ruri {
  color: white; }

.textarea-model-three .textarea__field--ruri {
  color: #bc5592; }
.textarea-model-three .textarea__label-content--ruri {
  color: #bc5592; }
.textarea-model-three .textarea__field--ruri:focus + .textarea__label--ruri .textarea__label-content--ruri,
.textarea-model-three .textarea--filled .textarea__label--ruri .textarea__label-content--ruri {
  color: #bc5592; }

/* Remover após implementação */
.checkbox-line {
  position: relative; }
  .checkbox-line.checkbox-line-pink {
    background: #e83266; }
  .checkbox-line.checkbox-line-white {
    background: white; }

/* Remover após implementação */
.checkbox-choices .checkbox-box {
  display: inline-block;
  margin-right: 20px; }
  .checkbox-choices .checkbox-box:last-of-type {
    margin-right: 0; }

.checkbox-item {
  display: inline-block;
  vertical-align: middle; }
  .checkbox-item:first-of-type {
    width: 23px; }
  .checkbox-item:last-of-type {
    width: calc(100% - 28px); }
  .checkbox-item p {
    font-weight: 700;
    font-size: 14px;
    color: black; }
    .checkbox-item p a {
      text-decoration: underline;
      color: black; }

.checkbox {
  position: relative;
  width: 22px;
  height: 22px;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
  border: none; }
  .checkbox input[type=checkbox] {
    display: none; }
  .checkbox input[type=checkbox] + label {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #e8e8e8; }
  .checkbox input[type=checkbox]:checked + label {
    background: #103775; }
    .checkbox input[type=checkbox]:checked + label:after {
      color: white !important; }
  .checkbox label {
    display: block;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 14px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .checkbox label:hover {
      background: #e83266; }
      .checkbox label:hover:after {
        color: black; }
    .checkbox label:after {
      content: '\e904';
      position: absolute;
      bottom: 3px;
      left: 50%;
      font-weight: bold;
      font-size: 15px;
      color: white;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

.checkbox-model-one input[type=checkbox]:checked + label:after {
  color: black; }
.checkbox-model-one label {
  border-radius: 30px; }
  .checkbox-model-one label:hover:after {
    color: black; }
  .checkbox-model-one label:after {
    color: rgba(0, 0, 0, 0.26); }

.checkbox-model-two input[type=checkbox]:checked + label:after {
  color: black; }
.checkbox-model-two label {
  border-bottom: 3px solid white;
  border-radius: 30px; }
  .checkbox-model-two label:hover:after {
    color: white; }
  .checkbox-model-two label:after {
    color: rgba(255, 255, 255, 0.26); }

.checkbox-model-three input[type=checkbox]:checked + label:after {
  color: #e83266; }
.checkbox-model-three label {
  border-bottom: 3px solid #e83266;
  border-radius: 30px; }
  .checkbox-model-three label:hover:after {
    color: #e83266; }
  .checkbox-model-three label:after {
    color: rgba(192, 78, 140, 0.26); }

html {
  font-size: 62.5%;
  box-sizing: border-box; }
  html *,
  html *:before,
  html *:after {
    box-sizing: border-box; }

body {
  position: relative;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  background-color: white; }

.row {
  max-width: initial; }

p, ul, ol, dl {
  margin-bottom: initial; }

a, button {
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

textarea {
  resize: none; }

input, textarea {
  text-transform: none !important; }

body.loaded #body {
  opacity: 1; }
body.loaded #loading {
  opacity: 0; }

#body {
  opacity: 0;
  background-color: white; }

#loading {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -i-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  #loading.pastloaded {
    display: none; }
  #loading .spinner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #loading .spinner-wrapper .lds-ring {
      display: inline-block;
      position: relative;
      width: 82px;
      height: 82px; }
      #loading .spinner-wrapper .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 70px;
        height: 70px;
        margin: 6px;
        border: 3px solid #103775;
        border-radius: 50%;
        -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        -moz-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        -ms-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        -o-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #103775 transparent transparent transparent; }
        #loading .spinner-wrapper .lds-ring div:nth-child(1) {
          animation-delay: -0.45s; }
        #loading .spinner-wrapper .lds-ring div:nth-child(2) {
          animation-delay: -0.3s; }
        #loading .spinner-wrapper .lds-ring div:nth-child(3) {
          animation-delay: -0.15s; }
@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.content {
  padding-top: 70px; }
  .content.content-watch .section-banner {
    background-position: 0px -270px; }
    @media only screen and (max-width: 1160px) {
      .content.content-watch .section-banner {
        background-position: 0 -100px; } }
    @media only screen and (max-width: 960px) {
      .content.content-watch .section-banner {
        background-position: center; } }
    .content.content-watch .section-banner .section-items .section-item:first-of-type {
      width: calc(60% - 3px); }
      @media only screen and (max-width: 760px) {
        .content.content-watch .section-banner .section-items .section-item:first-of-type {
          display: block;
          margin: 0; } }
    .content.content-watch .section-banner .section-items .section-item:last-of-type {
      width: calc(40% - 3px); }
      @media only screen and (max-width: 760px) {
        .content.content-watch .section-banner .section-items .section-item:last-of-type {
          display: none; } }

.wrap {
  width: 90%;
  max-width: 1400px;
  margin: auto; }

.section-items.section-items2 .section-item {
  width: calc(50% - 3px); }
.section-items.section-items3 .section-item {
  width: calc(33.33% - 3px); }
.section-items.section-items4 .section-item {
  width: calc(25% - 3px); }
.section-items .section-item {
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (max-width: 760px) {
    .section-items .section-item {
      display: block;
      width: 100% !important;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 760px) {
    .section-items .section-item:last-of-type {
      margin-bottom: 0; } }
  .section-items .section-item img {
    width: 90%;
    margin: auto; }
    @media only screen and (max-width: 760px) {
      .section-items .section-item img {
        width: 100%; } }

section {
  position: relative;
  padding: 60px 0;
  overflow: hidden; }
  @media only screen and (max-width: 560px) {
    section {
      padding: 40px 0; } }
  section.section-grey {
    background-color: #f9f9f9; }

.section-header {
  max-width: 800px;
  margin: auto auto 30px;
  text-align: center; }
  @media only screen and (max-width: 560px) {
    .section-header {
      margin-bottom: 20px; } }
  .section-header .section-header-title {
    margin-bottom: 10px;
    font-family: "Fjalla One", sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #103775; }
    @media only screen and (max-width: 560px) {
      .section-header .section-header-title {
        font-size: 30px; } }
  .section-header .section-header-subtitle {
    margin-bottom: 10px; }
    .section-header .section-header-subtitle p {
      margin-bottom: 6px;
      font-family: "Fjalla One", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.2; }
      @media only screen and (max-width: 560px) {
        .section-header .section-header-subtitle p {
          font-size: 18px; } }
  .section-header .section-header-text p {
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.5; }
    @media only screen and (max-width: 560px) {
      .section-header .section-header-text p {
        font-size: 15px; } }
    .section-header .section-header-text p:last-of-type {
      margin-bottom: 0; }
    .section-header .section-header-text p b {
      font-family: "Fjalla One", sans-serif;
      font-weight: 700; }
  .section-header .section-header-buttons {
    margin-top: 30px; }
    .section-header .section-header-buttons a {
      display: inline-block;
      vertical-align: middle;
      width: calc(50% - 10px);
      margin-right: 10px; }
      @media only screen and (max-width: 560px) {
        .section-header .section-header-buttons a {
          display: table;
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; } }
      .section-header .section-header-buttons a:last-of-type {
        margin-right: 0; }
        @media only screen and (max-width: 560px) {
          .section-header .section-header-buttons a:last-of-type {
            margin-bottom: 0; } }

.button {
  display: table;
  width: 100%;
  max-width: 360px;
  padding: 10px 22px;
  border: 2px solid #e83266;
  font-family: "Fjalla One", sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #e83266; }
  @media only screen and (max-width: 560px) {
    .button {
      width: 100%;
      font-size: 15px;
      text-align: center; } }
  .button:hover {
    color: #e83266;
    background-color: transparent; }
  .button.button-nofill {
    color: #e83266;
    background-color: transparent; }
    .button.button-nofill:hover {
      color: white;
      background-color: #e83266; }
  .button.button-white {
    color: #58c2db;
    border-color: white !important;
    background-color: white !important;
    background-image: none !important; }
    .button.button-white:hover {
      color: white !important;
      background-color: transparent !important; }
      .button.button-white:hover.button-icon div {
        background-color: transparent !important; }
    .button.button-white.button-icon div {
      background-color: #58c2db; }
  .button.button-pink {
    padding: 12px 24px;
    border: none;
    background-color: #e83266; }
    .button.button-pink:hover {
      color: #e83266;
      background-color: white; }
      .button.button-pink:hover div {
        color: white !important;
        background-color: #e83266 !important; }
    .button.button-pink div {
      color: #e83266 !important;
      background-color: white !important; }
  .button.button-blue {
    color: white;
    border-color: #58c2db;
    background-color: #58c2db; }
    .button.button-blue:hover {
      color: #58c2db;
      background-color: transparent; }
  .button.button-bluelight {
    color: white;
    border-color: #58c2db;
    background-color: #58c2db; }
    .button.button-bluelight:hover {
      color: #58c2db;
      background-color: transparent; }
  .button.button-gradient {
    padding: 12px 24px;
    border: none;
    background-color: #e83266;
    background-image: linear-gradient(to right, #58c2db, #98c667); }
    .button.button-gradient:hover {
      color: white;
      background-color: #58c2db;
      background-image: linear-gradient(to right, #98c667, #58c2db); }
      .button.button-gradient:hover div {
        color: #58c2db !important; }
    .button.button-gradient div {
      color: #98c667 !important;
      background-color: white !important; }
  .button.button-icon {
    padding: 12px 12px 12px 22px;
    border-radius: 60px; }
    @media only screen and (max-width: 560px) {
      .button.button-icon {
        padding: 10px 10px 10px 16px; } }
    .button.button-icon p, .button.button-icon div {
      display: inline-block;
      vertical-align: middle; }
    .button.button-icon p {
      width: calc(100% - 48px); }
      @media only screen and (max-width: 560px) {
        .button.button-icon p {
          width: calc(100% - 42px); } }
    .button.button-icon div {
      width: 36px;
      height: 36px;
      border-radius: 20px;
      margin-left: 12px;
      line-height: 1.1;
      font-size: 32px;
      text-align: center;
      color: white;
      background-color: #58c2db; }
      @media only screen and (max-width: 560px) {
        .button.button-icon div {
          width: 30px;
          height: 30px;
          font-size: 27px; } }
  .button.button-sn {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 32px;
    border: none;
    border-radius: 30px;
    text-align: center; }
    .button.button-sn:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      border-radius: 100%;
      background-color: rgba(255, 255, 255, 0.4);
      -moz-transform-style: flat;
      -webkit-transform-style: flat;
      -i-transform-style: flat;
      transform-style: flat;
      transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -webkit-transform: translate3d(-50%, -50%, 0);
      -i-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      -moz-transition: width .3s ease, height .3s ease;
      -webkit-transition: width .3s ease, height .3s ease;
      -i-transition: width .3s ease, height .3s ease;
      transition: width .3s ease, height .3s ease; }
    .button.button-sn:focus, .button.button-sn:hover {
      background: #dd1951; }
    .button.button-sn:active:after, .button.button-sn:hover:after {
      width: 200px;
      height: 200px; }
    .button.button-sn div {
      position: absolute;
      left: 12px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center; }
    .button.button-sn.button-fb {
      background-color: #3b5998; }
      .button.button-sn.button-fb:hover {
        color: white !important; }
      .button.button-sn.button-fb div {
        top: 7px;
        font-size: 22px; }
    .button.button-sn.button-gg {
      background-color: #e8e8e8; }
      .button.button-sn.button-gg:hover {
        color: black !important; }
      .button.button-sn.button-gg div {
        top: 5px; }
      .button.button-sn.button-gg p {
        color: black; }

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.section-awards {
  padding: 30px 0;
  background-color: #103775; }
  .section-awards .section-header .section-header-title {
    color: white; }
  .section-awards .section-awards-items {
    display: table;
    margin: auto; }
    .section-awards .section-awards-items div {
      display: inline-block;
      vertical-align: middle;
      width: calc(22% - 60px);
      margin: auto 24px; }
      @media only screen and (max-width: 460px) {
        .section-awards .section-awards-items div {
          width: calc(33% - 48px);
          margin-top: 20px;
          text-align: center; } }
      .section-awards .section-awards-items div img {
        max-width: 85px;
        max-height: 66px; }

.section-insurers {
  padding: 30px 0;
  background-color: #103775; }
  .section-insurers .section-header .section-header-title {
    color: white; }
  .section-insurers .section-awards-items {
    margin: auto;
    text-align: center; }
    .section-insurers .section-awards-items div {
      display: inline-block;
      vertical-align: middle;
      width: calc(10% - 36px);
      margin: auto 14px; }
      @media only screen and (max-width: 960px) {
        .section-insurers .section-awards-items div {
          width: calc(8% - 36px); } }
      @media only screen and (max-width: 760px) {
        .section-insurers .section-awards-items div {
          width: calc(16% - 36px);
          margin-top: 26px; } }
      @media only screen and (max-width: 460px) {
        .section-insurers .section-awards-items div {
          width: calc(24% - 30px); } }
      @media only screen and (max-width: 760px) {
        .section-insurers .section-awards-items div:nth-child(1), .section-insurers .section-awards-items div:nth-child(2), .section-insurers .section-awards-items div:nth-child(3), .section-insurers .section-awards-items div:nth-child(4) {
          margin-top: 0; } }
      @media only screen and (max-width: 460px) {
        .section-insurers .section-awards-items div:nth-child(6) {
          margin-top: 26px; } }
      .section-insurers .section-awards-items div img {
        max-width: 55px;
        max-height: 60px; }
        @media only screen and (max-width: 960px) {
          .section-insurers .section-awards-items div img {
            max-width: 86px;
            max-height: 74px;
            width: 100%; } }

.section-twoways {
  padding: 50px 0 60px;
  overflow: initial; }
  @media only screen and (max-width: 560px) {
    .section-twoways {
      padding: 30px 0 40px; } }
  .section-twoways .element-holder {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    max-width: initial;
    padding: 10px 0;
    margin: 0 0 20px 0 !important;
    background-color: #f9f9f9;
    z-index: 9995; }
    @media only screen and (max-width: 560px) {
      .section-twoways .element-holder {
        padding: 16px 0; } }
    .section-twoways .element-holder .section-header {
      margin-bottom: 0; }
      .section-twoways .element-holder .section-header p {
        margin-bottom: 0;
        color: #103775; }
        @media only screen and (max-width: 560px) {
          .section-twoways .element-holder .section-header p {
            width: 90%;
            margin: auto auto 0; } }
  .section-twoways .section-twoways-content {
    overflow: hidden; }
    .section-twoways .section-twoways-content .wrap {
      max-width: 1170px; }
      .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item {
        display: inline-block;
        vertical-align: middle;
        width: calc(50% - 3px);
        padding: 0 4px; }
        @media only screen and (max-width: 960px) {
          .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item {
            display: block;
            width: 100%;
            padding: 0; } }
        @media only screen and (max-width: 960px) {
          .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item:nth-child(1) {
            margin-bottom: 20px; } }
        .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item .section-twoways-copy {
          padding: 60px;
          text-align: center;
          background-color: white; }
          @media only screen and (max-width: 560px) {
            .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item .section-twoways-copy {
              padding: 40px; } }
          .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item .section-twoways-copy .section-twoways-icon {
            margin-bottom: 30px; }
            @media only screen and (max-width: 560px) {
              .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item .section-twoways-copy .section-twoways-icon {
                margin-bottom: 16px; } }
            .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item .section-twoways-copy .section-twoways-icon div {
              font-size: 70px;
              color: #e83266; }
              @media only screen and (max-width: 560px) {
                .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item .section-twoways-copy .section-twoways-icon div {
                  font-size: 60px; } }
          .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item .section-twoways-copy .section-twoways-title {
            margin-bottom: 26px;
            font-family: "Fjalla One", sans-serif;
            font-weight: 700;
            font-size: 28px;
            color: #103775; }
            @media only screen and (max-width: 560px) {
              .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item .section-twoways-copy .section-twoways-title {
                margin-bottom: 16px;
                font-size: 26px; } }
          .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item .section-twoways-copy .section-twoways-text {
            margin-bottom: 26px; }
            @media only screen and (max-width: 560px) {
              .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item .section-twoways-copy .section-twoways-text {
                margin-bottom: 16px; } }
            .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item .section-twoways-copy .section-twoways-text p {
              font-weight: 400;
              font-size: 16px;
              line-height: 1.6; }
          .section-twoways .section-twoways-content .wrap .section-twoways-items .section-twoways-item .section-twoways-copy a {
            margin: auto; }

.sidebar {
  position: fixed;
  max-width: 80px;
  top: 40%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -i-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  z-index: 9996; }
  @media only screen and (max-width: 560px) {
    .sidebar {
      top: 30%; } }
  .sidebar.header-hide {
    right: -86px !important; }
  .sidebar.header-show {
    right: 0 !important; }
  @media only screen and (max-width: 790px) {
    .sidebar .button-sidebar-open, .sidebar ul {
      display: inline-block !important;
      vertical-align: middle !important; } }
  .sidebar .button-sidebar-open {
    display: none;
    padding: 2px 1px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-right: -4px;
    font-size: 28px;
    color: #bc5592;
    background-color: white;
    cursor: pointer; }
    @media only screen and (max-width: 790px) {
      .sidebar .button-sidebar-open:before {
        content: "\e909";
        display: block;
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; } }
  .sidebar ul {
    padding-left: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    text-align: center;
    background-image: linear-gradient(-23deg, #58c2db 42%, #98c667 70%); }
    .sidebar ul li {
      display: block; }
      .sidebar ul li:after {
        content: '';
        display: block;
        width: 80%;
        height: 2px;
        margin: auto;
        background-color: white; }
      .sidebar ul li:first-of-type {
        border-top-left-radius: 16px; }
        .sidebar ul li:first-of-type:hover a {
          border-top-left-radius: 16px; }
      .sidebar ul li:last-of-type {
        border-bottom-left-radius: 16px; }
        .sidebar ul li:last-of-type:hover a {
          border-bottom-left-radius: 16px; }
        .sidebar ul li:last-of-type:after {
          display: none; }
      .sidebar ul li a {
        display: block;
        padding: 10px; }
        .sidebar ul li a:hover {
          background-color: rgba(79, 196, 222, 0.8);
          text-decoration: none; }
        .sidebar ul li a .sidebar-sonia {
          position: relative;
          border-radius: 80px;
          margin: auto auto 5px;
          overflow: hidden; }
          .sidebar ul li a .sidebar-sonia img {
            margin-bottom: 0; }
        .sidebar ul li a img, .sidebar ul li a p {
          display: block; }
        .sidebar ul li a img {
          height: 40px;
          margin: auto auto 5px; }
        .sidebar ul li a p {
          width: initial;
          margin-bottom: 0;
          font-weight: 700;
          font-size: 11px;
          line-height: 1;
          color: white; }

#back-to-top {
  position: fixed;
  bottom: 90px;
  right: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  background-color: #e83266;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  z-index: 9989;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out; }
  @media only screen and (max-width: 560px) {
    #back-to-top {
      bottom: 61px; } }
  #back-to-top.show {
    opacity: 1; }
  #back-to-top:hover {
    background: rgba(0, 126, 156, 0.6); }
  #back-to-top div {
    font-size: 25px;
    line-height: 46px;
    color: white; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 70px;
  background-color: #1a2b3b;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999; }
  header.header-hide {
    top: -70px !important; }
  header.header-show {
    right: 0 !important; }
  header .header-items {
    padding-top: 14px; }
    header .header-items .header-left, header .header-items .header-center, header .header-items .header-right {
      display: inline-block;
      vertical-align: middle;
      margin-left: -3px; }
    header .header-items .header-center .buttons, header .header-items .header-right .buttons {
      display: block; }
      header .header-items .header-center .buttons ul, header .header-items .header-right .buttons ul {
        display: inline-block;
        vertical-align: middle; }
        header .header-items .header-center .buttons ul li, header .header-items .header-right .buttons ul li {
          display: inline-block;
          vertical-align: middle;
          margin-right: 6px; }
          @media only screen and (max-width: 365px) {
            header .header-items .header-center .buttons ul li:first-of-type, header .header-items .header-right .buttons ul li:first-of-type {
              display: none; } }
          header .header-items .header-center .buttons ul li:last-of-type, header .header-items .header-right .buttons ul li:last-of-type {
            margin-right: 0; }
          header .header-items .header-center .buttons ul li.active a, header .header-items .header-right .buttons ul li.active a {
            border-color: #e83266;
            color: #e83266; }
          header .header-items .header-center .buttons ul li a, header .header-items .header-right .buttons ul li a {
            display: table;
            padding: 8px;
            border: none;
            border-bottom: 2px solid transparent;
            border-radius: 0;
            font-family: "Fjalla One", sans-serif;
            font-weight: 500;
            font-size: 14px;
            color: white;
            background-color: transparent; }
            header .header-items .header-center .buttons ul li a:hover, header .header-items .header-right .buttons ul li a:hover {
              border-color: #e83266;
              color: #e83266; }
            header .header-items .header-center .buttons ul li a.button-pink, header .header-items .header-right .buttons ul li a.button-pink {
              padding: 6px 30px;
              border: 2px solid #e83266;
              color: white;
              background-color: #e83266; }
              header .header-items .header-center .buttons ul li a.button-pink:hover, header .header-items .header-right .buttons ul li a.button-pink:hover {
                color: #e83266;
                background-color: transparent; }
            header .header-items .header-center .buttons ul li a.button-blue, header .header-items .header-right .buttons ul li a.button-blue {
              padding: 6px 30px;
              border: 2px solid #58c2db;
              color: white;
              background-color: #58c2db; }
              header .header-items .header-center .buttons ul li a.button-blue:hover, header .header-items .header-right .buttons ul li a.button-blue:hover {
                color: #58c2db;
                background-color: transparent; }
    header .header-items .header-left {
      width: 160px;
      padding-left: 24px; }
      @media only screen and (max-width: 760px) {
        header .header-items .header-left {
          width: 120px; } }
      @media only screen and (max-width: 420px) {
        header .header-items .header-left {
          padding-left: 14px; } }
      header .header-items .header-left .logo a img {
        display: block;
        width: 64px; }
    header .header-items .header-center {
      width: 280px; }
      @media only screen and (max-width: 760px) {
        header .header-items .header-center {
          display: none; } }
    header .header-items .header-right {
      width: calc(100% - 452px);
      padding-right: 10px;
      text-align: right; }
      @media only screen and (max-width: 760px) {
        header .header-items .header-right {
          width: calc(100% - 124px); } }
      @media only screen and (max-width: 660px) {
        header .header-items .header-right {
          padding-right: 20px; } }
      @media only screen and (max-width: 420px) {
        header .header-items .header-right {
          padding-right: 14px; } }

footer {
  position: relative;
  padding: 30px 0;
  text-align: center;
  background-color: #1a2b3b;
  z-index: 1; }
  footer .footer-logos {
    margin-bottom: 36px; }
    @media only screen and (max-width: 760px) {
      footer .footer-logos {
        margin-bottom: 16px; } }
    footer .footer-logos .footer-logo {
      display: inline-block;
      vertical-align: middle;
      margin-right: 50px; }
      @media only screen and (max-width: 560px) {
        footer .footer-logos .footer-logo {
          margin-right: 20px;
          margin-bottom: 20px; } }
      footer .footer-logos .footer-logo.p4lpro-logo img {
        width: 60px; }
        @media only screen and (max-width: 560px) {
          footer .footer-logos .footer-logo.p4lpro-logo img {
            width: 50px; } }
      footer .footer-logos .footer-logo.hisonia-logo img {
        width: 50px; }
        @media only screen and (max-width: 560px) {
          footer .footer-logos .footer-logo.hisonia-logo img {
            width: 32px; } }
      footer .footer-logos .footer-logo.ykh-logo img {
        width: 36px; }
        @media only screen and (max-width: 560px) {
          footer .footer-logos .footer-logo.ykh-logo img {
            width: 25px; } }
      footer .footer-logos .footer-logo.p4l-logo img {
        width: 146px; }
        @media only screen and (max-width: 560px) {
          footer .footer-logos .footer-logo.p4l-logo img {
            width: 126px; } }
      footer .footer-logos .footer-logo.p4p-logo img {
        width: 170px; }
        @media only screen and (max-width: 560px) {
          footer .footer-logos .footer-logo.p4p-logo img {
            width: 132px; } }
      footer .footer-logos .footer-logo:last-of-type {
        margin-right: 0; }
      footer .footer-logos .footer-logo img {
        width: 100%; }
  footer .footer-items {
    padding-bottom: 26px;
    border-bottom: 1px solid white;
    margin-bottom: 30px; }
    footer .footer-items .footer-item {
      display: inline-block;
      vertical-align: top;
      width: calc(33.33% - 3px); }
      @media only screen and (max-width: 760px) {
        footer .footer-items .footer-item {
          display: block;
          width: 100%;
          margin-bottom: 26px; } }
      @media only screen and (max-width: 760px) {
        footer .footer-items .footer-item:last-of-type {
          margin-bottom: 0; } }
      footer .footer-items .footer-item dl {
        display: table;
        min-width: 150px;
        margin: auto;
        text-align: left;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out; }
        @media only screen and (max-width: 760px) {
          footer .footer-items .footer-item dl {
            display: block;
            text-align: center; } }
        footer .footer-items .footer-item dl .footer-more-trigger {
          cursor: pointer; }
        footer .footer-items .footer-item dl .footer-more {
          display: none; }
        footer .footer-items .footer-item dl dt {
          margin-bottom: 8px;
          font-family: "Fjalla One", sans-serif;
          font-weight: 800;
          font-size: 20px;
          color: #e83266; }
          @media only screen and (max-width: 560px) {
            footer .footer-items .footer-item dl dt {
              font-size: 18px; } }
          footer .footer-items .footer-item dl dt:after {
            content: "\e905";
            display: inline-block;
            vertical-align: middle;
            margin-top: -1px;
            margin-left: 4px;
            font-family: 'icomoon' !important;
            font-style: normal;
            font-weight: bold;
            font-size: 24px;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
          footer .footer-items .footer-item dl dt a {
            color: #e83266; }
            footer .footer-items .footer-item dl dt a:hover {
              text-decoration: underline; }
        footer .footer-items .footer-item dl dd {
          margin-bottom: 8px; }
          footer .footer-items .footer-item dl dd a {
            font-size: 15px;
            color: white; }
            footer .footer-items .footer-item dl dd a:hover {
              text-decoration: underline; }
            footer .footer-items .footer-item dl dd a div {
              display: inline-block;
              vertical-align: middle;
              margin-right: 8px; }
          footer .footer-items .footer-item dl dd.footer-social {
            margin: 26px auto auto; }
            @media only screen and (max-width: 760px) {
              footer .footer-items .footer-item dl dd.footer-social {
                margin: 16px auto auto; } }
            footer .footer-items .footer-item dl dd.footer-social a {
              position: relative;
              display: inline-block;
              vertical-align: middle;
              width: 34px;
              height: 34px;
              border-radius: 26px;
              margin: 0 2px;
              background-color: white; }
              footer .footer-items .footer-item dl dd.footer-social a:hover {
                background-color: #e83266; }
                footer .footer-items .footer-item dl dd.footer-social a:hover div {
                  color: white; }
              footer .footer-items .footer-item dl dd.footer-social a div {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                font-size: 18px;
                color: #1a2b3b; }
      footer .footer-items .footer-item .footer-copy p {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.2;
        color: white; }
        footer .footer-items .footer-item .footer-copy p:last-of-type {
          margin-bottom: 0; }
        footer .footer-items .footer-item .footer-copy p a {
          color: #e83266; }
          footer .footer-items .footer-item .footer-copy p a:hover {
            text-decoration: underline; }
  footer .footer-disclaimer {
    margin-bottom: 20px; }
    footer .footer-disclaimer:last-of-type {
      margin-bottom: 0; }
    footer .footer-disclaimer p {
      margin-bottom: 6px;
      font-size: 13px;
      line-height: 1.2;
      color: white; }
      footer .footer-disclaimer p:last-of-type {
        margin-bottom: 0; }
      footer .footer-disclaimer p a {
        color: #e83266; }
        footer .footer-disclaimer p a:hover {
          text-decoration: underline; }

.animation-element {
  opacity: 0;
  position: relative; }
  .animation-element.slide-left, .animation-element.slide-right, .animation-element.slide-fade, .animation-element.slide-up {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear; }
  .animation-element.slide-left {
    -moz-transform: translate3d(-180px, 0px, 0px);
    -webkit-transform: translate3d(-180px, 0px, 0px);
    -o-transform: translate(-180px, 0px, 0px);
    -ms-transform: translate(-180px, 0px, 0px);
    transform: translate3d(-180px, 0px, 0px); }
  .animation-element.slide-right {
    -moz-transform: translate3d(180px, 0px, 0px);
    -webkit-transform: translate3d(180px, 0px, 0px);
    -o-transform: translate(180px, 0px, 0px);
    -ms-transform: translate(180px, 0px, 0px);
    transform: translate3d(180px, 0px, 0px); }
  .animation-element.slide-up {
    -moz-transform: translate3d(0, 180px, 0);
    -webkit-transform: translate3d(0, 180px, 0);
    -o-transform: translate3d(0, 180px, 0);
    -ms-transform: translate3d(0, 180px, 0);
    transform: translate3d(0, 180px, 0); }
  .animation-element.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px, 0px);
    -ms-transform: translate(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  .animation-element.in-view-force {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px, 0px);
    -ms-transform: translate(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }

@-webkit-keyframes sk-bouncedelay {
  0%,
    80%,
    100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%,
    80%,
    100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
section {
  padding: 60px 0;
  overflow: initial; }
  @media only screen and (max-width: 560px) {
    section {
      padding: 40px 0; } }

.element-holder {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  max-width: initial;
  padding: 10px 0;
  margin: 0 0 20px 0 !important;
  z-index: 9995; }
  @media only screen and (max-width: 560px) {
    .element-holder {
      padding: 16px 0; } }
  .element-holder .section-header {
    margin-bottom: 0; }
    .element-holder .section-header .section-header-subtitle {
      margin-bottom: 0; }
    .element-holder .section-header p {
      margin-bottom: 0;
      color: #103775; }
      @media only screen and (max-width: 560px) {
        .element-holder .section-header p {
          width: 90%;
          margin: auto auto 0; } }

.section-banner {
  padding-bottom: 0; }
  .section-banner .element-holder {
    background-color: white; }
  .section-banner .section-banner-content {
    padding-bottom: 20px;
    overflow: hidden; }
    .section-banner .section-banner-content .section-banner-image {
      text-align: center; }
      .section-banner .section-banner-content .section-banner-image img {
        width: 100%;
        max-width: 960px; }

.section-protect .element-holder {
  background-color: #f9f9f9; }
.section-protect .section-protect-content {
  overflow: hidden; }
  .section-protect .section-protect-content .section-header {
    margin: auto; }
    .section-protect .section-protect-content .section-header .section-header-text a {
      font-weight: 700;
      color: #e83266; }

.section-twoways .element-holder {
  background-color: white; }
.section-twoways .section-twoways-content {
  overflow: hidden; }
  .section-twoways .section-twoways-content .wrap {
    max-width: 1160px; }
    @media only screen and (max-width: 960px) {
      .section-twoways .section-twoways-content .wrap {
        max-width: 400px; } }
    .section-twoways .section-twoways-content .wrap .section-items {
      padding: 16px 0; }
      .section-twoways .section-twoways-content .wrap .section-items .section-item {
        display: inline-block;
        vertical-align: middle;
        width: calc(33.33% - 3px);
        padding: 0 14px; }
        @media only screen and (max-width: 960px) {
          .section-twoways .section-twoways-content .wrap .section-items .section-item {
            display: block;
            width: 100%;
            padding: 0; } }
        .section-twoways .section-twoways-content .wrap .section-items .section-item:nth-child(1) .section-twoways-copy {
          background-image: url("../img/lp/convertible2topbg.svg"); }
          .section-twoways .section-twoways-content .wrap .section-items .section-item:nth-child(1) .section-twoways-copy .section-twoways-subtitle {
            color: #e83266; }
        @media only screen and (max-width: 960px) {
          .section-twoways .section-twoways-content .wrap .section-items .section-item:nth-child(1) {
            margin-bottom: 20px; } }
        .section-twoways .section-twoways-content .wrap .section-items .section-item:nth-child(2) .section-twoways-copy {
          background-image: url("../img/lp/convertibletopbg.svg"); }
          .section-twoways .section-twoways-content .wrap .section-items .section-item:nth-child(2) .section-twoways-copy .section-twoways-subtitle {
            color: #58c2db; }
        @media only screen and (max-width: 960px) {
          .section-twoways .section-twoways-content .wrap .section-items .section-item:nth-child(2) {
            margin-bottom: 20px; } }
        .section-twoways .section-twoways-content .wrap .section-items .section-item:nth-child(3) .section-twoways-copy {
          background-image: url("../img/lp/registertopbg.svg"); }
          .section-twoways .section-twoways-content .wrap .section-items .section-item:nth-child(3) .section-twoways-copy .section-twoways-subtitle {
            color: #98c667; }
        .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy {
          padding: 20px 30px 30px;
          border-radius: 10px;
          text-align: center;
          background-color: white;
          background-repeat: no-repeat;
          background-position: top center;
          -webkit-box-shadow: 0px 4px 14px 0px rgba(50, 50, 50, 0.5);
          -moz-box-shadow: 0px 4px 14px 0px rgba(50, 50, 50, 0.5);
          box-shadow: 0px 4px 14px 0px rgba(50, 50, 50, 0.5); }
          .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-title {
            margin-bottom: 96px;
            font-family: "Fjalla One", sans-serif;
            font-weight: 700;
            font-size: 32px;
            line-height: 1.3;
            color: white; }
            @media only screen and (max-width: 560px) {
              .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-title {
                font-size: 26px; } }
          .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-subtitle {
            margin-bottom: 12px;
            font-family: "Fjalla One", sans-serif;
            font-size: 24px; }
          .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-text p, .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-list p {
            font-weight: 400;
            line-height: 1.5; }
          .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-text {
            margin-bottom: 26px; }
            @media only screen and (max-width: 560px) {
              .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-text {
                margin-bottom: 16px; } }
            .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-text p {
              font-family: "Fjalla One", sans-serif;
              font-size: 18px; }
            .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-text a {
              font-weight: 700;
              border-bottom: 2px solid black;
              color: black; }
              .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-text a:hover {
                border-color: transparent; }
          .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-list {
            margin-bottom: 26px;
            text-align: left; }
            .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-list:before {
              content: '';
              display: block;
              width: 60px;
              height: 4px;
              border-radius: 10px;
              margin: auto auto 26px;
              background-image: linear-gradient(to right, #98c667, #58c2db); }
            .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-list li {
              margin-bottom: 20px; }
              .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-list li:last-of-type {
                margin-bottom: 0; }
              .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-list li:before, .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-list li p {
                display: inline-block;
                vertical-align: top; }
              .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-list li:before {
                content: '\e904';
                width: 22px;
                height: 22px;
                border-radius: 20px;
                font-family: 'icomoon' !important;
                font-style: normal;
                font-weight: bold;
                font-variant: normal;
                font-size: 16px;
                color: white;
                text-transform: none;
                text-align: center;
                line-height: 22px;
                background-color: #98c667;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale; }
              .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-list li p {
                width: calc(100% - 30px);
                padding-left: 10px;
                font-size: 15px; }
                .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-list li p b {
                  font-family: "Fjalla One", sans-serif;
                  font-size: 18px;
                  color: #103775; }
                .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-list li p a {
                  font-weight: 700;
                  color: #e83266; }
                  .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy .section-twoways-list li p a:hover {
                    text-decoration: underline; }
          .section-twoways .section-twoways-content .wrap .section-items .section-item .section-twoways-copy a {
            width: 100%;
            margin: 36px auto auto; }

.section-indicators {
  position: relative;
  padding: 30px 0;
  background-image: linear-gradient(to right, #103775, #58c2db, #98c667); }
  .section-indicators .section-header {
    margin-bottom: 8px; }
    .section-indicators .section-header .section-header-title {
      margin-bottom: 0;
      color: white; }
  .section-indicators #countdown {
    margin-bottom: 36px;
    text-align: center; }
    .section-indicators #countdown div {
      display: inline-block;
      vertical-align: middle;
      padding: 10px 10px 8px;
      border-radius: 4px;
      font-family: "Fjalla One", sans-serif;
      font-size: 30px;
      color: #103775;
      background-color: white; }
      @media only screen and (max-width: 560px) {
        .section-indicators #countdown div {
          font-size: 28px; } }
  .section-indicators .indicators-items {
    position: relative;
    max-width: 900px;
    margin: auto;
    z-index: 1; }
    .section-indicators .indicators-items .indicators-item {
      display: inline-block;
      vertical-align: top;
      width: calc(33% - 4px);
      text-align: center; }
      @media only screen and (max-width: 560px) {
        .section-indicators .indicators-items .indicators-item {
          width: calc(50% - 4px);
          margin-top: 40px; } }
      @media only screen and (max-width: 560px) {
        .section-indicators .indicators-items .indicators-item:nth-child(1), .section-indicators .indicators-items .indicators-item:nth-child(2) {
          margin-top: 0; } }
      .section-indicators .indicators-items .indicators-item div, .section-indicators .indicators-items .indicators-item p {
        color: white; }
      .section-indicators .indicators-items .indicators-item .indicators-copy .indicator-number {
        margin-bottom: 4px;
        font-family: "Fjalla One", sans-serif;
        font-weight: 500;
        font-size: 34px; }
        @media only screen and (max-width: 560px) {
          .section-indicators .indicators-items .indicators-item .indicators-copy .indicator-number {
            font-size: 30px; } }
      .section-indicators .indicators-items .indicators-item .indicators-copy .indicator-text {
        font-size: 16px; }
        @media only screen and (max-width: 560px) {
          .section-indicators .indicators-items .indicators-item .indicators-copy .indicator-text {
            font-size: 14px; } }
    .section-indicators .indicators-items .indicators-banner {
      display: table;
      padding: 10px 16px;
      margin: auto;
      text-align: center;
      background-color: white; }
      .section-indicators .indicators-items .indicators-banner p {
        font-family: "Fjalla One", sans-serif;
        font-weight: 700;
        font-size: 26px;
        line-height: 1.3;
        color: #103775; }

.section-examples {
  position: relative;
  z-index: 9996; }
  .section-examples .examples-items {
    position: relative;
    max-width: 900px;
    margin: auto;
    z-index: 1; }
    .section-examples .examples-items .examples-item {
      display: inline-block;
      vertical-align: middle;
      width: calc(25% - 4px);
      text-align: center; }
      @media only screen and (max-width: 560px) {
        .section-examples .examples-items .examples-item {
          width: calc(50% - 4px);
          margin-top: 40px; } }
      @media only screen and (max-width: 560px) {
        .section-examples .examples-items .examples-item:nth-child(1), .section-examples .examples-items .examples-item:nth-child(2) {
          margin-top: 0; } }
      .section-examples .examples-items .examples-item .examples-image img {
        width: 90%;
        margin: auto;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out; }
        .section-examples .examples-items .examples-item .examples-image img:hover {
          border: 1px solid #103775;
          border-radius: 2px;
          -moz-transform: scale(2.6);
          -webkit-transform: scale(2.6);
          -i-transform: scale(2.6);
          transform: scale(2.6); }
          @media only screen and (max-width: 560px) {
            .section-examples .examples-items .examples-item .examples-image img:hover {
              -moz-transform: scale(1);
              -webkit-transform: scale(1);
              -i-transform: scale(1);
              transform: scale(1); } }

.section-havesonia {
  text-align: left; }
  .section-havesonia .element-holder {
    background-color: white; }
  .section-havesonia .section-havesonia-content {
    overflow: hidden; }
    @media only screen and (max-width: 560px) {
      .section-havesonia .section-havesonia-content {
        margin-top: 0; } }
  .section-havesonia .cleanbg {
    padding: 10px 0;
    background-position: center center;
    background-size: cover; }
  .section-havesonia .wrap .section-items {
    margin: 70px 0; }
    @media only screen and (max-width: 560px) {
      .section-havesonia .wrap .section-items {
        margin: 50px 0; } }
    @media only screen and (max-width: 560px) {
      .section-havesonia .wrap .section-items .section-item {
        display: block;
        width: 100% !important; } }
    @media only screen and (max-width: 560px) {
      .section-havesonia .wrap .section-items .section-item.animation-element {
        opacity: 1;
        visibility: visible; } }
    .section-havesonia .wrap .section-items .section-header {
      max-width: initial; }
    .section-havesonia .wrap .section-items.section-template1 .section-item {
      vertical-align: top; }
      .section-havesonia .wrap .section-items.section-template1 .section-item:nth-child(1) {
        width: 660px; }
        @media only screen and (max-width: 1060px) {
          .section-havesonia .wrap .section-items.section-template1 .section-item:nth-child(1) {
            width: 400px; } }
        @media only screen and (max-width: 760px) {
          .section-havesonia .wrap .section-items.section-template1 .section-item:nth-child(1) {
            width: 280px; } }
        @media only screen and (max-width: 560px) {
          .section-havesonia .wrap .section-items.section-template1 .section-item:nth-child(1) {
            margin-bottom: 16px; } }
      .section-havesonia .wrap .section-items.section-template1 .section-item:nth-child(2) {
        width: calc(100% - 665px); }
        @media only screen and (max-width: 1060px) {
          .section-havesonia .wrap .section-items.section-template1 .section-item:nth-child(2) {
            width: calc(100% - 405px); } }
        @media only screen and (max-width: 760px) {
          .section-havesonia .wrap .section-items.section-template1 .section-item:nth-child(2) {
            width: calc(100% - 285px); } }
      .section-havesonia .wrap .section-items.section-template1 .section-item .section-havesonia-image img {
        max-height: 500px; }
      .section-havesonia .wrap .section-items.section-template1 .section-item .section-havesonia-image p {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.5;
        text-align: left; }
    .section-havesonia .wrap .section-items.section-template2 .section-item {
      vertical-align: top; }
      .section-havesonia .wrap .section-items.section-template2 .section-item:nth-child(1) {
        display: none; }
        @media only screen and (max-width: 760px) {
          .section-havesonia .wrap .section-items.section-template2 .section-item:nth-child(1) {
            display: block;
            margin-bottom: 16px; } }
      .section-havesonia .wrap .section-items.section-template2 .section-item:nth-child(2) {
        width: calc(100% - 565px); }
        @media only screen and (max-width: 1060px) {
          .section-havesonia .wrap .section-items.section-template2 .section-item:nth-child(2) {
            width: calc(100% - 405px); } }
        @media only screen and (max-width: 760px) {
          .section-havesonia .wrap .section-items.section-template2 .section-item:nth-child(2) {
            width: calc(100% - 285px); } }
      .section-havesonia .wrap .section-items.section-template2 .section-item:nth-child(3) {
        width: 560px;
        text-align: center; }
        @media only screen and (max-width: 1060px) {
          .section-havesonia .wrap .section-items.section-template2 .section-item:nth-child(3) {
            width: 400px; } }
        @media only screen and (max-width: 760px) {
          .section-havesonia .wrap .section-items.section-template2 .section-item:nth-child(3) {
            display: none; } }
      .section-havesonia .wrap .section-items.section-template2 .section-item .section-havesonia-image {
        margin-left: 26px; }
        .section-havesonia .wrap .section-items.section-template2 .section-item .section-havesonia-image img {
          max-height: 500px; }
        .section-havesonia .wrap .section-items.section-template2 .section-item .section-havesonia-image video {
          width: 100%; }
      .section-havesonia .wrap .section-items.section-template2 .section-item ul li:nth-child(3) .section-havesonialist-icon img {
        max-width: 33px; }
      .section-havesonia .wrap .section-items.section-template2 .section-item ul li .section-havesonialist-icon {
        position: relative;
        width: 60px;
        height: 60px;
        border-radius: 40px;
        background-color: #58c2db; }
        .section-havesonia .wrap .section-items.section-template2 .section-item ul li .section-havesonialist-icon img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-width: 40px;
          max-height: 38px;
          width: initial !important; }
    .section-havesonia .wrap .section-items.section-template3 {
      text-align: center; }
      .section-havesonia .wrap .section-items.section-template3 .section-item {
        display: block;
        max-width: 800px;
        margin: auto; }
        .section-havesonia .wrap .section-items.section-template3 .section-item:first-of-type {
          margin-bottom: 50px; }
          @media only screen and (max-width: 560px) {
            .section-havesonia .wrap .section-items.section-template3 .section-item:first-of-type {
              margin-bottom: 36px; } }
        .section-havesonia .wrap .section-items.section-template3 .section-item .section-header {
          text-align: center !important; }
          @media only screen and (max-width: 560px) {
            .section-havesonia .wrap .section-items.section-template3 .section-item .section-header {
              text-align: left !important; } }
        .section-havesonia .wrap .section-items.section-template3 .section-item a {
          margin: auto; }
          @media only screen and (max-width: 560px) {
            .section-havesonia .wrap .section-items.section-template3 .section-item a {
              margin: initial; } }
    .section-havesonia .wrap .section-items.section-template4 {
      margin: 70px 0 0; }
      @media only screen and (max-width: 560px) {
        .section-havesonia .wrap .section-items.section-template4 {
          margin: 50px 0 0; } }
      .section-havesonia .wrap .section-items.section-template4 .section-item {
        vertical-align: middle; }
        .section-havesonia .wrap .section-items.section-template4 .section-item:nth-child(2) {
          width: 660px; }
          @media only screen and (max-width: 1060px) {
            .section-havesonia .wrap .section-items.section-template4 .section-item:nth-child(2) {
              width: 400px; } }
          @media only screen and (max-width: 760px) {
            .section-havesonia .wrap .section-items.section-template4 .section-item:nth-child(2) {
              width: 280px; } }
        .section-havesonia .wrap .section-items.section-template4 .section-item:nth-child(3) {
          width: calc(100% - 665px); }
          @media only screen and (max-width: 1060px) {
            .section-havesonia .wrap .section-items.section-template4 .section-item:nth-child(3) {
              width: calc(100% - 405px); } }
          @media only screen and (max-width: 760px) {
            .section-havesonia .wrap .section-items.section-template4 .section-item:nth-child(3) {
              width: calc(100% - 285px); } }
        .section-havesonia .wrap .section-items.section-template4 .section-item .section-havesonia-image img {
          max-height: 500px;
          width: 100%; }
        .section-havesonia .wrap .section-items.section-template4 .section-item .section-havesonia-image p {
          margin-top: 40px;
          font-size: 18px;
          line-height: 1.5;
          text-align: left; }
          @media only screen and (max-width: 560px) {
            .section-havesonia .wrap .section-items.section-template4 .section-item .section-havesonia-image p {
              font-size: 15px; } }
          .section-havesonia .wrap .section-items.section-template4 .section-item .section-havesonia-image p b {
            font-weight: 600; }
        .section-havesonia .wrap .section-items.section-template4 .section-item .section-header {
          margin-bottom: 0; }
    .section-havesonia .wrap .section-items .section-item {
      position: relative;
      z-index: 2; }
      .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-header {
        text-align: left; }
        .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-header .section-header-title {
          font-size: 36px;
          color: #103775; }
          @media only screen and (max-width: 560px) {
            .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-header .section-header-title {
              font-size: 26px; } }
          .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-header .section-header-title span {
            display: block;
            max-width: 440px;
            margin-top: 6px;
            font-size: 24px;
            color: black; }
            @media only screen and (max-width: 560px) {
              .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-header .section-header-title span {
                font-size: 16px; } }
        .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-header .see-more-trigger {
          display: table;
          border-bottom: 2px solid #103775;
          margin-top: 20px;
          color: #103775; }
          .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-header .see-more-trigger:hover {
            border-color: transparent; }
          .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-header .see-more-trigger p, .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-header .see-more-trigger div {
            display: inline-block;
            vertical-align: middle; }
          .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-header .see-more-trigger p {
            font-family: "Fjalla One", sans-serif;
            font-weight: 700;
            font-size: 18px; }
          .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-header .see-more-trigger div {
            margin-left: 4px;
            font-weight: bold;
            font-size: 20px; }
        .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-header .header-more {
          display: none;
          margin-top: 40px; }
      .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-havesonia-list {
        margin-top: 20px;
        margin-bottom: 40px; }
        .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-havesonia-list ul li {
          margin-bottom: 16px; }
          .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-havesonia-list ul li:before, .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-havesonia-list ul li .section-havesonialist-text {
            display: inline-block;
            vertical-align: top; }
          .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-havesonia-list ul li:before {
            content: '\e904';
            width: 22px;
            height: 22px;
            border-radius: 20px;
            font-family: 'icomoon' !important;
            font-style: normal;
            font-weight: bold;
            font-variant: normal;
            font-size: 16px;
            color: white;
            text-transform: none;
            text-align: center;
            line-height: 22px;
            background-color: #98c667;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
          .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-havesonia-list ul li .section-havesonialist-text {
            width: calc(100% - 30px);
            padding-left: 10px; }
            .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-havesonia-list ul li .section-havesonialist-text p {
              line-height: 1.2; }
              @media only screen and (max-width: 560px) {
                .section-havesonia .wrap .section-items .section-item .section-havesonia-copy .section-havesonia-list ul li .section-havesonialist-text p {
                  font-size: 15px; } }
      .section-havesonia .wrap .section-items .section-item .section-security-image.security-image1 {
        animation: security1 2s infinite alternate; }
      .section-havesonia .wrap .section-items .section-item .section-security-image.security-image2 {
        position: absolute;
        top: 0;
        left: 0;
        animation: security2 2s infinite alternate; }
@keyframes security1 {
  0%, 25% {
    opacity: 0;
    z-index: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    z-index: 1; } }
@keyframes security2 {
  0%,25% {
    opacity: 1;
    z-index: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    z-index: 0; } }
      .section-havesonia .wrap .section-items .section-item .section-havesonia-image {
        position: relative;
        max-width: 660px;
        width: calc(100% - 26px);
        text-align: center; }
        @media only screen and (max-width: 560px) {
          .section-havesonia .wrap .section-items .section-item .section-havesonia-image {
            width: 100%;
            margin: auto auto 36px !important; } }
        .section-havesonia .wrap .section-items .section-item .section-havesonia-image .video-consider {
          width: 100%; }
        .section-havesonia .wrap .section-items .section-item .section-havesonia-image .section-havesonia-bg {
          width: 100%; }
  .section-havesonia .wrap .section-disclaimer {
    margin: 40px 0 70px;
    text-align: center; }
    @media only screen and (max-width: 560px) {
      .section-havesonia .wrap .section-disclaimer {
        margin: 30px 0 50px; } }
    .section-havesonia .wrap .section-disclaimer p {
      font-size: 22px;
      line-height: 1.5;
      color: #103775; }
      @media only screen and (max-width: 560px) {
        .section-havesonia .wrap .section-disclaimer p {
          font-size: 20px; } }
      .section-havesonia .wrap .section-disclaimer p b {
        font-weight: 600; }

.section-ft {
  padding-top: 0; }
  .section-ft .element-holder {
    background-color: white; }
  .section-ft .section-ft-image {
    margin-bottom: 50px !important;
    text-align: center; }
    .section-ft .section-ft-image img {
      width: 100%; }
  .section-ft .section-ft-content {
    overflow: hidden; }
    .section-ft .section-ft-content .ft-holder .ft-list {
      padding-left: 0;
      list-style: none; }
      .section-ft .section-ft-content .ft-holder .ft-list li p {
        margin-bottom: 0;
        line-height: 1.5; }
      .section-ft .section-ft-content .ft-holder .ft-list li.ft-open {
        margin-top: 16px;
        background-color: #f9f9f9;
        cursor: pointer; }
        .section-ft .section-ft-content .ft-holder .ft-list li.ft-open:first-of-type {
          margin-top: 0; }
        .section-ft .section-ft-content .ft-holder .ft-list li.ft-open p, .section-ft .section-ft-content .ft-holder .ft-list li.ft-open div {
          display: inline-block;
          vertical-align: middle; }
        .section-ft .section-ft-content .ft-holder .ft-list li.ft-open p {
          width: calc(100% - 30px);
          padding: 12px;
          font-family: "Fjalla One", sans-serif;
          font-weight: 800;
          font-size: 20px;
          line-height: 1;
          text-transform: uppercase;
          color: #103775; }
          @media only screen and (max-width: 560px) {
            .section-ft .section-ft-content .ft-holder .ft-list li.ft-open p {
              font-size: 16px; } }
        .section-ft .section-ft-content .ft-holder .ft-list li.ft-open div {
          font-weight: bold;
          font-size: 24px;
          color: #103775;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out; }
      .section-ft .section-ft-content .ft-holder .ft-list li.ft-close {
        display: none;
        padding: 12px 12px 30px;
        background-color: white; }
        .section-ft .section-ft-content .ft-holder .ft-list li.ft-close p {
          display: block;
          margin-bottom: 10px;
          font-weight: 500;
          font-size: 16px;
          color: black; }
          .section-ft .section-ft-content .ft-holder .ft-list li.ft-close p:last-of-type {
            margin-bottom: 0; }
          .section-ft .section-ft-content .ft-holder .ft-list li.ft-close p a {
            color: #e83266; }
            .section-ft .section-ft-content .ft-holder .ft-list li.ft-close p a:hover {
              text-decoration: underline; }
        .section-ft .section-ft-content .ft-holder .ft-list li.ft-close .ft-list ul li {
          margin-bottom: 16px; }
          .section-ft .section-ft-content .ft-holder .ft-list li.ft-close .ft-list ul li:before, .section-ft .section-ft-content .ft-holder .ft-list li.ft-close .ft-list ul li .ft-list-text {
            display: inline-block;
            vertical-align: top; }
          .section-ft .section-ft-content .ft-holder .ft-list li.ft-close .ft-list ul li:before {
            content: '\e904';
            width: 22px;
            height: 22px;
            border-radius: 20px;
            font-family: 'icomoon' !important;
            font-style: normal;
            font-weight: bold;
            font-variant: normal;
            font-size: 16px;
            color: white;
            text-transform: none;
            text-align: center;
            line-height: 22px;
            background-color: #98c667;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
          .section-ft .section-ft-content .ft-holder .ft-list li.ft-close .ft-list ul li .ft-list-text {
            width: calc(100% - 30px);
            padding-left: 10px; }
            .section-ft .section-ft-content .ft-holder .ft-list li.ft-close .ft-list ul li .ft-list-text p {
              line-height: 1.2; }
              @media only screen and (max-width: 560px) {
                .section-ft .section-ft-content .ft-holder .ft-list li.ft-close .ft-list ul li .ft-list-text p {
                  font-size: 15px; } }
      .section-ft .section-ft-content .ft-holder .ft-list li .faq-rotate {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -i-transform: rotate(180deg);
        transform: rotate(180deg);
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out; }

.section-cta {
  padding: 60px 0 0;
  text-align: center; }
  @media only screen and (max-width: 560px) {
    .section-cta {
      padding: 40px 0 0; } }
  .section-cta .section-item .section-header {
    text-align: left; }
  .section-cta .section-item:nth-child(1) {
    width: 560px; }
  .section-cta .section-item:nth-child(2) {
    width: 320px;
    text-align: center; }
  @media only screen and (max-width: 560px) {
    .section-cta video {
      width: 100%; } }

.pre-register-form-title {
  font-family: "Fjalla One", sans-serif;
  font-size: 18px; }

.popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 9999; }
  .popup.active {
    opacity: 1;
    visibility: visible; }
  .popup.popup-video {
    text-align: center; }
    .popup.popup-video .popup-header p {
      padding-left: 32px; }
    .popup.popup-video .popup-content .popup-video-inner p {
      margin-bottom: 16px;
      font-family: "Fjalla One", sans-serif;
      font-size: 24px;
      line-height: 1.4; }
      @media only screen and (max-width: 560px) {
        .popup.popup-video .popup-content .popup-video-inner p {
          font-size: 22px; } }
  .popup .popup-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 700px;
    width: 100%;
    border-radius: 12px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    overflow: hidden; }
    @media only screen and (max-width: 760px) {
      .popup .popup-inner {
        width: 90%; } }
    .popup .popup-inner .popup-header {
      position: relative;
      padding: 20px 16px;
      background-color: #58c2db;
      background-image: linear-gradient(to right, #58c2db, #98c667); }
      .popup .popup-inner .popup-header p {
        width: calc(100% - 32px);
        font-family: "Fjalla One", sans-serif;
        font-size: 34px;
        color: white; }
        @media only screen and (max-width: 560px) {
          .popup .popup-inner .popup-header p {
            font-size: 28px; } }
      .popup .popup-inner .popup-header div {
        position: absolute;
        top: 50%;
        right: 16px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-weight: bold;
        font-size: 26px;
        color: white;
        cursor: pointer; }
        @media only screen and (max-width: 560px) {
          .popup .popup-inner .popup-header div {
            font-size: 22px; } }
    .popup .popup-inner .popup-content {
      padding: 20px 16px; }
      .popup .popup-inner .popup-content .popup-items .popup-item {
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 560px) {
          .popup .popup-inner .popup-content .popup-items .popup-item {
            display: block; } }
        .popup .popup-inner .popup-content .popup-items .popup-item:nth-child(1) {
          display: none; }
          @media only screen and (max-width: 560px) {
            .popup .popup-inner .popup-content .popup-items .popup-item:nth-child(1) {
              display: block;
              max-width: 280px;
              margin: auto auto 20px; } }
        .popup .popup-inner .popup-content .popup-items .popup-item:nth-child(2) {
          width: calc(100% - 236px);
          padding-right: 20px; }
          @media only screen and (max-width: 560px) {
            .popup .popup-inner .popup-content .popup-items .popup-item:nth-child(2) {
              width: 100%;
              padding-right: 0; } }
        .popup .popup-inner .popup-content .popup-items .popup-item:nth-child(3) {
          width: 230px; }
          @media only screen and (max-width: 560px) {
            .popup .popup-inner .popup-content .popup-items .popup-item:nth-child(3) {
              display: none; } }
      .popup .popup-inner .popup-content img {
        width: 100%; }
      .popup .popup-inner .popup-content .popup-copy p {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1.4; }
        @media only screen and (max-width: 560px) {
          .popup .popup-inner .popup-content .popup-copy p {
            font-size: 16px; } }
        .popup .popup-inner .popup-content .popup-copy p:last-of-type {
          margin-bottom: 0; }
        .popup .popup-inner .popup-content .popup-copy p.popup-copy-subtitle {
          font-family: "Fjalla One", sans-serif;
          font-size: 24px; }
          @media only screen and (max-width: 560px) {
            .popup .popup-inner .popup-content .popup-copy p.popup-copy-subtitle {
              font-size: 22px; } }
      .popup .popup-inner .popup-content .popup-button {
        display: block;
        margin-top: 20px; }
        .popup .popup-inner .popup-content .popup-button a {
          max-width: initial;
          width: 100%; }

/*# sourceMappingURL=style.css.map */
