@charset "UTF-8";
/*
Theme Name: EasyJacket
Theme URI: https://easyjacket.se
Description: EasyJacket 2023
Author: CLIFFHANGER MEDIA
Author URI: https://cliffhanger.media
Version: 2.3
*/
@import url("https://fonts.googleapis.com/css?family=Chivo");
@import url("https://use.typekit.net/mnq3gxe.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
@-webkit-keyframes autoscroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu,
nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

html {
  text-rendering: optimizeLegibiity;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-size: 16px;
}

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

html, body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  background: #191919;
  background-size: 10%;
}
body.error404 {
  background: url(assets/img/error_404.jpg);
  background-size: cover;
  background-position: center;
}

.wow {
  visibility: hidden;
}

img {
  width: 100%;
  height: auto;
}
img.img-rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 3.75rem;
  margin-bottom: 1.25rem;
  display: block;
}
@media only screen and (max-width: 64em) {
  h1 {
    font-size: 2.25rem;
  }
}

h2, .h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.875rem;
}
@media only screen and (max-width: 48em) {
  h2, .h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}

h3, .h3 {
  font-size: 2.125rem;
  font-weight: 700;
  margin-bottom: 0.875rem;
}
@media only screen and (max-width: 48em) {
  h3, .h3 {
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 48em) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
  color: #6411ad;
  margin-bottom: 0.35rem;
}
@media only screen and (max-width: 48em) {
  h5, .h5 {
    font-size: 1rem;
  }
}

