@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; }

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; }

b {
  font-weight: 700; }

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;
  overflow: hidden; }

#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 #fa2863;
        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: #fa2863 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; }

.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-item {
  display: inline-block;
  vertical-align: middle; }

section {
  position: relative;
  padding: 60px 0;
  background-size: cover;
  background-position: center left; }
  @media only screen and (max-width: 760px) {
    section {
      background-position: center right; } }
  @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; }
    @media only screen and (max-width: 560px) {
      .section-header .section-header-title {
        font-size: 36px; } }
  .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-subtitle p:last-of-type {
        margin-bottom: 0; }
  .section-header .section-header-text p {
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.2; }
    @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; }

.page-banner {
  position: relative;
  padding: 60px 0;
  min-height: 430px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }
  @media only screen and (max-width: 560px) {
    .page-banner {
      min-height: 250px; } }
  .page-banner .page-banner-copy {
    max-width: 800px;
    margin: auto; }
    .page-banner .page-banner-copy .page-banner-title {
      font-family: "Fjalla One", sans-serif;
      font-weight: 700;
      font-size: 46px;
      line-height: 1.2;
      color: white;
      text-transform: uppercase; }
      @media only screen and (max-width: 560px) {
        .page-banner .page-banner-copy .page-banner-title {
          font-size: 30px; } }
      .page-banner .page-banner-copy .page-banner-title span {
        display: block;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 36px; }
    .page-banner .page-banner-copy .page-text {
      margin-top: 20px; }
      .page-banner .page-banner-copy .page-text p {
        font-size: 18px;
        line-height: 1.2;
        color: white; }
    .page-banner .page-banner-copy a {
      margin: 20px auto auto; }

.section-banner {
  padding: 30px 0 0;
  background-position: center bottom; }
  @media only screen and (max-width: 760px) {
    .section-banner {
      padding: 100px 0 0; } }
  @media only screen and (max-width: 560px) {
    .section-banner {
      padding: 70px 0; } }
  .section-banner.section-banner-pink .section-items .section-item .section-banner-copy .section-copy-item .section-banner-title {
    color: #fa2863; }
  .section-banner.section-banner-insurance {
    padding: 30px 0; }
    @media only screen and (max-width: 560px) {
      .section-banner.section-banner-insurance {
        padding: 70px 0 100px; } }
    .section-banner.section-banner-insurance .section-items {
      margin-right: 20px; }
      @media only screen and (max-width: 560px) {
        .section-banner.section-banner-insurance .section-items {
          margin-right: 0; } }
      .section-banner.section-banner-insurance .section-items .section-item:last-of-type {
        position: relative;
        width: 420px;
        margin-left: -120px; }
        @media only screen and (max-width: 1060px) {
          .section-banner.section-banner-insurance .section-items .section-item:last-of-type {
            width: 350px;
            margin-left: initial;
            text-align: right; } }
        @media only screen and (max-width: 760px) {
          .section-banner.section-banner-insurance .section-items .section-item:last-of-type {
            width: 200px; } }
        @media only screen and (max-width: 560px) {
          .section-banner.section-banner-insurance .section-items .section-item:last-of-type {
            position: absolute; } }
      .section-banner.section-banner-insurance .section-items .section-item .hisonia-robot img {
        width: 100%; }
        @media only screen and (max-width: 560px) {
          .section-banner.section-banner-insurance .section-items .section-item .hisonia-robot img {
            width: initial; } }
  .section-banner .section-items {
    max-width: 1060px;
    margin: auto; }
    @media only screen and (max-width: 760px) {
      .section-banner .section-items .section-item {
        vertical-align: bottom; } }
    @media only screen and (max-width: 560px) {
      .section-banner .section-items .section-item {
        display: block;
        width: 100% !important; } }
    .section-banner .section-items .section-item:first-of-type {
      width: calc(100% - 354px); }
      @media only screen and (max-width: 760px) {
        .section-banner .section-items .section-item:first-of-type {
          width: calc(100% - 204px);
          margin-bottom: 30px; } }
      @media only screen and (max-width: 560px) {
        .section-banner .section-items .section-item:first-of-type {
          position: relative;
          margin-bottom: 0;
          z-index: 1; } }
    .section-banner .section-items .section-item:last-of-type {
      width: 350px;
      text-align: right; }
      @media only screen and (max-width: 760px) {
        .section-banner .section-items .section-item:last-of-type {
          width: 200px; } }
      @media only screen and (max-width: 560px) {
        .section-banner .section-items .section-item:last-of-type {
          position: absolute;
          bottom: 0;
          opacity: 0.3; } }
    .section-banner .section-items .section-item .section-banner-copy {
      position: relative;
      padding: 30px;
      border-radius: 10px;
      background-color: rgba(255, 255, 255, 0.1); }
      @media only screen and (max-width: 560px) {
        .section-banner .section-items .section-item .section-banner-copy {
          padding: 20px; } }
      .section-banner .section-items .section-item .section-banner-copy .robot {
        position: absolute;
        top: -105px;
        right: 20%;
        -moz-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        -i-transform: rotate(4deg);
        transform: rotate(4deg); }
        @media only screen and (max-width: 1060px) {
          .section-banner .section-items .section-item .section-banner-copy .robot {
            top: -75px;
            right: 0; } }
        @media only screen and (max-width: 560px) {
          .section-banner .section-items .section-item .section-banner-copy .robot {
            top: -55px; } }
        .section-banner .section-items .section-item .section-banner-copy .robot img {
          max-width: 120px;
          width: 100%; }
          @media only screen and (max-width: 1060px) {
            .section-banner .section-items .section-item .section-banner-copy .robot img {
              max-width: 80px; } }
          @media only screen and (max-width: 560px) {
            .section-banner .section-items .section-item .section-banner-copy .robot img {
              max-width: 60px; } }
      .section-banner .section-items .section-item .section-banner-copy .section-copy-item {
        display: inline-block;
        vertical-align: bottom;
        color: white; }
        @media only screen and (max-width: 1060px) {
          .section-banner .section-items .section-item .section-banner-copy .section-copy-item {
            display: block;
            width: 100% !important; } }
        .section-banner .section-items .section-item .section-banner-copy .section-copy-item:nth-child(2) {
          width: calc(100% - 246px); }
          @media only screen and (max-width: 1060px) {
            .section-banner .section-items .section-item .section-banner-copy .section-copy-item:nth-child(2) {
              margin-bottom: 26px; } }
        .section-banner .section-items .section-item .section-banner-copy .section-copy-item:nth-child(3) {
          width: 242px; }
        .section-banner .section-items .section-item .section-banner-copy .section-copy-item .section-banner-title {
          margin-bottom: 70px;
          font-family: "Fjalla One", sans-serif;
          font-size: 32px;
          color: #4fc4de; }
          @media only screen and (max-width: 760px) {
            .section-banner .section-items .section-item .section-banner-copy .section-copy-item .section-banner-title {
              margin-bottom: 50px; } }
          @media only screen and (max-width: 560px) {
            .section-banner .section-items .section-item .section-banner-copy .section-copy-item .section-banner-title {
              margin-bottom: 30px;
              font-size: 28px; } }
          .section-banner .section-items .section-item .section-banner-copy .section-copy-item .section-banner-title span {
            display: block;
            margin-top: 16px;
            font-family: "Roboto", sans-serif;
            font-size: 20px;
            color: white; }
            @media only screen and (max-width: 560px) {
              .section-banner .section-items .section-item .section-banner-copy .section-copy-item .section-banner-title span {
                font-size: 18px; } }
        .section-banner .section-items .section-item .section-banner-copy .section-copy-item .section-banner-text li {
          margin-bottom: 12px; }
          .section-banner .section-items .section-item .section-banner-copy .section-copy-item .section-banner-text li:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 11px;
            height: 11px;
            border-radius: 10px;
            margin-top: -2px;
            margin-right: 8px;
            background-color: #4fc4de; }
        .section-banner .section-items .section-item .section-banner-copy .section-copy-item .section-banner-text p {
          font-size: 18px; }
          .section-banner .section-items .section-item .section-banner-copy .section-copy-item .section-banner-text p span {
            display: block;
            margin-top: 10px;
            font-size: 14px; }
    .section-banner .section-items .section-item .hisonia-robot img {
      max-height: 600px; }
      @media only screen and (max-width: 760px) {
        .section-banner .section-items .section-item .hisonia-robot img {
          max-height: 380px; } }
      @media only screen and (max-width: 560px) {
        .section-banner .section-items .section-item .hisonia-robot img {
          max-height: 250px; } }

.section-financial {
  padding: 60px 0 140px;
  text-align: center;
  background-image: url("../img/homepage/financialbg.svg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat; }
  .section-financial .wrap {
    max-width: initial;
    width: 100%;
    margin: auto; }
    @media only screen and (max-width: 760px) {
      .section-financial .wrap {
        width: 90%; } }
    .section-financial .wrap .section-header .section-header-title, .section-financial .wrap .section-header .section-header-text {
      color: white; }
    .section-financial .wrap .financial-slider {
      margin-bottom: 50px; }
      .section-financial .wrap .financial-slider .slick-dots li.slick-active button {
        background-color: #3e80a2; }
      .section-financial .wrap .financial-slider .slick-dots li button {
        background-color: rgba(37, 41, 89, 0.3); }
      @media only screen and (min-width: 761px) {
        .section-financial .wrap .financial-slider .slick-list {
          padding: 0px 10px !important; } }
      .section-financial .wrap .financial-slider .slick-list .slick-track {
        padding: 0 0 10px; }
        @media only screen and (min-width: 761px) {
          .section-financial .wrap .financial-slider .slick-list .slick-track {
            display: flex;
            width: 90% !important; } }
        .section-financial .wrap .financial-slider .slick-list .slick-track .slick-slide {
          position: relative;
          margin: auto -26px;
          -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) {
            .section-financial .wrap .financial-slider .slick-list .slick-track .slick-slide {
              margin: auto 6px;
              -moz-transform: initial !important;
              -webkit-transform: initial !important;
              -i-transform: initial !important;
              transform: initial !important;
              z-index: 1; } }
          .section-financial .wrap .financial-slider .slick-list .slick-track .slick-slide:hover {
            transform: scale(1) !important;
            z-index: 4 !important; }
            @media only screen and (max-width: 760px) {
              .section-financial .wrap .financial-slider .slick-list .slick-track .slick-slide:hover {
                z-index: 1 !important; } }
          .section-financial .wrap .financial-slider .slick-list .slick-track .slick-slide:nth-child(3) {
            z-index: 3;
            -moz-transform: scale(0.95);
            -webkit-transform: scale(0.95);
            -i-transform: scale(0.95);
            transform: scale(0.95); }
          .section-financial .wrap .financial-slider .slick-list .slick-track .slick-slide:nth-child(2), .section-financial .wrap .financial-slider .slick-list .slick-track .slick-slide:nth-child(4) {
            z-index: 2;
            transform: scale(0.9); }
          .section-financial .wrap .financial-slider .slick-list .slick-track .slick-slide:nth-child(1), .section-financial .wrap .financial-slider .slick-list .slick-track .slick-slide:nth-child(5) {
            z-index: 1;
            transform: scale(0.85); }
      .section-financial .wrap .financial-slider .financial-inner {
        display: block;
        padding: 16px;
        border-radius: 4px;
        color: black;
        background-color: white;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5); }
        .section-financial .wrap .financial-slider .financial-inner .financial-header .financial-image {
          width: 100%;
          height: 120px;
          margin-bottom: 16px;
          background-size: cover; }
        .section-financial .wrap .financial-slider .financial-inner .financial-content {
          margin-bottom: 16px;
          text-align: left; }
          .section-financial .wrap .financial-slider .financial-inner .financial-content .financial-title {
            margin-bottom: 12px;
            font-family: "Fjalla One", sans-serif;
            font-weight: 800;
            font-size: 16px;
            line-height: 1.2; }
          .section-financial .wrap .financial-slider .financial-inner .financial-content .financial-text {
            padding: 8px 12px;
            border-radius: 4px;
            background-color: #f9f9f9;
            -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2); }
            .section-financial .wrap .financial-slider .financial-inner .financial-content .financial-text p {
              font-size: 13px;
              line-height: 1.2; }
        .section-financial .wrap .financial-slider .financial-inner .financial-footer .financial-footer-item {
          display: inline-block;
          width: calc(50% - 3px);
          vertical-align: middle; }
          .section-financial .wrap .financial-slider .financial-inner .financial-footer .financial-footer-item:first-of-type {
            text-align: left; }
          .section-financial .wrap .financial-slider .financial-inner .financial-footer .financial-footer-item:last-of-type {
            text-align: right; }
          .section-financial .wrap .financial-slider .financial-inner .financial-footer .financial-footer-item p {
            font-size: 12px;
            color: #837C76; }
    .section-financial .wrap .financial-seemore a {
      margin: auto; }
    .section-financial .wrap .financial-disclaimer p {
      font-size: 15px;
      line-height: 1.2;
      color: white; }
      @media only screen and (max-width: 560px) {
        .section-financial .wrap .financial-disclaimer p {
          font-size: 14px; } }

.section-indicator .section-items {
  max-width: 900px;
  margin: auto; }
  @media only screen and (max-width: 560px) {
    .section-indicator .section-items .section-item {
      display: block;
      width: 100% !important;
      margin-left: 0 !important; } }
  .section-indicator .section-items .section-item:first-of-type {
    width: 310px; }
    @media only screen and (max-width: 760px) {
      .section-indicator .section-items .section-item:first-of-type {
        width: 241px; } }
  .section-indicator .section-items .section-item:last-of-type {
    width: calc(100% - 313px);
    margin-left: -4px; }
    @media only screen and (max-width: 760px) {
      .section-indicator .section-items .section-item:last-of-type {
        width: calc(100% - 244px); } }
  .section-indicator .section-items .section-item p {
    font-size: 38px;
    color: white; }
    @media only screen and (max-width: 760px) {
      .section-indicator .section-items .section-item p {
        font-size: 30px; } }
    @media only screen and (max-width: 560px) {
      .section-indicator .section-items .section-item p {
        font-size: 25px; } }
    .section-indicator .section-items .section-item p span {
      font-size: 170px; }
      @media only screen and (max-width: 760px) {
        .section-indicator .section-items .section-item p span {
          font-size: 130px; } }
      @media only screen and (max-width: 560px) {
        .section-indicator .section-items .section-item p span {
          font-size: 110px; } }
  .section-indicator .section-items .section-item .indicator-number {
    padding: 4px 40px 20px;
    background-image: linear-gradient(45deg, #2a014f, #92124a, #fa2863); }
    @media only screen and (max-width: 760px) {
      .section-indicator .section-items .section-item .indicator-number {
        padding: 16px 30px 20px; } }
    @media only screen and (max-width: 560px) {
      .section-indicator .section-items .section-item .indicator-number {
        padding: 6px 20px 16px; } }
    .section-indicator .section-items .section-item .indicator-number p {
      font-family: "Fjalla One", sans-serif;
      font-weight: 700;
      line-height: 1.2;
      text-transform: uppercase; }
      .section-indicator .section-items .section-item .indicator-number p span {
        display: block;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        letter-spacing: 6px;
        line-height: 1; }
  .section-indicator .section-items .section-item .indicator-copy {
    padding: 43px 42px 42px;
    background-image: linear-gradient(to right, #171E4B, #18204D, #1B2854, #213761, #294B72, #34658A, #4185A6, #50ABC7, #59BFD9); }
    @media only screen and (max-width: 760px) {
      .section-indicator .section-items .section-item .indicator-copy {
        padding: 30px; } }
    @media only screen and (max-width: 560px) {
      .section-indicator .section-items .section-item .indicator-copy {
        padding: 16px 20px 20px; } }
    .section-indicator .section-items .section-item .indicator-copy p {
      max-width: 360px;
      margin-bottom: 50px;
      font-size: 23px;
      line-height: 1.6; }
      @media only screen and (max-width: 760px) {
        .section-indicator .section-items .section-item .indicator-copy p {
          font-size: 20px; } }
      @media only screen and (max-width: 560px) {
        .section-indicator .section-items .section-item .indicator-copy p {
          margin-bottom: 30px;
          font-size: 17px; } }

.section-signup {
  text-align: center; }
  .section-signup .wrap .section-header .section-header-title {
    color: #3e80a2; }
  .section-signup .wrap .signup-button a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px; }
    @media only screen and (max-width: 560px) {
      .section-signup .wrap .signup-button a {
        display: block;
        margin: 0 0 10px; } }

.section-indicator .section-items {
  max-width: 900px;
  margin: auto; }
  @media only screen and (max-width: 560px) {
    .section-indicator .section-items .section-item {
      display: block;
      width: 100% !important;
      margin-left: 0 !important; } }
  .section-indicator .section-items .section-item:first-of-type {
    width: 310px; }
    @media only screen and (max-width: 760px) {
      .section-indicator .section-items .section-item:first-of-type {
        width: 241px; } }
  .section-indicator .section-items .section-item:last-of-type {
    width: calc(100% - 313px);
    margin-left: -4px; }
    @media only screen and (max-width: 760px) {
      .section-indicator .section-items .section-item:last-of-type {
        width: calc(100% - 244px); } }
  .section-indicator .section-items .section-item p {
    color: white; }
  .section-indicator .section-items .section-item .indicator-number {
    background-image: linear-gradient(45deg, #2a014f, #92124a, #fa2863); }
    .section-indicator .section-items .section-item .indicator-number p {
      font-family: "Fjalla One", sans-serif;
      font-weight: 700;
      line-height: 1.2;
      text-transform: uppercase; }
      .section-indicator .section-items .section-item .indicator-number p span {
        display: block;
        font-family: "Fjalla One", sans-serif;
        font-weight: 500;
        letter-spacing: 6px;
        line-height: 1; }
  .section-indicator .section-items .section-item .indicator-copy {
    padding: 61px 42px 60px;
    background-image: linear-gradient(to right, #171E4B, #18204D, #1B2854, #213761, #294B72, #34658A, #4185A6, #50ABC7, #59BFD9); }
    @media only screen and (max-width: 760px) {
      .section-indicator .section-items .section-item .indicator-copy {
        padding: 42px 42px 41px; } }
    @media only screen and (max-width: 560px) {
      .section-indicator .section-items .section-item .indicator-copy {
        padding: 16px 20px 20px; } }
    .section-indicator .section-items .section-item .indicator-copy p {
      max-width: 360px;
      margin-bottom: 50px;
      font-size: 23px;
      line-height: 1.6; }
      @media only screen and (max-width: 760px) {
        .section-indicator .section-items .section-item .indicator-copy p {
          font-size: 20px; } }
      @media only screen and (max-width: 560px) {
        .section-indicator .section-items .section-item .indicator-copy p {
          margin-bottom: 30px;
          font-size: 17px; } }

.button {
  display: table;
  padding: 10px 22px;
  border: 2px solid #fa2863;
  font-family: "Fjalla One", sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  color: white;
  background-color: #fa2863; }
  @media only screen and (max-width: 560px) {
    .button {
      font-size: 15px; } }
  .button:hover {
    color: #fa2863;
    background-color: transparent; }
  .button.button-nofill {
    color: #fa2863;
    background-color: transparent; }
    .button.button-nofill:hover {
      color: white;
      background-color: #fa2863; }
  .button.button-white {
    color: #3e80a2;
    border-color: white;
    background-color: white; }
    .button.button-white:hover {
      color: white;
      background-color: transparent; }
  .button.button-blue {
    color: white;
    border-color: #3e80a2;
    background-color: #3e80a2; }
    .button.button-blue:hover {
      color: #3e80a2;
      background-color: transparent; }
  .button.button-bluelight {
    color: white;
    border-color: #4fc4de;
    background-color: #4fc4de; }
    .button.button-bluelight:hover {
      color: #4fc4de;
      background-color: transparent; }
  .button.button-gradient {
    padding: 12px 24px;
    border: none;
    background-color: #fa2863;
    background-image: linear-gradient(to right, #71469C, #6F499E, #6B55A6, #6468B3, #5B83C5, #4FA5DC); }
    .button.button-gradient:hover {
      color: white;
      background-color: #4fc4de;
      background-image: linear-gradient(to right, #4FA5DC, #5B83C5, #6468B3, #6B55A6, #6F499E, #71469C); }
  .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;
      color: white;
      background-color: #4fc4de; }
      @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: #f9064a; }
    .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; }

.download-buttons .download-buttons-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }
  @media only screen and (max-width: 560px) {
    .download-buttons .download-buttons-item {
      margin: 0 4px; } }
  @media only screen and (max-width: 360px) {
    .download-buttons .download-buttons-item {
      display: block; } }
  @media only screen and (max-width: 360px) {
    .download-buttons .download-buttons-item:first-of-type {
      margin-bottom: 10px; } }
  .download-buttons .download-buttons-item:last-of-type {
    margin-right: 0; }
  .download-buttons .download-buttons-item:after {
    content: 'Soon';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 166px;
    border-radius: 6px;
    font-family: "Fjalla One", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 2.8;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8); }
  .download-buttons .download-buttons-item .button-download:hover img {
    opacity: 0.6; }
  .download-buttons .download-buttons-item .button-download img {
    max-width: 166px;
    -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; }

.slick-arrow {
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  color: transparent;
  outline: none;
  background: transparent; }
  .slick-arrow:after {
    display: table;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: black !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .slick-arrow.slick-prev {
    left: 0; }
    .slick-arrow.slick-prev:after {
      content: "\e930"; }
  .slick-arrow.slick-next {
    right: 0; }
    .slick-arrow.slick-next:after {
      content: "\e931"; }
  .slick-arrow.slick-disabled:after {
    color: rgba(0, 0, 0, 0.4196078431) !important; }

.slick-dots {
  margin-top: 16px;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: auto 4px; }
    .slick-dots li.slick-active button {
      background-color: #fa2863; }
    .slick-dots li button {
      display: table;
      width: 12px;
      height: 12px;
      padding: 0;
      border: none;
      border-radius: 30px;
      text-indent: -9999px;
      background-color: #e8e8e8;
      outline: none; }

.modal-game {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9998;
  -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-game.modal-hide {
    opacity: 0;
    visibility: hidden; }
  .modal-game .modal-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 43, 59, 0.9);
    z-index: 9999; }
  .modal-game .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer; }
    .modal-game .modal-close div {
      font-size: 30px;
      color: white; }
  .modal-game .modal-game-inner {
    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%);
    z-index: 9999; }
    .modal-game .modal-game-inner iframe {
      max-width: 414px;
      max-height: 736px;
      width: 100vw;
      height: 100vh;
      overflow: scroll; }

.tooltip-holder {
  position: relative; }
  .tooltip-holder:hover .tooltip {
    opacity: 1;
    visibility: visible;
    z-index: 1; }
  .tooltip-holder .tooltip {
    position: absolute;
    top: 0;
    padding: 10px;
    border-radius: 4px;
    margin-left: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -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; }
    .tooltip-holder .tooltip p {
      margin-bottom: 0 !important;
      font-family: "Fjalla One", sans-serif;
      font-size: 15px !important;
      color: white; }

.form .form-line {
  margin-bottom: 20px; }
  .form .form-line:last-of-type {
    margin-bottom: 0; }
  .form .form-line .checkbox-items {
    margin-bottom: 8px; }
  .form .form-line .form-line-title {
    margin-bottom: 8px; }
    .form .form-line .form-line-title p {
      font-family: "Fjalla One", sans-serif;
      font-size: 15px;
      color: rgba(34, 34, 34, 0.5); }
.form .form-footer {
  margin-top: 40px; }
  .form .form-footer .form-footer-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 3px); }
    .form .form-footer .form-footer-item:last-of-type .button {
      float: right; }

#back-to-top {
  position: fixed;
  bottom: 90px;
  right: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  background-color: #fa2863;
  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; }

/* Buttons */
[class^=swal2] {
  -webkit-tap-highlight-color: transparent; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  -webkit-box-pack: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0; }

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%; }

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
  animation: swal2-animate-success-line-tip 0.75s; }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
  animation: swal2-animate-success-line-long 0.75s; }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in; }

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }
@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
  flex-grow: 1; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon 0.5s; }

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
  animation: swal2-animate-error-x-mark 0.5s; }

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }
@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }
.nav {
  display: none;
  position: fixed;
  width: 300px;
  height: 100%;
  right: 0;
  padding-left: 40px;
  -webkit-box-shadow: 0px -2px 8px 0px rgba(136, 136, 136, 0.7);
  -moz-box-shadow: 0px -2px 8px 0px rgba(136, 136, 136, 0.7);
  box-shadow: 0px -2px 8px 0px rgba(136, 136, 136, 0.7);
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 9997; }
  @media only screen and (max-width: 560px) {
    .nav {
      overflow-y: scroll; } }
  .nav.nav-show {
    display: none !important; }
  .nav ul {
    width: 250px;
    text-align: left;
    padding-top: 30px; }
    @media only screen and (max-width: 560px) {
      .nav ul {
        width: 100%; } }
    .nav ul:first-of-type {
      padding-top: 130px; }
      @media only screen and (max-width: 560px) {
        .nav ul:first-of-type {
          padding-top: 110px; } }
    .nav ul.nav-options li {
      display: inline-block;
      vertical-align: middle; }
      .nav ul.nav-options li.login-mobile {
        display: none !important; }
        @media only screen and (max-width: 700px) {
          .nav ul.nav-options li.login-mobile {
            display: inline-block !important; } }
        .nav ul.nav-options li.login-mobile a {
          font-weight: 700;
          padding: 2px 0;
          margin-right: 6px; }
          .nav ul.nav-options li.login-mobile a:hover, .nav ul.nav-options li.login-mobile a.active {
            color: #4fc4de;
            border-color: #4fc4de; }
      .nav ul.nav-options li a {
        font-size: 17px;
        padding: 10px 16px; }
    .nav ul.nav-mobile-buttons {
      display: none; }
      @media only screen and (max-width: 760px) {
        .nav ul.nav-mobile-buttons {
          display: block; } }
    .nav ul li {
      display: block;
      margin: auto auto 16px; }
      .nav 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: 16px;
        color: black;
        background-color: transparent; }
        .nav ul li a:hover, .nav ul li a.active {
          border-color: #3e80a2;
          color: #3e80a2; }
        .nav ul li a.button-pink {
          padding: 6px 30px;
          border: 2px solid #fa2863;
          color: white;
          background-color: #fa2863; }
          .nav ul li a.button-pink:hover {
            color: #fa2863;
            background-color: transparent; }
        .nav ul li a.button-blue {
          padding: 6px 30px;
          border: 2px solid #3e80a2;
          color: white;
          background-color: #3e80a2; }
          .nav ul li a.button-blue:hover {
            color: #3e80a2;
            background-color: transparent; }
      .nav ul li .dropdown {
        max-width: 66px;
        margin-bottom: 0; }
        .nav ul li .dropdown .selectric-wrapper.selectric-open .selectric {
          border-color: #1a2b3b; }
        .nav ul li .dropdown .selectric-wrapper .selectric {
          border: none;
          border-bottom: 2px solid #1a2b3b;
          border-radius: 0;
          background: transparent; }
          .nav ul li .dropdown .selectric-wrapper .selectric .label, .nav ul li .dropdown .selectric-wrapper .selectric .button {
            height: 32px; }
          .nav ul li .dropdown .selectric-wrapper .selectric .label {
            font-family: "Fjalla One", sans-serif;
            font-weight: 500;
            font-size: 16px;
            line-height: 33px;
            color: black; }
          .nav ul li .dropdown .selectric-wrapper .selectric .button:after {
            color: black; }
        .nav ul li .dropdown .selectric-wrapper .selectric-items {
          top: 34px;
          padding-top: 0;
          border-color: #1a2b3b; }
          .nav ul li .dropdown .selectric-wrapper .selectric-items .selectric-scroll ul {
            display: block;
            width: initial;
            padding-top: 0; }
            .nav ul li .dropdown .selectric-wrapper .selectric-items .selectric-scroll ul li {
              display: block;
              margin-right: 0;
              margin-bottom: 0;
              text-align: center; }

.hamb #nav-toggle {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 32px;
  cursor: pointer;
  z-index: 9998; }
  .hamb #nav-toggle span {
    cursor: pointer;
    width: 30px;
    height: 3px;
    border-radius: 30px;
    background: white;
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    content: '';
    transition: all 500ms ease-in-out; }
    .hamb #nav-toggle span:before, .hamb #nav-toggle span:after {
      cursor: pointer;
      width: 30px;
      height: 3px;
      border-radius: 30px;
      background: white;
      position: absolute;
      display: block;
      content: '';
      transition: all 500ms ease-in-out; }
    .hamb #nav-toggle span:before {
      top: -8px; }
    .hamb #nav-toggle span:after {
      bottom: -8px; }
.hamb .active span {
  background-color: transparent !important; }
  .hamb .active span:before, .hamb .active span:after {
    top: 0 !important; }
  .hamb .active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg); }
  .hamb .active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); }

