﻿/* ... */
html {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: auto;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, figure, ol, ul, dl, dt, dd {
  margin: 0;
  padding: 0;
}

.ck-content ol, .ck-content ul, .ck-content dt, .ck-content p, .ck-content ol, .ck-content .ul,
.guides__content ol, .guides__content ul, .guides__content dt, .guides__content p, .guides__content ol, .guides__content .ul {
  /* override previous styles */
  padding-inline-start: 40px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

main {
  display: block;
}

*:focus {
  outline: none;
}

*::-moz-focus-inner {
  border: 0;
}

input, select {
  box-sizing: border-box;
}

select {
  outline: none;
}
select:focus::-ms-value {
  background: transparent;
  color: inherit;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  text-transform: none;
}

iframe {
  margin: 0;
  padding: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */
  font-weight: 400;
  color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-weight: 400;
  opacity: 1;
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-weight: 400;
  opacity: 1;
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-weight: 400;
  color: #999;
}

/* star trek */
input::placeholder, textarea::placeholder {
  font-weight: 400;
  color: #999;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  border: none;
}

/* uses variables from ../10-settings/variables */
/* ... */
html {
  font-size: 16px;
  height: 100%;
}

body {
  color: #333;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  height: 100%;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 44.999em) {
  h1 {
    font-size: 1.2em;
    line-height: 1.2495;
  }
}
@media only screen and (min-width: 45em) and (max-width: 104.999em) {
  h1 {
    font-size: 1.92em;
    line-height: 1.1235;
  }
}
@media only screen and (min-width: 105em) {
  h1 {
    font-size: 2.4em;
    line-height: 1.05;
  }
}

@media only screen and (max-width: 44.999em) {
  h2 {
    font-size: 1.3em;
    line-height: 1.1525;
  }
}
@media only screen and (min-width: 45em) and (max-width: 104.999em) {
  h2 {
    font-size: 1.6em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 105em) {
  h2 {
    font-size: 2em;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 44.999em) {
  h3 {
    font-size: 1.35em;
    line-height: 1.135;
  }
}
@media only screen and (min-width: 45em) and (max-width: 104.999em) {
  h3 {
    font-size: 1.44em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 105em) {
  h3 {
    font-size: 1.8em;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 44.999em) {
  h4 {
    font-size: 1.04em;
    line-height: 1.110798;
  }
}
@media only screen and (min-width: 45em) and (max-width: 104.999em) {
  h4 {
    font-size: 1.28em;
    line-height: 1.222;
  }
}
@media only screen and (min-width: 105em) {
  h4 {
    font-size: 1.6em;
    line-height: 1.222;
  }
}

@media only screen and (max-width: 44.999em) {
  h5 {
    font-size: 0.81em;
    line-height: 1.2992;
  }
}
@media only screen and (min-width: 45em) and (max-width: 104.999em) {
  h5 {
    font-size: 0.9em;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 105em) {
  h5 {
    font-size: 0.9em;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 44.999em) {
  p {
    font-size: 1em;
    line-height: 1.2992;
  }
}
@media only screen and (min-width: 45em) and (max-width: 104.999em) {
  p {
    font-size: 1em;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 105em) {
  p {
    font-size: 1em;
    line-height: 1.4;
  }
}

h1 {
  font-weight: 600;
}

h2 {
  font-weight: 400;
}

h3, h4, h5, h6 {
  font-weight: 300;
}

p {
  margin-bottom: 0;
}

select {
  font-size: inherit;
}

input {
  width: auto;
}

a {
  color: #fff;
}

a:hover {
  color: #aaa;
}

strong {
  font-weight: 600;
}

/* ... */
/* start vars: o-button */
/* end vars */
.o-button {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #1DCE9B;
  border-radius: 25px;
  border: 0;
  padding: 5px 20px;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
}
.o-button:hover {
  color: #4884c1;
}
@media only screen and (min-width: 45em) {
  .o-button {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
  }
}
@media only screen and (max-width: 44.999em) {
  .o-button {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
}
.o-button--full {
  width: 100%;
}
.o-button:hover {
  background-color: #1dce9b;
  color: #fff;
}
.o-button--border {
  border: 1px solid #1DCE9B;
  background-color: transparent;
  color: #1DCE9B;
}
.o-button--border:hover {
  color: #fff;
  border-color: #1dce9b;
  background-color: #1dce9b;
}
.o-button--small {
  font-size: 0.8em;
}
.o-button.uppcase {
  text-transform: uppercase;
  text-decoration: none;
}
.o-button:disabled {
  background-color: #ccc;
  border-color: #ccc;
  cursor: default;
}
.o-button--contact {
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #f00;
}
.o-button--contact:hover {
  background-color: #ba1516;
}
@media only screen and (min-width: 60em) {
  .o-button--contact {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.03em;
  }
}
@media only screen and (max-width: 59.999em) {
  .o-button--contact {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
  }
}
.o-button--submit {
  left: 50%;
  -webkit-transform: translate(-50%, -0);
  -ms-transform: translate(-50%, -0);
  -moz-transform: translate(-50%, -0);
  -o-transform: translate(-50%, -0);
  transform: translate(-50%, -0);
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 44.999em) {
  .o-button--submit {
    width: 50%;
  }
}

.o-button--free:hover {
  background-color: #1dce9b;
  color: #fff;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.o-button.is-selected {
  color: #fff;
  background-color: #1dce9b;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

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

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

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

.middle-xs {
  align-items: center;
}

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

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

.ellipsis-xs {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stretch-xs {
  align-self: stretch;
}

@media only screen and (min-width: 45rem) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm-offset-12, .col-sm-offset-11, .col-sm-offset-10, .col-sm-offset-9, .col-sm-offset-8, .col-sm-offset-7, .col-sm-offset-6, .col-sm-offset-5, .col-sm-offset-4, .col-sm-offset-3, .col-sm-offset-2, .col-sm-offset-1, .col-sm-offset-0, .col-sm {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .right-sm {
    text-align: right;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
  .ellipsis-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .stretch-sm {
    align-self: stretch;
  }
}
@media only screen and (min-width: 60rem) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md-offset-12, .col-md-offset-11, .col-md-offset-10, .col-md-offset-9, .col-md-offset-8, .col-md-offset-7, .col-md-offset-6, .col-md-offset-5, .col-md-offset-4, .col-md-offset-3, .col-md-offset-2, .col-md-offset-1, .col-md-offset-0, .col-md {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .right-md {
    text-align: right;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
  .ellipsis-md {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .stretch-md {
    align-self: stretch;
  }
}
@media only screen and (min-width: 75rem) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg-offset-12, .col-lg-offset-11, .col-lg-offset-10, .col-lg-offset-9, .col-lg-offset-8, .col-lg-offset-7, .col-lg-offset-6, .col-lg-offset-5, .col-lg-offset-4, .col-lg-offset-3, .col-lg-offset-2, .col-lg-offset-1, .col-lg-offset-0, .col-lg {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .right-lg {
    text-align: right;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
  .ellipsis-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .stretch-lg {
    align-self: stretch;
  }
}
/* ... */
/* start vars: o-input */
/* end vars */
.o-input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
}
.o-input.is-inline {
  width: 75%;
  display: inline-block;
}
.o-input--half {
  width: 49.5%;
  display: inline-block;
}
.o-input--half:last-child {
  margin-left: 1%;
}
.o-input--full {
  width: 100%;
}
.o-input--disabled {
  background-color: #ddd;
}

/* ColorBox */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
  font-size: 1.2em;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#cboxOverlay {
  background: #fff;
}

#cboxContent {
  overflow: visible;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 25px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
}

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #fff;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  background: url(../images/controls.png) no-repeat 0 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/* ... */
/* start vars: footer */
/* end vars */
.m-footer, .m-footer-stripe {
  width: 100%;
  color: #333;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 1px solid #E8E8E8;
}

.m-footer-stripe {
  min-height: initial;
}

.footer__company {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #eee;
}

.footer__logo {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.footer__logo-link {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/ct_logo_dark.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 59.999em) {
  .footer__logo-link {
    margin-left: 20px;
    width: 70px;
    height: 60px;
  }
}

.footer__logo-by {
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 44.999em) {
  .footer__logo-by {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .footer__logo-by {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .footer__logo-by {
    margin-left: 0;
  }
}
@media only screen and (min-width: 75em) {
  .footer__logo-by {
    margin-left: 20px;
  }
}

.footer__logo-address {
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 44.999em) {
  .footer__logo-address {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .footer__logo-address {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .footer__logo-address {
    margin-left: 10px;
  }
}

.footer__logo-phone {
  display: block;
  white-space: nowrap;
  font-size: 0.9em;
}
@media only screen and (max-width: 29.999em) {
  .footer__logo-phone {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 30em) and (max-width: 44.999em) {
  .footer__logo-phone {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .footer__logo-phone {
    margin-left: 10px;
  }
}

.footer__company-tag {
  font-weight: 400;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 44.999em) {
  .footer__company-tag {
    width: 100%;
    text-align: left;
    font-size: 0.9em;
    padding-left: 0;
  }
}

.footer__company-text {
  width: auto;
  display: inline-block;
  text-align: left;
  font-size: 1em;
}

.footer__container {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  margin-bottom: 10px;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}
@media only screen and (max-width: 44.999em) {
  .footer__container {
    width: 100%;
  }
}

.footer__item {
  margin: 0;
  font-size: 0.9em;
}
.footer__item--rights {
  color: #555;
  text-align: right;
}
@media only screen and (max-width: 44.999em) {
  .footer__item--rights {
    text-align: left;
  }
}

.contact_href {
  font-weight: 600;
  text-decoration: none;
}

@media only screen and (max-width: 44.999em) {
  .footer_col {
    margin-bottom: 0;
  }
}
.footer_col--rights {
  margin: 10px 0;
}

.footer_row {
  padding: 5px 0;
}

.language_href {
  background: none !important;
  border: none;
  margin-bottom: 2px;
  font-size: 0.9em;
  cursor: pointer;
  color: #001647;
  text-decoration: underline;
  padding-left: 0;
}
.language_href:hover {
  color: #aaa !important;
}

/*new footer design*/
.footer__container {
  margin: 0 auto;
  max-width: 1000px;
  box-sizing: border-box;
}
@media only screen and (max-width: 44.999em) {
  .footer__container {
    margin: 0 3%;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .footer__container {
    margin: 0 2%;
  }
}

.m-footer-new {
  position: relative;
  width: 100%;
  background-color: #FAFAFA;
  border-top: 1px solid #E8E8E8;
}

.footer__container-new {
  margin: 0 auto;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 20px 0;
}
@media only screen and (max-width: 74.999em) {
  .footer__container-new {
    padding: 20px;
  }
}
.footer__container-new a {
  color: #1a45c2;
}
.footer__container-new a:hover {
  color: #002577 !important;
}

.footer__social {
  width: 100%;
  margin-bottom: 20px;
}

.footer__social-link {
  display: inline-block;
  margin-right: 2px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.footer__social-link:hover {
  opacity: 1;
}
.footer__social-link--youtube {
  background-image: url(/images/social/youtube.png);
}
.footer__social-link--linkedin {
  background-image: url(/images/social/linkedin.png);
}
.footer__social-link--googleplus {
  background-image: url(/images/social/googleplus.png);
}
.footer__social-link--twitter {
  background-image: url(/images/social/twitter.png);
}
.footer__social-link--facebook {
  background-image: url(/images/social/facebook.png);
}

.footer__info {
  margin: 0 auto;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 20px 0;
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .footer__info {
    padding: 20px;
  }
}

@media only screen and (max-width: 59.999em) {
  .footer-info-col {
    padding: 10px 0 5px 20px;
  }
}

.capitalized {
  text-transform: uppercase;
  color: #686c78;
  margin-top: 10px;
}

/* ... */
/* start vars: header */
/* end vars */
.m-header {
  width: 100%;
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
}

.is-scrolled {
  background: linear-gradient(143deg, #001647 0%, #002577 50%);
}

.header__container {
  position: relative;
  margin: 20px auto;
  max-width: 1000px;
  box-sizing: border-box;
  color: #fff;
}

/* ... */
/* start vars: m-logo */
/* end vars */
/* ... */
.m-social {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: right;
  min-width: 200px;
}
@media only screen and (max-width: 44.999em) {
  .m-social {
    text-align: left;
  }
}

.social__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  border: 2px solid transparent;
}
.social__item:hover {
  opacity: 1;
  border-color: #fff;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.social__item--twitter {
  background-image: url(../images/social/twitter.png);
}
.social__item--facebook {
  background-image: url(../images/social/facebook.png);
}
.social__item--linkedin {
  background-image: url(../images/social/linkedin.png);
}
.social__item--youtube {
  background-image: url(../images/social/youtube.png);
}
.social__item--googleplus {
  background-image: url(../images/social/googleplus.png);
}
.social__item .social__name {
  display: none;
}

/* ... */
/* start vars: m-fillform */
/* end vars */
.fillform__container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  max-width: 1240px;
  box-sizing: border-box;
}
.fillform__container.bordered {
  border-top: 3px solid #fff;
}

.fillform__item {
  display: block;
  margin-bottom: 10px;
}
.fillform__item--platform {
  margin-top: 30px;
}

.fillform__label {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 44.999em) {
  .fillform__label {
    width: 100%;
  }
}
.fillform__label--personal {
  width: 140px;
}
.fillform__label--usage {
  margin-top: 15px;
  font-size: 0.9em;
}
.fillform__label--additional {
  font-size: 0.9em;
  font-style: italic;
}
@media only screen and (min-width: 60em) {
  .fillform__label--right {
    text-align: right;
  }
}

.fillform__input {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  border: 0;
  border-bottom-color: white;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #fff;
  font-size: 0.9em;
  width: 90%;
}
.fillform__input--usage {
  border: 0;
  margin-top: 15px;
  margin-left: 10px;
}
.fillform__input--timezone {
  width: 95%;
}

.fillform__chars {
  font-size: 0.8em;
}

.fillform__submit {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px;
}
.fillform__submit--large {
  width: auto;
}
.fillform__submit--simple {
  -webkit-transform: translate(-0, -0);
  -ms-transform: translate(-0, -0);
  -moz-transform: translate(-0, -0);
  -o-transform: translate(-0, -0);
  transform: translate(-0, -0);
  left: 0;
}

.fillform__field {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  text-align: left;
}

.fillform__title {
  font-size: 1.2em;
  color: #fff;
  background-color: #fff;
  border: 0;
  padding: 10px 10px;
  margin: 0 0 30px 0;
  width: 150px;
}
.fillform__title .fillform__name {
  display: block;
  text-align: center;
}

.fillform__legal {
  text-decoration: underline;
}

.fillform__legal-text {
  font-size: 0.8em;
}

.fillform__platform {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 74.999em) {
  .fillform__platform {
    display: block;
    margin-right: 0;
  }
}

.fillform__checkbox {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}
.fillform__checkbox:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 29.999em) {
  .fillform__checkbox {
    display: block;
  }
}

.in-page-link {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

/*#region contact form*/
#lblSendMessageResponse {
  display: block;
  font-weight: 600;
  text-align: right;
  margin-bottom: 10px;
  font-size: 18px;
}

#fname.error, #lname.error, #email.error, #phone.error, #address1.error {
  border: 1px solid #f00;
}

.formError {
  color: #f00 !important;
  font-weight: 600;
}

.formWarning {
  color: #f4a460;
  font-weight: 600;
}

.formSuccess {
  color: #1DCE9B;
}

.formNeutral {
  color: #656565;
}

/*#endregion RegionName*/
body {
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
}

.m-section_container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-color: #f2f5ff;
}

.ac_section {
  width: 100%;
  max-width: 480px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  color: #333;
  padding: 60px 0;
}
@media only screen and (max-width: 44.999em) {
  .ac_section {
    max-width: 380px;
  }
}

.ac_pp {
  margin-bottom: 10px;
}
.ac_pp.bolded {
  font-weight: 700;
}

.ac_title {
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (max-width: 44.999em) {
  .hide_col {
    display: none;
  }
}

.generic__text-item {
  font-size: 1em;
  margin-bottom: 10px;
  text-align: left;
}

.video-top {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.video_container {
  max-height: 1200px;
  margin: 0 auto;
}

.ac-section__content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 20px;
}
@media only screen and (max-width: 44.999em) {
  .ac-section__content {
    margin: 0 5%;
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 60em) {
  .ac-section__content--start {
    padding: 100px 20px 60px;
  }
}
@media only screen and (max-width: 59.999em) {
  .ac-section__content--start {
    padding: 80px 0 10px;
  }
}

.ac-start {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../images/start-bg.jpg");
  max-height: 400px;
}
@media only screen and (max-width: 44.999em) {
  .ac-start {
    max-height: 300px;
    background-image: url("../images/start-bg-small.jpg");
  }
}

.ac-start__info {
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 45em) {
  .ac-start__info {
    flex-flow: row nowrap;
    margin: 40px 0;
  }
}
@media only screen and (max-width: 44.999em) {
  .ac-start__info {
    flex-direction: column;
  }
}

.ac-start__text {
  text-align: left;
}
@media only screen and (min-width: 45em) {
  .ac-start__text {
    flex: 0 75%;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 44.999em) {
  .ac-start__text {
    text-align: center;
    width: 100%;
  }
}

.ac-start__logo {
  max-width: 100%;
}

.ac-start__text-title {
  color: #fff;
  margin-top: 20px;
}
@media only screen and (max-width: 44.999em) {
  .ac-start__text-title {
    text-align: center;
    width: 200px;
    margin: 0 auto;
  }
}

.ac-start__text-subtitle {
  color: #fff;
  margin-bottom: 80px;
}

/*#region Home*/
.home-start__section {
  width: 100%;
  height: 100%;
  background: linear-gradient(143deg, #001647 0%, #002577 50%);
  margin: 0 auto;
  color: #FFF;
}
.home-start__section.white {
  background: #fff;
  color: #333;
}

.home-start__content {
  margin: 0 auto;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 40px 0;
}
@media only screen and (max-width: 44.999em) {
  .home-start__content {
    margin: 0 5%;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .home-start__content {
    margin: 0 2%;
  }
}

.home-text_big {
  margin: 10px 0;
  font-size: 26px;
}
.home-text_big.blue {
  color: #1a45c2;
}
@media only screen and (max-width: 44.999em) {
  .home-text_big {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.home-title_web {
  margin: 20px 0;
  margin-right: 20px;
  font-size: 26px;
}
@media only screen and (max-width: 59.999em) {
  .home-title_web {
    margin-bottom: 20px;
    font-size: 24px;
    display: none;
  }
}

.home-title_mobile {
  display: none;
}
@media only screen and (max-width: 59.999em) {
  .home-title_mobile {
    font-size: 22px;
    display: block;
    margin: 20px 0;
  }
}

.home-start__subtitle {
  font-size: 26px;
}
@media only screen and (max-width: 44.999em) {
  .home-start__subtitle {
    margin: 10px 0;
    font-size: 20px;
  }
}

.home-section_spaced {
  margin: 15px 0;
  /* @include media-range(min,palm-wide) {
      margin: 0;
  }*/
}
.home-section_spaced.top {
  margin: 0;
}
.home-section_spaced.centered {
  text-align: center;
}

.home-start__video {
  width: 95%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 40px 5px rgba(63, 80, 162, 0.15);
  border: 10px solid #fff;
  height: auto;
}
@media only screen and (max-width: 44.999em) {
  .home-start__video {
    margin: 3% auto;
    width: 80%;
  }
}

.home-paragraph {
  margin-bottom: 15px;
  text-align: left;
  font-size: 18px;
}
.home-paragraph.bigger {
  font-size: 22px;
  text-align: center;
}
.home-paragraph.nomargin {
  margin: 0;
}

.home_link {
  color: #1a45c2;
}
.home_link:hover {
  color: #002577;
}
.home_link.small {
  margin-right: 10px;
}

.home-download_span {
  color: #CCDBFF;
  padding-bottom: 5px;
}

.home-bullet {
  margin-top: -5px;
  font-size: 25px;
}

.home-step {
  margin: 20px 0 20px;
  line-height: 1.5;
}

.home-substep {
  margin: 5px 0 5px 25px;
}
@media only screen and (max-width: 44.999em) {
  .home-substep {
    margin-left: 15px;
  }
}

.home-contact-input {
  margin: 5px 0px;
  padding: 10px 0px;
  border: 0;
  border-bottom-color: #E8E8E8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: transparent;
  font-size: 18px;
  width: 99%;
}
.home-contact-input.noborder {
  border: 0;
  margin-top: 10px;
  font-size: 16px;
  font-style: italic;
}
.home-contact-input:last-child:not(:only-child) {
  margin-left: 2%;
}

::-webkit-file-upload-button {
  font-family: "Titillium Web", Arial, Helvetica, sans-serif !important;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #1DCE9B;
  border-radius: 25px;
  border: 0;
  padding: 5px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}

.home-line {
  background-color: #E8E8E8;
  padding: 0.5px 0;
  margin: 1% 0;
}
@media only screen and (max-width: 44.999em) {
  .home-line {
    margin: 3% 0;
  }
}

.platform-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9;
  margin: 0 3px 6px 3px;
}
.platform-icon--ios {
  background-image: url(/images/ios_icon.png);
}
.platform-icon--android {
  background-image: url(/images/android_icon.png);
}

.img_logo {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../images/ct_logo_dark.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.img_logo_app {
  width: 85px;
}

.img_check {
  width: 25px;
  margin-right: 5px;
}

.img-rounded {
  border-radius: 20px;
  margin: 10px;
  width: 95%;
}
.img-rounded.smaller {
  width: 75%;
}

.section_delimiter {
  border-bottom: 1px solid #CCC8C8;
  margin: 20px 0;
}
.section_delimiter.smaller {
  width: 85%;
}
@media only screen and (max-width: 59.999em) {
  .section_delimiter.smaller {
    width: 100%;
  }
}

.col-indent {
  padding-left: 20px;
}

.en-version {
  color: #fff;
}

.highlight {
  background-color: aquamarine;
}

.img-qr {
  width: 55%;
  cursor: pointer;
}
@media only screen and (max-width: 44.999em) {
  .img-qr {
    width: 80%;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .img-qr {
    width: 85%;
  }
}

.left-padded {
  margin-left: -10px;
}
@media only screen and (max-width: 44.999em) {
  .left-padded {
    margin-left: 0;
  }
}

.reseller-container {
  margin-bottom: 5%;
  border-radius: 20px;
  box-shadow: 0 10px 40px 5px rgba(63, 80, 162, 0.15);
  box-sizing: border-box;
  padding: 3%;
}

.reseller-address {
  text-align: left;
  margin: 3% 0 0 100px;
}
@media only screen and (max-width: 44.999em) {
  .reseller-address {
    margin-left: 0;
  }
}

/* Hide the reCAPTCHA v3 badge */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  font-size: 0.8em;
  color: #aaa;
}

/*#endregion Home*/