.section-title {
  display: flex;
  color: #ffffff;
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
}
@media only screen and (max-width: 48em) {
  .section-title {
    font-size: 0.875rem;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.618;
}
@media only screen and (max-width: 64em) {
  p {
    font-size: 1.25rem;
  }
}
p.xl-copy {
  font-size: 1.5rem;
}
p.columned-text {
  column-count: 2;
  column-gap: 3.125rem;
  -moz-column-count: 2;
  -moz-column-gap: 3.125rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 3.125rem;
}
@media only screen and (max-width: 64em) {
  p.columned-text {
    -column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}
p.no-p-margin {
  margin-bottom: 0;
}
p a:link,
p a:visited {
  position: relative;
  color: #0A84FF;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
p a:link:hover,
p a:visited:hover {
  color: rgba(10, 132, 255, 0.6);
}

a:link,
a:visited {
  color: #0077b6;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:link:hover,
a:visited:hover {
  color: #0077b6;
}

.arrow-down {
  font-size: 1.25em;
  color: #0077b6;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  padding-right: 20px;
  cursor: pointer;
}
.arrow-down:after {
  position: absolute;
  right: 0;
  top: 7px;
  content: "";
  width: 14px;
  height: 8px;
}
.arrow-down.btn-close:after {
  transform: rotate(180deg);
  top: 4px;
}

.link-arrow,
p a.link-arrow {
  font-size: 1rem;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #0077b6;
  border-bottom: none;
}
.link-arrow:after,
p a.link-arrow:after {
  position: absolute;
  float: right;
  top: 7px;
  right: -1rem;
  content: "";
  width: 6px;
  height: 12px;
}
.link-arrow:hover,
p a.link-arrow:hover {
  color: #2e0850;
  border-bottom: none;
}

.hero-sub {
  text-shadow: 0px 0px 12px rgba(11, 11, 11, 0.5);
}

.hero-description {
  font-size: 1.25rem;
  margin-bottom: 1.4em;
}
@media only screen and (max-width: 64em) {
  .hero-description {
    font-size: 1.225rem;
  }
}
@media only screen and (max-width: 75em) {
  .hero-description {
    font-size: 1rem;
  }
}

strong {
  font-weight: 700;
}

.italic,
em {
  font-style: italic;
}

blockquote {
  background: #ebebeb;
  border-left: 4px solid #6411ad;
  color: #0B0B0B;
  margin: 1rem 0;
  padding: 1rem 10px;
  quotes: "“" "”" "‘" "’";
  line-height: 1.618;
}

blockquote:before {
  color: #0B0B0B;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.white {
  color: #ffffff;
}

.rh-r {
  color: #6411ad;
}

.rh-r-bg {
  background: #6411ad;
  display: inline-block;
  padding: 1.75rem 2rem 1rem 2rem;
  text-transform: uppercase;
  line-height: 1;
}

.rh-category {
  text-transform: uppercase;
  color: #6411ad;
  font-size: 1.25em;
  margin-bottom: 0;
}

.sm-co {
  font-size: 0.875rem;
}

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

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

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

.uc {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.absolute-bottom {
  position: absolute;
  bottom: 0.5rem;
  padding: 0 1.5rem;
  width: 100%;
  font-size: 1.5rem;
}

.type-margin-0 {
  margin-bottom: 0;
}

.clear {
  clear: both;
}

.site-fixed-width {
  max-width: 90rem;
  background: #ffffff;
  margin: 0 auto;
  display: block;
  overflow: auto;
}

.relative {
  position: relative;
}

.wavy-divider {
  position: absolute;
  width: 100%;
  object-fit: cover;
}
.wavy-divider.wavy-top {
  top: 0;
  left: 0;
}
.wavy-divider.wavy-bottom {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}

.content {
  width: 100%;
  float: left;
  padding: 2rem 0;
}
.content__pt {
  padding-top: 6.875rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 64em) {
  .content__pt {
    padding-top: 6rem;
  }
}
.content.white-bg {
  background: #ffffff;
}
.content.dark-bg {
  background: #0B0B0B;
}
.content.half-content {
  width: 50%;
  float: right;
  padding: 0;
}
@media only screen and (max-width: 64em) {
  .content.half-content {
    width: 100%;
    float: left;
  }
}
.content.half-content .container-fluid {
  padding: 0;
}
.content.half-content .row {
  padding: 0;
}
@media only screen and (max-width: 64em) {
  .content.half-content .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.content.half-content .col-xs-12 {
  padding: 0;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 6rem;
  padding-left: 6rem;
}
@media only screen and (max-width: 64em) {
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.container-block__text {
  max-width: 64rem;
}
.container-block__image {
  max-width: 75rem;
}
.container-block__image img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media only screen and (max-width: 64em) {
  .row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.row.col-table {
  display: flex;
}
.row.nested {
  padding: 0;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.row-header {
  padding: 1.875rem 0;
  -webkit-transition: padding 300ms;
  -moz-transition: padding 300ms;
  -ms-transition: padding 300ms;
  -o-transition: padding 300ms;
  transition: padding 300ms;
}
@media only screen and (max-width: 48em) {
  .row.row-header {
    padding: 0.875rem 0;
  }
}
.row.no-pb {
  padding-bottom: 0;
}
.row.no-pt {
  padding-top: 0;
}
.row.less-pt {
  padding-top: 2rem;
}
.row.less-pb {
  padding-bottom: 2rem;
}
.row.no-padding {
  padding: 0;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* Custom margins */
@media only screen and (max-width: 64em) {
  .xs2 {
    margin-bottom: 2rem;
  }
  .xs2:last-of-type {
    margin-bottom: 0;
  }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

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

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

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

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

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

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

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

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

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

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

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

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

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

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

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

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

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

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

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

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

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

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

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

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

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

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

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 91em) {
  .container {
    width: 90rem;
  }
}
@media only screen and (max-width: 64em) {
  .resize {
    width: 100%;
    padding: 0;
  }
}

.mt-1 {
  margin-top: 0.875rem;
}

.mb-1 {
  margin-bottom: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 64em) {
  .mb-md-1 {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 48em) {
  .mb-sm-1 {
    margin-bottom: 2rem;
  }
}

.ml-1 {
  margin-left: 1.5rem;
}

.pb-1 {
  padding-bottom: 1.25rem;
}

.state--scrolled .row-header {
  padding: 1rem 0;
}
@media only screen and (max-width: 48em) {
  .state--scrolled .row-header {
    padding: 0.35rem 0 1rem 0;
  }
}

.full-height {
  height: 100%;
}

.full-height-nav {
  height: 100%;
}
@media only screen and (max-width: 64em) {
  .full-height-nav {
    height: auto;
    padding-top: 7rem;
  }
}

.aligner {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav {
  font-weight: 700;
  font-size: 1.125rem;
}
.nav li {
  display: inline-flex;
  margin-left: 2.875rem;
}
.nav li a:link,
.nav li a:visited {
  color: rgba(255, 255, 255, 0.6);
}
.nav li a:link:hover,
.nav li a:visited:hover {
  color: #ffffff;
}
.nav li a:link.nav__external,
.nav li a:visited.nav__external {
  font-weight: 500;
}
.nav li a:link.nav__external:after,
.nav li a:visited.nav__external:after {
  font-family: "remixicon" !important;
  content: "\eed4";
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 48em) {
  .nav li a:link.nav__external,
.nav li a:visited.nav__external {
    font-size: 0.875rem;
  }
}
.nav li a:link.nav__expand,
.nav li a:visited.nav__expand {
  background: #ffffff;
  color: #0B0B0B;
  padding: 0.875rem 1.5rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  -ms-transition: background, 0.2s;
  -o-transition: background, 0.2s;
  transition: background, 0.2s;
}
.nav li a:link.nav__expand:after,
.nav li a:visited.nav__expand:after {
  font-family: "remixicon" !important;
  content: "\ef34";
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: top;
}
.nav li a:link.nav__expand:hover,
.nav li a:visited.nav__expand:hover {
  color: #ffffff;
  background: #0A84FF;
}
@media only screen and (max-width: 64em) {
  .nav li a:link.nav__expand:hover,
.nav li a:visited.nav__expand:hover {
    background: #ffffff;
    color: #0B0B0B;
  }
}
.nav li a:link.nav__expand.nav-active:after,
.nav li a:visited.nav__expand.nav-active:after {
  content: "\eb99";
}
.nav li a:link.nav__expand:active,
.nav li a:visited.nav__expand:active {
  background: #3d9eff;
}
@media only screen and (max-width: 48em) {
  .nav li a:link.nav__expand,
.nav li a:visited.nav__expand {
    font-size: 1rem;
    padding: 0.625rem 0.875rem;
  }
  .nav li a:link.nav__expand:after,
.nav li a:visited.nav__expand:after {
    margin-left: 0;
  }
}
@media only screen and (max-width: 64em) {
  .nav li {
    margin-left: 1.5rem;
  }
  .nav li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 48em) {
  .nav li {
    margin-left: 0.75rem;
  }
}

.huge-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191919;
  z-index: -1;
  opacity: 0;
  transform: scale(1.3);
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.huge-overlay__toggled {
  opacity: 1;
  z-index: 4;
  transform: scale(1);
}

.content-absolute {
  position: absolute;
}
.content-absolute span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.125rem;
}
@media only screen and (max-width: 48em) {
  .content-absolute span {
    font-size: 0.875rem;
  }
}
.content-absolute a:link,
.content-absolute a:visited {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
}
.content-absolute a:link:hover,
.content-absolute a:visited:hover {
  color: #0A84FF;
}
@media only screen and (max-width: 48em) {
  .content-absolute a:link,
.content-absolute a:visited {
    font-size: 0.875rem;
  }
}
.content-absolute.abs-left {
  bottom: 2.5rem;
  left: 6rem;
}
@media only screen and (max-width: 64em) {
  .content-absolute.abs-left {
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
.content-absolute.abs-right {
  bottom: 2.5rem;
  right: 6rem;
}
@media only screen and (max-width: 64em) {
  .content-absolute.abs-right {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.content-absolute .select-market {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.content-absolute .select-market li {
  margin-top: 1.25rem;
}
.content-absolute .select-market li a.select-market__button {
  display: flex;
  line-height: 20px;
}
.content-absolute .select-market li a.select-market__button:before {
  display: inline-flex;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 0.375rem;
  background: url(assets/img/uk.svg) no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.content-absolute .select-market li a.select-market__button-se {
  display: flex;
  line-height: 20px;
}
.content-absolute .select-market li a.select-market__button-se:before {
  display: inline-flex;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 0.375rem;
  background: url(assets/img/sv.svg) no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.main-nav__list {
  font-size: 3.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main-nav__list li {
  margin: 1rem 0;
}
.main-nav__list li a:link,
.main-nav__list li a:visited {
  color: rgba(255, 255, 255, 0.6);
}
.main-nav__list li a:link:hover,
.main-nav__list li a:visited:hover {
  color: #0A84FF;
}
@media only screen and (max-width: 64em) {
  .main-nav__list {
    font-size: 1.5rem;
    padding-top: 0.25rem;
    margin-bottom: 2rem;
  }
  .main-nav__list li {
    margin: 0.5rem 0;
  }
}
.main-nav__cta {
  margin-top: 3rem;
}
.main-nav__cta li {
  display: inline-block;
  margin: 0 0.5rem;
}
@media only screen and (max-width: 48em) {
  .main-nav__cta li {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .main-nav .section-title {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .main-nav .section-title {
    justify-content: flex-start;
  }
}

.header {
  background: transparent;
  width: 100%;
  position: fixed;
  z-index: 2;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.header.fixed-header {
  background: #191919;
}

.main-logo a {
  display: flex;
}
.main-logo img {
  width: 152px;
}
@media only screen and (max-width: 48em) {
  .main-logo img {
    width: 92px;
  }
}

.subscribe {
  position: relative;
  float: left;
  width: 100%;
  background: #191919;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.subscribe h2 {
  font-weight: 500;
  font-size: 3rem;
}
@media only screen and (max-width: 64em) {
  .subscribe h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

footer {
  position: relative;
  float: left;
  width: 100%;
  background: #191919;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
footer .main-nav__cta {
  margin-top: 0;
}

.footer-ul {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 90em) {
  .footer-ul {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 64em) {
  .footer-ul {
    font-size: 1.5rem;
  }
}
.footer-ul li {
  color: rgba(255, 255, 255, 0.6);
}
.footer-ul li.color-white {
  color: #ffffff;
}
.footer-ul li.logo-instagram:before, .footer-ul li.logo-facebook:before, .footer-ul li.logo-linkedin:before {
  font-family: "remixicon" !important;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: top;
  color: #0A84FF;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -ms-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
}
.footer-ul li.logo-instagram:hover:before, .footer-ul li.logo-facebook:hover:before, .footer-ul li.logo-linkedin:hover:before {
  color: rgba(10, 132, 255, 0.6);
}
.footer-ul li.logo-instagram:before {
  content: "\ee66";
}
.footer-ul li.logo-facebook:before {
  content: "\ecb9";
}
.footer-ul li.logo-linkedin:before {
  content: "\eeb4";
}
.footer-ul li a:link,
.footer-ul li a:visited {
  color: #0A84FF;
}
.footer-ul li a:link:hover,
.footer-ul li a:visited:hover {
  color: rgba(10, 132, 255, 0.6);
}

.flexible-content h1 {
  margin-bottom: 1.5rem;
}
.flexible-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.flexible-content h2:first-child {
  margin-top: 0;
}
.flexible-content h3 {
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}
.flexible-content p {
  margin-bottom: 1rem;
}
.flexible-content ul, .flexible-content ol {
  margin-bottom: 1rem;
}
.flexible-content ul {
  color: #3c4246;
  list-style-type: disc;
  margin-left: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.618;
}
@media only screen and (max-width: 48em) {
  .flexible-content ul {
    font-size: 1.25rem;
    margin-left: 1.25rem;
  }
}
.flexible-content img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.flexible-content .card p {
  margin-bottom: 0;
}

@media only screen and (max-width: 75em) {
  .fl-align-left-sm {
    text-align: left;
  }
}

@media only screen and (max-width: 75em) {
  .fl-full-size-sm img {
    width: 100%;
  }
}

@media only screen and (max-width: 75em) {
  .fl-reorder-sm {
    order: 2;
  }
}

@media only screen and (max-width: 75em) {
  .fl-mb2-sm {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 64em) {
  .fl-mb2-md {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 64em) {
  .contact-form-custom .mb-mb2 {
    margin-bottom: 1rem;
  }
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.5rem;
  width: 100%;
  margin: 1.5rem 1rem;
  background: #0B0B0B;
  color: #ffffff;
  padding: 2rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 64em) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 1.25rem;
  }
}

.wpcf7,
.wpcf7-form {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
@media only screen and (max-width: 64em) {
  .wpcf7 .mb-mb2,
.wpcf7-form .mb-mb2 {
    margin-bottom: 1rem;
  }
}

.wpcf7-form {
  padding-bottom: 4.5rem;
}
@media only screen and (max-width: 64em) {
  .wpcf7-form {
    padding-bottom: 2.5rem;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  box-sizing: border-box;
}
.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=tel],
.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap textarea {
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  background: #0B0B0B;
  border: 2px solid #0B0B0B;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  outline: none;
  padding: 2.25rem;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border, 0.2s;
  -moz-transition: border, 0.2s;
  -ms-transition: border, 0.2s;
  -o-transition: border, 0.2s;
  transition: border, 0.2s;
}
input[type=text].form-full,
input[type=tel].form-full,
input[type=email].form-full,
textarea.form-full {
  width: 100%;
}
input[type=text].mce_inline_error,
input[type=tel].mce_inline_error,
input[type=email].mce_inline_error,
textarea.mce_inline_error {
  border-color: red;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  border: 2px solid #0A84FF;
}
@media only screen and (max-width: 64em) {
  input[type=text],
input[type=tel],
input[type=email],
textarea {
    font-size: 1.25rem;
    padding: 1.25rem 1.875rem;
  }
}

textarea {
  resize: none;
  height: 360px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 64em) {
  textarea {
    height: 260px;
  }
}

input[type=submit],
button.form-submit {
  display: inline-block;
  padding: 1.25rem 2.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  background: #0A84FF;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
input[type=submit]:after,
button.form-submit:after {
  font-family: "remixicon" !important;
  content: "\ea6c";
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: middle !important;
  -webkit-transition: transform, 0.2s;
  -moz-transition: transform, 0.2s;
  -ms-transition: transform, 0.2s;
  -o-transition: transform, 0.2s;
  transition: transform, 0.2s;
}
@media only screen and (max-width: 64em) {
  input[type=submit],
button.form-submit {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}

.mce_inline_error,
#mce-error-response {
  color: red;
  margin-top: 1rem;
}

#mce-success-response {
  margin-top: 1rem;
  color: #ffffff;
}

.btn {
  display: inline-block;
  padding: 1.25rem 2.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 64em) {
  .btn {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}
.btn.btn-primary {
  background: #0A84FF;
  color: #ffffff;
  border: 2px solid #0A84FF;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.btn.btn-primary:after {
  font-family: "remixicon" !important;
  content: "\ea6c";
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform, 0.2s;
  -moz-transition: transform, 0.2s;
  -ms-transition: transform, 0.2s;
  -o-transition: transform, 0.2s;
  transition: transform, 0.2s;
}
.btn.btn-primary + a {
  margin-left: 1rem;
}
@media only screen and (max-width: 48em) {
  .btn.btn-primary + a {
    margin-left: 0;
    margin-top: 0.875rem;
  }
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #006bd6;
}
.btn.btn-primary:hover:after {
  transform: translate(4px, 0);
}
.btn.btn-primary:active {
  background: #3d9eff;
}
.btn.btn-play {
  padding: 1.25rem 0.5rem;
  background: transparent;
  color: #ffffff;
}
.btn.btn-play:before {
  font-family: "remixicon" !important;
  content: "\f009";
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: top;
}
.btn.btn-play:hover {
  color: #0A84FF;
}
.btn.btn-calc {
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  border: 2px solid #ffffff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.btn.btn-calc:before {
  font-family: "remixicon" !important;
  content: "\eb1f";
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: top;
}
.btn.btn-calc:hover {
  color: #0B0B0B;
  background: #ffffff;
}
.btn.btn-calc:active {
  background: #cccccc;
}
.btn.btn-secondary {
  background: rgba(11, 11, 11, 0.05);
  color: #0B0B0B;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.btn.btn-secondary:hover {
  background: rgba(11, 11, 11, 0.1);
  color: #0B0B0B;
}

.up-top__btn,
a.up-top__btn {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 48px;
  position: fixed;
  bottom: 1.75rem;
  right: 1.75rem;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  -ms-transition: background, 0.2s;
  -o-transition: background, 0.2s;
  transition: background, 0.2s;
}
@media only screen and (max-width: 64em) {
  .up-top__btn,
a.up-top__btn {
    right: 1rem;
    bottom: 1rem;
  }
}
.up-top__btn:hover,
a.up-top__btn:hover {
  color: #ffffff;
  background: #0A84FF;
}

.scroll-top {
  width: 20px;
}

a.btn-article {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  background: #ffffff;
  border: 1px solid rgba(11, 11, 11, 0.1);
  padding: 0.875rem 1.5rem;
  margin-right: 0.75rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
a.btn-article:hover {
  background: #0077b6;
  color: #ffffff;
}
a.btn-article.btn-arrow:after {
  font-family: "remixicon" !important;
  content: "\ea4e";
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform, 0.2s;
  -moz-transition: transform, 0.2s;
  -ms-transition: transform, 0.2s;
  -o-transition: transform, 0.2s;
  transition: transform, 0.2s;
}
a.btn-article.btn-active {
  background: #0077b6;
  color: #ffffff;
}
a.btn-article.btn-active:after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 64em) {
  a.btn-article {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.site-introduction {
  padding-top: 7.5rem;
  padding-bottom: 0;
}
.site-introduction p {
  margin-bottom: 2.5rem;
  font-size: 1.75rem;
}
@media only screen and (max-width: 48em) {
  .site-introduction p {
    font-size: 1.5rem;
  }
}

.hero-section {
  height: 100vh;
  background: #191919;
  background-size: cover;
  background-position: right center;
  position: relative;
}
.hero-section h1 {
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.hero-section p {
  color: rgba(255, 255, 255, 0.875);
}
@media only screen and (max-width: 64em) {
  .hero-section {
    height: auto;
    padding-top: 6rem;
    background-position: right center;
  }
}
@media only screen and (max-width: 48em) {
  .hero-section {
    padding-top: 4rem;
    background-position: left center;
  }
}

.hero-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  opacity: 0.6;
}

.easy-examples {
  max-width: 82.5%;
}
@media only screen and (max-width: 64em) {
  .easy-examples {
    max-width: 100%;
  }
}

.gradient-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 172px;
  background: rgb(25, 25, 25);
  background: linear-gradient(0deg, rgb(25, 25, 25) 0%, rgba(25, 25, 25, 0) 100%);
  z-index: 1;
}

.customer-logos {
  display: flex;
  overflow-x: hidden;
  padding: 2rem;
}
.customer-logos__list {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 3.75rem;
  padding-inline: 1.875rem;
  -webkit-animation: autoscroll 50s linear infinite;
  animation: autoscroll 50s linear infinite;
}
@media only screen and (max-width: 64em) {
  .customer-logos__list {
    gap: 2rem;
    padding-inline: 1rem;
  }
}

.site-seo {
  background: #131313;
}
.site-seo h2 {
  margin-bottom: 0.875rem;
}
.site-seo p {
  margin-bottom: 0;
}

.site-collabs h2 {
  margin-bottom: 0.875rem;
}
.site-collabs__logos div {
  margin-bottom: 1rem;
}
.site-collabs__logos div a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  filter: grayscale(80%);
}
.site-collabs__logos div a:hover img {
  filter: grayscale(0);
}

.card {
  background: #0B0B0B;
  padding: 4rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 75em) {
  .card {
    padding: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .card {
    margin-bottom: 2rem;
    height: auto;
  }
}
@media only screen and (max-width: 64em) {
  .card__news {
    margin-bottom: 0;
  }
}
.card__news h2 {
  font-size: 2.25rem;
  margin-bottom: 0;
  margin-top: 8rem;
}
@media only screen and (max-width: 48em) {
  .card__news h2 {
    font-size: 2rem;
  }
}
.card__news__tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.card__news__tag {
  display: flex;
}
.card__news__tag li {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}
.card__news__tag li a {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.card__news__tag li a:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  background: #0A84FF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.card__news__tag li a:hover {
  color: #ffffff;
}
.card__news__timestamp {
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
}
.card__img__profile {
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: -45px;
  left: 4rem;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
@media only screen and (max-width: 75em) {
  .card__img__profile {
    left: 2rem;
  }
}
.card__text {
  padding: 5.5rem 4rem 4rem 4rem;
}
@media only screen and (max-width: 75em) {
  .card__text {
    padding: 5.5rem 2rem 2rem 2rem;
  }
}
.card__text__signature {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  margin-bottom: 8px;
  margin-top: 2rem;
}
.card__text__establishment {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
}
.card__text:before {
  content: "";
  width: 27px;
  height: 20px;
  background: url(assets/img/quote.svg) no-repeat;
  display: flex;
  margin-bottom: 0.875rem;
}
.card__body {
  padding: 4rem;
}
.card__body h3 {
  margin-top: 0;
}
@media only screen and (max-width: 75em) {
  .card__body {
    padding: 2rem;
  }
}
.card__np {
  padding: 0;
}
.card__icon {
  margin-bottom: 9.25rem;
}
.card__icon i {
  font-size: 92px;
  color: #0A84FF;
}
@media only screen and (max-width: 48em) {
  .card__icon {
    margin-bottom: 1.5rem;
  }
  .card__icon i {
    font-size: 52px;
  }
}
.card__green {
  background: #0A84FF;
  position: relative;
}
.card__green i {
  color: #ffffff;
}
.card__green p {
  color: #ffffff;
}
.card__green a.btn-text {
  position: absolute;
  bottom: 4.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}
.card__green a.btn-text:after {
  font-family: "remixicon" !important;
  content: "\ea6c";
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 75em) {
  .card__green a.btn-text {
    bottom: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .card__green a.btn-text {
    display: block;
    position: relative;
    margin-top: 1.5rem;
    bottom: auto;
  }
}
.card__content {
  padding: 1rem 0;
}
.card p {
  font-size: 1.25rem;
}

.article-item {
  margin-bottom: 2rem;
}
.article-item h2 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.article-item__img-holder {
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.article-item__timestamp {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: rgba(11, 11, 11, 0.62);
}
.article-item img {
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -ms-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
}
.article-item:hover img {
  transform: scale(1.06);
}
.article-item:active img {
  transform: scale(1.2);
}

.author-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px solid rgba(11, 11, 11, 0.08);
  border-bottom: 1px solid rgba(11, 11, 11, 0.08);
}
.author-meta__img {
  max-width: 58px;
}
.author-meta__img img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.author-meta__info {
  margin-left: 1rem;
}
.author-meta__info__name {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0B0B0B;
  margin-bottom: 0.375rem;
}
@media only screen and (max-width: 64em) {
  .author-meta span.author-meta__info__name {
    line-height: 1;
  }
  .author-meta span {
    line-height: 1.3;
  }
}

.author-img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  max-width: 90px;
}

.article-buttons {
  display: flex;
  padding-top: 2rem;
}
@media only screen and (max-width: 64em) {
  .article-buttons {
    flex-direction: column;
    text-align: center;
  }
}

.article-toc {
  display: none;
  padding: 1.5rem;
  margin-top: 1rem;
  background: #ffffff;
  border: 1px solid rgba(11, 11, 11, 0.12);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.article-toc ul.article-toc__list {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.article-tldr {
  display: none;
  padding: 1.5rem;
  margin-top: 1rem;
  background: #ffffff;
  border: 1px solid rgba(11, 11, 11, 0.12);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.article-tldr p:last-of-type {
  margin-bottom: 0;
}

.faq-accordion {
  line-height: 1.3;
  margin-top: 2rem;
}
.faq-accordion__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-accordion__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-accordion__question a:link,
.faq-accordion__question a:visited {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
}
.faq-accordion__question a:link:hover,
.faq-accordion__question a:visited:hover {
  color: #3097ff;
}
.faq-accordion__question a:link .btn-text,
.faq-accordion__question a:visited .btn-text {
  margin-right: auto;
}
.faq-accordion__question a:link .ico-down,
.faq-accordion__question a:visited .ico-down {
  display: flex;
  align-self: flex-end;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.faq-accordion__question a:link.answer-toggled .ico-down,
.faq-accordion__question a:visited.answer-toggled .ico-down {
  transform: rotate(180deg);
}
.faq-accordion__answer {
  display: none;
  padding: 0 2.5rem 2.5rem 2.5rem;
  font-family: "Poppins", sans-serif;
  color: #3c4246;
  font-size: 1.25rem;
  line-height: 1.618;
}

.category-item {
  margin-bottom: 2rem;
}
.category-item__img {
  position: relative;
  overflow: hidden;
  background: #111;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.category-item__img img {
  position: relative;
  display: block;
}
.category-item__img-text {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
}
@media only screen and (max-width: 48em) {
  .category-item__img-text {
    font-size: 1.5rem;
    bottom: 1rem;
    left: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .category-item {
    margin-bottom: 1rem;
  }
}

.section-header {
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #0B0B0B;
  align-items: center;
}
@media only screen and (max-width: 48em) {
  .section-header {
    padding-bottom: 0.75rem;
  }
}
.section-header__title {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  margin-right: auto;
}
@media only screen and (max-width: 48em) {
  .section-header__title {
    font-size: 1.25rem;
  }
}
.section-header a.section-header__btn {
  display: flex;
  outline: none;
  border: none;
  padding: 0.5rem 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0077b6;
  background: #ffffff;
  border: 1px solid rgba(11, 11, 11, 0.12);
  cursor: pointer;
  align-items: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.section-header a.section-header__btn:after {
  font-family: "remixicon" !important;
  content: "\ea6c";
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform, 0.2s;
  -moz-transition: transform, 0.2s;
  -ms-transition: transform, 0.2s;
  -o-transition: transform, 0.2s;
  transition: transform, 0.2s;
}
.section-header a.section-header__btn:hover {
  color: #ffffff;
  background: #0077b6;
}
.section-header a.section-header__btn:hover:after {
  transform: translate(4px, 0);
}

.calc-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 11, 11, 0.9);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.calc-modal.modal-show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.calc-modal__content {
  height: 90vh;
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.calc-modal__content iframe {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.calc-modal .modal-close {
  display: flex;
  outline: none;
  border: none;
  background: #ffffff;
  width: 44px;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  position: absolute;
  right: -22px;
  top: -22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
@media only screen and (max-width: 64em) {
  .calc-modal .modal-close {
    right: -12px;
    top: -12px;
  }
}
.calc-modal .modal-close:hover {
  background: #0A84FF;
  color: #ffffff;
}

.mb-mb1 {
  margin-bottom: 1rem;
}

.mb-mb15 {
  margin-bottom: 1.5rem;
}

.mb-mb2 {
  margin-bottom: 2rem;
}

.mb-mb25 {
  margin-bottom: 2.5rem;
}

.mb-mb35 {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 64em) {
  .mb-mb35 {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 64em) {
  .mb-md-1 {
    margin-bottom: 1.25rem;
  }
}

.text-bold {
  font-weight: 800;
}

.text-italic {
  font-style: italic;
}

.text-green {
  color: #0A84FF;
  position: relative;
}
.text-green:after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background: url(assets/img/green_line.svg) no-repeat;
  position: absolute;
  left: 0;
  bottom: -14px;
  background-size: contain;
}
@media only screen and (max-width: 64em) {
  .text-green:after {
    height: 17px;
  }
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

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

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