.menu-open .nav-up {
  top: 0 !important; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 70px;
  background: #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: 9998; }
  header.header-hide {
    top: -70px !important; }
  header.header-show {
    right: 0 !important; }
  header .header-items {
    padding-top: 20px; }
    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; }
      @media only screen and (max-width: 760px) {
        header .header-items .header-center .buttons, header .header-items .header-right .buttons {
          display: none; } }
      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; }
          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: #3e80a2;
            color: #3e80a2; }
          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: black;
            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: #3e80a2;
              color: #3e80a2; }
            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 #fa2863;
              color: white;
              background-color: #fa2863; }
              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: #fa2863;
                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 #3e80a2;
              color: white;
              background-color: #3e80a2; }
              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: #3e80a2;
                background-color: transparent; }
          header .header-items .header-center .buttons ul li .download-buttons, header .header-items .header-right .buttons ul li .download-buttons {
            margin-left: 16px; }
            header .header-items .header-center .buttons ul li .download-buttons .download-buttons-item, header .header-items .header-right .buttons ul li .download-buttons .download-buttons-item {
              margin-right: 8px; }
              header .header-items .header-center .buttons ul li .download-buttons .download-buttons-item:last-of-type, header .header-items .header-right .buttons ul li .download-buttons .download-buttons-item:last-of-type {
                margin-right: 0; }
              header .header-items .header-center .buttons ul li .download-buttons .download-buttons-item:after, header .header-items .header-right .buttons ul li .download-buttons .download-buttons-item:after {
                border-radius: 4px;
                line-height: 2.4; }
              header .header-items .header-center .buttons ul li .download-buttons .download-buttons-item .button-download, header .header-items .header-right .buttons ul li .download-buttons .download-buttons-item .button-download {
                padding: 0; }
                header .header-items .header-center .buttons ul li .download-buttons .download-buttons-item .button-download:hover, header .header-items .header-right .buttons ul li .download-buttons .download-buttons-item .button-download:hover {
                  border-color: transparent; }
                header .header-items .header-center .buttons ul li .download-buttons .download-buttons-item .button-download img, header .header-items .header-right .buttons ul li .download-buttons .download-buttons-item .button-download img {
                  max-width: 130px; }
          header .header-items .header-center .buttons ul li .dropdown, header .header-items .header-right .buttons ul li .dropdown {
            margin-bottom: 0; }
            header .header-items .header-center .buttons ul li .dropdown .selectric-wrapper.selectric-open .selectric, header .header-items .header-right .buttons ul li .dropdown .selectric-wrapper.selectric-open .selectric {
              border-color: #1a2b3b; }
            header .header-items .header-center .buttons ul li .dropdown .selectric-wrapper .selectric, header .header-items .header-right .buttons ul li .dropdown .selectric-wrapper .selectric {
              border: none;
              border-bottom: 2px solid white;
              border-radius: 0;
              background: transparent; }
              header .header-items .header-center .buttons ul li .dropdown .selectric-wrapper .selectric .label, header .header-items .header-center .buttons ul li .dropdown .selectric-wrapper .selectric .button, header .header-items .header-right .buttons ul li .dropdown .selectric-wrapper .selectric .label, header .header-items .header-right .buttons ul li .dropdown .selectric-wrapper .selectric .button {
                height: 32px; }
              header .header-items .header-center .buttons ul li .dropdown .selectric-wrapper .selectric .label, header .header-items .header-right .buttons ul li .dropdown .selectric-wrapper .selectric .label {
                font-family: "Fjalla One", sans-serif;
                font-weight: 500;
                font-size: 16px;
                line-height: 33px;
                color: white; }
              header .header-items .header-center .buttons ul li .dropdown .selectric-wrapper .selectric .button:after, header .header-items .header-right .buttons ul li .dropdown .selectric-wrapper .selectric .button:after {
                color: white; }
            header .header-items .header-center .buttons ul li .dropdown .selectric-wrapper .selectric-items, header .header-items .header-right .buttons ul li .dropdown .selectric-wrapper .selectric-items {
              top: 34px;
              padding-top: 0;
              border-color: #1a2b3b; }
              header .header-items .header-center .buttons ul li .dropdown .selectric-wrapper .selectric-items .selectric-scroll ul, header .header-items .header-right .buttons ul li .dropdown .selectric-wrapper .selectric-items .selectric-scroll ul {
                display: block; }
                header .header-items .header-center .buttons ul li .dropdown .selectric-wrapper .selectric-items .selectric-scroll ul li, header .header-items .header-right .buttons ul li .dropdown .selectric-wrapper .selectric-items .selectric-scroll ul li {
                  display: block;
                  margin-right: 0;
                  text-align: center; }
    header .header-items .header-left {
      width: 230px;
      padding-left: 24px; }
      @media only screen and (max-width: 420px) {
        header .header-items .header-left {
          padding-left: 14px; } }
      @media only screen and (max-width: 760px) {
        header .header-items .header-left {
          width: 45%; } }
      header .header-items .header-left .logo a img {
        display: block;
        width: 190px; }
    header .header-items .header-right {
      width: calc(100% - 235px);
      padding-right: 10px;
      text-align: right; }
      @media only screen and (max-width: 760px) {
        header .header-items .header-right {
          width: 55%; } }
      @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; } }
      header .header-items .header-right .menu, header .header-items .header-right .buttons {
        display: inline-block;
        vertical-align: middle; }
      header .header-items .header-right .menu {
        margin-left: 16px; }
      @media only screen and (max-width: 760px) {
        header .header-items .header-right .buttons {
          display: none; } }

/*footer {
    position: relative;
    padding: 30px 0;
    background-color: $grey-layer1;
    z-index: 1;

    .footer-items {
        .footer-item {
            display: inline-block;
            vertical-align: top;

            @media only screen and (max-width: 760px) {
                display: block;
                width: 100% !important;
            }

            &:first-of-type {
                width: 350px;
                padding-right: 60px;

                @media only screen and (max-width: 760px) {
                    width: 250px;
                    padding-right: 30px;
                    margin-bottom: 30px;
                }
                @media only screen and (max-width: 560px) {
                    padding-right: 0;
                }

                .footer-logos {
                    @media only screen and (max-width: 560px) {
                        margin-bottom: 0;
                    }
                }
            }
            &:last-of-type {
                width: calc(100% - 355px);

                @media only screen and (max-width: 760px) {
                    width: calc(100% - 255px);
                }
            }

            .footer-logos {
                margin-bottom: 14px;

                .footer-logo {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 50px;
                    margin-bottom: 16px;

                    @media only screen and (max-width: 560px) {
                        margin-right: 20px;
                    }
                    
                    &.p4lpro-logo {
                        img {
                            width: 60px;

                            @media only screen and (max-width: 560px) {
                                width: 50px;
                            }
                        }
                    }
                    &.hisonia-logo {
                        img {
                            width: 50px;

                            @media only screen and (max-width: 560px) {
                                width: 32px;
                            }
                        }
                    }
                    &.ykh-logo {
                        img {
                            width: 36px;

                            @media only screen and (max-width: 560px) {
                                width: 25px;
                            }
                        }
                    }
                    &.p4l-logo {
                        img {
                            width: 146px;

                            @media only screen and (max-width: 560px) {
                                width: 126px;
                            }
                        }
                    }
                    &.p4p-logo {
                        img {
                            width: 170px;

                            @media only screen and (max-width: 560px) {
                                width: 132px;
                            }
                        }
                    }

                    &:last-of-type {
                        margin-right: 0;
                    }

                    img {
                        width: 100%;
                    }
                }
            }

            .footer-options {
                .ft-list {
                    padding-left: 0;
                    list-style: none;
        
                    li {
                        border-bottom: 2px solid black;
        
                        p {
                            margin-bottom: 0;
                            line-height: 1.2;
                        }
        
                        &.ft-open {
                            margin-top: 16px;
                            cursor: pointer;
        
                            &:first-of-type {
                                margin-top: 0;
                            }
        
                            p, div {
                                display: inline-block;
                                vertical-align: middle;
                            }
                            p {
                                width: calc(100% - 24px);
                                font-family: $font-title;
                                font-weight: 800;
                                font-size: 14px;
                                text-transform: uppercase;
                                color: black;
                            }
                            div {
                                margin-left: 8px;
                                font-weight: bold;
                                font-size: 16px;
                                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;
                            }
                        }
        
                        &.ft-close {
                            display: none;
                            padding: 4px 0 0;
        
                            &.ft-opened {
                                display: block;
                                padding: 6px 0 0 6px;
                                border-bottom: none;
                            }
        
                            a {
                                display: block;
                                margin-bottom: 6px;
                                font-size: 14px;
                                color: black;
                            }
                        }
        
                        .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;
                        }
                    }
                }
            }

            .footer-text {
                margin-bottom: 10px;

                p {
                    margin-bottom: 8px;
                    font-size: 13px;
                    line-height: 1.2;

                    @media only screen and (max-width: 560px) {
                        font-size: 12px;
                    }

                    &:last-of-type {
                        margin-bottom: 0;
                    }
                }
            }

            .footer-links {
                text-align: right;
                
                ul {
                    li {
                        display: inline-block;
                        vertical-align: middle;
                    }
                }

                .footer-links-top {
                    margin-bottom: 10px;

                    ul {
                        li {
                            &:last-of-type {
                                margin-right: 0;

                                &:after {
                                    display: none;
                                }
                            }

                            &:after {
                                content: '';
                                display: inline-block;
                                vertical-align: middle;
                                width: 1px;
                                height: 8px;
                                margin-right: 2px;
                                background-color: black;
                            }

                            a {
                                margin-right: 6px;
                                font-size: 14px;
                                color: $pink;

                                &:hover {
                                    text-decoration: underline;
                                }
                            }
                        }
                    }
                }

                .footer-links-bottom {
                    ul {
                        li {
                            a {
                                position: relative;
                                display: block;
                                width: 30px;
                                height: 30px;
                                border-radius: 16px;
                                background-color: #444040;
                                
                                &:hover {
                                    background-color: $grey-layer4;
                                }

                                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: 15px;
                                    color: $grey-layer1;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}*/
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: 560px) {
      footer .footer-logos {
        margin-bottom: 30px; } }
    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: 74px; }
        @media only screen and (max-width: 560px) {
          footer .footer-logos .footer-logo.p4lpro-logo img {
            width: 60px; } }
      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 .footer-item {
    display: inline-block;
    vertical-align: middle; }
    footer .footer-items .footer-item:nth-child(1), footer .footer-items .footer-item:nth-child(3) {
      width: 280px; }
    @media only screen and (max-width: 760px) {
      footer .footer-items .footer-item:nth-child(1) {
        margin-bottom: 34px; } }
    footer .footer-items .footer-item:nth-child(2) {
      width: calc(100% - 570px); }
    @media only screen and (max-width: 760px) {
      footer .footer-items .footer-item {
        display: block;
        width: 100% !important;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 760px) {
      footer .footer-items .footer-item:last-of-type {
        margin-bottom: 0; } }
    footer .footer-items .footer-item .footer-links li {
      margin-bottom: 16px; }
      @media only screen and (max-width: 760px) {
        footer .footer-items .footer-item .footer-links li {
          display: inline-block;
          margin-right: 16px;
          margin-bottom: 0; } }
      @media only screen and (max-width: 560px) {
        footer .footer-items .footer-item .footer-links li {
          margin-right: 10px;
          margin-bottom: 16px; } }
      footer .footer-items .footer-item .footer-links li a {
        margin-right: 6px;
        font-family: "Fjalla One", sans-serif;
        font-weight: 800;
        font-size: 18px;
        color: #fa2863; }
        footer .footer-items .footer-item .footer-links li a:hover {
          text-decoration: underline; }
    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: #fa2863; }
        footer .footer-items .footer-item .footer-copy p a:hover {
          text-decoration: underline; }
    footer .footer-items .footer-item .footer-social li {
      display: inline-block;
      vertical-align: middle; }
      footer .footer-items .footer-item .footer-social li a {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 26px;
        background-color: white; }
        footer .footer-items .footer-item .footer-social li a:hover {
          background-color: #fa2863; }
          footer .footer-items .footer-item .footer-social li a:hover div {
            color: white; }
        footer .footer-items .footer-item .footer-social li 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: 20px;
          color: #1a2b3b; }

.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); } }
.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: 20px !important;
  left: 0;
  right: 0;
  padding: 0;
  max-width: 650px;
  max-height: 90%;
  width: 90%;
  margin: auto;
  will-change: top, opacity;
  z-index: 9999 !important; }
  .modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0; }
  .modal .modal-close {
    cursor: pointer; }
  .modal .modal-containter {
    position: relative;
    padding: 14px;
    border-radius: 4px;
    margin: auto;
    background-color: white;
    z-index: 5001; }
    .modal .modal-containter .modal-header {
      padding-bottom: 12px;
      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: 20px;
        line-height: 1.1;
        text-transform: uppercase; }
        .modal .modal-containter .modal-header .modal-title.modal-title-grey:before, .modal .modal-containter .modal-header .modal-title.modal-title-green:before, .modal .modal-containter .modal-header .modal-title.modal-title-yellow:before, .modal .modal-containter .modal-header .modal-title.modal-title-red:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 8px;
          height: 8px;
          border-radius: 30px;
          margin-right: 6px; }
        .modal .modal-containter .modal-header .modal-title.modal-title-grey:before {
          background-color: black; }
        .modal .modal-containter .modal-header .modal-title.modal-title-green:before {
          background-color: green; }
        .modal .modal-containter .modal-header .modal-title.modal-title-yellow:before {
          background-color: yellow; }
        .modal .modal-containter .modal-header .modal-title.modal-title-red:before {
          background-color: #f2726f; }
      .modal .modal-containter .modal-header .modal-close {
        position: absolute;
        top: 13px;
        right: 10px;
        z-index: 9999; }
        .modal .modal-containter .modal-header .modal-close:hover span {
          color: #fa2863; }
        .modal .modal-containter .modal-header .modal-close span {
          font-weight: bold;
          font-size: 22px;
          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-inner {
      padding-top: 14px; }
  .modal .modal-footer {
    position: relative;
    padding: 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: white;
    border-top: 1px solid #e8e8e8; }
    @media only screen and (max-width: 560px) {
      .modal .modal-footer {
        padding: 10px; } }
    .modal .modal-footer:before {
      content: '';
      position: absolute;
      top: -22px;
      left: 0;
      width: 100%;
      height: 21px;
      background-color: white; }
    .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 .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-simple.button-simple-pink {
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 560px) {
          .modal .modal-footer .modal-footer-items .modal-footer-item .button-simple.button-simple-pink {
            display: table;
            margin-bottom: 10px; } }
        @media only screen and (max-width: 560px) {
          .modal .modal-footer .modal-footer-items .modal-footer-item .button-simple.button-simple-pink:last-of-type {
            margin-bottom: 0; } }
      .modal .modal-footer .modal-footer-items .modal-footer-item:last-of-type {
        text-align: right; }

/* Remover após implementação */
.input-model {
  position: relative; }
  .input-model.input-model-two {
    background-color: #fa2863; }
  .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-medium {
    max-width: 90px !important; }
  .input-model.input-search .input__field--ruri {
    padding: 0 34px 0 14px; }
  .input-model.input-search .input-search-button {
    position: absolute;
    top: 13px;
    right: 11px; }
    .input-model.input-search .input-search-button div {
      font-weight: bold;
      font-size: 14px;
      color: black; }
  .input-model.input-search .input__label, .input-model.input-search .input__label--ruri {
    border-color: #e8e8e8;
    background-color: #e8e8e8; }
  .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: 100%;
  height: 28px;
  padding: 0 14px;
  margin: 5px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background: transparent !important;
  z-index: 1; }
  .input__field--ruri:-webkit-autofill {
    width: calc(100% - 4px);
    margin-right: 2px;
    -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: 2px solid #c7c4c5;
  border-radius: 4px;
  font-size: 14px;
  background-color: white;
  pointer-events: none; }

.input__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; }

.input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input--filled .input__label--ruri .input__label-content--ruri {
  font-size: 14px;
  color: #fa2863;
  -webkit-transform: translate3d(0, 1.85em, 0) scale3d(0.7, 0.7, 1);
  transform: translate3d(0, 1.85em, 0) scale3d(0.7, 0.7, 1); }

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: rgba(34, 34, 34, 0.5); }
.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: black; }

.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: #fa2863; }
.input-model-three .input__label-content--ruri {
  color: #fa2863; }
.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: #fa2863; }

/* Remover após implementação */
.textarea-model {
  position: relative; }
  .textarea-model.textarea-model-two {
    background-color: #fa2863; }
  .textarea-model.textarea-model-three {
    background-color: white; }
  .textarea-model .textarea {
    display: inline-block;
    width: 100%;
    vertical-align: bottom; }

/* 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;
  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;
  z-index: 1; }

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

.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: 14px;
  color: #fa2863;
  -webkit-transform: translate3d(0, 1.85em, 0) scale3d(0.7, 0.7, 1);
  transform: translate3d(0, 1.85em, 0) scale3d(0.7, 0.7, 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: rgba(34, 34, 34, 0.5); }
.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: #fa2863; }
.textarea-model-three .textarea__label-content--ruri {
  color: #fa2863; }
.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: #fa2863; }

.dropdown {
  position: relative;
  margin-bottom: 20px; }
  .dropdown.dropdown-model-one .selectric {
    border: 2px solid #c7c4c5; }
    .dropdown.dropdown-model-one .selectric .label {
      color: rgba(34, 34, 34, 0.5); }
    .dropdown.dropdown-model-one .selectric .button {
      background: transparent; }
      .dropdown.dropdown-model-one .selectric .button:after {
        color: rgba(34, 34, 34, 0.5); }
  .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 #fa2863; }
    .dropdown.dropdown-model-three .selectric .label {
      color: #fa2863; }
    .dropdown.dropdown-model-three .selectric .button {
      background: transparent; }
      .dropdown.dropdown-model-three .selectric .button:after {
        color: #fa2863; }
  .dropdown.dropdown-model-three .selectric-items li {
    border-bottom: none; }
  .dropdown .selectric {
    border: none;
    border-bottom: 4px solid black;
    border-radius: 4px;
    background: white; }
    .dropdown .selectric .label, .dropdown .selectric .button {
      height: 34px; }
    .dropdown .selectric .label {
      position: relative;
      font-weight: 700;
      font-size: 14px;
      line-height: 36px;
      color: black;
      margin: 0 36px 0 12px;
      z-index: 2; }
    .dropdown .selectric .button {
      padding: 10px 22px !important;
      border: none !important;
      background: transparent; }
      .dropdown .selectric .button:after {
        content: "\e900";
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: none;
        color: black;
        top: -18px;
        right: 8px;
        z-index: 2; }
  .dropdown .selectric-items {
    padding-top: 20px;
    border: 2px 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 li {
      position: relative;
      border-bottom: 2px solid black; }
      .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-items ul li span.icon {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        margin-right: 4px;
        background-size: cover; }
        .dropdown .selectric-items ul li span.icon.icon-EN {
          background-image: url("../img/countrys/uk.svg"); }
        .dropdown .selectric-items ul li span.icon.icon-PT {
          background-image: url("../img/countrys/pt.svg"); }
        .dropdown .selectric-items ul li span.icon.icon-ES {
          background-image: url("../img/countrys/es.svg"); }
        .dropdown .selectric-items ul li span.icon.icon-FR {
          background-image: url("../img/countrys/fr.svg"); }
  .dropdown .selectric-wrapper.selectric-open .selectric {
    border-bottom-color: transparent; }
    .dropdown .selectric-wrapper.selectric-open .selectric .button:after {
      content: '\e901'; }

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

/* Remover após implementação */
.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: rgba(34, 34, 34, 0.5); }
    .checkbox-item p a {
      text-decoration: underline;
      color: #fa2863; }

.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: #fa2863; }
    .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: #fa2863; }
      .checkbox label:hover:after {
        color: black; }
    .checkbox label:after {
      content: '\e935';
      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: #fa2863; }
.checkbox-model-three label {
  border-bottom: 3px solid #fa2863;
  border-radius: 30px; }
  .checkbox-model-three label:hover:after {
    color: #fa2863; }
  .checkbox-model-three label:after {
    color: rgba(192, 78, 140, 0.26); }

.banner {
  padding: 0 0 120px;
  z-index: 2; }
  @media only screen and (max-width: 560px) {
    .banner {
      padding: 40px 0; } }
  @media only screen and (max-width: 1300px) {
    .banner .download-buttons .download-buttons-item {
      width: calc(50% - 13px); } }
  @media only screen and (max-width: 760px) {
    .banner .download-buttons .download-buttons-item {
      width: initial; } }
  .banner .download-buttons .download-buttons-item .button-download img {
    width: 100%; }
  .banner .section-items .section-item {
    display: inline-block;
    vertical-align: bottom; }
    @media only screen and (max-width: 760px) {
      .banner .section-items .section-item {
        display: block;
        width: 100% !important; } }
    .banner .section-items .section-item:first-of-type {
      width: calc(65% - 5px);
      margin-bottom: -180px; }
      @media only screen and (max-width: 760px) {
        .banner .section-items .section-item:first-of-type {
          margin-bottom: 26px; } }
    .banner .section-items .section-item:last-of-type {
      width: 35%; }
    .banner .section-items .section-item .banner-image {
      width: 125%;
      margin-left: -27%; }
      @media only screen and (max-width: 760px) {
        .banner .section-items .section-item .banner-image {
          padding-right: 0;
          margin-left: -19%; } }
      .banner .section-items .section-item .banner-image img {
        width: 100%; }
    .banner .section-items .section-item .banner-copy {
      padding-left: 16%; }
      @media only screen and (max-width: 1560px) {
        .banner .section-items .section-item .banner-copy {
          padding-left: 13%; } }
      @media only screen and (max-width: 1460px) {
        .banner .section-items .section-item .banner-copy {
          padding-left: 13%; } }
      @media only screen and (max-width: 760px) {
        .banner .section-items .section-item .banner-copy {
          padding-left: 0; } }
      .banner .section-items .section-item .banner-copy p {
        color: white; }
      .banner .section-items .section-item .banner-copy .banner-title {
        margin-bottom: 20px;
        font-family: "Fjalla One", sans-serif;
        font-weight: 700;
        font-size: 60px;
        line-height: 1.2;
        text-transform: uppercase; }
        @media only screen and (max-width: 1460px) {
          .banner .section-items .section-item .banner-copy .banner-title {
            font-size: 43px; } }
        @media only screen and (max-width: 960px) {
          .banner .section-items .section-item .banner-copy .banner-title {
            font-size: 40px; } }
        @media only screen and (max-width: 760px) {
          .banner .section-items .section-item .banner-copy .banner-title {
            font-size: 36px; } }
      .banner .section-items .section-item .banner-copy .banner-text {
        margin-bottom: 30px; }
        .banner .section-items .section-item .banner-copy .banner-text p {
          margin-bottom: 10px;
          font-family: "Roboto", sans-serif;
          font-size: 18px;
          line-height: 1.2; }
          @media only screen and (max-width: 560px) {
            .banner .section-items .section-item .banner-copy .banner-text p {
              font-size: 16px; } }
          .banner .section-items .section-item .banner-copy .banner-text p:last-of-type {
            margin-bottom: 0; }

.section-applications {
  padding: 140px 0 20px; }
  @media only screen and (max-width: 560px) {
    .section-applications {
      padding: 40px 0 20px; } }
  .section-applications .section-header {
    margin-bottom: 50px; }
  .section-applications .applications-image {
    text-align: center; }
    .section-applications .applications-image img {
      max-width: 1000px;
      width: 100%; }
  .section-applications .applications-slider {
    margin-bottom: 30px; }
    .section-applications .applications-slider .slick-track {
      padding-bottom: 16px; }
      .section-applications .applications-slider .slick-track .slick-slide {
        padding: 0 10px;
        text-align: center; }
    .section-applications .applications-slider .applications-inner {
      display: table;
      width: 90%;
      padding: 40px 20px;
      margin: auto;
      background-color: #fdfdfd;
      -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4); }
      @media only screen and (max-width: 760px) {
        .section-applications .applications-slider .applications-inner {
          padding: 36px 20px; } }
      .section-applications .applications-slider .applications-inner .applications-icon {
        position: relative;
        margin: auto auto 30px; }
        .section-applications .applications-slider .applications-inner .applications-icon img {
          max-width: 110px;
          max-height: 100px;
          width: 100%;
          margin: auto; }
      .section-applications .applications-slider .applications-inner .applications-copy .applications-title {
        margin-bottom: 16px;
        font-family: "Fjalla One", sans-serif;
        font-weight: 700;
        font-size: 26px;
        text-transform: uppercase; }
      .section-applications .applications-slider .applications-inner .applications-copy .applications-text p {
        font-size: 15px;
        line-height: 1.3; }

.section-want-indicator {
  padding: 0; }
  .section-want-indicator .section-items {
    max-width: initial; }
    .section-want-indicator .section-items .section-item:first-of-type {
      width: 560px;
      text-align: center; }
      @media only screen and (max-width: 1160px) {
        .section-want-indicator .section-items .section-item:first-of-type {
          width: 400px; } }
      @media only screen and (max-width: 960px) {
        .section-want-indicator .section-items .section-item:first-of-type {
          width: 340px; } }
      @media only screen and (max-width: 760px) {
        .section-want-indicator .section-items .section-item:first-of-type {
          width: 280px; } }
    .section-want-indicator .section-items .section-item:last-of-type {
      width: calc(100% - 561px); }
      @media only screen and (max-width: 1160px) {
        .section-want-indicator .section-items .section-item:last-of-type {
          width: calc(100% - 401px); } }
      @media only screen and (max-width: 960px) {
        .section-want-indicator .section-items .section-item:last-of-type {
          width: calc(100% - 341px); } }
      @media only screen and (max-width: 760px) {
        .section-want-indicator .section-items .section-item:last-of-type {
          width: calc(100% - 281px); } }
    .section-want-indicator .section-items .section-item .indicator-number {
      padding: 86px 26px 85px; }
      @media only screen and (max-width: 860px) {
        .section-want-indicator .section-items .section-item .indicator-number {
          padding: 77px 26px 76px; } }
      @media only screen and (max-width: 760px) {
        .section-want-indicator .section-items .section-item .indicator-number {
          padding: 58px 20px 57px; } }
      @media only screen and (max-width: 560px) {
        .section-want-indicator .section-items .section-item .indicator-number {
          padding: 30px 20px 36px; } }
      .section-want-indicator .section-items .section-item .indicator-number p {
        font-size: 38px; }
        @media only screen and (max-width: 760px) {
          .section-want-indicator .section-items .section-item .indicator-number p {
            font-size: 56px; } }
        @media only screen and (max-width: 560px) {
          .section-want-indicator .section-items .section-item .indicator-number p {
            font-size: 25px; } }
        .section-want-indicator .section-items .section-item .indicator-number p span {
          font-size: 72px; }
          @media only screen and (max-width: 860px) {
            .section-want-indicator .section-items .section-item .indicator-number p span {
              font-size: 68px; } }
          @media only screen and (max-width: 760px) {
            .section-want-indicator .section-items .section-item .indicator-number p span {
              font-size: 56px; } }
          @media only screen and (max-width: 560px) {
            .section-want-indicator .section-items .section-item .indicator-number p span {
              font-size: 80px; } }
    .section-want-indicator .section-items .section-item .indicator-copy {
      padding: 29px 40px; }
      @media only screen and (max-width: 960px) {
        .section-want-indicator .section-items .section-item .indicator-copy {
          padding: 65px 40px; } }
      @media only screen and (max-width: 860px) {
        .section-want-indicator .section-items .section-item .indicator-copy {
          padding: 27px 40px; } }
      @media only screen and (max-width: 760px) {
        .section-want-indicator .section-items .section-item .indicator-copy {
          padding: 30px; } }
      .section-want-indicator .section-items .section-item .indicator-copy p {
        max-width: 500px;
        margin-bottom: 30px;
        font-size: 24px; }
        @media only screen and (max-width: 860px) {
          .section-want-indicator .section-items .section-item .indicator-copy p {
            font-size: 26px; } }
        @media only screen and (max-width: 760px) {
          .section-want-indicator .section-items .section-item .indicator-copy p {
            font-size: 20px; } }

.section-sides {
  padding: 180px 0 60px; }
  @media only screen and (max-width: 560px) {
    .section-sides {
      padding: 150px 0 40px; } }
  .section-sides .wrap {
    max-width: 1260px; }
  .section-sides .side-block {
    margin-bottom: 60px; }
    .section-sides .side-block:last-of-type {
      margin-bottom: 0; }
    .section-sides .side-block.side-template-one .side-item:nth-child(1) {
      display: none; }
      @media only screen and (max-width: 760px) {
        .section-sides .side-block.side-template-one .side-item:nth-child(1) {
          display: block; } }
    @media only screen and (max-width: 760px) {
      .section-sides .side-block.side-template-one .side-item:nth-child(3) {
        display: none; } }
    @media only screen and (max-width: 760px) {
      .section-sides .side-block.side-template-one .side-item:nth-child(3) .side-image img {
        margin: auto; } }
    .section-sides .side-block .side-item {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: calc(50% - 3px); }
      @media only screen and (max-width: 760px) {
        .section-sides .side-block .side-item {
          display: block;
          width: 100%; } }
      @media only screen and (max-width: 760px) {
        .section-sides .side-block .side-item:first-of-type {
          margin-bottom: 26px; } }
      .section-sides .side-block .side-item .side-copy {
        max-width: 460px; }
        .section-sides .side-block .side-item .side-copy .side-title {
          margin-bottom: 20px;
          font-family: "Fjalla One", sans-serif;
          font-weight: 700;
          font-size: 42px;
          line-height: 1.2;
          text-transform: uppercase; }
          @media only screen and (max-width: 560px) {
            .section-sides .side-block .side-item .side-copy .side-title {
              font-size: 36px; } }
        .section-sides .side-block .side-item .side-copy .side-text {
          margin-bottom: 20px; }
          .section-sides .side-block .side-item .side-copy .side-text p {
            margin-bottom: 10px;
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            line-height: 1.2; }
            @media only screen and (max-width: 560px) {
              .section-sides .side-block .side-item .side-copy .side-text p {
                font-size: 15px; } }
            .section-sides .side-block .side-item .side-copy .side-text p:last-of-type {
              margin-bottom: 0; }
      .section-sides .side-block .side-item .side-list {
        margin-bottom: 20px; }
        .section-sides .side-block .side-item .side-list li {
          margin-bottom: 10px; }
          .section-sides .side-block .side-item .side-list li:last-of-type {
            margin-bottom: 0; }
          .section-sides .side-block .side-item .side-list li:before {
            content: "\e935";
            display: inline-block;
            vertical-align: middle;
            margin-top: -3px;
            margin-right: 4px;
            font-family: 'icomoon' !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            font-size: 20px;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
      .section-sides .side-block .side-item .side-button .button-download {
        display: table;
        padding: 10px 20px;
        border: 2px solid #92124a;
        border-radius: 6px; }
        @media only screen and (max-width: 560px) {
          .section-sides .side-block .side-item .side-button .button-download {
            padding: 8px 16px; } }
        .section-sides .side-block .side-item .side-button .button-download:hover {
          background-color: #92124a; }
          .section-sides .side-block .side-item .side-button .button-download:hover p {
            color: white; }
        .section-sides .side-block .side-item .side-button .button-download div, .section-sides .side-block .side-item .side-button .button-download p {
          display: inline-block;
          vertical-align: middle; }
        .section-sides .side-block .side-item .side-button .button-download div {
          font-size: 26px; }
          @media only screen and (max-width: 560px) {
            .section-sides .side-block .side-item .side-button .button-download div {
              font-size: 24px; } }
        .section-sides .side-block .side-item .side-button .button-download p {
          margin-left: 10px;
          font-weight: 300;
          color: #92124a; }
          @media only screen and (max-width: 560px) {
            .section-sides .side-block .side-item .side-button .button-download p {
              margin-left: 8px; } }
      @media only screen and (max-width: 760px) {
        .section-sides .side-block .side-item .side-image {
          display: block;
          width: 100%; } }
      .section-sides .side-block .side-item .side-image img {
        width: 90%; }
      .section-sides .side-block .side-item .side-image.rocket-image {
        animation: shake 0.5s;
        animation-iteration-count: infinite; }
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    transform: translate(1px, -2px) rotate(-1deg); } }
      .section-sides .side-block .side-item .side-image.security-image1 {
        animation: security1 2s infinite alternate; }
      .section-sides .side-block .side-item .side-image.security-image2 {
        position: absolute;
        top: 0;
        width: 100%;
        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-button {
  background-color: #f9f9f9; }
  .section-button .section-header {
    margin-bottom: 0; }
    .section-button .section-header .button {
      margin: auto; }

.target-image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 240px; }
  @media only screen and (max-width: 560px) {
    .target-image {
      max-width: 130px; } }
  .target-image img {
    width: 100%; }

.section-imagine {
  background-image: url("../img/homepage/mobileandthingsbg.svg"); }
  .section-imagine .section-header {
    margin-bottom: 80px; }
    @media only screen and (max-width: 560px) {
      .section-imagine .section-header {
        margin-bottom: 40px; } }
    .section-imagine .section-header p {
      color: white; }
  .section-imagine .imagine-image {
    margin-bottom: 16px;
    text-align: center; }
    .section-imagine .imagine-image img {
      width: 90%;
      max-height: 700px; }
      @media only screen and (max-width: 560px) {
        .section-imagine .imagine-image img.image-desktop {
          display: none; } }
      .section-imagine .imagine-image img.image-mobile {
        display: none; }
        @media only screen and (max-width: 560px) {
          .section-imagine .imagine-image img.image-mobile {
            display: block;
            width: 100%;
            margin: auto; } }
  .section-imagine .imagine-button a {
    margin: auto; }

.section-indicators {
  position: relative;
  background-color: #ed53ad; }
  .section-indicators:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b41f76; }
  .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(25% - 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-icon {
        margin-bottom: 16px; }
        @media only screen and (max-width: 560px) {
          .section-indicators .indicators-items .indicators-item .indicators-icon {
            margin-bottom: 10px; } }
        .section-indicators .indicators-items .indicators-item .indicators-icon div {
          font-size: 70px; }
          @media only screen and (max-width: 560px) {
            .section-indicators .indicators-items .indicators-item .indicators-icon div {
              font-size: 50px; } }
      .section-indicators .indicators-items .indicators-item .indicators-copy .indicator-number {
        margin-bottom: 4px;
        font-weight: 500;
        font-size: 22px; }
        @media only screen and (max-width: 560px) {
          .section-indicators .indicators-items .indicators-item .indicators-copy .indicator-number {
            font-size: 22px; } }
      .section-indicators .indicators-items .indicators-item .indicators-copy .indicator-text {
        font-size: 12px; }
        @media only screen and (max-width: 560px) {
          .section-indicators .indicators-items .indicators-item .indicators-copy .indicator-text {
            font-size: 10px; } }

.section-download .wrap {
  max-width: 1060px; }
  .section-download .wrap .section-items .section-item {
    width: calc(50% - 3px); }
    @media only screen and (max-width: 760px) {
      .section-download .wrap .section-items .section-item {
        width: 100%; } }
    .section-download .wrap .section-items .section-item:nth-child(1) {
      display: none; }
      @media only screen and (max-width: 760px) {
        .section-download .wrap .section-items .section-item:nth-child(1) {
          display: block;
          margin-bottom: 26px; } }
    @media only screen and (max-width: 760px) {
      .section-download .wrap .section-items .section-item:nth-child(3) {
        display: none; } }
    .section-download .wrap .section-items .section-item .download-copy {
      max-width: 500px; }
      .section-download .wrap .section-items .section-item .download-copy .download-title {
        margin-bottom: 26px;
        color: #3e80a2; }
        .section-download .wrap .section-items .section-item .download-copy .download-title span {
          display: block;
          font-family: "Fjalla One", sans-serif; }
          .section-download .wrap .section-items .section-item .download-copy .download-title span:first-of-type {
            margin-bottom: 6px;
            font-weight: 500;
            font-size: 24px; }
            @media only screen and (max-width: 560px) {
              .section-download .wrap .section-items .section-item .download-copy .download-title span:first-of-type {
                font-size: 20px; } }
          .section-download .wrap .section-items .section-item .download-copy .download-title span:last-of-type {
            font-weight: 700;
            font-size: 48px; }
            @media only screen and (max-width: 560px) {
              .section-download .wrap .section-items .section-item .download-copy .download-title span:last-of-type {
                font-size: 40px; } }
      .section-download .wrap .section-items .section-item .download-copy .download-text {
        margin-bottom: 26px; }
        .section-download .wrap .section-items .section-item .download-copy .download-text p {
          font-size: 15px;
          line-height: 1.4; }
    .section-download .wrap .section-items .section-item .download-buttons .download-buttons-item {
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
      @media only screen and (max-width: 560px) {
        .section-download .wrap .section-items .section-item .download-buttons .download-buttons-item {
          margin: 0 4px; } }
      @media only screen and (max-width: 360px) {
        .section-download .wrap .section-items .section-item .download-buttons .download-buttons-item {
          display: block; } }
      @media only screen and (max-width: 360px) {
        .section-download .wrap .section-items .section-item .download-buttons .download-buttons-item:first-of-type {
          margin-bottom: 10px; } }
    .section-download .wrap .section-items .section-item .download-image {
      text-align: center; }
      .section-download .wrap .section-items .section-item .download-image img {
        width: 100%; }
        @media only screen and (max-width: 760px) {
          .section-download .wrap .section-items .section-item .download-image img {
            margin: auto; } }

.section-notifications .section-items .section-item {
  width: calc(50% - 3px); }
  @media only screen and (max-width: 760px) {
    .section-notifications .section-items .section-item {
      width: 100%; } }
  .section-notifications .section-items .section-item:nth-child(1) {
    display: none; }
    @media only screen and (max-width: 760px) {
      .section-notifications .section-items .section-item:nth-child(1) {
        display: block;
        margin-bottom: 70px; } }
  @media only screen and (max-width: 760px) {
    .section-notifications .section-items .section-item:nth-child(3) {
      display: none; } }
  .section-notifications .section-items .section-item .section-image {
    position: relative;
    width: 90%;
    margin: auto; }
    @media only screen and (max-width: 760px) {
      .section-notifications .section-items .section-item .section-image {
        max-width: 400px;
        margin: auto; } }
    .section-notifications .section-items .section-item .section-image .notification-person {
      position: relative;
      margin-bottom: -402px;
      z-index: 1; }
      @media only screen and (max-width: 1400px) {
        .section-notifications .section-items .section-item .section-image .notification-person {
          margin-bottom: -312px; } }
      @media only screen and (max-width: 760px) {
        .section-notifications .section-items .section-item .section-image .notification-person {
          margin-bottom: -222px; } }
    .section-notifications .section-items .section-item .section-image .notifications {
      position: absolute;
      width: 50%; }
    .section-notifications .section-items .section-item .section-image .notification1 {
      left: -10%;
      bottom: 0;
      z-index: 2; }
      @media only screen and (max-width: 760px) {
        .section-notifications .section-items .section-item .section-image .notification1 {
          bottom: -10px; } }
    .section-notifications .section-items .section-item .section-image .notification2 {
      top: 40%;
      left: 10px; }
      @media only screen and (max-width: 760px) {
        .section-notifications .section-items .section-item .section-image .notification2 {
          top: 37%;
          left: 0; } }
    .section-notifications .section-items .section-item .section-image .notification3 {
      top: 30%;
      right: 0; }
      @media only screen and (max-width: 760px) {
        .section-notifications .section-items .section-item .section-image .notification3 {
          top: 27%;
          right: 0; } }
    .section-notifications .section-items .section-item .section-image img {
      width: 100%; }
  .section-notifications .section-items .section-item .notifications-copy {
    display: table;
    margin: auto; }
    .section-notifications .section-items .section-item .notifications-copy .notifications-title {
      margin-bottom: 26px; }
      .section-notifications .section-items .section-item .notifications-copy .notifications-title span {
        display: block;
        font-family: "Fjalla One", sans-serif; }
        .section-notifications .section-items .section-item .notifications-copy .notifications-title span:first-of-type {
          margin-bottom: 6px;
          font-weight: 500;
          font-size: 24px; }
          @media only screen and (max-width: 560px) {
            .section-notifications .section-items .section-item .notifications-copy .notifications-title span:first-of-type {
              font-size: 20px; } }
        .section-notifications .section-items .section-item .notifications-copy .notifications-title span:last-of-type {
          font-weight: 700;
          font-size: 48px; }
          @media only screen and (max-width: 560px) {
            .section-notifications .section-items .section-item .notifications-copy .notifications-title span:last-of-type {
              font-size: 40px; } }
    .section-notifications .section-items .section-item .notifications-copy .notifications-text {
      margin-bottom: 26px; }
      .section-notifications .section-items .section-item .notifications-copy .notifications-text p {
        font-size: 15px;
        line-height: 1.4; }

.about .page-banner {
  position: relative;
  padding: 60px 0;
  min-height: 430px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 2; }
  @media only screen and (max-width: 560px) {
    .about .page-banner {
      min-height: 250px; } }
  .about .page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 43, 59, 0.4);
    z-index: 1; }
  .about .page-banner .page-banner-copy {
    position: relative;
    max-width: 800px;
    margin: auto;
    z-index: 99; }
    .about .page-banner .page-banner-copy .page-banner-title {
      font-family: "Fjalla One", sans-serif;
      font-weight: 700;
      font-size: 46px;
      line-height: 1.2;
      color: white;
      text-transform: uppercase; }
      @media only screen and (max-width: 560px) {
        .about .page-banner .page-banner-copy .page-banner-title {
          font-size: 30px; } }
      .about .page-banner .page-banner-copy .page-banner-title span {
        display: block;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 36px; }
    .about .page-banner .page-banner-copy .page-text {
      margin-top: 20px; }
      .about .page-banner .page-banner-copy .page-text p {
        font-size: 18px;
        line-height: 1.2;
        color: white; }
    .about .page-banner .page-banner-copy a {
      margin: 20px auto auto; }
.about .section-header {
  max-width: 800px;
  margin: auto auto 30px;
  text-align: center; }
.about .section-download .download-buttons {
  text-align: center; }
  .about .section-download .download-buttons .button {
    margin: auto; }
.about .section-mvv {
  text-align: center; }
  .about .section-mvv .wrap .mvv-slider {
    max-width: 900px;
    margin: auto; }
    .about .section-mvv .wrap .mvv-slider .slick-track {
      padding-bottom: 14px; }
    .about .section-mvv .wrap .mvv-slider .slick-dots li.slick-active button {
      background-color: #3e80a2; }
    .about .section-mvv .wrap .mvv-slider .slick-dots li button {
      background-color: rgba(37, 41, 89, 0.3); }
    .about .section-mvv .wrap .mvv-slider div .mvv-inner {
      margin: 0 20px;
      -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4); }
      .about .section-mvv .wrap .mvv-slider div .mvv-inner .mvv-header {
        padding: 20px 0;
        background-color: #4fc4de; }
        .about .section-mvv .wrap .mvv-slider div .mvv-inner .mvv-header img {
          max-width: 98px;
          max-height: 70px;
          margin: auto auto 16px; }
        .about .section-mvv .wrap .mvv-slider div .mvv-inner .mvv-header .mvv-title {
          font-family: "Fjalla One", sans-serif;
          font-weight: 700;
          font-size: 22px;
          color: white; }
      .about .section-mvv .wrap .mvv-slider div .mvv-inner .mvv-copy {
        padding: 26px;
        background-color: white; }
        .about .section-mvv .wrap .mvv-slider div .mvv-inner .mvv-copy .mvv-text p {
          font-size: 16px;
          line-height: 1.2; }
        .about .section-mvv .wrap .mvv-slider div .mvv-inner .mvv-copy a {
          margin: auto;
          font-size: 15px; }
.about .section-about-bannermessage {
  position: relative;
  max-width: 580px;
  width: 90%;
  padding: 20px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  margin: -40px auto auto;
  background-color: white;
  -webkit-box-shadow: 0 -12px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -12px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -12px 12px 0px rgba(0, 0, 0, 0.1);
  z-index: 2; }
  @media only screen and (max-width: 560px) {
    .about .section-about-bannermessage {
      padding: 16px; } }
  .about .section-about-bannermessage .bannermessage-top p {
    line-height: 1.4; }
    @media only screen and (max-width: 560px) {
      .about .section-about-bannermessage .bannermessage-top p {
        font-size: 15px; } }
  .about .section-about-bannermessage .bannermessage-bottom {
    margin-top: 10px;
    text-align: right; }
.about .section-team .wrap .team {
  max-width: 860px;
  margin: auto; }
  @media only screen and (max-width: 860px) {
    .about .section-team .wrap .team {
      max-width: 640px; } }
  @media only screen and (max-width: 660px) {
    .about .section-team .wrap .team {
      max-width: 410px; } }
  @media only screen and (max-width: 460px) {
    .about .section-team .wrap .team {
      max-width: 310px; } }
  .about .section-team .wrap .team .team-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(25% - 24px);
    margin: 20px 10px 0; }
    @media only screen and (max-width: 860px) {
      .about .section-team .wrap .team .team-item {
        width: calc(33.33% - 24px); } }
    @media only screen and (max-width: 660px) {
      .about .section-team .wrap .team .team-item {
        width: calc(50% - 11px);
        margin: 16px 4px 0; } }
    .about .section-team .wrap .team .team-item:nth-child(1), .about .section-team .wrap .team .team-item:nth-child(2), .about .section-team .wrap .team .team-item:nth-child(3), .about .section-team .wrap .team .team-item:nth-child(4) {
      margin-top: 0; }
    @media only screen and (max-width: 860px) {
      .about .section-team .wrap .team .team-item:nth-child(4) {
        margin: 16px 4px 0; } }
    @media only screen and (max-width: 660px) {
      .about .section-team .wrap .team .team-item:nth-child(3) {
        margin: 16px 4px 0; } }
    .about .section-team .wrap .team .team-item .flip-container, .about .section-team .wrap .team .team-item .flip-front, .about .section-team .wrap .team .team-item .flip-back {
      width: 100%; }
    .about .section-team .wrap .team .team-item .flip-container {
      display: block;
      width: 100%;
      border-radius: 4px;
      text-align: center;
      -webkit-perspective: 1000;
      perspective: 1000; }
      .about .section-team .wrap .team .team-item .flip-container:hover .flipper, .about .section-team .wrap .team .team-item .flip-container .hover .flipper {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg); }
      .about .section-team .wrap .team .team-item .flip-container .flipper {
        position: relative;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        transition: 0.6s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d; }
        .about .section-team .wrap .team .team-item .flip-container .flipper .flip-front, .about .section-team .wrap .team .team-item .flip-container .flipper .flip-back {
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
        .about .section-team .wrap .team .team-item .flip-container .flipper .flip-front {
          z-index: 2; }
          .about .section-team .wrap .team .team-item .flip-container .flipper .flip-front .flip-image {
            border-radius: 160px;
            overflow: hidden; }
            .about .section-team .wrap .team .team-item .flip-container .flipper .flip-front .flip-image img {
              width: 100%; }
        .about .section-team .wrap .team .team-item .flip-container .flipper .flip-back {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          -moz-transform: rotateY(180deg);
          -webkit-transform: rotateY(180deg);
          -i-transform: rotateY(180deg);
          transform: rotateY(180deg); }
          .about .section-team .wrap .team .team-item .flip-container .flipper .flip-back .flip-copy {
            padding: 58px 0 0;
            border-radius: 160px;
            background-color: #71469c;
            overflow: hidden; }
            @media only screen and (max-width: 460px) {
              .about .section-team .wrap .team .team-item .flip-container .flipper .flip-back .flip-copy {
                padding: 38px 0 0; } }
            .about .section-team .wrap .team .team-item .flip-container .flipper .flip-back .flip-copy .flip-name {
              margin-bottom: 8px;
              font-family: "Fjalla One", sans-serif;
              font-weight: 900;
              font-size: 20px;
              color: white; }
              @media only screen and (max-width: 460px) {
                .about .section-team .wrap .team .team-item .flip-container .flipper .flip-back .flip-copy .flip-name {
                  margin-bottom: 6px;
                  font-size: 15px; } }
            .about .section-team .wrap .team .team-item .flip-container .flipper .flip-back .flip-copy .flip-position {
              margin-bottom: 26px;
              font-weight: 400;
              font-size: 14px;
              color: white; }
              @media only screen and (max-width: 460px) {
                .about .section-team .wrap .team .team-item .flip-container .flipper .flip-back .flip-copy .flip-position {
                  margin-bottom: 20px;
                  font-size: 12px; } }
            .about .section-team .wrap .team .team-item .flip-container .flipper .flip-back .flip-copy .flip-actions {
              min-height: 30px; }
              .about .section-team .wrap .team .team-item .flip-container .flipper .flip-back .flip-copy .flip-actions a {
                display: inline-block;
                width: 30px;
                height: 30px;
                border-radius: 30px;
                margin: auto 4px;
                text-align: center;
                background-color: #2a014f;
                -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; }
                .about .section-team .wrap .team .team-item .flip-container .flipper .flip-back .flip-copy .flip-actions a div {
                  line-height: 30px;
                  color: white; }
                .about .section-team .wrap .team .team-item .flip-container .flipper .flip-back .flip-copy .flip-actions a:hover {
                  background-color: #92124a; }
.about .section-jointeam .wrap {
  max-width: 900px; }
  @media only screen and (max-width: 760px) {
    .about .section-jointeam .wrap .section-items .section-item {
      display: block; } }
  .about .section-jointeam .wrap .section-items .section-item:first-of-type {
    width: calc(100% - 364px);
    padding-right: 30px; }
    @media only screen and (max-width: 760px) {
      .about .section-jointeam .wrap .section-items .section-item:first-of-type {
        width: 100%;
        padding-right: 0;
        margin-bottom: 16px; } }
  .about .section-jointeam .wrap .section-items .section-item:last-of-type {
    width: 350px; }
    @media only screen and (max-width: 760px) {
      .about .section-jointeam .wrap .section-items .section-item:last-of-type {
        width: 100%; } }
  .about .section-jointeam .wrap .section-items .section-item img {
    width: 100%;
    border-radius: 20px; }
    @media only screen and (max-width: 760px) {
      .about .section-jointeam .wrap .section-items .section-item img {
        max-width: 560px; } }
  .about .section-jointeam .wrap .section-items .section-item .section-header {
    text-align: left; }
.about .section-path .wrap {
  max-width: 1300px; }
  .about .section-path .wrap .path .path-year:last-of-type .path-item {
    padding-bottom: 20px; }
  .about .section-path .wrap .path .path-year .path-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
    padding-bottom: 70px; }
    .about .section-path .wrap .path .path-year .path-item:first-of-type {
      text-align: right; }
    .about .section-path .wrap .path .path-year .path-item:last-of-type {
      padding-left: 20px;
      border-left: 4px solid black;
      margin-left: 20px;
      text-align: left; }
      @media only screen and (max-width: 560px) {
        .about .section-path .wrap .path .path-year .path-item:last-of-type {
          width: calc(50% - 10px);
          padding-left: 16px;
          border-left: 3px solid black;
          margin-left: 16px; } }
      .about .section-path .wrap .path .path-year .path-item:last-of-type:before {
        content: '';
        position: absolute;
        top: 0;
        left: -14px;
        width: 24px;
        height: 24px;
        border-radius: 40px;
        background-color: #fa2863; }
        @media only screen and (max-width: 560px) {
          .about .section-path .wrap .path .path-year .path-item:last-of-type:before {
            left: -12px;
            width: 20px;
            height: 20px; } }
    .about .section-path .wrap .path .path-year .path-item .path-inner .path-achievement {
      margin-bottom: 16px; }
      .about .section-path .wrap .path .path-year .path-item .path-inner .path-achievement .path-image {
        margin-bottom: 20px; }
        @media only screen and (max-width: 560px) {
          .about .section-path .wrap .path .path-year .path-item .path-inner .path-achievement .path-image {
            margin-bottom: 12px; } }
        .about .section-path .wrap .path .path-year .path-item .path-inner .path-achievement .path-image img {
          width: 100%;
          border-radius: 20px; }
      .about .section-path .wrap .path .path-year .path-item .path-inner .path-achievement .path-copy p {
        font-size: 15px;
        line-height: 1.2; }
        @media only screen and (max-width: 560px) {
          .about .section-path .wrap .path .path-year .path-item .path-inner .path-achievement .path-copy p {
            font-size: 14px; } }
    .about .section-path .wrap .path .path-year .path-item .path-inner .path-trophy {
      margin-bottom: 20px; }
      .about .section-path .wrap .path .path-year .path-item .path-inner .path-trophy:last-of-type {
        margin-bottom: 0; }
      .about .section-path .wrap .path .path-year .path-item .path-inner .path-trophy .path-trophy-item:first-of-type {
        margin-bottom: 6px; }
      .about .section-path .wrap .path .path-year .path-item .path-inner .path-trophy .path-trophy-item div {
        font-weight: bold;
        font-size: 24px;
        color: #92124a; }
      .about .section-path .wrap .path .path-year .path-item .path-inner .path-trophy .path-trophy-item p {
        font-size: 15px;
        line-height: 1.2; }
        @media only screen and (max-width: 560px) {
          .about .section-path .wrap .path .path-year .path-item .path-inner .path-trophy .path-trophy-item p {
            font-size: 14px; } }
    .about .section-path .wrap .path .path-year .path-item .path-number {
      margin-bottom: 20px;
      font-weight: 700;
      font-size: 22px; }
      @media only screen and (max-width: 560px) {
        .about .section-path .wrap .path .path-year .path-item .path-number {
          font-size: 20px; } }

.joinus .section-application .wrap .signup-buttons a {
  margin: auto; }
.joinus .section-positions .wrap .positions {
  margin: 52px auto 30px; }
  .joinus .section-positions .wrap .positions .position-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(25% - 8px);
    padding: 10px;
    border: 2px solid #c7c4c5;
    border-radius: 4px;
    margin: 8px 2px 0;
    background-color: white; }
    @media only screen and (max-width: 1060px) {
      .joinus .section-positions .wrap .positions .position-item {
        width: calc(33% - 8px); } }
    @media only screen and (max-width: 760px) {
      .joinus .section-positions .wrap .positions .position-item {
        width: calc(50% - 8px); } }
    @media only screen and (max-width: 560px) {
      .joinus .section-positions .wrap .positions .position-item {
        width: 100%; } }
    .joinus .section-positions .wrap .positions .position-item:nth-child(1), .joinus .section-positions .wrap .positions .position-item:nth-child(2), .joinus .section-positions .wrap .positions .position-item:nth-child(3), .joinus .section-positions .wrap .positions .position-item:nth-child(4) {
      margin-top: 0; }
    @media only screen and (max-width: 1060px) {
      .joinus .section-positions .wrap .positions .position-item:nth-child(4) {
        margin-top: 8px; } }
    @media only screen and (max-width: 760px) {
      .joinus .section-positions .wrap .positions .position-item:nth-child(3) {
        margin-top: 8px; } }
    @media only screen and (max-width: 560px) {
      .joinus .section-positions .wrap .positions .position-item:nth-child(2) {
        margin-top: 8px; } }
    .joinus .section-positions .wrap .positions .position-item .position-header .position-image {
      width: 60px;
      height: 60px;
      border: 2px solid #c7c4c5;
      border-radius: 50px;
      margin: -43px auto 16px;
      text-align: center;
      background: white; }
      .joinus .section-positions .wrap .positions .position-item .position-header .position-image div {
        font-weight: bold;
        font-size: 30px;
        line-height: 56px; }
    .joinus .section-positions .wrap .positions .position-item .position-content {
      margin-bottom: 16px; }
      .joinus .section-positions .wrap .positions .position-item .position-content .position-title {
        margin-bottom: 10px;
        font-family: "Fjalla One", sans-serif;
        font-weight: 700;
        font-size: 18px; }
      .joinus .section-positions .wrap .positions .position-item .position-content .position-text p {
        margin-bottom: 6px;
        font-size: 13px; }
        .joinus .section-positions .wrap .positions .position-item .position-content .position-text p:last-of-type {
          margin-bottom: 0; }
    .joinus .section-positions .wrap .positions .position-item .position-footer .position-footer-item {
      display: inline-block;
      vertical-align: middle;
      width: calc(50% - 3px); }
      .joinus .section-positions .wrap .positions .position-item .position-footer .position-footer-item:last-of-type a {
        float: right; }
      .joinus .section-positions .wrap .positions .position-item .position-footer .position-footer-item a {
        padding: 8px 16px 6px;
        font-size: 12px; }
.joinus .section-positions .wrap .positions-more a {
  margin: auto; }
.joinus .section-culture {
  text-align: center; }
  .joinus .section-culture .wrap .culture-slider {
    max-width: 1260px;
    margin: auto; }
    .joinus .section-culture .wrap .culture-slider .slick-track {
      padding-bottom: 14px; }
    .joinus .section-culture .wrap .culture-slider .slick-dots li.slick-active button {
      background-color: #3e80a2; }
    .joinus .section-culture .wrap .culture-slider .slick-dots li button {
      background-color: rgba(37, 41, 89, 0.3); }
    .joinus .section-culture .wrap .culture-slider div .culture-inner {
      margin: 0 20px;
      -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4); }
      .joinus .section-culture .wrap .culture-slider div .culture-inner .culture-header {
        padding: 10px 0;
        background-color: #4fc4de; }
        .joinus .section-culture .wrap .culture-slider div .culture-inner .culture-header img {
          max-width: 98px;
          max-height: 80px;
          margin: auto; }
      .joinus .section-culture .wrap .culture-slider div .culture-inner .culture-copy {
        padding: 26px;
        background-color: white; }
        .joinus .section-culture .wrap .culture-slider div .culture-inner .culture-copy .culture-title {
          margin-bottom: 12px;
          font-family: "Fjalla One", sans-serif;
          font-size: 22px;
          color: #3e80a2; }
        .joinus .section-culture .wrap .culture-slider div .culture-inner .culture-copy .culture-text p {
          font-size: 16px;
          line-height: 1.2; }
        .joinus .section-culture .wrap .culture-slider div .culture-inner .culture-copy a {
          margin: auto;
          font-size: 15px; }
.joinus .section-download .download-buttons {
  text-align: center; }
  .joinus .section-download .download-buttons .button {
    margin: auto; }

.generic .generic-copy {
  text-align: center; }
  .generic .generic-copy .generic-title {
    margin-bottom: 22px;
    font-family: "Fjalla One", sans-serif;
    font-weight: 700;
    font-size: 30px; }
  .generic .generic-copy .generic-text h2, .generic .generic-copy .generic-text h3 {
    margin-bottom: 4px;
    font-family: "Fjalla One", sans-serif;
    font-weight: 700; }
  .generic .generic-copy .generic-text h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 26px; }
  .generic .generic-copy .generic-text h3 {
    text-align: left;
    font-size: 18px; }
  .generic .generic-copy .generic-text p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify; }
    .generic .generic-copy .generic-text p a {
      font-weight: 700;
      color: #fa2863; }

.howitworks .section-download .download-buttons {
  text-align: center; }
  .howitworks .section-download .download-buttons .button {
    margin: auto; }
.howitworks .section-pricing {
  text-align: center; }
  .howitworks .section-pricing .wrap {
    max-width: initial;
    width: 100%;
    margin: auto; }
    @media only screen and (max-width: 760px) {
      .howitworks .section-pricing .wrap {
        width: 90%; } }
    .howitworks .section-pricing .wrap .pricing-slider .slick-dots li.slick-active button {
      background-color: #3e80a2; }
    .howitworks .section-pricing .wrap .pricing-slider .slick-dots li button {
      background-color: rgba(37, 41, 89, 0.3); }
    @media only screen and (min-width: 761px) {
      .howitworks .section-pricing .wrap .pricing-slider .slick-list {
        padding: 0px 10px !important; } }
    .howitworks .section-pricing .wrap .pricing-slider .slick-list .slick-track {
      padding: 0 0 10px; }
      @media only screen and (min-width: 761px) {
        .howitworks .section-pricing .wrap .pricing-slider .slick-list .slick-track {
          display: flex;
          width: 90% !important;
          max-width: 1000px; } }
      .howitworks .section-pricing .wrap .pricing-slider .slick-list .slick-track .slick-slide {
        position: relative;
        margin: auto -26px;
        -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) {
          .howitworks .section-pricing .wrap .pricing-slider .slick-list .slick-track .slick-slide {
            margin: auto 10px;
            -moz-transform: initial !important;
            -webkit-transform: initial !important;
            -i-transform: initial !important;
            transform: initial !important;
            z-index: 1; } }
        .howitworks .section-pricing .wrap .pricing-slider .slick-list .slick-track .slick-slide:hover {
          transform: scale(1) !important;
          z-index: 4 !important; }
          @media only screen and (max-width: 760px) {
            .howitworks .section-pricing .wrap .pricing-slider .slick-list .slick-track .slick-slide:hover {
              z-index: 1 !important; } }
        .howitworks .section-pricing .wrap .pricing-slider .slick-list .slick-track .slick-slide:nth-child(2) {
          z-index: 3;
          -moz-transform: scale(0.95);
          -webkit-transform: scale(0.95);
          -i-transform: scale(0.95);
          transform: scale(0.95); }
        .howitworks .section-pricing .wrap .pricing-slider .slick-list .slick-track .slick-slide:nth-child(1), .howitworks .section-pricing .wrap .pricing-slider .slick-list .slick-track .slick-slide:nth-child(3) {
          z-index: 2;
          transform: scale(0.9); }
    .howitworks .section-pricing .wrap .pricing-slider .pricing-inner {
      display: block;
      border-radius: 4px;
      color: black;
      background-color: white;
      -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5); }
      .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-header {
        padding: 26px 26px 59px;
        background-color: #f9f9f9; }
        .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-header .pricing-image {
          margin-bottom: 26px; }
          .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-header .pricing-image img {
            max-height: 240px;
            margin: auto; }
        .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-header .pricing-title {
          font-family: "Fjalla One", sans-serif;
          font-weight: 800;
          font-size: 30px;
          text-transform: uppercase;
          line-height: 1.2;
          text-align: center; }
      .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content {
        padding: 0 26px;
        text-align: left; }
        .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-price {
          position: relative;
          margin-top: -40px;
          margin-bottom: 26px; }
          .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-price:before, .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-price:after {
            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%); }
          .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-price:before {
            content: '';
            width: 110px;
            height: 5px;
            background-color: #f9f9f9;
            z-index: 1; }
          .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-price:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            background-color: black; }
          .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-price p {
            position: relative;
            width: 80px;
            height: 80px;
            border-radius: 80px;
            border: 3px solid black;
            margin: auto;
            font-family: "Fjalla One", sans-serif;
            font-weight: bold;
            font-size: 22px;
            line-height: 76px;
            text-align: center;
            background-color: white;
            z-index: 1; }
        .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-list ul li {
          margin-bottom: 10px; }
          .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-list ul li:last-of-type {
            margin-bottom: initial; }
          .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-list ul li.pricing-have span:after {
            content: "\e935";
            font-size: 26px;
            color: #62b58f; }
          .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-list ul li.pricing-have p {
            font-weight: 600; }
          .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-list ul li.pricing-dhave span, .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-list ul li.pricing-dhave p {
            color: #c7c4c5; }
          .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-list ul li.pricing-dhave span:after {
            content: "\e906";
            font-size: 20px; }
          .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-list ul li span, .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-list ul li p {
            display: inline-block;
            vertical-align: middle; }
          .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-list ul li span {
            width: 40px;
            text-align: center; }
            .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-list ul li span:after {
              font-family: 'icomoon' !important;
              font-style: normal;
              font-weight: bold;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
          .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-content .pricing-list ul li p {
            width: calc(100% - 44px);
            font-size: 15px; }
      .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-footer {
        padding: 46px 26px 26px;
        background-image: url(../img/homepage/servicesbg.svg);
        background-size: cover;
        background-position: 0 -11px; }
        .howitworks .section-pricing .wrap .pricing-slider .pricing-inner .pricing-footer a {
          display: block;
          padding: 16px 24px;
          margin: auto;
          font-size: 20px; }

.contacts .page-banner {
  position: relative;
  padding: 60px 0;
  min-height: 430px;
  background-size: 190%;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 2; }
  @media only screen and (max-width: 560px) {
    .contacts .page-banner {
      min-height: 250px; } }
  .contacts .page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 43, 59, 0.4);
    z-index: 1; }
  .contacts .page-banner .page-banner-copy {
    position: relative;
    max-width: 800px;
    margin: auto;
    z-index: 99; }
    .contacts .page-banner .page-banner-copy .page-banner-title {
      font-family: "Fjalla One", sans-serif;
      font-weight: 700;
      font-size: 46px;
      line-height: 1.2;
      color: white;
      text-transform: uppercase; }
      @media only screen and (max-width: 560px) {
        .contacts .page-banner .page-banner-copy .page-banner-title {
          font-size: 30px; } }
      .contacts .page-banner .page-banner-copy .page-banner-title span {
        display: block;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 36px; }
    .contacts .page-banner .page-banner-copy .page-text {
      margin-top: 20px; }
      .contacts .page-banner .page-banner-copy .page-text p {
        font-size: 18px;
        line-height: 1.2;
        color: white; }
    .contacts .page-banner .page-banner-copy a {
      margin: 20px auto auto; }
.contacts .section-header {
  text-align: center; }
.contacts .offices .office {
  margin-bottom: 80px; }
  .contacts .offices .office:last-of-type {
    margin-bottom: 0; }
  .contacts .offices .office .office-item {
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 560px) {
      .contacts .offices .office .office-item {
        display: block;
        width: 100% !important; } }
    .contacts .offices .office .office-item:first-of-type {
      width: 310px; }
      @media only screen and (max-width: 560px) {
        .contacts .offices .office .office-item:first-of-type {
          margin-bottom: 26px; } }
    .contacts .offices .office .office-item:last-of-type {
      width: calc(100% - 315px); }
    .contacts .offices .office .office-item .office-copy {
      width: 90%; }
      .contacts .offices .office .office-item .office-copy h2 {
        margin-bottom: 16px;
        font-family: "Fjalla One", sans-serif;
        font-size: 28px; }
        @media only screen and (max-width: 560px) {
          .contacts .offices .office .office-item .office-copy h2 {
            margin-bottom: 12px;
            font-size: 26px; } }
      .contacts .offices .office .office-item .office-copy p, .contacts .offices .office .office-item .office-copy a {
        font-weight: 600;
        font-size: 15px; }
      .contacts .offices .office .office-item .office-copy p {
        margin-bottom: 6px; }
      .contacts .offices .office .office-item .office-copy .office-contacts {
        margin: 10px 0 0; }
        .contacts .offices .office .office-item .office-copy .office-contacts .tooltip-holder {
          display: inline-block;
          vertical-align: middle; }
          .contacts .offices .office .office-item .office-copy .office-contacts .tooltip-holder .tooltip {
            min-width: 96px; }
        .contacts .offices .office .office-item .office-copy .office-contacts a {
          position: relative;
          display: block;
          width: 38px;
          height: 38px;
          border: 2px solid #fa2863;
          border-radius: 40px;
          margin-right: 4px;
          text-decoration: underline;
          background-color: transparent; }
          .contacts .offices .office .office-item .office-copy .office-contacts a:first-of-type {
            border-color: #4fc4de;
            background-color: #4fc4de; }
            .contacts .offices .office .office-item .office-copy .office-contacts a:first-of-type:hover {
              background-color: transparent; }
              .contacts .offices .office .office-item .office-copy .office-contacts a:first-of-type:hover div {
                color: #4fc4de; }
          .contacts .offices .office .office-item .office-copy .office-contacts a:last-of-type {
            border-color: #fa2863;
            background-color: #fa2863; }
            .contacts .offices .office .office-item .office-copy .office-contacts a:last-of-type:hover {
              background-color: transparent; }
              .contacts .offices .office .office-item .office-copy .office-contacts a:last-of-type:hover div {
                color: #fa2863; }
          .contacts .offices .office .office-item .office-copy .office-contacts a [class^="icon-"], .contacts .offices .office .office-item .office-copy .office-contacts a [class*=" icon-"] {
            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-weight: bold;
            font-size: 16px;
            color: white; }
    .contacts .offices .office .office-item .office-map iframe {
      border-radius: 10px; }
.contacts form {
  max-width: 660px;
  margin: auto; }

.register .section-register {
  text-align: left; }
  .register .section-register .wrap {
    max-width: 900px; }
  .register .section-register .section-header .section-header-title, .register .section-register .section-header .section-header-subtitle {
    margin-bottom: 16px; }
  .register .section-register .section-header .section-header-subtitle p {
    margin-bottom: 8px; }
  .register .section-register .section-items .section-item:first-of-type {
    width: calc(100% - 315px);
    padding-right: 40px; }
    @media only screen and (max-width: 760px) {
      .register .section-register .section-items .section-item:first-of-type {
        padding-right: 0;
        padding-bottom: 40px; } }
  .register .section-register .section-items .section-item:last-of-type {
    width: 310px;
    padding-left: 40px;
    border-left: 1px solid #c7c4c5; }
    @media only screen and (max-width: 760px) {
      .register .section-register .section-items .section-item:last-of-type {
        padding-left: 0;
        padding-top: 40px;
        border-top: 2px solid #c7c4c5;
        border-left: none; } }
  @media only screen and (max-width: 760px) {
    .register .section-register .section-items .section-item {
      display: block;
      width: 100% !important; } }
  .register .section-register .section-items .section-item .section-header {
    margin: 0 0 30px;
    text-align: left; }
    @media only screen and (max-width: 560px) {
      .register .section-register .section-items .section-item .section-header {
        margin: 0 0 30px; } }
  .register .section-register .section-items .section-item .register-moldure {
    position: relative; }
    .register .section-register .section-items .section-item .register-moldure .register-moldure-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 272px;
      height: 540px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: auto;
      background-image: url("../img/register/iphone.svg");
      background-size: cover;
      z-index: 1; }
    .register .section-register .section-items .section-item .register-moldure .register-slider {
      max-width: 240px;
      max-height: 512px;
      border-radius: 28px;
      margin: auto;
      overflow: hidden; }
      .register .section-register .section-items .section-item .register-moldure .register-slider img {
        width: 100%; }
  .register .section-register .section-items .section-item .form .form-footer .form-footer-item {
    display: block;
    width: 100%;
    margin-bottom: 16px; }
    .register .section-register .section-items .section-item .form .form-footer .form-footer-item:last-of-type {
      margin-bottom: 0; }
    .register .section-register .section-items .section-item .form .form-footer .form-footer-item .button {
      float: initial;
      width: 100%; }
  .register .section-register .section-items .section-item .register-others {
    margin: 30px auto auto; }
    .register .section-register .section-items .section-item .register-others .register-or {
      position: relative;
      margin: auto auto 30px;
      font-weight: 700;
      font-size: 14px;
      color: black;
      text-align: center;
      z-index: 1; }
      .register .section-register .section-items .section-item .register-others .register-or:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: black;
        z-index: -2; }
      .register .section-register .section-items .section-item .register-others .register-or:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 16px;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background-color: white;
        z-index: -1; }
    .register .section-register .section-items .section-item .register-others .register-others-items .register-others-item {
      display: inline-block;
      vertical-align: middle;
      width: calc(50% - 4px); }
      .register .section-register .section-items .section-item .register-others .register-others-items .register-others-item:first-of-type {
        padding-right: 10px; }
      .register .section-register .section-items .section-item .register-others .register-others-items .register-others-item:last-of-type {
        padding-left: 10px; }

.page-article.profile-open {
  display: none; }
.page-article .article-share {
  left: 0;
  z-index: 106; }
  .page-article .article-share.blog-actions-hide {
    left: -48px; }
    @media only screen and (max-width: 560px) {
      .page-article .article-share.blog-actions-hide {
        left: -38px; } }
  .page-article .article-share.blog-actions-show {
    left: 0; }
    @media only screen and (max-width: 560px) {
      .page-article .article-share.blog-actions-show {
        left: 0; } }
  .page-article .article-share ul li {
    display: block; }
    .page-article .article-share ul li:last-of-type a {
      border-bottom: none; }
    .page-article .article-share ul li:hover a {
      opacity: 0.8; }
    .page-article .article-share ul li a {
      display: block;
      width: 52px;
      height: 52px;
      border-bottom: 2px solid white;
      background-color: #fa2863;
      text-align: center; }
      @media only screen and (max-width: 560px) {
        .page-article .article-share ul li a {
          width: 42px;
          height: 42px; } }
      .page-article .article-share ul li a div {
        font-size: 26px;
        line-height: 53px;
        color: white; }
        @media only screen and (max-width: 560px) {
          .page-article .article-share ul li a div {
            font-size: 21px;
            line-height: 42px; } }
.page-article .article {
  margin: 70px auto; }
  .page-article .article:last-of-type {
    margin: 70px auto auto; }
  .page-article .article .article-header {
    margin: auto auto 60px; }
    @media only screen and (max-width: 560px) {
      .page-article .article .article-header {
        margin: auto auto 40px; } }
    .page-article .article .article-header .article-banner {
      width: 100%;
      height: 34vh;
      min-height: 400px;
      border-radius: 3px;
      margin-bottom: 20px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 760px) {
        .page-article .article .article-header .article-banner {
          height: 30vh;
          min-height: inherit; } }
      @media only screen and (max-width: 560px) {
        .page-article .article .article-header .article-banner {
          height: 24vh; } }
    .page-article .article .article-header .article-title {
      position: relative;
      margin-bottom: 14px;
      font-family: "Fjalla One", sans-serif;
      font-weight: bold;
      color: black; }
      .page-article .article .article-header .article-title h1 {
        font-size: 44px;
        text-transform: uppercase;
        padding-right: 85px; }
        @media only screen and (max-width: 560px) {
          .page-article .article .article-header .article-title h1 {
            font-size: 32px; } }
      .page-article .article .article-header .article-title .article-time {
        position: absolute;
        top: 16px;
        right: 0;
        font-size: 20px; }
        @media only screen and (max-width: 560px) {
          .page-article .article .article-header .article-title .article-time {
            font-size: 17px; } }
        .page-article .article .article-header .article-title .article-time:after {
          content: '\e900';
          margin-left: 3px;
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: bold;
          font-size: 20px;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          color: black;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          @media only screen and (max-width: 560px) {
            .page-article .article .article-header .article-title .article-time:after {
              font-size: 17px; } }
    .page-article .article .article-header .article-header-items .article-header-item {
      display: inline-block;
      vertical-align: top;
      width: calc(50% - 3px); }
      @media only screen and (max-width: 560px) {
        .page-article .article .article-header .article-header-items .article-header-item {
          display: block;
          width: 100%;
          margin-bottom: 16px; } }
      .page-article .article .article-header .article-header-items .article-header-item:last-of-type {
        text-align: right; }
        @media only screen and (max-width: 560px) {
          .page-article .article .article-header .article-header-items .article-header-item:last-of-type {
            margin-bottom: 0;
            text-align: left; } }
        @media only screen and (max-width: 700px) {
          .page-article .article .article-header .article-header-items .article-header-item:last-of-type div {
            width: 100%; } }
        @media only screen and (max-width: 560px) {
          .page-article .article .article-header .article-header-items .article-header-item:last-of-type div {
            width: initial; } }
      .page-article .article .article-header .article-header-items .article-header-item p, .page-article .article .article-header .article-header-items .article-header-item div {
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 700px) {
          .page-article .article .article-header .article-header-items .article-header-item p, .page-article .article .article-header .article-header-items .article-header-item div {
            display: table;
            margin-bottom: 12px; } }
        @media only screen and (max-width: 560px) {
          .page-article .article .article-header .article-header-items .article-header-item p, .page-article .article .article-header .article-header-items .article-header-item div {
            display: inline-block;
            margin-bottom: 0; } }
        @media only screen and (max-width: 700px) {
          .page-article .article .article-header .article-header-items .article-header-item p:last-of-type, .page-article .article .article-header .article-header-items .article-header-item div:last-of-type {
            margin-bottom: 0; } }
      .page-article .article .article-header .article-header-items .article-header-item .article-author {
        width: 160px;
        font-family: "Fjalla One", sans-serif;
        font-weight: bold;
        font-size: 14px; }
        .page-article .article .article-header .article-header-items .article-header-item .article-author a {
          color: #fa2863;
          text-decoration: none;
          border-bottom: 2px solid #fa2863; }
          .page-article .article .article-header .article-header-items .article-header-item .article-author a:hover {
            border-color: transparent; }
      .page-article .article .article-header .article-header-items .article-header-item .article-date {
        font-weight: 300;
        font-size: 15px;
        color: black; }
      .page-article .article .article-header .article-header-items .article-header-item .article-tag:hover span {
        opacity: 0.8; }
      .page-article .article .article-header .article-header-items .article-header-item .article-tag span {
        display: table;
        padding: 5px 25px;
        border-radius: 6px;
        margin-right: 20px;
        font-weight: 400;
        font-size: 18px;
        color: white;
        background-image: url("../img/bg/bg-tag.svg");
        background-size: cover;
        background-position: center right;
        -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: 700px) {
          .page-article .article .article-header .article-header-items .article-header-item .article-tag span {
            float: right;
            margin-right: 0; } }
        @media only screen and (max-width: 560px) {
          .page-article .article .article-header .article-header-items .article-header-item .article-tag span {
            float: initial;
            padding: 5px 18px;
            margin-right: 6px;
            font-size: 14px; } }
  .page-article .article .article-author-offset1, .page-article .article .article-author-offset2 {
    position: absolute;
    margin-top: -60px; }
  .page-article .article .article-author-fixed {
    position: fixed;
    top: -30%;
    left: 0;
    width: 100%;
    padding: 12px 0;
    background-color: #fa2863;
    z-index: 109;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -i-transition: all 0.5s ease-out; }
    @media only screen and (max-width: 560px) {
      .page-article .article .article-author-fixed {
        padding: 8px 0; } }
    .page-article .article .article-author-fixed.offset-top {
      top: 0 !important; }
    .page-article .article .article-author-fixed .article-fixed-items {
      width: 90%;
      margin: auto; }
      .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item {
        display: inline-block;
        vertical-align: middle;
        width: calc(50% - 3px); }
        @media only screen and (max-width: 560px) {
          .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item:first-of-type {
            width: calc(100% - 104px); } }
        .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item:last-of-type {
          text-align: right; }
          @media only screen and (max-width: 560px) {
            .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item:last-of-type {
              width: 100px; } }
        .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item a:hover {
          opacity: 0.8; }
        .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item .article-fixed-title {
          font-family: "Fjalla One", sans-serif;
          font-weight: bold;
          font-size: 32px;
          line-height: 1.2;
          color: white; }
          @media only screen and (max-width: 560px) {
            .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item .article-fixed-title {
              font-size: 22px; } }
        .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item .article-fixed-authori, .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item .article-fixed-authort {
          display: inline-block;
          vertical-align: middle; }
          @media only screen and (max-width: 560px) {
            .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item .article-fixed-authori, .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item .article-fixed-authort {
              display: block; } }
        .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item .article-fixed-authori {
          width: 80px;
          height: 80px;
          background-size: cover;
          background-position: center;
          border-radius: 100px;
          border: 4px solid white; }
          @media only screen and (max-width: 560px) {
            .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item .article-fixed-authori {
              width: 40px;
              height: 40px;
              border-width: 2px;
              margin: auto 0 6px;
              margin-left: calc(100% - 40px); } }
        .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item .article-fixed-authort {
          margin-left: 4px;
          text-align: left; }
          @media only screen and (max-width: 560px) {
            .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item .article-fixed-authort {
              margin-left: 0;
              text-align: right; } }
          .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item .article-fixed-authort p {
            font-family: "Fjalla One", sans-serif;
            font-weight: bold;
            font-size: 20px;
            text-transform: uppercase;
            color: white; }
            @media only screen and (max-width: 560px) {
              .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item .article-fixed-authort p {
                font-size: 12px; } }
            .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item .article-fixed-authort p span {
              display: block;
              margin-top: 4px;
              font-family: "Fjalla One", sans-serif;
              font-weight: bold;
              font-size: 16px;
              text-transform: none;
              color: black; }
              @media only screen and (max-width: 560px) {
                .page-article .article .article-author-fixed .article-fixed-items .article-fixed-item .article-fixed-authort p span {
                  margin-top: 2px;
                  font-size: 11px; } }
  .page-article .article .article-content {
    max-width: 900px;
    margin: auto 0 60px; }
    .page-article .article .article-content h2 {
      margin-top: 80px;
      margin-bottom: 30px;
      font-weight: 700;
      font-size: 21px; }
    .page-article .article .article-content p {
      margin-bottom: 30px;
      font-weight: 300;
      font-size: 21px;
      line-height: 1.4; }
      @media only screen and (max-width: 560px) {
        .page-article .article .article-content p {
          font-size: 17px; } }
      .page-article .article .article-content p:last-of-type {
        margin-bottom: 0; }
    .page-article .article .article-content img {
      max-width: 600px;
      width: 100%;
      margin-bottom: 30px; }
  .page-article .article .article-author-description {
    padding: 26px 30px;
    border-radius: 6px;
    margin: auto auto 60px;
    background-color: black; }
    @media only screen and (max-width: 560px) {
      .page-article .article .article-author-description {
        margin: auto auto 40px; } }
    .page-article .article .article-author-description .article-author-items .article-author-item {
      position: relative;
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (max-width: 560px) {
        .page-article .article .article-author-description .article-author-items .article-author-item {
          display: block; } }
      .page-article .article .article-author-description .article-author-items .article-author-item:first-of-type {
        width: 170px; }
        @media only screen and (max-width: 560px) {
          .page-article .article .article-author-description .article-author-items .article-author-item:first-of-type {
            width: initial;
            margin: auto auto 16px; } }
      .page-article .article .article-author-description .article-author-items .article-author-item:last-of-type {
        width: calc(100% - 190px);
        padding-left: 30px; }
        @media only screen and (max-width: 560px) {
          .page-article .article .article-author-description .article-author-items .article-author-item:last-of-type {
            width: 100%;
            padding-left: 0; } }
      .page-article .article .article-author-description .article-author-items .article-author-item .article-author-image {
        position: relative;
        width: 150px;
        height: 150px;
        background-size: cover;
        background-position: center;
        border-radius: 150px;
        border: 6px solid #bc5592;
        						/*
        						.article-author-exmaple {
        							position: relative;
        							width: 100%;
        						    height: 100%;
        							opacity: 0;
        							visibility: hidden;
        							animation: 10s infinite authorexample;
        							-moz-transition: all 0.3s ease-out;
        							-webkit-transition: all 0.3s ease-out;
        							-i-transition: all 0.3s ease-out;
        
        							@keyframes authorexample {
        								0% {
        									opacity: 0;
        									visibility: hidden;
        								}
        								100% {
        									opacity: 1;
        									visibility: visible;
        								}
        							}
        
        							&:before, &:after {
        								content: '';
        							}
        							&:before {
        								display: block;
        							    width: 100%;
        							    height: 100%;
        							    border-radius: 100px;
        							    background-color: rgba(234, 234, 234, 0.6);
        							}
        							&:after {
        								content: '\e902';
        								position: absolute;
        								top: 60%;
        								left: 30%;
        								-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-family: 'icomoon' !important;
        								speak: none;
        								font-style: normal;
        								font-weight: bold;
        								font-size: 18px;
        								font-variant: normal;
        								text-transform: none;
        								line-height: 1;
        								color: black;
        								-webkit-font-smoothing: antialiased;
        								-moz-osx-font-smoothing: grayscale;
        								animation: 4s infinite pointer;
        
        								@media only screen and (max-width: 760px) {
        									content: '\e903';
        									top: 45%;
        									left: 45%;
        									animation: 3s infinite pointer2;
        								}
        							}
        
        							@keyframes pointer {
        								0% {
        									top: 60%;
        									left: 30%;
        								}
        								50% {
        									top: 40%;
        									left: 60%;
        								}
        								100% {
        									top: 60%;
        									left: 30%;
        								}
        							}
        							@keyframes pointer2 {
        								0% {
        									transform: scale(1.8);
        								}
        								50% {
        									transform: scale(1);
        								}
        								100% {
        									transform: scale(1.8);
        								}
        							}
        						}*/ }
        @media only screen and (max-width: 560px) {
          .page-article .article .article-author-description .article-author-items .article-author-item .article-author-image {
            margin: auto; } }
      .page-article .article .article-author-description .article-author-items .article-author-item .article-author-copy .morecontent span {
        display: none; }
      .page-article .article .article-author-description .article-author-items .article-author-item .article-author-copy .author-morelink {
        display: block;
        margin-top: 8px;
        font-weight: 700;
        font-size: 16px;
        color: #fa2863; }
        .page-article .article .article-author-description .article-author-items .article-author-item .article-author-copy .author-morelink:after {
          content: '\e907';
          display: inline-block;
          vertical-align: middle;
          margin-top: -1px;
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          color: #fa2863;
          -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; }
        .page-article .article .article-author-description .article-author-items .article-author-item .article-author-copy .author-morelink.less:after {
          display: none; }
      .page-article .article .article-author-description .article-author-items .article-author-item .article-author-copy p {
        font-style: italic;
        font-size: 17px;
        line-height: 1.5; }
        @media only screen and (max-width: 560px) {
          .page-article .article .article-author-description .article-author-items .article-author-item .article-author-copy p {
            font-size: 15px; } }
      .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder {
        position: absolute;
        top: calc(100% - 22px);
        left: 0;
        padding-top: 40px;
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
        -i-transition: all 0.4s ease-out;
        z-index: 12; }
        @media only screen and (max-width: 560px) {
          .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder {
            width: 100%;
            min-width: 290px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
        .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder.active {
          opacity: 1;
          visibility: visible; }
        .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo {
          min-width: 360px;
          padding: 18px;
          border-radius: 6px;
          background-color: black; }
          @media only screen and (max-width: 560px) {
            .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo {
              min-width: initial;
              padding: 12px; } }
          .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo:before {
            content: '';
            position: absolute;
            top: 25px;
            left: 60px;
            width: 0px;
            height: 0px;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 15px solid black; }
            @media only screen and (max-width: 560px) {
              .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo:before {
                left: 50%;
                -webkit-transform: translate(-50%, 0);
                -moz-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
          .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-moreinfo-close {
            cursor: pointer; }
            .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-moreinfo-close:hover:before {
              color: #fa2863; }
            .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-moreinfo-close:before {
              content: '\ea0f';
              position: absolute;
              top: 54px;
              right: 15px;
              font-family: 'icomoon' !important;
              speak: none;
              font-style: normal;
              font-weight: bold;
              font-size: 12px;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              color: black;
              -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; }
          .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-text {
            margin-bottom: 20px; }
            .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-text p {
              font-family: "Fjalla One", sans-serif;
              font-weight: bold;
              font-size: 17px;
              text-transform: uppercase;
              color: #fa2863; }
              @media only screen and (max-width: 560px) {
                .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-text p {
                  font-size: 14px; } }
              .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-text p span {
                display: block;
                margin-top: 2px;
                text-transform: none;
                color: black; }
          .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-social {
            margin-bottom: 20px; }
            .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-social ul li {
              margin-bottom: 8px; }
              .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-social ul li a {
                display: block; }
                .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-social ul li a:hover div, .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-social ul li a:hover p {
                  -moz-transition: all 0.25s ease-out;
                  -webkit-transition: all 0.25s ease-out;
                  -i-transition: all 0.25s ease-out; }
                .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-social ul li a:hover div {
                  opacity: 0.8; }
                .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-social ul li a:hover p {
                  color: #fa2863; }
                .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-social ul li a div, .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-social ul li a p {
                  display: inline-block;
                  vertical-align: middle; }
                .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-social ul li a div {
                  width: 30px;
                  height: 30px;
                  border-radius: 50px;
                  margin-right: 3px;
                  font-size: 16px;
                  line-height: 30px;
                  color: black;
                  text-align: center;
                  background-color: black; }
                  @media only screen and (max-width: 560px) {
                    .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-social ul li a div {
                      width: 24px;
                      height: 24px;
                      font-size: 12px;
                      line-height: 25px; } }
                .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-social ul li a p {
                  font-size: 17px;
                  color: black; }
                  @media only screen and (max-width: 560px) {
                    .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-social ul li a p {
                      font-size: 14px; } }
          .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-seepage a {
            display: table;
            padding: 8px 12px 6px;
            border-radius: 2px;
            border-bottom: 2px solid #fa2863;
            font-size: 16px;
            color: black;
            background-color: #fa2863; }
            @media only screen and (max-width: 560px) {
              .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-seepage a {
                padding: 7px 10px 5px;
                font-size: 14px; } }
            .page-article .article .article-author-description .article-author-items .article-author-item .article-author-moreinfo-holder .article-author-moreinfo .article-author-seepage a:hover {
              color: #fa2863;
              background-color: transparent; }
  .page-article .article .article-share {
    padding: 26px 26px 60px;
    margin: auto auto 60px;
    background-color: black; }
    @media only screen and (max-width: 560px) {
      .page-article .article .article-share {
        margin: auto auto 40px; } }
    .page-article .article .article-share .article-share-title {
      margin-bottom: 36px;
      font-family: "Fjalla One", sans-serif;
      font-weight: bold;
      font-size: 28px; }
    .page-article .article .article-share .article-share-items {
      text-align: center; }
      .page-article .article .article-share .article-share-items .article-share-item a {
        display: table;
        margin: auto; }
        .page-article .article .article-share .article-share-items .article-share-item a:hover:after {
          width: 208px;
          height: 56px;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
        .page-article .article .article-share .article-share-items .article-share-item a:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          height: 0;
          margin-left: -2px;
          background-image: url("../img/shares/share.svg");
          background-size: cover;
          -moz-transition: all 0s ease-out;
          -webkit-transition: all 0s ease-out;
          -i-transition: all 0s ease-out; }
        .page-article .article .article-share .article-share-items .article-share-item a div {
          display: inline-block;
          vertical-align: middle;
          padding: 16px;
          border-radius: 6px;
          margin: auto;
          font-size: 50px;
          color: white;
          background: #fa2863;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
  .page-article .article .article-rating {
    margin: auto auto 60px; }
    @media only screen and (max-width: 560px) {
      .page-article .article .article-rating {
        margin: auto auto 40px; } }
    .page-article .article .article-rating .article-rating-step {
      position: relative;
      width: 260px;
      height: 74px;
      margin: auto; }
      .page-article .article .article-rating .article-rating-step.article-rating-step1 .article-rating-bg {
        background-image: url("../img/feedback/button-evaluation.svg"); }
      .page-article .article .article-rating .article-rating-step.article-rating-step2 .article-rating-bg {
        background-image: url("../img/feedback/button-evaluation-bg.svg"); }
      .page-article .article .article-rating .article-rating-step.article-rating-step3 .article-rating-bg {
        background-image: url("../img/feedback/button-evaluation-stars.svg"); }
      .page-article .article .article-rating .article-rating-step .article-rating-bg, .page-article .article .article-rating .article-rating-step .article-rating-number {
        position: relative;
        z-index: 1; }
      .page-article .article .article-rating .article-rating-step .article-rating-bg {
        width: 260px;
        height: 74px;
        background-size: cover; }
      .page-article .article .article-rating .article-rating-step .article-rating-number {
        position: absolute;
        top: 26px;
        left: 18px;
        width: 45px;
        font-weight: 700;
        font-size: 28px;
        text-align: center;
        color: white; }
      .page-article .article .article-rating .article-rating-step .article-rating-bar {
        position: absolute;
        top: 26px;
        left: 0;
        height: 24px;
        margin-left: 10px;
        background-color: #fa2863; }
      .page-article .article .article-rating .article-rating-step .rating-stars {
        position: absolute;
        top: 27px;
        left: 91px;
        width: 152px;
        z-index: 2; }
        .page-article .article .article-rating .article-rating-step .rating-stars ul {
          padding: 0;
          list-style-type: none;
          -moz-user-select: none;
          -webkit-user-select: none; }
          .page-article .article .article-rating .article-rating-step .rating-stars ul li.star {
            display: inline-block;
            margin-right: 0.38em; }
            .page-article .article .article-rating .article-rating-step .rating-stars ul li.star.hover .icon, .page-article .article .article-rating .article-rating-step .rating-stars ul li.star.selected .icon {
              color: #fa2863; }
            .page-article .article .article-rating .article-rating-step .rating-stars ul li.star .icon {
              font-size: 1.24em;
              color: white;
              -moz-transition: all 0.25s ease-out;
              -webkit-transition: all 0.25s ease-out;
              -i-transition: all 0.25s ease-out;
              cursor: pointer; }
  .page-article .article .article-related .article-relatedtitle {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 26px; }
  .page-article .article .article-related .article-related-items .article-related-item {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 3px);
    padding: 0 12px 0 0; }
    .page-article .article .article-related .article-related-items .article-related-item a:hover .article-related-image {
      opacity: 0.8; }
    .page-article .article .article-related .article-related-items .article-related-item a:hover p {
      color: #fa2863; }
    .page-article .article .article-related .article-related-items .article-related-item a .article-related-image, .page-article .article .article-related .article-related-items .article-related-item a p {
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
    .page-article .article .article-related .article-related-items .article-related-item a .article-related-image {
      margin-bottom: 6px; }
      .page-article .article .article-related .article-related-items .article-related-item a .article-related-image img {
        width: 100%;
        border-radius: 3px; }
    .page-article .article .article-related .article-related-items .article-related-item a p {
      color: black; }
    .page-article .article .article-related .article-related-items .article-related-item a .article-related-title {
      margin-bottom: 6px;
      font-family: "Fjalla One", sans-serif;
      font-weight: bold;
      font-size: 15px;
      line-height: 1.1; }
    .page-article .article .article-related .article-related-items .article-related-item a .article-related-author {
      font-weight: 500;
      font-size: 11px; }

.article-profile-holder {
  display: none;
  width: 100%;
  height: 100%;
  margin-top: -60px;
  background-color: white;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -i-transition: all 0.5s ease-out;
  z-index: 1000; }
  @media only screen and (max-width: 560px) {
    .article-profile-holder {
      margin-top: -31px; } }
  .article-profile-holder.profile-open {
    display: block; }
  .article-profile-holder .article-profile-header {
    padding: 18px 0;
    background-color: #fa2863; }
    @media only screen and (max-width: 560px) {
      .article-profile-holder .article-profile-header {
        padding: 16px 0; } }
    .article-profile-holder .article-profile-header .article-profile-items {
      width: 90%;
      margin: auto; }
      .article-profile-holder .article-profile-header .article-profile-items .article-profile-item {
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 760px) {
          .article-profile-holder .article-profile-header .article-profile-items .article-profile-item {
            display: block;
            vertical-align: middle;
            width: 100% !important; } }
        .article-profile-holder .article-profile-header .article-profile-items .article-profile-item:first-of-type {
          width: 330px;
          text-align: right; }
          @media only screen and (max-width: 760px) {
            .article-profile-holder .article-profile-header .article-profile-items .article-profile-item:first-of-type {
              margin-bottom: 24px; } }
        .article-profile-holder .article-profile-header .article-profile-items .article-profile-item:last-of-type {
          width: calc(100% - 334px); }
        .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-text {
          font-weight: 300;
          font-size: 16px;
          font-style: italic;
          line-height: 1.5;
          color: white; }
          @media only screen and (max-width: 560px) {
            .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-text {
              font-size: 15px; } }
        .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-authori, .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author {
          display: inline-block;
          vertical-align: top; }
        .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-authori {
          width: 110px;
          height: 110px;
          background-size: cover;
          background-position: center;
          border-radius: 100px;
          border: 4px solid white; }
        .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author {
          width: calc(100% - 134px);
          margin-left: 12px;
          text-align: left; }
          .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author p {
            margin-bottom: 10px;
            font-family: "Fjalla One", sans-serif;
            font-weight: bold;
            font-size: 20px;
            text-transform: uppercase;
            color: white; }
            @media only screen and (max-width: 560px) {
              .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author p {
                font-size: 18px; } }
            .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author p span {
              display: block;
              margin-top: 4px;
              font-family: "Fjalla One", sans-serif;
              font-weight: bold;
              font-size: 16px;
              text-transform: none;
              color: black; }
              @media only screen and (max-width: 560px) {
                .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author p span {
                  font-size: 15px; } }
          .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author .article-profile-mail {
            margin-bottom: 8px; }
            .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author .article-profile-mail a {
              display: table; }
              .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author .article-profile-mail a:hover div, .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author .article-profile-mail a:hover p {
                opacity: 0.8; }
              .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author .article-profile-mail a div, .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author .article-profile-mail a p {
                display: inline-block;
                vertical-align: middle;
                -moz-transition: all 0.25s ease-out;
                -webkit-transition: all 0.25s ease-out;
                -i-transition: all 0.25s ease-out; }
              .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author .article-profile-mail a div {
                width: 24px;
                height: 24px;
                border-radius: 90px;
                font-size: 14px;
                line-height: 25px;
                text-align: center;
                color: #fa2863;
                background-color: white; }
              .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author .article-profile-mail a p {
                margin-left: 8px;
                margin-bottom: 0;
                font-weight: 600;
                font-size: 15px;
                text-transform: none;
                color: black; }
                @media only screen and (max-width: 560px) {
                  .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author .article-profile-mail a p {
                    font-size: 14px; } }
          .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author .article-profile-follow a {
            display: table;
            padding: 8px 36px 6px;
            border-radius: 2px;
            border-bottom: 2px solid white;
            font-weight: 500;
            font-size: 16px;
            color: #fa2863;
            background-color: white; }
            @media only screen and (max-width: 560px) {
              .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author .article-profile-follow a {
                padding: 7px 28px 5px;
                font-size: 15px; } }
            .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-author .article-profile-follow a:hover {
              color: white;
              background-color: #fa2863; }
        .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-social {
          margin-top: 20px;
          text-align: left; }
          .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-social ul {
            display: table;
            width: 100%; }
            .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-social ul li {
              display: inline-block;
              vertical-align: middle;
              margin: 0 5px; }
              .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-social ul li a {
                display: table; }
                .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-social ul li a:hover div {
                  opacity: 0.8; }
                .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-social ul li a div {
                  width: 32px;
                  height: 32px;
                  border-radius: 90px;
                  font-size: 18px;
                  line-height: 32px;
                  text-align: center;
                  color: #fa2863;
                  background-color: white;
                  -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) {
                    .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-social ul li a div {
                      width: 28px;
                      height: 28px;
                      font-size: 16px;
                      line-height: 28px; } }
                  .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-social ul li a div.icon-instagram {
                    font-weight: bold; }
                  .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-social ul li a div.icon-linkedin {
                    line-height: 30px; }
                    @media only screen and (max-width: 560px) {
                      .article-profile-holder .article-profile-header .article-profile-items .article-profile-item .article-profile-social ul li a div.icon-linkedin {
                        line-height: 28px; } }
  .article-profile-holder .close-more-profile {
    position: relative;
    display: table;
    width: 90px;
    height: 36px;
    padding-top: 10px;
    padding-left: 30px;
    border-bottom-right-radius: 3px;
    background-color: white;
    font-weight: 600;
    font-size: 18px;
    color: #fa2863;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out; }
    .article-profile-holder .close-more-profile:hover {
      color: white;
      background-color: #fa2863; }
      .article-profile-holder .close-more-profile:hover:before {
        left: 9px;
        color: white; }
    .article-profile-holder .close-more-profile:before {
      content: '\e906';
      position: absolute;
      top: 9px;
      left: 13px;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      color: #fa2863;
      -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; }
  .article-profile-holder .article-profile-content {
    position: relative;
    width: 90%;
    padding: 70px 0;
    margin: auto; }
    .article-profile-holder .article-profile-content .article-profile-list ul li {
      display: inline-block;
      vertical-align: top;
      width: 33.33%;
      padding: 0 20px;
      margin-left: -3px;
      margin-top: 60px; }
      @media only screen and (max-width: 960px) {
        .article-profile-holder .article-profile-content .article-profile-list ul li {
          width: 50%; } }
      @media only screen and (max-width: 560px) {
        .article-profile-holder .article-profile-content .article-profile-list ul li {
          width: 100%; } }
      .article-profile-holder .article-profile-content .article-profile-list ul li:nth-child(1), .article-profile-holder .article-profile-content .article-profile-list ul li:nth-child(2), .article-profile-holder .article-profile-content .article-profile-list ul li:nth-child(3) {
        margin-top: 0; }
      @media only screen and (max-width: 560px) {
        .article-profile-holder .article-profile-content .article-profile-list ul li:nth-child(2) {
          margin-top: 60px; } }
      @media only screen and (max-width: 960px) {
        .article-profile-holder .article-profile-content .article-profile-list ul li:nth-child(3) {
          margin-top: 60px; } }
      .article-profile-holder .article-profile-content .article-profile-list ul li a:hover .article-profile-image {
        opacity: 0.8; }
      .article-profile-holder .article-profile-content .article-profile-list ul li a:hover .article-profile-copyb .article-list-title {
        color: #fa2863; }
      .article-profile-holder .article-profile-content .article-profile-list ul li a .article-profile-image {
        margin-bottom: 6px;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
        .article-profile-holder .article-profile-content .article-profile-list ul li a .article-profile-image img {
          width: 100%;
          border-radius: 3px; }
      .article-profile-holder .article-profile-content .article-profile-list ul li a .article-profile-copyt {
        margin-bottom: 8px; }
        .article-profile-holder .article-profile-content .article-profile-list ul li a .article-profile-copyt p {
          display: inline-block;
          vertical-align: middle;
          width: calc(50% - 3px);
          color: black;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
        .article-profile-holder .article-profile-content .article-profile-list ul li a .article-profile-copyt .article-list-date {
          font-weight: 300;
          font-size: 15px; }
          @media only screen and (max-width: 560px) {
            .article-profile-holder .article-profile-content .article-profile-list ul li a .article-profile-copyt .article-list-date {
              font-size: 14px; } }
        .article-profile-holder .article-profile-content .article-profile-list ul li a .article-profile-copyt .article-list-time {
          font-family: "Fjalla One", sans-serif;
          font-weight: bold;
          font-size: 13px;
          text-align: right; }
          .article-profile-holder .article-profile-content .article-profile-list ul li a .article-profile-copyt .article-list-time:after {
            content: '\e900';
            margin-left: 3px;
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: bold;
            font-size: 13px;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            color: black;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
            @media only screen and (max-width: 560px) {
              .article-profile-holder .article-profile-content .article-profile-list ul li a .article-profile-copyt .article-list-time:after {
                font-size: 17px; } }
      .article-profile-holder .article-profile-content .article-profile-list ul li a .article-profile-copyb .article-list-title {
        margin-bottom: 6px;
        font-family: "Fjalla One", sans-serif;
        font-weight: bold;
        font-size: 24px;
        color: black; }
        @media only screen and (max-width: 560px) {
          .article-profile-holder .article-profile-content .article-profile-list ul li a .article-profile-copyb .article-list-title {
            font-size: 22px; } }
      .article-profile-holder .article-profile-content .article-profile-list ul li a .article-profile-copyb .article-list-text {
        font-weight: 300;
        font-size: 17px;
        line-height: 1.4;
        color: black; }
        @media only screen and (max-width: 560px) {
          .article-profile-holder .article-profile-content .article-profile-list ul li a .article-profile-copyb .article-list-text {
            font-size: 16px; } }

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