/*
Theme Name: Apiax
Theme URI: https://www.apiax.com/
Author: the Apiax team
Author URI: https://www.apiax.com/
Description: Main WP theme of the Apiax website
Version: 1.1
Text Domain: apiax
*/
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.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 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

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

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

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

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

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

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

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

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

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

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

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

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*! Colors - variables */
/* Main Theme colors */
/* End Main Theme colors */
/* Monochrome */
/* End Monochrome */
/* Other site colors */
/* End Other site colors */
/* Color arrays */
/* End Color array */
/*! Typography - variables */
/*! Breakpoints - variables 
    Used by bp() mixin
*/
/*! Functions */
/*! Mixins */
/*
 *  BP - Breakpoint Mixin
 */
/*! Typography - styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 4.8rem;
  line-height: 5.4rem;
  margin: 0 0 30px;
}

h2 {
  font-size: 3.6rem;
  line-height: 4.2rem;
  margin: 0 0 41px;
}

h3 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin: 0 0 9px;
}

h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin: 0 0 15px;
}

h5 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin: 0 0 15px;
}

h6 {
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 0 0 15px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.4rem;
    line-height: 4.8rem;
  }
  h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    line-height: 4rem;
    margin-bottom: 14px;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  h4 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  h5 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  h6 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

/*! Utilities */
.color--primary {
  color: #2b3446 !important;
}

.bg-color--primary {
  background-color: #2b3446 !important;
}

.fill--primary {
  fill: #2b3446 !important;
}

.color--primary--alt {
  color: #283246 !important;
}

.bg-color--primary--alt {
  background-color: #283246 !important;
}

.fill--primary--alt {
  fill: #283246 !important;
}

.color--secondary {
  color: #3b79be !important;
}

.bg-color--secondary {
  background-color: #3b79be !important;
}

.fill--secondary {
  fill: #3b79be !important;
}

.color--secondary--alt {
  color: #48a3da !important;
}

.bg-color--secondary--alt {
  background-color: #48a3da !important;
}

.fill--secondary--alt {
  fill: #48a3da !important;
}

.color--accent {
  color: #f15632 !important;
}

.bg-color--accent {
  background-color: #f15632 !important;
}

.fill--accent {
  fill: #f15632 !important;
}

.color--neutral {
  color: #f5f7f9 !important;
}

.bg-color--neutral {
  background-color: #f5f7f9 !important;
}

.fill--neutral {
  fill: #f5f7f9 !important;
}

.color--neutral--alt {
  color: #f8f8ef !important;
}

.bg-color--neutral--alt {
  background-color: #f8f8ef !important;
}

.fill--neutral--alt {
  fill: #f8f8ef !important;
}

.color--white {
  color: #ffffff !important;
}

.bg-color--white {
  background-color: #ffffff !important;
}

.fill--white {
  fill: #ffffff !important;
}

.color--black {
  color: #000000 !important;
}

.bg-color--black {
  background-color: #000000 !important;
}

.fill--black {
  fill: #000000 !important;
}

.color--grey--light-1 {
  color: #a0b1c3 !important;
}

.bg-color--grey--light-1 {
  background-color: #a0b1c3 !important;
}

.fill--grey--light-1 {
  fill: #a0b1c3 !important;
}

.color--grey--light-3 {
  color: #bdcad5 !important;
}

.bg-color--grey--light-3 {
  background-color: #bdcad5 !important;
}

.fill--grey--light-3 {
  fill: #bdcad5 !important;
}

.color--grey--light-2 {
  color: #cbd6e1 !important;
}

.bg-color--grey--light-2 {
  background-color: #cbd6e1 !important;
}

.fill--grey--light-2 {
  fill: #cbd6e1 !important;
}

.color--grey--1 {
  color: #6d7888 !important;
}

.bg-color--grey--1 {
  background-color: #6d7888 !important;
}

.fill--grey--1 {
  fill: #6d7888 !important;
}

.color--grey--2 {
  color: #828ea1 !important;
}

.bg-color--grey--2 {
  background-color: #828ea1 !important;
}

.fill--grey--2 {
  fill: #828ea1 !important;
}

.color--grey--3 {
  color: #acb1c0 !important;
}

.bg-color--grey--3 {
  background-color: #acb1c0 !important;
}

.fill--grey--3 {
  fill: #acb1c0 !important;
}

.color--grey--dark-1 {
  color: #3c4959 !important;
}

.bg-color--grey--dark-1 {
  background-color: #3c4959 !important;
}

.fill--grey--dark-1 {
  fill: #3c4959 !important;
}

.color--grey--dark-2 {
  color: #49586a !important;
}

.bg-color--grey--dark-2 {
  background-color: #49586a !important;
}

.fill--grey--dark-2 {
  fill: #49586a !important;
}

.color--grey--dark-3 {
  color: #5d677b !important;
}

.bg-color--grey--dark-3 {
  background-color: #5d677b !important;
}

.fill--grey--dark-3 {
  fill: #5d677b !important;
}

.color--off-white--1 {
  color: #f5f7f9 !important;
}

.bg-color--off-white--1 {
  background-color: #f5f7f9 !important;
}

.fill--off-white--1 {
  fill: #f5f7f9 !important;
}

.color--off-white--2 {
  color: #ebebeb !important;
}

.bg-color--off-white--2 {
  background-color: #ebebeb !important;
}

.fill--off-white--2 {
  fill: #ebebeb !important;
}

.color--off-white--3 {
  color: #e3ebf3 !important;
}

.bg-color--off-white--3 {
  background-color: #e3ebf3 !important;
}

.fill--off-white--3 {
  fill: #e3ebf3 !important;
}

.color--blue--1 {
  color: #3b79be !important;
}

.bg-color--blue--1 {
  background-color: #3b79be !important;
}

.fill--blue--1 {
  fill: #3b79be !important;
}

.color--blue--2 {
  color: #48a3da !important;
}

.bg-color--blue--2 {
  background-color: #48a3da !important;
}

.fill--blue--2 {
  fill: #48a3da !important;
}

.color--blue--3 {
  color: #0a47a7 !important;
}

.bg-color--blue--3 {
  background-color: #0a47a7 !important;
}

.fill--blue--3 {
  fill: #0a47a7 !important;
}

.color--blue--4 {
  color: #007ae1 !important;
}

.bg-color--blue--4 {
  background-color: #007ae1 !important;
}

.fill--blue--4 {
  fill: #007ae1 !important;
}

.color--blue--5 {
  color: #3389e9 !important;
}

.bg-color--blue--5 {
  background-color: #3389e9 !important;
}

.fill--blue--5 {
  fill: #3389e9 !important;
}

.color--blue--6 {
  color: #488bd7 !important;
}

.bg-color--blue--6 {
  background-color: #488bd7 !important;
}

.fill--blue--6 {
  fill: #488bd7 !important;
}

.color--blue--7 {
  color: #375473 !important;
}

.bg-color--blue--7 {
  background-color: #375473 !important;
}

.fill--blue--7 {
  fill: #375473 !important;
}

.color--blue--8 {
  color: #0843a4 !important;
}

.bg-color--blue--8 {
  background-color: #0843a4 !important;
}

.fill--blue--8 {
  fill: #0843a4 !important;
}

.color--blue--9 {
  color: #5472b0 !important;
}

.bg-color--blue--9 {
  background-color: #5472b0 !important;
}

.fill--blue--9 {
  fill: #5472b0 !important;
}

.color--blue--10 {
  color: #5ca0c9 !important;
}

.bg-color--blue--10 {
  background-color: #5ca0c9 !important;
}

.fill--blue--10 {
  fill: #5ca0c9 !important;
}

.color--blue--dark-1 {
  color: #2b3446 !important;
}

.bg-color--blue--dark-1 {
  background-color: #2b3446 !important;
}

.fill--blue--dark-1 {
  fill: #2b3446 !important;
}

.color--blue--dark-2 {
  color: #283246 !important;
}

.bg-color--blue--dark-2 {
  background-color: #283246 !important;
}

.fill--blue--dark-2 {
  fill: #283246 !important;
}

.color--blue--dark-3 {
  color: #2a3b5d !important;
}

.bg-color--blue--dark-3 {
  background-color: #2a3b5d !important;
}

.fill--blue--dark-3 {
  fill: #2a3b5d !important;
}

.color--orange--1 {
  color: #f15632 !important;
}

.bg-color--orange--1 {
  background-color: #f15632 !important;
}

.fill--orange--1 {
  fill: #f15632 !important;
}

.color--orange--2 {
  color: #f79235 !important;
}

.bg-color--orange--2 {
  background-color: #f79235 !important;
}

.fill--orange--2 {
  fill: #f79235 !important;
}

.color--orange--3 {
  color: #de4825 !important;
}

.bg-color--orange--3 {
  background-color: #de4825 !important;
}

.fill--orange--3 {
  fill: #de4825 !important;
}

.color--orange--4 {
  color: #ef6100 !important;
}

.bg-color--orange--4 {
  background-color: #ef6100 !important;
}

.fill--orange--4 {
  fill: #ef6100 !important;
}

.color--orange--5 {
  color: #db7517 !important;
}

.bg-color--orange--5 {
  background-color: #db7517 !important;
}

.fill--orange--5 {
  fill: #db7517 !important;
}

.color--yellow--1 {
  color: #ffd946 !important;
}

.bg-color--yellow--1 {
  background-color: #ffd946 !important;
}

.fill--yellow--1 {
  fill: #ffd946 !important;
}

.color--yellow--2 {
  color: #ffeb69 !important;
}

.bg-color--yellow--2 {
  background-color: #ffeb69 !important;
}

.fill--yellow--2 {
  fill: #ffeb69 !important;
}

.color--yellow--3 {
  color: #ffff60 !important;
}

.bg-color--yellow--3 {
  background-color: #ffff60 !important;
}

.fill--yellow--3 {
  fill: #ffff60 !important;
}

.color--green--1 {
  color: #72b054 !important;
}

.bg-color--green--1 {
  background-color: #72b054 !important;
}

.fill--green--1 {
  fill: #72b054 !important;
}

.color--green--2 {
  color: #cbce53 !important;
}

.bg-color--green--2 {
  background-color: #cbce53 !important;
}

.fill--green--2 {
  fill: #cbce53 !important;
}

.color--green--3 {
  color: #68ffff !important;
}

.bg-color--green--3 {
  background-color: #68ffff !important;
}

.fill--green--3 {
  fill: #68ffff !important;
}

.color--green--4 {
  color: #03dfa4 !important;
}

.bg-color--green--4 {
  background-color: #03dfa4 !important;
}

.fill--green--4 {
  fill: #03dfa4 !important;
}

.color--pale-pink {
  color: #f9dbd4 !important;
}

.bg-color--pale-pink {
  background-color: #f9dbd4 !important;
}

.fill--pale-pink {
  fill: #f9dbd4 !important;
}

.color--cinnabar {
  color: #f15831 !important;
}

.bg-color--cinnabar {
  background-color: #f15831 !important;
}

.fill--cinnabar {
  fill: #f15831 !important;
}

.color--lavander {
  color: #d1e8f6 !important;
}

.bg-color--lavander {
  background-color: #d1e8f6 !important;
}

.fill--lavander {
  fill: #d1e8f6 !important;
}

.color--curious-blue {
  color: #48a3da !important;
}

.bg-color--curious-blue {
  background-color: #48a3da !important;
}

.fill--curious-blue {
  fill: #48a3da !important;
}

.color--cool-blue {
  color: #4178ba !important;
}

.bg-color--cool-blue {
  background-color: #4178ba !important;
}

.fill--cool-blue {
  fill: #4178ba !important;
}

.color--steel-blue {
  color: #3b79be !important;
}

.bg-color--steel-blue {
  background-color: #3b79be !important;
}

.fill--steel-blue {
  fill: #3b79be !important;
}

.color--cucumber-green {
  color: #72b054 !important;
}

.bg-color--cucumber-green {
  background-color: #72b054 !important;
}

.fill--cucumber-green {
  fill: #72b054 !important;
}

.color--dusty-orange {
  color: #f79236 !important;
}

.bg-color--dusty-orange {
  background-color: #f79236 !important;
}

.fill--dusty-orange {
  fill: #f79236 !important;
}

.color--marigold {
  color: #ffc200 !important;
}

.bg-color--marigold {
  background-color: #ffc200 !important;
}

.fill--marigold {
  fill: #ffc200 !important;
}

.color--pink {
  color: #be3bb2 !important;
}

.bg-color--pink {
  background-color: #be3bb2 !important;
}

.fill--pink {
  fill: #be3bb2 !important;
}

.color--royal-blue {
  color: #4a48da !important;
}

.bg-color--royal-blue {
  background-color: #4a48da !important;
}

.fill--royal-blue {
  fill: #4a48da !important;
}

.color--flamingo {
  color: #f15932 !important;
}

.bg-color--flamingo {
  background-color: #f15932 !important;
}

.fill--flamingo {
  fill: #f15932 !important;
}

.flex-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row:after, .flex-row:before {
  display: none;
}

.flex-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

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

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

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

.fullscreen-video {
  overflow: hidden;
  height: 100%;
}

.increase-margin {
  padding-top: 120px;
  padding-bottom: 120px;
}

.without-margin {
  margin: 0 !important;
}

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

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

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

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .flex-row,
  .flex-box {
    display: block;
  }
}

/*! Animations */
@-webkit-keyframes anim-btn-menu1 {
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes anim-btn-menu1 {
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes anim-btn-menu2 {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}

@keyframes anim-btn-menu2 {
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes play {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

@keyframes play {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

@-webkit-keyframes pulsebase {
  0% {
    width: 20px;
    height: 20px;
    opacity: .5;
    -webkit-box-shadow: 0 0 10px 0 rgba(72, 163, 218, 0.7);
            box-shadow: 0 0 10px 0 rgba(72, 163, 218, 0.7);
  }
  50% {
    width: 28px;
    height: 28px;
    opacity: 1;
    -webkit-box-shadow: 0 0 10px 0 rgba(72, 163, 218, 0.7);
            box-shadow: 0 0 10px 0 rgba(72, 163, 218, 0.7);
  }
  100% {
    width: 20px;
    height: 20px;
    opacity: .5;
    -webkit-box-shadow: 0 0 1px 0 rgba(72, 163, 218, 0);
            box-shadow: 0 0 1px 0 rgba(72, 163, 218, 0);
  }
}

@keyframes pulsebase {
  0% {
    width: 20px;
    height: 20px;
    opacity: .5;
    -webkit-box-shadow: 0 0 10px 0 rgba(72, 163, 218, 0.7);
            box-shadow: 0 0 10px 0 rgba(72, 163, 218, 0.7);
  }
  50% {
    width: 28px;
    height: 28px;
    opacity: 1;
    -webkit-box-shadow: 0 0 10px 0 rgba(72, 163, 218, 0.7);
            box-shadow: 0 0 10px 0 rgba(72, 163, 218, 0.7);
  }
  100% {
    width: 20px;
    height: 20px;
    opacity: .5;
    -webkit-box-shadow: 0 0 1px 0 rgba(72, 163, 218, 0);
            box-shadow: 0 0 1px 0 rgba(72, 163, 218, 0);
  }
}

@-webkit-keyframes circle1 {
  0% {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    width: 96px;
    height: 96px;
    opacity: .6;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    width: 20px;
    height: 20px;
  }
  100% {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
}

@keyframes circle1 {
  0% {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    width: 96px;
    height: 96px;
    opacity: .6;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    width: 20px;
    height: 20px;
  }
  100% {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
}

@-webkit-keyframes circle2 {
  0% {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  15% {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  30% {
    width: 96px;
    height: 96px;
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    width: 20px;
    height: 20px;
  }
}

@keyframes circle2 {
  0% {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  15% {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  30% {
    width: 96px;
    height: 96px;
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    width: 20px;
    height: 20px;
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  15% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  90% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  95% {
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%);
  }
  97% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  99% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(-100%);
  }
  15% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-80%);
  }
  25% {
    -webkit-transform: translateY(0%);
  }
  30% {
    -webkit-transform: translateY(-70%);
  }
  35% {
    -webkit-transform: translateY(0%);
  }
  40% {
    -webkit-transform: translateY(-60%);
  }
  45% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-50%);
  }
  55% {
    -webkit-transform: translateY(0%);
  }
  60% {
    -webkit-transform: translateY(-30%);
  }
  65% {
    -webkit-transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(-15%);
  }
  75% {
    -webkit-transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(-10%);
  }
  85% {
    -webkit-transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(-5%);
  }
  95% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes animation-loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}

@keyframes animation-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

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

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.wrapper {
  opacity: 1;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.wrapper.loading {
  opacity: 0;
}

.animation-loading,
.animation-loading:after {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 2;
}

.animation-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #ebebeb;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animation-loading;
  animation-name: animation-loading;
}

/*! Media */
img {
  border-style: none;
}

/*! Links */
a {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: inherit;
  text-decoration: none;
}

a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #f15632;
}

.dotted-underline-link {
  text-decoration: none;
  color: #f15632;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 5px;
  background: url("./images/bg-underline-orange-01.png") repeat-x 0 85%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.dotted-underline-link:hover {
  text-decoration: none;
  background: none;
}

/*! Buttons */
.btn {
  vertical-align: top;
  outline: 0 !important;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 5px;
  border-width: 1px;
  min-width: 180px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.btn.btn--has-shadow {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-primary {
  background: #f15632;
  border-color: transparent;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary.focus:active,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus {
  background: #de4825;
  border-color: transparent;
}

.btn-white {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-white:active, .btn-white:focus, .btn-white:hover {
  background: #ffffff;
  color: #f15632;
}

.btn-darkblue {
  background: #2a3b5d;
  border-color: transparent;
  color: #ffffff;
}

.btn-darkblue:active, .btn-darkblue:focus, .btn-darkblue:hover {
  background: #de4825;
  border-color: transparent;
  color: #ffffff;
}

.btn-info {
  color: #f15632;
  background: #ffffff;
  border-color: transparent;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info:focus,
.btn-info.focus,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info.focus:active,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-info:hover,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #f15632;
  background: #ebebeb;
  border-color: transparent;
}

.btn-pill {
  padding: 1.5rem 3.2rem;
  font-size: 1.5rem;
  line-height: 1.2;
  border-radius: 99px;
  width: auto !important;
  display: inline-block !important;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .btn-pill {
    padding: 0.7rem 2rem;
    line-height: 1.5;
    min-width: 108px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .btn-pill.btn-pill--desktop {
    display: none !important;
  }
}

.btn-pill.btn-pill--mobile {
  display: none !important;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .btn-pill.btn-pill--mobile {
    display: inline-block !important;
  }
}

.btn-pill.btn-white {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.btn-pill.btn-white:hover, .btn-pill.btn-white:focus {
  background-color: #ffffff;
  color: #4178ba;
}

.btn-pill + .btn-pill {
  margin-left: 20px;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}

.slick-dots button {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: -9999px;
  padding: 0;
  border: 0;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #cbd6e1;
}

.slick-dots button:focus {
  outline: none;
}

.slick-dots button:hover,
.slick-dots .slick-active button {
  background: #f15632;
}

.btn-close {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  padding: 0;
}

.btn-close:before, .btn-close:after {
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #283246;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 19px 0 0 6px;
}

.btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.btn-close:hover:before, .btn-close:hover:after {
  background: #f15632;
}

.btn-menu {
  display: none;
}

.btn-default {
  background: #ebebeb;
  border-color: #ebebeb;
  color: #283246;
}

.btn-default:hover {
  background: #cbd6e1;
  border-color: #cbd6e1;
}

.btn-back {
  position: absolute;
  top: 10px;
  left: 0;
  width: 26px;
  height: 32px;
}

.btn-back:before, .btn-back:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border: solid #f15632;
}

.btn-back:before {
  width: 12px;
  height: 12px;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.btn-back:after {
  width: 26px;
  height: 2px;
  border-width: 0 0 2px;
}

.btn-back:hover {
  opacity: .8;
}

.btn-link {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 1.4rem;
  line-height: 2rem;
  display: inline-block;
  vertical-align: top;
}

.btn-link:hover {
  text-decoration: underline !important;
}

.logos-kit .btn-link {
  text-transform: none;
  margin-bottom: 18px;
}

.arrow-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 40px;
}

.arrow-link:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 13px;
  background: url("./images/arrow-right-orange-01.svg") no-repeat;
  background-size: 31px 13px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.arrow-link:hover::before {
  margin-left: 3px;
}

@media screen and (max-width: 991px) {
  .btn-close {
    width: 30px;
    height: 30px;
  }
  .btn-close:before, .btn-close:after {
    width: 26px;
    height: 2px;
    margin: 14px 0 0 2px;
  }
  .btn-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 30px;
    height: 22px;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 160;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .btn-menu span:before, .btn-menu:before, .btn-menu:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .btn-menu:before {
    top: 10px;
  }
  .btn-menu span:before {
    top: 20px;
  }
  .push {
    overflow: hidden;
  }
  .push body {
    overflow: hidden;
  }
  .push .btn-menu {
    top: 20px;
    right: 30px;
  }
  .push .btn-menu:before {
    opacity: 0;
  }
  .push .btn-menu:after {
    top: 9px;
    -webkit-animation: anim-btn-menu1 0.3s 0.3s ease forwards;
    animation: anim-btn-menu1 0.3s 0.3s ease forwards;
    background: #283246;
  }
  .push .btn-menu span:before {
    top: 9px;
    -webkit-animation: anim-btn-menu2 0.3s 0.3s ease forwards;
    animation: anim-btn-menu2 0.3s 0.3s ease forwards;
    background: #283246;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .btn-white {
    width: 100%;
    display: block;
    min-width: 1px;
  }
}

/*! Input fields */
::-moz-placeholder,
:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  color: #828ea1;
}

:-ms-input-placeholder {
  color: #828ea1;
}

::-webkit-input-placeholder {
  color: #828ea1;
}

.radio {
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.radio label {
  position: relative;
  display: block;
  padding: 17px 10px 17px 59px;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5em;
}

.radio label:before, .radio label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 19px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 50%;
}

.radio label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #bdcad5;
}

.radio label:after {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: #f15632;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

.radio input[type="radio"] {
  top: 0;
  left: 0;
  margin-left: 0;
  opacity: 0;
}

.radio input[type="radio"]:checked + label:after {
  opacity: 1;
}

.poll-item {
  list-style: none;
  margin: 0 -10px 29px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.poll-item > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  min-width: 50%;
  max-width: 50%;
  padding: 0 10px 20px;
}

.poll-item > li > a {
  display: block;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  color: #2b3446;
  font-size: 1.6rem;
  line-height: 1.5em;
  padding: 17px 20px;
  text-align: center;
}

.poll-item > li > a:hover {
  border-color: #f15632;
  text-decoration: none;
}

.poll-item > li.active > a {
  border-color: #f15632;
  text-decoration: none;
}

.select2:focus,
.select2:focus *,
.select2 *:focus,
.select2 *:focus * {
  outline: none;
}

.select2-container .select2-selection--single {
  height: 50px;
  color: #a0b1c3;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #cbd6e1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 21px;
  height: auto;
  right: 15px;
  bottom: 1px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #cbd6e1;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 4.8rem;
  font-family: "Raleway", Helvetica, sans-serif;
  padding-left: 19px;
  padding-right: 36px;
}

.select2-dropdown {
  border-radius: 0;
  border-color: #cbd6e1;
  color: #a0b1c3;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-family: "Raleway", Helvetica, sans-serif;
}

.select2-results__option {
  padding: 7px 19px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f15632;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a0b1c3;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .poll-item {
    margin-bottom: 21px;
  }
  .poll-item > li {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

/*! Main */
html {
  font-size: 62.5%;
}

body {
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2.7rem;
  min-width: 320px;
  color: #283246;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

body.load {
  opacity: 1;
}

#wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

@media screen and (min-width: 1024px) and (max-height: 840px) {
  body {
    min-height: 600px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*! Header */
#header {
  padding: 30px 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 200;
  color: #ffffff;
}

#header .logo {
  float: left;
  width: 80px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 16px 0 0;
  position: relative;
}

#header .logo:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url(./images/logo.svg) no-repeat;
  opacity: 0;
  background: url(./images/logo-sticky.svg) no-repeat;
}

#header .logo:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url(./images/logo.svg) no-repeat;
}

#header .logo a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 5;
}

#header .btn {
  float: left;
  margin: 0 0 0 24px;
  font-size: 1.5rem;
}

#header .nav-bar--mega-menu .btn-pill {
  min-width: 113px;
  float: none;
  margin-left: 22px;
}

.nav-bar {
  float: right;
}

.nav-bar.nav-bar--desktop {
  display: block !important;
}

.nav-bar.nav-bar--mobile {
  display: none !important;
}

#main-nav {
  margin: 0 0 -6px;
  padding: 0 0 6px;
  list-style: none;
  float: left;
  position: relative;
  -webkit-perspective: 500px;
          perspective: 500px;
}

#main-nav > li {
  float: left;
}

#main-nav > li > a:not(.btn) {
  float: left;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 15px 18px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}

#main-nav ul {
  display: none;
}

#main-nav .drop {
  position: absolute;
  width: 213px;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.4s ease;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.4s ease;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.4s ease, -webkit-transform 0.4s ease;
  background: #ffffff;
  color: #3c4959;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: rotateX(-10deg) translate(-50%, 0);
          transform: rotateX(-10deg) translate(-50%, 0);
}

#main-nav .drop > * {
  visibility: hidden;
}

#main-nav .drop .holder {
  overflow: hidden;
  position: relative;
}

#main-nav .drop:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 100%;
  border: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  margin-left: -5px;
}

#main-nav .drop:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 100%;
  width: 60px;
  height: 10px;
  margin-left: -30px;
}

#main-nav .drop.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg) translate(-50%, 0);
          transform: rotateX(0deg) translate(-50%, 0);
}

#main-nav .drop.active > * {
  visibility: visible;
}

#main-nav .drop.active ul.active {
  opacity: 1;
  visibility: visible;
}

#main-nav .drop ul {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  list-style: none;
  padding: 15px 20px 11px;
  margin: 0;
}

#main-nav .drop ul.active {
  position: relative;
  z-index: 5;
}

#main-nav .drop ul li {
  padding: 15px 0;
}

#main-nav .drop ul a {
  display: block;
}

#main-nav .drop ul a[class^="ico"] {
  padding: 10px 0 10px 60px;
  position: relative;
}

#main-nav .drop ul a[class^="ico"]:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  content: '';
  border-radius: 50%;
  background-color: #f5f7f9;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#main-nav .drop ul .ico-1:before {
  background-image: url(./images/ico-01.svg);
  background-size: 18px auto;
}

#main-nav .drop ul .ico-2:before {
  background-image: url(./images/ico-02.svg);
  background-size: 28px auto;
}

#main-nav .drop ul .ico-3:before {
  background-image: url(./images/ico-03.svg);
  background-size: 15px auto;
}

#main-nav .drop ul .ico-4:before {
  background-image: url(./images/ico-10.svg);
  background-size: 24px auto;
}

#main-nav .drop ul .ico-5:before {
  background-image: url(./images/ico-11.svg);
  background-size: 22px auto;
}

#main-nav .drop .active > a {
  color: #f15632;
}

#main-nav.mega-menu .drop {
  width: auto;
}

#main-nav.mega-menu .drop.active ul.sub-menu ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

#main-nav.mega-menu .drop .holder > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 213px;
}

#main-nav.mega-menu .drop .holder > .sub-menu.mega-menu_drop {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 720px;
}

#main-nav.mega-menu .drop .holder > .sub-menu > li > a {
  color: #2b3446;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}

#main-nav.mega-menu .drop ul.sub-menu ul.sub-menu {
  position: static;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 a,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 a,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 a {
  color: inherit;
  font-weight: bold;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 a i,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 a i,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 a i {
  display: none;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 > a,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 > a,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 > a {
  color: #2b3446;
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: initial;
  padding: 4px 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .menu-item-description,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 .menu-item-description,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .menu-item-description {
  margin-bottom: 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 > a,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 > a .menu-item-description,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 > a .menu-item-description {
  color: #4178ba;
  text-align: right;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .menu-item--has-icon a,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .menu-item--has-icon a {
  padding-left: 35px;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .menu-item--has-icon a::before,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .menu-item--has-icon a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .menu-item--has-icon.color--cucumber-green a::before,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .menu-item--has-icon.color--cucumber-green a::before {
  background-image: url("./images/radial-icon-cucumber-green.svg");
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .menu-item--has-icon.color--cinnabar a::before,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .menu-item--has-icon.color--cinnabar a::before {
  background-image: url("./images/radial-icon-cinnabar.svg");
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .menu-item--has-icon.color--pink a::before,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .menu-item--has-icon.color--pink a::before {
  background-image: url("./images/radial-icon-pink.svg");
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .menu-item--has-icon.color--curious-blue a::before,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .menu-item--has-icon.color--curious-blue a::before {
  background-image: url("./images/radial-icon-curious-blue.svg");
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .menu-item--has-icon.color--steel-blue a::before,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .menu-item--has-icon.color--steel-blue a::before {
  background-image: url("./images/radial-icon-steel-blue.svg");
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .menu-item--has-icon.color--royal-blue a::before,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .menu-item--has-icon.color--royal-blue a::before {
  background-image: url("./images/radial-icon-royal-blue.svg");
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .menu-item--has-icon.color--cool-blue a::before,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .menu-item--has-icon.color--cool-blue a::before {
  background-image: url("./images/radial-icon-cool-blue.svg");
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .menu-item--has-icon.color--dusty-orange a::before,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .menu-item--has-icon.color--dusty-orange a::before {
  background-image: url("./images/radial-icon-dusty-orange.svg");
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .menu-item--has-icon.color--marigold a::before,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .menu-item--has-icon.color--marigold a::before {
  background-image: url("./images/radial-icon-marigold.svg");
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.332%;
          flex: 1 1 33.332%;
  max-width: 33.332%;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .sub-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .sub-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  padding: 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .sub-menu a {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .sub-menu a::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .sub-menu .menu-item-description {
  color: #2b3446;
  font-size: 1.4rem;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 66.667%;
          flex: 1 1 66.667%;
  max-width: 66.667%;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 .sub-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 .sub-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: calc(50% - 15px);
  padding: 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 .sub-menu li.menu-item--has-icon a i {
  display: inline-block;
  background: url(./images/arrow-right-blue-01.svg) no-repeat center/100% auto transparent;
  width: 15px;
  height: 9px;
  vertical-align: middle;
  margin-left: 10px;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 .sub-menu a {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 .sub-menu .menu-item-description {
  margin-top: 4px;
  color: #2b3446;
  font-weight: normal;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-top: 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .sub-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .sub-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.332%;
          flex: 1 1 33.332%;
  max-width: 33.332%;
  padding: 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .sub-menu a {
  padding: 10px 0;
}

.sticky #header {
  background: #ffffff;
  padding: 15px 0;
  color: #3c4959;
}

.sticky #header .btn {
  background: #f15632;
  color: #ffffff;
  border-color: transparent;
}

.sticky #header .btn:hover {
  background: #de4825;
  border-color: transparent;
}

.sticky #header .logo:before {
  opacity: 0;
}

.sticky #header .logo:after {
  opacity: 1;
}

.sticky #main-nav {
  margin-bottom: -25px;
}

.sticky #main-nav > li {
  padding-bottom: 25px;
}

.sticky #main-nav > li > a:not(.btn) {
  color: #3c4959;
}

.sticky.scroll-up #header {
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}

.fixed #header {
  position: fixed;
  -webkit-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
      transform: translate(0, -150%);
}

.transition #header {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 992px) {
  #main-nav > li > a:not(.btn):before {
    content: '';
    position: absolute;
    top: 100%;
    left: 18px;
    width: 0;
    margin-top: -10px;
    border-bottom: 1px solid;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  #main-nav > li > a:not(.btn):hover:before {
    width: calc(100% - 36px);
  }
  #main-nav > li > a.hover:not(.btn):before {
    width: calc(100% - 36px);
  }
  #main-nav > li.active > a:not(.btn):before {
    width: calc(100% - 36px);
  }
}

@media screen and (max-width: 991px) {
  #header {
    padding: 20px 0;
  }
  #header .logo {
    margin-top: 2px;
  }
  #header .nav-bar .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f15632;
    color: #ffffff;
    border-color: transparent;
    border-radius: 0;
    margin: 0;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
  }
  #header .nav-bar--mobile .btn {
    font-size: 2rem;
    font-size: 2.5vmax;
    padding-top: 2rem;
    padding-top: 2.5vmax;
    padding-bottom: 2rem;
    padding-bottom: 2.5vmax;
  }
  .nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 100;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
    opacity: 0;
  }
  .nav-bar:before {
    position: absolute;
    z-index: -1;
    left: -999px;
    right: -999px;
    bottom: -999px;
    top: -999px;
    background: rgba(255, 255, 255, 0.75);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    content: '';
    opacity: 0;
  }
  .nav-bar.nav-bar--desktop {
    display: none !important;
  }
  .nav-bar.nav-bar--mobile {
    display: block !important;
  }
  #main-nav-mobile {
    margin: 0;
    padding: 10px 0 20px;
    padding: 10px 0 2.5vmax;
    list-style: none;
    -webkit-perspective: 500px;
            perspective: 500px;
    float: none;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
  }
  #main-nav-mobile > li {
    float: none;
    padding: 0;
  }
  #main-nav-mobile > li > a:not(.btn) {
    float: none;
    display: block;
    text-transform: uppercase;
    color: #bdcad5;
    font-weight: bold;
    padding: 10px 30px;
  }
  #main-nav-mobile .drop {
    display: none !important;
  }
  #main-nav-mobile ul {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 500;
  }
  #main-nav-mobile ul a {
    display: block;
    padding: 16px 20px;
    color: #3c4959;
  }
  #main-nav-mobile .mobile-sub-menu--type-1 > a:not(.btn),
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu a,
  #main-nav-mobile .mobile-sub-menu--type-2 > a:not(.btn),
  #main-nav-mobile .mobile-sub-menu--type-2 .sub-menu a,
  #main-nav-mobile .mobile-sub-menu--type-3 > a:not(.btn),
  #main-nav-mobile .mobile-sub-menu--type-3 .sub-menu a {
    font-size: 1.7rem;
    font-size: 2.2vmax;
    line-height: 1.5;
    font-weight: bold;
  }
  #main-nav-mobile .mobile-sub-menu--type-1 > a:not(.btn) {
    color: #2b3446;
    text-transform: initial;
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
    padding: 0 30px 10px;
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu a {
    color: inherit;
    font-weight: bold;
    padding: 24px 0;
    padding: 3vmax 0;
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu .menu-item--has-icon a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu .menu-item--has-icon.color--cucumber-green a::before {
    background-image: url("./images/radial-icon-cucumber-green.svg");
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu .menu-item--has-icon.color--cinnabar a::before {
    background-image: url("./images/radial-icon-cinnabar.svg");
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu .menu-item--has-icon.color--pink a::before {
    background-image: url("./images/radial-icon-pink.svg");
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu .menu-item--has-icon.color--curious-blue a::before {
    background-image: url("./images/radial-icon-curious-blue.svg");
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu .menu-item--has-icon.color--steel-blue a::before {
    background-image: url("./images/radial-icon-steel-blue.svg");
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu .menu-item--has-icon.color--royal-blue a::before {
    background-image: url("./images/radial-icon-royal-blue.svg");
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu .menu-item--has-icon.color--cool-blue a::before {
    background-image: url("./images/radial-icon-cool-blue.svg");
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu .menu-item--has-icon.color--dusty-orange a::before {
    background-image: url("./images/radial-icon-dusty-orange.svg");
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu .menu-item--has-icon.color--marigold a::before {
    background-image: url("./images/radial-icon-marigold.svg");
  }
  #main-nav-mobile .mobile-sub-menu--type-2 > a:not(.btn) {
    display: none !important;
  }
  #main-nav-mobile .mobile-sub-menu--type-2 .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
    padding: 0 30px;
  }
  #main-nav-mobile .mobile-sub-menu--type-2 .sub-menu li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
  #main-nav-mobile .mobile-sub-menu--type-2 .sub-menu li.menu-item--has-icon a::after {
    content: "";
    display: inline-block;
    background: url(./images/arrow-right-blue-01.svg) no-repeat center/100% auto transparent;
    width: 15px;
    width: 2.88vmax;
    height: 9px;
    height: 1.73vmax;
    vertical-align: middle;
    margin-left: 6px;
    margin-left: 1.15vmax;
  }
  #main-nav-mobile .mobile-sub-menu--type-2 .sub-menu a {
    color: #4178ba;
    font-weight: bold;
    padding: 30px 0;
    padding: 4vmax 0;
  }
  #main-nav-mobile .mobile-sub-menu--type-3 > a:not(.btn) {
    display: none !important;
  }
  #main-nav-mobile .mobile-sub-menu--type-3 .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 30px;
  }
  #main-nav-mobile .mobile-sub-menu--type-3 .sub-menu li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
  #main-nav-mobile .mobile-sub-menu--type-3 .sub-menu a {
    color: #2b3446;
    padding: 24px 0;
    padding: 3vmax 0;
  }
  .sticky #header {
    padding: 20px 0;
  }
  .sticky .btn-menu:before {
    background: #283246;
  }
  .sticky .btn-menu:after {
    background: #283246;
  }
  .sticky .btn-menu span:before {
    background: #283246;
  }
  .sticky #main-nav-mobile > li {
    padding-bottom: 0;
  }
  .push .nav-bar {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    opacity: 1;
  }
  .load .nav-bar:before {
    opacity: 1;
  }
}

/*! Footer */
#footer {
  background: #2b3446;
}

#footer .top {
  position: relative;
  padding: 45px 0 42px;
}

#footer .footer-languages {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  margin: 45px -2px 0 0;
}

#footer .footer-languages .language-item {
  display: inline-block;
  vertical-align: top;
  color: #cbd6e1;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 23px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: none;
}

#footer .footer-languages .language-item:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 15px 15px;
  margin: 1px 0 0;
  background-image: url(./images/ico-globe-gray-001.svg);
}

#footer .footer-languages .language-item:after {
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 15px 15px;
  margin: 1px 0 0;
  opacity: 0;
  background-image: url(./images/ico-globe-white-001.svg);
}

#footer .footer-languages .language-item:hover {
  text-decoration: none;
  color: #ffffff;
}

#footer .footer-languages .language-item:hover:before {
  opacity: 0;
}

#footer .footer-languages .language-item:hover:after {
  opacity: 1;
}

#footer .logo-footer {
  width: 80px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(./images/logo-footer-001.svg) no-repeat;
  background-size: 80px 19px;
  display: inline-block;
  vertical-align: top;
  margin: -5px 0 0;
}

#footer .logo-footer a {
  display: block;
  height: 100%;
}

#footer h4 {
  color: #cbd6e1;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
}

#footer .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .footer-links li {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 8px;
}

#footer .footer-links li.active a {
  text-decoration: none;
  color: #ffffff;
}

#footer .footer-links a {
  text-decoration: none;
  color: #828ea1;
}

#footer .footer-links a:hover {
  text-decoration: none;
  color: #ffffff;
}

#footer .middle {
  border: solid #2e384a;
  border-width: 2px 0 2px 0;
  padding: 34px 0 24px;
}

#footer h5 {
  color: #6d7888;
  margin: 0;
  padding: 6px 0 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
}

#footer .footer-logos {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: right;
}

#footer .footer-logos li {
  display: inline-block;
  vertical-align: middle;
}

#footer .footer-logos li + li {
  margin-left: 127px;
}

#footer .footer-logos a {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.4;
}

#footer .footer-logos a:hover {
  opacity: 1;
}

#footer .footer-logos img {
  display: inline-block;
  vertical-align: middle;
  max-width: 155px;
  max-height: 30px;
}

#footer .bottom {
  color: #49586a;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 21px 0;
}

#footer .bottom p {
  margin: 0;
}

#footer .bottom-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 0;
  line-height: 0;
}

#footer .bottom-links li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

#footer .bottom-links li + li {
  padding-left: 58px;
}

#footer .bottom-links a {
  text-decoration: none;
  color: #49586a;
}

#footer .bottom-links a:hover {
  text-decoration: none;
  color: #ffffff;
}

.list-container {
  max-width: 150px;
}

.language-item.active {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  #footer .footer-logos li + li {
    margin-left: 60px;
  }
}

@media screen and (max-width: 991px) {
  #footer .footer-logos img {
    max-height: 25px;
  }
  #footer .footer-logos li + li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #footer .top {
    padding: 45px 0 21px;
  }
  #footer .top > .row > div[class^="col-"] + div[class^="col-"] {
    padding-top: 28px;
  }
  #footer .top > .row > div[class^="col-"] > .row > div[class^="col-"] > .row > div[class^="col-"] + div[class^="col-"] {
    padding-top: 36px;
  }
  #footer .footer-languages {
    margin: 41px -1px 0 0;
  }
  #footer .footer-languages .language-item {
    padding: 0 0 0 23px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  #footer .footer-languages .language-item:before {
    margin: 1px 0 0;
  }
  #footer .footer-languages .language-item:after {
    margin: 1px 0 0;
  }
  #footer h4 {
    margin: 16px 0 14px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  #footer .middle {
    padding: 24px 0 4px;
  }
  #footer .middle > .row > div[class^="col-"] + div[class^="col-"] {
    padding-top: 25px;
  }
  #footer h5 {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  #footer .footer-logos {
    text-align: left;
    margin: 0 -15px;
  }
  #footer .footer-logos li {
    width: 50%;
    padding: 15px 15px 23px;
  }
  #footer .footer-logos li + li {
    margin-left: 0;
  }
  #footer .footer-logos img {
    max-width: 132px;
    max-height: 25px;
  }
  #footer .bottom {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 33px 0 18px;
  }
  #footer .bottom .pull-right {
    float: none !important;
  }
  #footer .bottom-links {
    text-align: left;
    margin: 0 -15px;
    padding: 0 0 17px;
  }
  #footer .bottom-links li {
    width: 50%;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 0 15px;
  }
  #footer .bottom-links li + li {
    padding-left: 15px;
    text-align: right;
  }
  #footer .footer-links li {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 0 0 13px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  footer {
    min-height: 100px;
    color: #ffffff;
  }
  footer hr {
    border: 0.5px solid #49586a;
    margin: 0;
    margin-left: -20px !important;
    width: 120vw;
  }
  footer .list-container {
    padding: 2px 1px;
    opacity: 0.8;
    width: 100% !important;
  }
  footer .list-container .menu {
    height: auto;
    max-height: 0;
    padding-left: 12vw !important;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
    overflow-y: hidden;
    overflow-x: visible;
    width: 100vw;
  }
  footer .list-container .menu .menu-item {
    padding: 11px 0 11px 0 !important;
    border-bottom: 1px solid #3c4959 !important;
    width: 100%;
    margin-left: -12px !important;
    cursor: pointer;
  }
  footer .list-container .menu .menu-item:last-of-type {
    border-bottom: 0 !important;
  }
  footer .list-container .menu .menu-item a {
    font-weight: 300;
    font-size: 1.56em;
    color: #a0b1c3 !important;
    text-transform: none;
    margin-left: 10px !important;
  }
  footer .list-container .menu hr {
    margin: 2px 0;
    width: 100vw;
  }
  footer .footer-content-row {
    width: 100vw !important;
  }
  footer .middle {
    border-width: 0 0 2px 0 !important;
  }
  .arrow {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .arrow-down {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .arrow-right {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #bdcad5;
  }
  .listHeader {
    padding: 18px 0;
    width: 100vw;
    cursor: pointer;
  }
  .listHeader h4 {
    display: inline !important;
    line-height: 14px !important;
    font-size: 1.15em !important;
    font-weight: 400 !important;
    margin: 0 !important;
    color: #cbd6e1 !important;
    text-transform: none !important;
    vertical-align: top;
    padding-left: 6px;
  }
  #footer .logo-footer {
    margin: 0;
    scale: 1.4;
    margin-left: 10px;
  }
}

/*! Main banner/Hero section */
.main-banner {
  position: relative;
  z-index: 5;
  background-color: #0a47a7;
  background-size: cover;
  background-position: 50% 50%;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 3.4rem;
}

.main-banner .wrap-in {
  position: relative;
  overflow: hidden;
}

.main-banner .wrap-in:before {
  position: absolute;
  content: '';
  width: 200vw;
  height: 100vh;
  left: -50px;
  top: 88.7%;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  background: #f5f7f9;
  z-index: 10;
  -webkit-transform: rotate(-8.8deg);
      -ms-transform: rotate(-8.8deg);
          transform: rotate(-8.8deg);
}

.main-banner > img {
  display: none;
}

.main-banner .holder {
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
  width: 100vw;
  background: rgba(8, 67, 164, 0.6);
  z-index: 5;
  padding: 220px 0 223px;
  position: relative;
}

.main-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: -1;
}

.main-banner p {
  margin: 0 0 42px;
}

.main-banner .wrap-text {
  max-width: 450px;
}

.main-banner .ico-next {
  position: absolute;
  bottom: 38px;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 36px;
  z-index: 20;
  cursor: pointer;
}

.main-banner .ico-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 26px;
  margin: -13px 0 0 -9px;
  background: url(./images/ico-arrow-down.svg) no-repeat;
  background-size: 18px auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main-banner .ico-next:hover:before {
  -webkit-animation: bounce 2s ease-in-out infinite;
  animation: bounce 2s ease-in-out infinite;
}

.main-banner.main-banner--resources {
  background: #3389e9;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #3389e9), to(#3b79be));
  background: -o-linear-gradient(left, #3389e9 0, #3b79be 100%);
  background: linear-gradient(to right, #3389e9 0, #3b79be 100%);
}

.main-banner.main-banner--resources .holder {
  background-color: transparent;
}

.main-banner.main-banner--apps {
  background-color: #48a3da;
}

.main-banner.main-banner--apps .wrap-in:before {
  top: 100%;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.main-banner.main-banner--apps .wrap-text {
  max-width: 50% !important;
}

@media screen and (max-width: 991px) {
  .main-banner.main-banner--apps .wrap-text {
    max-width: none !important;
  }
}

.main-banner.main-banner--apps .wrap-text h1 {
  position: relative;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .main-banner.main-banner--apps .wrap-text h1 {
    font-size: 3rem;
    line-height: 1.334;
    margin-bottom: 8px;
    padding-left: 13px;
  }
}

.main-banner.main-banner--apps .wrap-text h1::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background-color: #f15831;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .main-banner.main-banner--apps .wrap-text h1::before {
    left: 0px;
    top: 10px;
    bottom: 5px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .main-banner.main-banner--apps .wrap-text p {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .main-banner.main-banner--apps .wrap-text .btn.btn-pill {
    margin-bottom: 24px;
  }
}

.main-banner.main-banner--apps .holder {
  padding: 180px 0 200px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .main-banner.main-banner--apps .holder {
    padding-bottom: 116px !important;
  }
}

.main-banner.main-banner--apps .container {
  position: relative;
}

.main-banner.main-banner--apps .image {
  left: auto;
  bottom: auto;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  .main-banner.main-banner--apps .image {
    max-width: none;
    position: static;
    margin: 24px auto;
  }
}

.main-banner.main-banner--apps .image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .main-banner.main-banner--apps .image img {
    max-width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}

.main-banner.main-banner--about {
  background-color: #48a3da;
}

.main-banner.main-banner--about .wrap-in:before {
  top: 100%;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.main-banner.main-banner--about .wrap-text {
  max-width: 50% !important;
}

@media screen and (max-width: 991px) {
  .main-banner.main-banner--about .wrap-text {
    max-width: none !important;
  }
}

.main-banner.main-banner--about .wrap-text h1 {
  position: relative;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .main-banner.main-banner--about .wrap-text h1 {
    font-size: 3rem;
    line-height: 1.334;
    margin-bottom: 8px;
    padding-left: 13px;
  }
}

.main-banner.main-banner--about .wrap-text h1::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background-color: #f15831;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .main-banner.main-banner--about .wrap-text h1::before {
    left: 0px;
    top: 10px;
    bottom: 5px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .main-banner.main-banner--about .wrap-text p {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .main-banner.main-banner--about .wrap-text .btn.btn-pill {
    margin-bottom: 24px;
  }
}

.main-banner.main-banner--about .holder {
  padding: 180px 0 200px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .main-banner.main-banner--about .holder {
    padding-bottom: 116px !important;
  }
}

.main-banner.main-banner--about .container {
  position: relative;
}

.main-banner.main-banner--about .image {
  left: auto;
  bottom: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  .main-banner.main-banner--about .image {
    max-width: none;
    position: static;
    margin: 24px auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.main-banner.main-banner--about .image .image-crop {
  width: 100%;
  max-width: 460px;
  position: relative;
  margin-left: auto;
  margin-right: 15px;
}

.main-banner.main-banner--about .image .image-crop::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.main-banner.main-banner--about .image .image-crop::after {
  content: "";
  display: block;
  width: 136px;
  height: 136px;
  background: url("./images/dots-white-op30-136x136px.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .main-banner.main-banner--about .image .image-crop::after {
    width: 136px;
    height: 136px;
  }
}

.main-banner.main-banner--about .image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px;
}

@media screen and (min-width: 992px) {
  .main-banner.main-banner--about .image img {
    border-radius: 30px;
  }
}

.main-banner.type2 {
  background: #3389e9;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #3389e9), to(#3b79be));
  background: -o-linear-gradient(left, #3389e9 0, #3b79be 100%);
  background: linear-gradient(to right, #3389e9 0, #3b79be 100%);
}

.main-banner.type2 .holder {
  background: #3389e9;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #3389e9), to(#3b79be));
  background: -o-linear-gradient(left, #3389e9 0, #3b79be 100%);
  background: linear-gradient(to right, #3389e9 0, #3b79be 100%);
}

.main-banner.type2 .wrap-text {
  max-width: 550px;
}

.main-banner.type2 h2 {
  line-height: 4.8rem;
  margin-bottom: 35px;
}

.main-banner .line-1 {
  bottom: -80px;
}

.main-banner .line-1:before {
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
      transform: rotate(17deg);
}

.main-banner .line-2 {
  bottom: 0;
  left: 52px;
}

.main-banner .line-2:before {
  -webkit-transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
      transform: rotate(-43deg);
  opacity: 0.1;
}

.main-banner .image {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 99px;
  z-index: 20;
}

.main-banner .image img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.main-banner .image .svg-hold {
  position: absolute;
  top: 21%;
  left: 20%;
  bottom: 31.8%;
  width: 41.442%;
  height: auto;
}

.main-banner .image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-banner .bg-line:before {
  background: #68ffff;
  opacity: 0.2;
}

.main-banner.type4 {
  background: #2a3b5d;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #2a3b5d), to(#2b3446));
  background: -o-linear-gradient(left, #2a3b5d 0, #2b3446 100%);
  background: linear-gradient(to right, #2a3b5d 0, #2b3446 100%);
}

.main-banner.type4 .holder {
  background: #2a3b5d;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #2a3b5d), to(#2b3446));
  background: -o-linear-gradient(left, #2a3b5d 0, #2b3446 100%);
  background: linear-gradient(to right, #2a3b5d 0, #2b3446 100%);
}

.main-banner.type4 .bg-line:before {
  background: #5472b0;
  opacity: 0.3;
}

.main-banner.type4 .line-2:before {
  opacity: 0.1;
}

.main-banner.type3 .holder {
  background: none;
}

.main-banner.type3 .wrap-text {
  max-width: 770px;
}

.main-banner .wrap-text .title {
  display: block;
  font-size: 2rem;
  line-height: 2.4rem;
  padding: 0 0 24px;
  text-transform: uppercase;
}

.main-banner.type5 {
  background: #f79235;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f79235), to(#db7517));
  background: -o-linear-gradient(left, #f79235 0, #db7517 100%);
  background: linear-gradient(to right, #f79235 0, #db7517 100%);
}

.main-banner.type5 .holder {
  background: #f79235;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f79235), to(#db7517));
  background: -o-linear-gradient(left, #f79235 0, #db7517 100%);
  background: linear-gradient(to right, #f79235 0, #db7517 100%);
}

.main-banner.type5 .wrap-text {
  max-width: 500px;
}

.main-banner.type5 .line-1:before {
  opacity: 0.3;
  background: #ffff60;
}

.main-banner.type5 .line-2:before {
  opacity: 0.1;
  background: #ffff60;
}

.main-banner.type6 {
  background: #3389e9;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #3389e9), to(#3b79be));
  background: -o-linear-gradient(left, #3389e9 0, #3b79be 100%);
  background: linear-gradient(to right, #3389e9 0, #3b79be 100%);
}

.main-banner.type6 .holder {
  background: #3389e9;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #3389e9), to(#3b79be));
  background: -o-linear-gradient(left, #3389e9 0, #3b79be 100%);
  background: linear-gradient(to right, #3389e9 0, #3b79be 100%);
  padding: 310px 0 430px;
}

.main-banner.type6 .wrap-text {
  max-width: 635px;
}

.main-banner.type6 h1 {
  margin-bottom: 19px;
}

.main-banner.type7 .wrap-text {
  max-width: 780px;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-banner.type6 .holder {
    padding: 210px 0 430px;
  }
}

@media screen and (max-width: 1199px) {
  .main-banner .holder {
    padding-top: 150px;
  }
  .main-banner .image {
    right: -80px;
  }
  .main-banner .sticky-wrapper {
    top: 150px;
  }
  .main-banner.type2 .wrap-text {
    max-width: 450px;
  }
  .main-banner.type6 .holder {
    padding: 200px 0 395px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-banner video {
    display: none !important;
  }
  .main-banner .holder {
    background: none;
  }
}

@media screen and (max-width: 991px) {
  .main-banner {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .main-banner.type2 .wrap-text {
    max-width: 50%;
  }
  .main-banner.type2 h2 {
    line-height: 4.2rem;
  }
  .main-banner .image {
    right: -85px;
    bottom: 50px;
  }
  .main-banner.type6 .holder {
    padding: 200px 0 395px;
  }
  .main-banner.mobile-limit .holder {
    height: 300px !important;
    padding-top: 110px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .push .main-banner .holder {
    opacity: 0;
  }
  .push .main-banner .image {
    opacity: 0;
  }
  .push .main-banner.type2 .wrap-in:before {
    opacity: 0;
  }
  .push .main-banner.type3 .wrap-in:before {
    opacity: 0;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .animation-top {
    -webkit-transform: none !important;
    -ms-transform: none !important;
        transform: none !important;
    opacity: 1 !important;
  }
  .main-banner {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .main-banner .ico-next {
    display: none;
  }
  .main-banner .holder {
    padding: 125px 0 71px;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .main-banner .wrap-text {
    max-width: none;
  }
  .main-banner .wrap-text .btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .main-banner .wrap-text .title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 0 0 22px;
  }
  .main-banner.type2 .wrap-text {
    max-width: none;
  }
  .main-banner.type2 h2 {
    line-height: 3rem;
    margin-bottom: 20px;
  }
  .main-banner.type2 .holder {
    padding-bottom: 210px;
    padding-top: 130px;
  }
  .main-banner.type2 .wrap-in:before {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .main-banner .image {
    left: 11px;
    right: -64px;
    bottom: -28px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-banner .line-2 {
    bottom: auto;
    top: 300px;
  }
  .main-banner .sticky-wrapper {
    top: auto;
    bottom: 0;
  }
  .main-banner.type3 .wrap-text {
    max-width: none;
  }
  .main-banner.type3 .wrap-text h1 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 140px;
  }
  .main-banner.type3 .wrap-text h1 + .btn {
    margin-top: -130px;
  }
  .main-banner.type3 .wrap-in:before {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .main-banner p {
    margin: 0;
  }
  .main-banner.type6 .holder {
    padding: 96px 0 223px;
  }
  .main-banner.type6 h1 {
    margin-bottom: 15px;
  }
  .main-banner.type6 .wrap-in:before {
    display: block;
  }
  .main-banner .wrap-in:before {
    display: none;
  }
  .main-banner.type7 .btn {
    position: static;
    display: block;
    width: 100%;
  }
  .main-banner .btn.type2 {
    display: block;
    position: static;
    margin-bottom: -64px;
    margin-top: 30px;
  }
  .main-banner.mobile-limit .holder {
    padding-top: 61px;
    padding-bottom: 0;
  }
  .btn-banner {
    padding: 30px 0 59px;
  }
  .btn-banner .btn {
    display: block;
  }
}

@media only screen and (max-width: 767px) and (max-height: 567px) {
  .main-banner .holder {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .main-banner.type5 .wrap-in::before {
    display: block;
  }
  .main-banner.type5 .image {
    right: -35px;
    max-width: 320px;
  }
  .main-banner.type5 .holder {
    padding-top: 90px;
  }
  .main-banner.type5 .holder.has-img {
    padding-top: 130px;
    padding-bottom: 170px;
  }
  .main-banner .wrap-text.type2 .btn {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    display: block;
    width: 100%;
    min-width: 1px;
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  .main-banner.with-offset h2 {
    margin-bottom: 110px;
  }
  .main-banner.type4 .wrap-in:before {
    display: block;
  }
}

/*! Intro section */
.intro-section {
  background: #f5f7f9;
  position: relative;
  z-index: 2;
}

.intro-section .wrap-in {
  overflow: hidden;
  position: relative;
}

.intro-section .container {
  position: relative;
  padding-top: 230px;
  padding-bottom: 355px;
}

.intro-section .items {
  margin-bottom: -262px;
}

.intro-section.type2 .container {
  padding-bottom: 100px;
}

.intro-section.type2 .intro-block {
  max-width: 500px;
}

.intro-section.type3 .container {
  padding-bottom: 67px;
}

.intro-section .line-1 {
  bottom: 170px;
}

.intro-section .line-2 {
  bottom: -150px;
}

.intro-section .line-2:before {
  background: #48a3da;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
      transform: rotate(20deg);
}

.intro-section.type4 .container {
  padding-top: 260px;
  padding-bottom: 222px;
}

.intro-block {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 100px;
  text-align: center;
}

.intro-block p {
  margin: 0;
}

.intro-block.type2 {
  max-width: 450px;
}

@media screen and (max-width: 1199px) {
  .intro-section .container {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .intro-section .items {
    margin-bottom: -240px;
  }
  .intro-section.type3 .intro-block {
    max-width: 440px;
  }
  .intro-block {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .intro-section .container {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .intro-block {
    max-width: 540px;
  }
  .intro-section.type3 .intro-block {
    margin: 0;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .intro-section .container {
    padding-top: 59px;
    padding-bottom: 31px;
  }
  .intro-section .items {
    margin-bottom: 0;
    padding-top: 3px;
  }
  .intro-section.type2 .container {
    padding-bottom: 40px;
    padding-top: 39px;
  }
  .intro-section .flex-row,
  .intro-section .items .flex-box {
    display: block;
  }
  .intro-section.type3 .container {
    padding-top: 111px;
    padding-bottom: 0;
  }
  .intro-section.type3 .intro-block {
    max-width: 100%;
  }
  .intro-section .line-2 {
    bottom: -44px;
  }
  .intro-section.type4 .container {
    padding-top: 60px;
    padding-bottom: 142px;
  }
  .intro-section.type4 .bg-line {
    bottom: 70px;
  }
  .intro-block {
    max-width: none;
    text-align: left;
    padding-bottom: 30px;
  }
}

/*! Testimonials section */
.testimonials-section {
  position: relative;
  z-index: 20;
  background: #ffffff;
}

.testimonials-section .container {
  padding-top: 141px;
}

.testimonials {
  position: relative;
}

.testimonials .slick-slide:focus {
  outline: none;
}

.testimonials_slides {
  position: relative;
}

.switcher-box {
  background: #f15632;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  padding: 11px 50px 13px;
  position: absolute;
  z-index: 30;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  margin: 0 0 -25px;
  min-width: 150px;
  text-align: center;
}

.switcher-box .slide-current {
  color: #ffffff;
  font-family: "Heebo", Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
}

.switcher-box .slide-total {
  color: #ffffff;
  font-family: "Heebo", Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
}

.switcher-box .slide-total:before {
  content: '/';
  margin: 0 0 0 -3px;
}

.switcher-box .btn-direction {
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  width: 45px;
  border: 0;
  background: none;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.switcher-box .btn-direction:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 26px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 26px 18px;
  margin-top: -10px;
}

.switcher-box .btn-direction--prev {
  left: 0;
}

.switcher-box .btn-direction--prev:before {
  background-image: url(./images/arrow-left-white-001.svg);
  margin-left: -10px;
}

.switcher-box .btn-direction--prev:hover:before {
  margin-left: -13px;
}

.switcher-box .btn-direction--next {
  right: 0;
}

.switcher-box .btn-direction--next:before {
  background-image: url(./images/arrow-right-white-001.svg);
  margin-left: -14px;
}

.switcher-box .btn-direction--next:hover:before {
  margin-left: -11px;
}

.testimonials_single-testimonial {
  position: relative;
  padding: 131px 0 108px;
  margin: 0 auto;
  max-width: 760px;
  border: 0;
  text-align: center;
}

.testimonials_single-testimonial:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: 67px;
  height: 59px;
  background: url(./images/ico-quotes-blue-001.svg) no-repeat;
  background-size: 67px 59px;
  margin: 0 0 0 -34px;
}

.testimonials_single-testimonial q {
  display: block;
  color: #283246;
  font-size: 3rem;
  line-height: 4.5rem;
  padding: 0 0 36px;
  quotes: none;
}

.testimonials_single-testimonial q:before, .testimonials_single-testimonial q:after {
  content: '';
}

.testimonials_single-testimonial cite {
  display: block;
  color: #3c4959;
  font-size: 1.6rem;
  line-height: 2.7rem;
  font-style: normal;
  max-width: 370px;
  margin: 0 auto;
}

.testimonials_single-testimonial cite .img {
  display: block;
  margin: 0 auto 16px;
  width: 52px;
  height: 52px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  border: solid 1px #828ea1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.testimonials_single-testimonial cite .img > img {
  display: none;
}

.testimonials_single-testimonial cite strong {
  font-weight: 700;
  display: block;
}

.testimonials_single-testimonial cite em {
  display: block;
  font-style: normal;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .testimonials-section .container {
    padding-top: 48px;
    padding-bottom: 24px;
  }
  .testimonials_single-testimonial {
    position: relative;
    padding: 64px 0 4px;
    margin: 0;
    max-width: none;
  }
  .testimonials_single-testimonial:before {
    width: 34px;
    height: 30px;
    background-size: 34px 30px;
    margin: 0 0 0 -17px;
  }
  .testimonials_single-testimonial q {
    font-size: 2rem;
    line-height: 3.2rem;
    padding: 0 0 24px;
  }
  .testimonials_single-testimonial cite {
    font-size: 1.6rem;
    line-height: 2.7rem;
    max-width: none;
    margin: 0;
  }
  .testimonials_single-testimonial cite .img {
    margin-bottom: 18px;
  }
}

/*! Info section */
.info-section {
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: #f5f7f9;
}

.info-section .bg-line {
  bottom: auto;
  top: 123px;
}

.info-section .container {
  padding-top: 106px;
  padding-bottom: 118px;
  position: relative;
  z-index: 20;
}

.image-section {
  margin: 0;
  padding: 0 0 0 699px;
  position: relative;
}

.image-section .img {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  overflow: hidden;
  margin: 10px 0 0 -369px;
  width: 1040px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.image-section .img img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.image-section .img .anim-text {
  position: absolute;
  top: 31%;
  right: 18%;
  width: 31%;
}

.image-section .img .anim-text-in {
  width: 300px;
  height: 230px;
  background: url(./images/Comp-1_5-edited2.gif) no-repeat;
  background-size: auto 100%;
}

.image-section figcaption {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 800px;
  color: #49586a;
  font-size: 1.6rem;
  line-height: 2.7rem;
  padding: 50px 0 0;
  position: relative;
  z-index: 11;
}

.image-section figcaption h2 {
  color: #283246;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 700;
  margin: 0 0 39px;
}

.image-section figcaption p {
  margin: 0;
}

@media only screen and (max-width: 1299px) {
  /* info-section */
  .image-section {
    padding-left: 60%;
  }
  .image-section .img {
    width: 75%;
    margin-left: -13%;
  }
  .image-section .img .anim-text-in {
    width: 255px;
    height: 196px;
  }
}

@media screen and (max-width: 1199px) {
  .image-section .img .anim-text-in {
    width: 195px;
    height: 156px;
  }
}

@media screen and (max-width: 991px) {
  .info-section .bg-line {
    top: 55px;
  }
  .info-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .image-section {
    padding-left: 50%;
  }
  .image-section .img {
    width: 65%;
    margin-left: -15%;
  }
  .image-section .img .anim-text-in {
    width: 135px;
    height: 102px;
  }
  .image-section figcaption {
    height: 500px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .info-section .container {
    padding-top: 16px;
    padding-bottom: 34px;
  }
  .image-section {
    padding: 0;
  }
  .image-section .img {
    position: relative;
    top: auto;
    left: -49px;
    margin: 0 -108px 56px;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  }
  .image-section figcaption {
    display: block;
    width: auto;
    height: auto;
    font-size: 1.6rem;
    line-height: 2.7rem;
    padding: 0;
  }
  .image-section figcaption h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 0 0 30px;
  }
  .image-section figcaption p {
    letter-spacing: 0.1px;
  }
  .image-section .img .anim-text {
    right: 31.5%;
    width: 17.5%;
  }
  .image-section .img .anim-text-in {
    width: 100%;
    height: 0;
    padding: 0 0 127.27%;
  }
  .image-section .img .anim-text-in,
  .image-section .img .anim-text.active .anim-text-in {
    background-position: 100% 0;
    -webkit-animation: none;
    animation: none;
  }
}

/* Logos section */
.logos {
  padding: 139px 0 55px;
}

.logos h3 {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0 0 26px;
  color: #bdcad5;
}

.logos ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos ul li {
  padding: 0 15px;
}

.logos ul a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 100%;
}

.logos ul a img {
  vertical-align: top;
  max-width: 100%;
  max-height: 80px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.logos ul a img.hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
}

.logos ul a:hover img {
  opacity: 0;
}

.logos ul a:hover img.hover {
  opacity: 1;
}

.logos.type2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -27px;
}

.logos.type3 {
  padding-top: 15px;
}

.logos.type3 ul {
  margin: 0 -45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logos.type3 ul li {
  padding-left: 45px;
  padding-right: 45px;
}

.logos--medium ul li {
  padding: 0 20px;
}

.logos--big ul li {
  padding: 0 25px;
}

.logos-section {
  background: #ffffff;
}

.logos-section .logos {
  padding-top: 0;
  padding-bottom: 0;
}

.logos-section .container {
  padding-top: 63px;
  padding-bottom: 57px;
}

@media screen and (max-width: 1199px) {
  .logos {
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .logos {
    padding: 50px 0 0;
  }
  .logos.type2 {
    margin-top: 0;
  }
  .logos ul a img {
    height: auto;
  }
  .logos-section .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .logos {
    padding: 34px 0 0;
  }
  .logos ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .logos ul li {
    padding: 4px 15px 28px;
  }
  .logos ul a img {
    max-width: 80%;
  }
  .logos.type2 {
    margin-top: -25px;
  }
  .logos-section .container {
    padding-top: 20px;
    padding-bottom: 16px;
  }
}

/* Background line */
.bg-line {
  position: absolute;
  bottom: 156px;
  left: 50%;
  height: 64px;
  width: 9000px;
  margin-left: -4500px;
  z-index: -1;
}

.bg-line:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e3ebf3;
  -webkit-transform: rotate(-12.7deg);
  -ms-transform: rotate(-12.7deg);
      transform: rotate(-12.7deg);
}

.bg-line.bg-line--type-2 {
  bottom: auto;
  top: 0;
  margin-top: 160px;
}

.bg-line.bg-line--type-3 {
  bottom: auto;
  top: 0;
  margin-top: 250px;
}

.bg-line.bg-line--type-3:before {
  background: #48a3da;
  -webkit-transform: rotate(17.7deg);
  -ms-transform: rotate(17.7deg);
      transform: rotate(17.7deg);
}

.bg-line.bg-line--type-4 {
  margin-bottom: -47px;
  height: 490px;
  z-index: 6;
}

.bg-line.bg-line--type-4:before {
  background: #3389e9;
  background: -webkit-gradient(linear, left top, right top, from(#3389e9), to(#3b79be));
  background: -o-linear-gradient(left, #3389e9 0%, #3b79be 100%);
  background: linear-gradient(to right, #3389e9 0%, #3b79be 100%);
  -webkit-transform: rotate(-6.7deg);
  -ms-transform: rotate(-6.7deg);
      transform: rotate(-6.7deg);
  top: 78px;
}

.bg-line.bg-line--type-4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 200px;
  margin: -124px 0 0;
  background: #f5f7f9;
  -webkit-transform: rotate(-8.3deg);
  -ms-transform: rotate(-8.3deg);
      transform: rotate(-8.3deg);
  display: none;
}

@media screen and (max-width: 991px) {
  [data-uk-parallax] {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
  }
  .bg-line {
    height: 35px;
    bottom: 30px;
  }
  .bg-line.bg-line--type-2 {
    margin-top: 200px;
  }
  .bg-line.bg-line--type-3 {
    margin-top: 300px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .bg-line.bg-line--type-2 {
    margin-top: 21px;
    height: 37px;
  }
}

/*! Image banner */
.image-banner {
  margin: 0;
  min-height: 700px;
  position: relative;
}

.image-banner figcaption {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 700px;
  position: relative;
  z-index: 20;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

.image-banner figcaption .container {
  padding-top: 41px;
  padding-bottom: 30px;
  max-width: 590px;
}

.image-banner figcaption h2 {
  color: #ffffff;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 700;
  margin: 0 0 29px;
}

.image-banner figcaption p {
  margin: 0 0 29px;
}

.image-banner.image-banner--no-image figcaption {
  color: #2b3446;
}

.image-banner.image-banner--no-image figcaption h2 {
  color: #2b3446;
}

.image-banner_img {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.image-banner_img:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3389e9;
  background: -webkit-gradient(linear, left top, right top, from(#3389e9), to(#3b79be));
  background: -o-linear-gradient(left, #3389e9 0%, #3b79be 100%);
  background: linear-gradient(to right, #3389e9 0%, #3b79be 100%);
  opacity: 0.8;
}

.image-banner_img > img {
  display: none;
}

.image-banner_btns-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.image-banner_btns-list > li {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .image-banner {
    min-height: 552px;
  }
  .image-banner figcaption {
    height: 552px;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .image-banner figcaption .container {
    padding-top: 31px;
    padding-bottom: 30px;
  }
  .image-banner figcaption h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 0 0 30px;
  }
  .image-banner figcaption p {
    margin: 0 0 32px;
    padding: 0 5px;
  }
  .image-banner_btns-list {
    margin: 0;
  }
  .image-banner_btns-list > li {
    display: block;
    padding: 0;
  }
  .image-banner_btns-list > li + li {
    padding-top: 20px;
  }
  .image-banner_btns-list .btn {
    display: block;
    width: 100%;
    min-width: 1px;
  }
  .image-banner_btns-list .btn span {
    font-size: 1.8rem;
  }
}

/*! Social */
.social {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.social > li {
  display: inline-block;
  vertical-align: top;
}

.social > li + li {
  padding-left: 42px;
}

.social a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 0;
  line-height: 0;
  color: #bdcad5;
  text-decoration: none;
}

.social a:hover {
  text-decoration: none;
  color: #f15632;
}

.social a:before {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  line-height: 3.2rem;
  font-family: 'FontAwesome';
}

.social .linkedin:before {
  content: '\f0e1';
  margin: -17px 0 0 -13px;
}

.social .twitter:before {
  content: '\f099';
  margin: -18px 0 0 -15px;
  font-size: 3.4rem;
  line-height: 3.6rem;
}

.social .facebook:before {
  content: '\f09a';
  margin: -14px 0 0 -8px;
  font-size: 2.8rem;
  line-height: 3rem;
}

.social .medium:before {
  content: '\f23a';
  margin: -16px 0 0 -8px;
  font-size: 2.8rem;
  line-height: 3rem;
}

@media screen and (max-width: 991px) {
  .social > li + li {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .social > li + li {
    padding-left: 42px;
  }
}

/*! Subscribe section (Subscribe to our newsletter) */
.subscribe-section {
  background: #ffffff;
}

.subscribe-section .container {
  padding-top: 58px;
  padding-bottom: 55px;
}

.subscribe-section h3 {
  color: #bdcad5;
  margin: 0 0 17px;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
}

.subscribe-section .social {
  margin: 0 0 0 -7px;
  padding: 17px 0 0;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .subscribe-section .container {
    padding-top: 64px;
    padding-bottom: 48px;
  }
  .subscribe-section .container > .row > div[class^="col-"] + div[class^="col-"] {
    padding-top: 55px;
  }
  .subscribe-section h3 {
    margin: 0 0 12px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .subscribe-section .social {
    margin: 0 0 0 -7px;
    padding: 13px 0 0;
  }
}

/*! Subscribe form */
.subscribe-form {
  position: relative;
  padding-top: 11px;
}

#subscribe-modal .wpcf7-mail-sent-ok {
  background: transparent !important;
  font-size: 0;
  font-size: 0;
  display: none;
}

#subscribe-modal .wpcf7-mail-sent-ok:before {
  content: none;
}

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

.input-wrap label {
  font-weight: 400;
  margin: 0 0 11px;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.modal-content .subscribe-form .input-wrap .form-control {
  padding-right: 19px;
}

.input-wrap .form-control {
  border: 1px solid #cbd6e1;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: top;
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 7px 19px;
}

.subscribe-form .input-wrap .form-control {
  padding-right: 130px;
}

.subscribe-form .btn-row {
  position: absolute;
  z-index: 20;
  bottom: 0;
  right: 0;
  width: 280px;
}

.subscribe-form .btn-row .btn {
  display: block;
  width: 100%;
  min-width: 1px;
  border-radius: 0 5px 5px 0;
}

.thanks-message {
  padding: 16px 0 28px;
  color: #2b3446;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
}

.body.hide-cookies-subscribe .hide-subscribe {
  display: none !important;
}

.error-subscribe {
  display: none;
}

.subscribe-form.footer-form.error-state .error-subscribe {
  display: block;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 10px;
}

@media screen and (max-width: 991px) {
  .subscribe-form .input-wrap .form-control {
    padding-right: 19px;
  }
  .subscribe-form .btn-row {
    width: 150px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .subscribe-form {
    padding: 28px 0 0;
  }
  .subscribe-form .btn-row {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
    padding: 30px 0 0;
  }
  .subscribe-form .btn-row .btn {
    border-radius: 5px;
  }
  .thanks-message {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 10px 0 5px;
  }
  .subscribe-form .input-wrap .form-control,
  .input-wrap .form-control {
    padding: 7px 19px;
  }
}

/*! Modals/Popups */
.modal {
  outline: none;
  overflow-y: auto;
  padding: 0 !important;
  z-index: 1650;
  text-align: center;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin: 0 3px 0 -10px;
}

.modal .btn-close {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  background: none;
  margin: 22px 22px 0 0;
}

.modal .social-box {
  padding-bottom: 12px;
}

.modal .social a:before {
  font-size: 2.5rem;
}

.modal .social .facebook:before {
  font-size: 2.4rem;
}

.modal .social .medium:before {
  font-size: 2.4rem;
}

.modal .social .twitter:before {
  font-size: 2.8rem;
}

.modal-backdrop {
  background: #2b3446;
  z-index: 1600;
}

.modal-backdrop.in {
  opacity: 0.6;
}

.modal-dialog {
  max-width: 580px;
  width: 580px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  margin-bottom: 15px;
}

.modal-content {
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: 0;
  min-height: 100px;
  padding: 62px 20px 30px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.modal-content p {
  margin: -2px 0 21px;
}

.modal-content h4 {
  margin: 0 0 52px;
  color: #283246;
  text-align: center;
  font-size: 2rem;
  line-height: 2.4rem;
}

.social-box {
  text-align: center;
  padding: 0 0 32px;
}

.social-box h5 {
  color: #bdcad5;
  margin: 0 0 18px;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
}

.subscribe-form.modal-subscribe {
  padding: 0 0 39px;
  max-width: 502px;
  margin: 0 auto;
}

.subscribe-form.modal-subscribe .btn-row {
  position: relative;
  bottom: auto;
  right: auto;
  width: auto;
  text-align: center;
  padding: 19px 0 0;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.subscribe-form.modal-subscribe .btn-row .btn {
  border-radius: 5px;
  min-width: 180px;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
}

.subscribe-form.modal-subscribe .btn-row p {
  margin: auto;
}

.subscribe-form.modal-subscribe .btn-row p a {
  font-weight: 700;
  color: #f15632;
}

.subscribe-form.modal-subscribe .input-wrap {
  margin-bottom: 21px;
}

.subscribe-form.modal-subscribe .input-wrap .form-control {
  border-radius: 0;
}

.thanks-message.modal-thanks-message {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 444px;
  padding: 31px 0 20px;
  color: #283246;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  text-align: center;
}

.thanks-message.modal-thanks-message h5 {
  color: #283246;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin: 0;
}

.popup--video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 250;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.popup--video.popup--opened {
  opacity: 1;
  visibility: visible;
}

.popup--video .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 260;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  color: #ef6100;
  border-radius: 0 0 0 20px;
}

.popup--video .btn-close:hover {
  background-color: white;
}

.popup--video .btn-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 2px;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.popup--video .btn-close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 2px;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.popup--video_media {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.popup--video_media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .modal-dialog {
    width: calc(100vw - 40px);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .modal-content {
    border-radius: 0;
    padding: 49px 20px 15px;
  }
  .modal-content h4 {
    margin: 0 auto 37px;
    max-width: 115px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .modal .btn-close {
    margin: 15px 14px 0 0;
  }
  .modal .social a:before {
    font-size: 3rem;
  }
  .modal .social .facebook:before {
    font-size: 2.8rem;
  }
  .modal .social .medium:before {
    font-size: 2.8rem;
  }
  .modal .social .twitter:before {
    font-size: 3.4rem;
  }
  .social-box {
    padding: 0 0 15px;
  }
  .social-box h5 {
    margin: 0 0 18px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .subscribe-form.modal-subscribe {
    padding: 0 0 41px;
    max-width: none;
    margin: 0;
  }
  .subscribe-form.modal-subscribe .btn-row {
    line-height: 1.6rem;
    padding: 30px 0 0;
  }
  .subscribe-form.modal-subscribe .btn-row .btn {
    width: 100%;
    margin-bottom: 30px;
  }
  .thanks-message.modal-thanks-message {
    height: 200px;
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .thanks-message.modal-thanks-message h5 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

/*! Page title / Title page */
.title-page {
  display: table;
  margin: 0 0 33px;
  table-layout: fixed;
}

.title-page .ico {
  display: table-cell;
  vertical-align: top;
  width: 112px;
  padding: 4px 20px 0 0;
}

.title-page .ico i {
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
}

.title-page .ico i img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  height: auto;
}

.title-page h1 {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  font-size: 3rem;
  line-height: 4.4rem;
  font-weight: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .title-page h1 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .title-page {
    margin-bottom: 18px;
  }
  .title-page .ico {
    width: 80px;
    padding-top: 2px;
  }
  .title-page .ico i {
    width: 60px;
    height: 60px;
  }
  .title-page .ico i img {
    max-width: 40px;
  }
  .title-page h1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

/*! Info box */
.info-box {
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 79px 20px 66px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0 0 20px;
  display: block;
  text-decoration: none !important;
  color: inherit;
}

.info-box h3 {
  font-size: 2.6rem;
  line-height: 3rem;
  margin: 0 0 41px;
}

.info-box p {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .info-box {
    padding: 50px 15px;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .info-box h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 991px) {
  .info-box {
    padding: 70px 25px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .info-box h3 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .info-box {
    font-size: 1.6rem;
    line-height: 2.7rem;
    padding: 38px 25px 35px;
  }
  .info-box h3 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 23px;
  }
}

/*! Testimonial block - used on: 
 *  Platform, App page
 */
.testimonial-block {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  color: #ffffff;
  text-align: center;
}

.testimonial-block:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #3389e9;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #3389e9), to(#3b79be));
  background: -o-linear-gradient(left, #3389e9 0, #3b79be 100%);
  background: linear-gradient(to right, #3389e9 0, #3b79be 100%);
  opacity: 0.9;
}

.testimonial-block > img {
  display: none;
}

.testimonial-block figcaption {
  display: table-cell;
  vertical-align: middle;
  height: 950px;
  width: 100vw;
  position: relative;
  z-index: 2;
  padding: 126px 0 0;
}

.testimonial-block blockquote {
  border: 0;
  padding: 130px 0 0;
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  line-height: inherit;
  background: url(./images/ico-05.svg) no-repeat 50% 0;
  background-size: 66px 59px;
}

.testimonial-block blockquote q {
  display: block;
  font-size: 3rem;
  line-height: 4.5rem;
}

.testimonial-block blockquote q:after {
  display: none;
}

.testimonial-block blockquote q:before {
  display: none;
}

.testimonial-block.type2 figcaption {
  height: 700px;
  padding: 76px 0 50px;
}

.testimonial-block.type2 blockquote {
  max-width: 820px;
}

@media screen and (max-width: 1199px) {
  .testimonial-block figcaption {
    height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-block figcaption {
    height: 600px;
  }
  .testimonial-block blockquote q {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .testimonial-block.type2 figcaption {
    height: 500px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .testimonial-block figcaption {
    height: 100vh;
    padding: 50px 0 56px;
  }
  .testimonial-block blockquote {
    padding: 64px 0 0;
    background-size: 34px auto;
  }
  .testimonial-block blockquote q {
    font-size: 2rem;
    line-height: 3.2rem;
  }
  .testimonial-block.type2 figcaption {
    height: 100vh;
    padding: 50px 0 56px;
  }
}

/*! Gray area */
.gray-area {
  background: #f5f7f9;
  padding: 0 0 77px;
}

.gray-area .intro-section {
  background: none;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .gray-area {
    padding-bottom: 0;
  }
}

/*! Text block - re-used across mutiple sections as a title and subtitle block  */
.text-block {
  text-align: center;
}

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

.text-block--left .text-block_title,
.text-block--left .text-block_subtitle {
  text-align: left;
  margin-left: 0;
}

.text-block--left .text-block_title::before {
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.text-block_title {
  text-align: center;
  position: relative;
  padding-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}

.text-block_title::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f15831;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .text-block_title::before {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .text-block_title {
    text-align: left;
    font-size: 3rem;
    line-height: 1.334;
    margin-bottom: 1.6rem;
    padding-top: 8px;
  }
}

.text-block_subtitle {
  text-align: center;
  max-width: 564px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .text-block_subtitle {
    text-align: left;
    max-width: none;
    margin: 0 0 24px;
  }
}

/* App page - App info */
.app-info {
  position: relative;
  z-index: 3;
}

.app-info .bg-line {
  bottom: 44%;
}

.app-info .sticky-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
}

.app-info .img-phone.desktop {
  top: 0;
  margin-top: 0;
}

.app-info_section {
  position: relative;
  max-width: 630px;
  z-index: 10;
}

.app-info_descr {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 100vh;
  padding: 100px 0 100px 150px;
}

.app-info_descr h2 {
  margin: 0 0 10px;
}

.app-info_descr h3 {
  font-weight: 200;
  font-size: 3rem;
  line-height: 4.4rem;
  margin: 0 0 30px;
}

.app-info_descr p {
  margin: 0;
}

.app-info_number {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffffff;
  left: 35px;
  background: #48a3da;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 5px;
  font-family: "Heebo", Helvetica, sans-serif;
  font-weight: bold;
  -webkit-box-shadow: 0 0 9px rgba(72, 163, 218, 0.8);
  box-shadow: 0 0 9px rgba(72, 163, 218, 0.8);
}

.app-info_number:before {
  position: absolute;
  content: '';
  left: -14px;
  top: -14px;
  right: -14px;
  bottom: -14px;
  border-radius: 50%;
  border: 1px dashed #48a3da;
  opacity: 0.9;
}

.app-info_number:after {
  position: absolute;
  content: '';
  left: -36px;
  top: -36px;
  right: -36px;
  bottom: -36px;
  border-radius: 50%;
  border: 1px dashed #48a3da;
  opacity: 0.4;
}

@media screen and (max-width: 991px) {
  .app-info_section {
    max-width: 460px;
  }
  .app-info_descr {
    padding-left: 100px;
  }
  .app-info_descr h3 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .app-info_number {
    left: 20px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .app-info {
    padding-top: 100px;
  }
  .app-info_section {
    max-width: 100%;
  }
  .app-info_section:last-child .app-info_descr {
    padding-bottom: 68px;
  }
  .app-info_descr {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 56px;
    height: auto;
  }
  .app-info_descr h2 {
    margin-bottom: 18px;
  }
  .app-info_descr h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 21px;
  }
  .app-info_descr p {
    padding-right: 20px;
  }
  .app-info_number {
    top: 18px;
    left: 34px;
    display: none;
  }
  .app-info_img {
    width: 154px !important;
    height: 302px;
    background: url(./images/bg-phone.png) no-repeat;
    background-size: 100% auto;
    z-index: 10;
    padding: 32px 0 0 6px;
    margin: 26px auto 0;
  }
  .app-info_img img {
    max-width: 100%;
    width: 126px;
    display: block;
  }
}

/*! Sticky phone */
.sticky-phone {
  position: absolute;
  top: 0;
  width: 308px !important;
  height: 100vh;
}

.sticky-phone .phone-shape {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -299px;
  width: 100%;
  height: 597px;
  background: url(./images/bg-phone.png) no-repeat;
  background-size: 100% auto;
  z-index: 20;
}

.sticky-phone ul {
  padding: 0;
  list-style: none;
  margin: 65px 0 0 16px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  width: 250px;
  height: 443px;
  overflow: hidden;
}

.sticky-phone ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}

.sticky-phone ul a {
  padding: 0;
  pointer-events: none;
}

.sticky-phone ul a img {
  max-width: 100%;
  vertical-align: top;
  margin: 0;
}

.sticky-phone li:nth-child(1) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 1;
}

.sticky-phone li:nth-child(2) {
  z-index: 2;
}

.sticky-phone li:nth-child(3) {
  z-index: 3;
}

.is-sticky .sticky-phone ul li {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.is-sticky .sticky-phone ul .active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.is-sticky .sticky-phone ul .active ~ li {
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}

.img-phone {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 307px;
  width: 308px;
  height: 597px;
  z-index: 20;
}

.img-phone.mobile {
  background: url(./images/bg-phone.png) no-repeat;
  background-size: 100% auto;
}

.img-phone img {
  max-width: 100%;
  vertical-align: top;
  width: 250px;
  margin: 65px 0 0 16px;
}

@media screen and (min-width: 1024px) and (max-height: 840px) {
  .img-phone.mobile {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media screen and (max-width: 1199px) {
  .img-phone {
    margin-left: 186px;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
        transform: scale(0.8);
  }
  .img-phone.desktop {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  }
  .sticky-phone .phone-shape {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
        transform: scale(0.8);
  }
}

@media screen and (max-width: 991px) {
  .img-phone {
    margin-left: 72px;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
        transform: scale(0.8);
  }
  .sticky-phone .phone-shape {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
        transform: scale(0.8);
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .img-phone {
    left: 0;
    right: -12px;
    bottom: -66px;
    margin: 0 auto;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
        transform: scale(0.5);
  }
  .img-phone.mobile {
    top: auto;
  }
  .sticky-phone {
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (max-width: 767px) and (max-height: 520px) {
  .img-phone {
    bottom: -120px;
  }
}

/*! Believe section - holds .info-widget boxes */
.believe-section {
  position: relative;
  background: #f5f7f9;
}

.believe-section .container {
  position: relative;
  z-index: 10;
  padding-bottom: 113px;
}

.believe-section h2 {
  text-align: center;
  margin: 0 0 147px;
  color: #2b3446;
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 700;
}

.believe-section .bg-line {
  z-index: 5;
}

@media screen and (max-width: 991px) {
  .believe-section .container {
    padding-top: 500px;
    padding-bottom: 50px;
  }
  .believe-section h2 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .believe-section .container {
    padding-top: 150px;
    padding-bottom: 29px;
  }
  .believe-section .container > .row > div[class^="col-"] + div[class^="col-"] {
    padding-top: 20px;
  }
  .believe-section h2 {
    margin: 0 0 32px;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

/*! Info widget - Believe section child component */
.info-widget {
  background: #ffffff;
  text-align: center;
  padding: 71px 50px 62px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.info-widget h3 {
  color: #2b3446;
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin: 0 0 63px;
}

.info-widget p {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .info-widget {
    padding: 40px 20px;
  }
  .info-widget h3 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .info-widget {
    padding: 30px 15px;
  }
  .info-widget h3 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .info-widget {
    padding: 29px 20px 28px;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .info-widget h3 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin: 0 0 30px;
    padding: 0 10px;
  }
}

/*! Team section */
.team-section {
  background: #f5f7f9;
  position: relative;
  overflow: hidden;
}

.team-section .container {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  padding-bottom: 252px;
}

.team-section .bg-line {
  z-index: 5;
  bottom: 0;
  margin-bottom: -29px;
}

.team-section .btn-row {
  text-align: center;
  padding: 24px 0 0;
}

.team-section .btn-row .btn {
  min-width: 220px;
}

.team-section_heading {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  color: #2b3446;
  font-size: 1.6rem;
  line-height: 2.7rem;
  padding: 0 0 76px;
}

.team-section_heading h1,
.team-section_heading h2 {
  color: #2b3446;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 700;
  margin: 0 0 40px;
}

.team-section_heading p {
  margin: 0;
}

.team-tabs {
  position: relative;
}

.team-tabs .nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0 0 75px;
  border: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.team-tabs .nav-tabs > li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0;
  border: 0;
  padding: 0 34px;
}

.team-tabs .nav-tabs > li > a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #bdcad5;
  background: none;
  padding: 5px;
  border: 0;
  border-radius: 0;
}

.team-tabs .nav-tabs > li > a:hover, .team-tabs .nav-tabs > li > a:focus {
  text-decoration: none;
  background: none;
  color: #f15632;
}

.team-tabs .nav-tabs > li.active > a,
.team-tabs .nav-tabs > li.active > a:focus {
  text-decoration: none;
  background: none;
  outline: none;
  border: 0;
  margin: 0;
  color: #f15632;
}

.team-tabs .tab-pane {
  position: relative;
}

.team-tabs .mobile-tab {
  position: relative;
}

.team-list {
  max-width: 990px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.team-list > li {
  display: inline-block;
  vertical-align: top;
  padding: 25px 25px 88px;
  width: 25%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.team-list > li.opened {
  padding-bottom: 25px;
}

.team-list .widget-link {
  display: block;
}

.widget-link {
  cursor: pointer;
  text-decoration: none;
}

.widget-link:hover {
  text-decoration: none;
}

.person-box {
  margin: 0;
  padding: 0 0 40px;
  max-width: 200px;
}

.person-box_photo {
  position: relative;
  border-radius: 100%;
  padding: 100% 0 0;
  margin: 0 0 34px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.person-box_photo:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border: solid 0 #ffffff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(43, 52, 70, 0.2);
          box-shadow: 0 5px 10px rgba(43, 52, 70, 0.2);
}

.person-box_photo > img {
  display: none;
}

.person-box_name {
  text-align: center;
  color: #2b3446;
  font-size: 1.6rem;
  line-height: 2rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.person-box_name h3 {
  color: #2b3446;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin: 0 0 7px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.person-box_name p {
  margin: 0;
}

.widget-link:hover .person-box_photo:before,
.team-list .opened .person-box_photo:before {
  opacity: 1;
}

.widget-link:hover .person-box_name,
.team-list .opened .person-box_name {
  color: #f15632;
}

.widget-link:hover .person-box_name h3,
.team-list .opened .person-box_name h3 {
  color: #f15632;
}

.person-details {
  display: none;
  background: #ffffff;
  position: relative;
  padding: 79px 46px 19px;
  -webkit-box-shadow: 0 3px 6px rgba(43, 52, 70, 0.15);
          box-shadow: 0 3px 6px rgba(43, 52, 70, 0.15);
  color: #3c4959;
  font-size: 1.6rem;
  line-height: 2.7rem;
  border-radius: 5px;
  text-align: left;
}

.person-details .btn-close {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  margin: 18px 27px 0 0;
}

.person-details p {
  margin: 0 0 14px;
}

.person-details .social {
  margin-left: -3px;
}

.person-details .social > li + li {
  padding-left: 46px;
}

.person-details .pointer {
  position: absolute;
  z-index: 20;
  bottom: 100%;
  left: 0;
  width: 30px;
  height: 15px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.person-details .pointer:before {
  content: '\25B4';
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  text-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
  font-size: 5rem;
  line-height: 5.2rem;
  color: #ffffff;
  margin: 0 0 -22px;
}

.team-section.team-section--2 .container {
  padding-bottom: 120px;
}

.team-section.team-section--2 .text-block {
  color: #ffffff;
}

.team-section.team-section--2 .text-block_title,
.team-section.team-section--2 .text-block_subtitle {
  max-width: 564px;
}

.team-section.team-section--2 .team-tabs .nav-tabs > li > a {
  min-width: 84px;
  padding: 16px 20px 17px;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.69;
  text-align: center;
  color: #d1e8f6;
}

.team-section.team-section--2 .team-tabs .nav-tabs > li.active > a {
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .team-section.team-section--2 .team-tabs .tab-content > .tab-pane {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.team-section.team-section--2 .team-list > li {
  width: 20%;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .team-section.team-section--2 .team-list > li {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .team-section.team-section--2 .team-list > li {
    width: 33.332%;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .team-section.team-section--2 .team-list > li {
    width: 50%;
  }
}

.team-section.team-section--2 .person-box {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .team-section.team-section--2 .person-box {
    padding-bottom: 20px;
  }
}

.team-section.team-section--2 .person-box_photo {
  padding: 0;
  margin: 0 auto 20px;
  max-width: 120px;
}

.team-section.team-section--2 .person-box_photo::before {
  content: "";
  position: static;
  display: block;
  width: 100%;
  padding-top: 100%;
}

.team-section.team-section--2 .person-box_name p {
  color: #d1e8f6;
  font-size: 1rem;
}

.team-section.team-section--2 .person-box_name h3 {
  color: #ffffff;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.team-section.team-section--2 .social a,
.team-section.team-section--2 .social .twitter {
  width: auto;
  height: auto;
  font-size: inherit;
}

.team-section.team-section--2 .social a::before,
.team-section.team-section--2 .social .twitter::before {
  position: static;
  font-size: 2rem;
  line-height: 2.2rem;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .team-section .container {
    padding-top: 120px;
    padding-bottom: 150px;
  }
  .team-tabs .nav-tabs > li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-list {
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
  }
  .team-list > li {
    padding: 10px 10px 40px;
  }
  .team-list > li.opened {
    padding-bottom: 30px;
  }
  .person-details {
    padding: 70px 25px 20px;
  }
  .person-box_photo {
    margin-bottom: 20px;
  }
  .person-box_name h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .team-section .container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .team-section_heading {
    max-width: none;
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.7rem;
    padding: 0 0 60px;
    text-align: left;
  }
  .team-section_heading h1,
  .team-section_heading h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 0 0 30px;
  }
  .team-tabs .tab-content > .tab-pane {
    display: block;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  .team-tabs .tab-content > .tab-pane.fade {
    opacity: 1;
  }
  .team-tabs .tab-content > .tab-pane + .tab-pane {
    margin-top: 20px;
  }
  .team-tabs .tab-opener {
    display: block;
    text-decoration: none;
    color: #283246;
    padding: 27px 60px 29px 20px;
    position: relative;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 700;
  }
  .team-tabs .tab-opener:before, .team-tabs .tab-opener:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #f15632;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .team-tabs .tab-opener:before {
    width: 24px;
    height: 2px;
    margin: 39px 21px 0 0;
  }
  .team-tabs .tab-opener:after {
    width: 2px;
    height: 24px;
    margin: 28px 32px 0 0;
  }
  .team-tabs .tab-pane--open .tab-opener {
    padding-top: 22px;
    padding-bottom: 28px;
  }
  .team-tabs .tab-pane--open .tab-opener:before {
    margin-top: 34px;
  }
  .team-tabs .tab-pane--open .tab-opener:after {
    margin-top: 23px;
    opacity: 0;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .team-tabs.team-tabs--opened,
  .team-tabs .mobile-tab {
    position: relative;
  }
  .team-tabs.team-tabs--opened .tab-pane--open .tab-opener {
    display: none !important;
  }
  .team-tabs.team-tabs--opened .team-list {
    padding-bottom: 4px;
  }
  .team-tabs.team-tabs--opened .team-list > li {
    display: none;
  }
  .team-tabs.team-tabs--opened .team-list > li.opened {
    padding-bottom: 16px;
    display: block;
    width: auto;
  }
  .team-tabs.team-tabs--opened .team-list > li.opened .person-box {
    display: none;
  }
  .team-list {
    max-width: none;
    margin: 0;
    padding: 0 4px 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .team-list > li {
    padding: 15px 5px 14px;
    width: 50%;
  }
  .person-box {
    padding: 0;
    max-width: none;
  }
  .person-box_photo {
    margin: 0 auto 22px;
    width: 90px;
    height: 90px;
    padding: 0;
  }
  .person-box_photo:before {
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-width: 2px;
  }
  .person-box_name {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .person-box_name h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 0 0 2px;
  }
  .person-details {
    width: auto !important;
    margin-left: 0 !important;
    padding: 7px 11px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    border-radius: 0;
  }
  .person-details .btn-close {
    margin: 5px 9px 0 0;
  }
  .person-details p {
    margin: 0;
  }
  .person-details_heading {
    padding: 0 30px 11px 0;
    color: #283246;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .person-details_heading h3 {
    color: #283246;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin: 0 0 8px;
  }
  .person-details_heading p {
    margin: 0;
  }
  .person-details_heading .social {
    margin-left: -3px;
    padding: 14px 0 0;
  }
  .person-details_heading .pointer {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .team-tabs .tab-pane .mobile-tab {
    display: block !important;
  }
}

/*! Inform section - used on the About page */
.inform-section {
  background: #f5f7f9;
}

.inform-section .container {
  padding-top: 150px;
  padding-bottom: 106px;
}

.img-section {
  margin: 0;
  padding: 0 0 0 59.5%;
  position: relative;
}

.img-section .img {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0;
  width: 39.2%;
  overflow: hidden;
  margin: 0 0 0 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.img-section .image-animation {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0;
  width: 39.2%;
  overflow: hidden;
  margin: 0 0 0 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.img-section figcaption {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 592px;
  color: #3c4959;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

.img-section figcaption h2 {
  color: #2b3446;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 700;
  margin: 0 0 32px;
}

.img-section figcaption p {
  margin: 0;
}

.image-animation {
  position: relative;
  overflow: hidden;
}

.image-animation img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.image-animation .slick-slide:focus {
  outline: none;
}

@media screen and (max-width: 991px) {
  .img-section {
    padding-left: 45%;
  }
  .img-section .img {
    margin-left: 0;
    width: 37%;
  }
  .img-section .image-animation {
    margin-left: 0;
    width: 37%;
  }
  .img-section figcaption {
    height: 400px;
  }
  .inform-section .container {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .img-section {
    padding: 0;
  }
  .img-section .img {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: 238px;
    margin: 0 auto 60px;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  }
  .img-section .image-animation {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: 238px;
    margin: 0 auto 60px;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  }
  .img-section figcaption {
    display: block;
    width: auto;
    height: auto;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .img-section figcaption h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 0 0 30px;
  }
  .inform-section .container {
    padding-top: 61px;
    padding-bottom: 60px;
  }
}

/*! Offices section */
.offices-section {
  position: relative;
  overflow: hidden;
  background: #f5f7f9;
}

.offices-section .container {
  padding-top: 147px;
  padding-bottom: 194px;
  position: relative;
  z-index: 10;
}

.offices-section .container > .row {
  margin-left: -25px;
  margin-right: -25px;
}

.offices-section .container > .row > div[class^="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

.offices-section h2 {
  color: #2b3446;
  margin: 0 0 113px;
  text-align: center;
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 700;
}

.offices-section .bg-line {
  z-index: 5;
  bottom: 0;
  margin-bottom: 30px;
}

.office-box {
  margin: 35px;
}

.office-box .img {
  position: relative;
  overflow: hidden;
  padding: 100% 0 0;
  margin: 0 0 52px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 100%;
}

.office-box .img > img {
  display: none;
}

.office-box figcaption {
  text-align: center;
  color: #3c4959;
  font-size: 1.6rem;
  line-height: 2rem;
}

.office-box figcaption h3 {
  color: #283246;
  margin: 0 0 10px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
}

.office-box figcaption address {
  margin: 0;
  line-height: 2.8rem;
}

@media screen and (max-width: 991px) {
  .offices-section .container {
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .offices-section h2 {
    margin-bottom: 70px;
  }
  .office-box {
    max-width: 270px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .offices-section .container {
    padding-top: 60px;
    padding-bottom: 98px;
  }
  .offices-section .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .offices-section .container > .row > div[class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .offices-section .container > .row > div[class^="col-"] + div[class^="col-"] {
    padding-top: 70px;
  }
  .offices-section h2 {
    margin: 0 0 62px;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .office-box {
    max-width: 200px;
    margin: 0 auto;
  }
  .office-box .img {
    margin: 0 0 32px;
  }
  .office-box figcaption {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .office-box figcaption h3 {
    margin: 0 0 10px;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .office-box figcaption address {
    line-height: 2.8rem;
  }
}

/*! Rules block */
.rules-block {
  padding: 148px 0 156px;
  color: #ffffff;
  background: #2a3b5d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhM2I1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjM0NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right top, from(#2a3b5d), to(#2b3446));
  background: -o-linear-gradient(left, #2a3b5d 0%, #2b3446 100%);
  background: linear-gradient(to right, #2a3b5d 0%, #2b3446 100%);
}

.rules-block h2 {
  margin: 8px 0 0;
  line-height: 4.4rem;
}

.rules-block p {
  margin: 0;
}

.rules-block.rules-block--2 {
  position: relative;
  padding: 534px 0 280px;
}

.rules-block.rules-block--2 .container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .rules-block {
    padding: 100px 0;
  }
  .rules-block.rules-block--2 {
    padding: 400px 0 140px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .rules-block {
    padding: 59px 0 54px;
  }
  .rules-block.rules-block--2 {
    padding: 59px 0 105px;
  }
  .rules-block h2 {
    margin: 0 0 30px;
    line-height: 3rem;
  }
}

/*! Globe */
.globe {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 1318px;
  margin: -600px 0 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0.1;
}

.globe .inner {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-15deg) rotateY(5deg);
  transform: rotateX(-15deg) rotateY(5deg);
  height: 100%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}

.band {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
}

.band:nth-child(1) {
  -webkit-transform: rotateY(18deg);
  transform: rotateY(18deg);
}

/* hide back side */
.band:nth-child(1) .pivot:nth-child(3):before,
.band:nth-child(2) .pivot:nth-child(3):before,
.band:nth-child(3) .pivot:nth-child(3):before,
.band:nth-child(1) .pivot:nth-child(4):before,
.band:nth-child(2) .pivot:nth-child(4):before,
.band:nth-child(3) .pivot:nth-child(4):before,
.band:nth-child(4) .pivot:nth-child(4):before,
.band:nth-child(1) .pivot:nth-child(5):before,
.band:nth-child(2) .pivot:nth-child(5):before,
.band:nth-child(3) .pivot:nth-child(5):before,
.band:nth-child(4) .pivot:nth-child(5):before,
.band:nth-child(1) .pivot:nth-child(6):before,
.band:nth-child(2) .pivot:nth-child(6):before,
.band:nth-child(3) .pivot:nth-child(6):before,
.band:nth-child(4) .pivot:nth-child(6):before,
.band:nth-child(1) .pivot:nth-child(7):before,
.band:nth-child(2) .pivot:nth-child(7):before,
.band:nth-child(3) .pivot:nth-child(7):before,
.band:nth-child(4) .pivot:nth-child(7):before,
.band:nth-child(1) .pivot:nth-child(8):before,
.band:nth-child(2) .pivot:nth-child(8):before,
.band:nth-child(3) .pivot:nth-child(8):before,
.band:nth-child(4) .pivot:nth-child(8):before,
.band:nth-child(5) .pivot:nth-child(5):after,
.band:nth-child(6) .pivot:nth-child(5):after,
.band:nth-child(7) .pivot:nth-child(5):after,
.band:nth-child(8) .pivot:nth-child(5):after,
.band:nth-child(5) .pivot:nth-child(6):after,
.band:nth-child(6) .pivot:nth-child(6):after,
.band:nth-child(7) .pivot:nth-child(6):after,
.band:nth-child(8) .pivot:nth-child(6):after,
.band:nth-child(7) .pivot:nth-child(7):after,
.band:nth-child(8) .pivot:nth-child(7):after,
.band:nth-child(7) .pivot:nth-child(8):after,
.band:nth-child(8) .pivot:nth-child(8):after,
.band:nth-child(5) .pivot:nth-child(4):after,
.band:nth-child(6) .pivot:nth-child(4):after,
.band:nth-child(7) .pivot:nth-child(4):after,
.band:nth-child(8) .pivot:nth-child(4):after,
.band:nth-child(5) .pivot:nth-child(3):after,
.band:nth-child(6) .pivot:nth-child(3):after,
.band:nth-child(7) .pivot:nth-child(3):after,
.band:nth-child(8) .pivot:nth-child(3):after,
.band:nth-child(5) .pivot:nth-child(2):after,
.band:nth-child(6) .pivot:nth-child(2):after,
.band:nth-child(7) .pivot:nth-child(2):after,
.band:nth-child(8) .pivot:nth-child(2):after,
.band:nth-child(9) .pivot:nth-child(2):after,
.band:nth-child(10) .pivot:nth-child(2):after,
.band:nth-child(9) .pivot:nth-child(3):after,
.band:nth-child(10) .pivot:nth-child(3):after,
.band:nth-child(9) .pivot:nth-child(4):after,
.band:nth-child(10) .pivot:nth-child(4):after,
.band:nth-child(9) .pivot:nth-child(5):after,
.band:nth-child(10) .pivot:nth-child(5):after,
.band:nth-child(2) .pivot:nth-child(2):after,
.band:nth-child(3) .pivot:nth-child(2):after,
.band:nth-child(4) .pivot:nth-child(2):after,
.band:nth-child(4) .pivot:nth-child(3):after,
.band:nth-child(9) .pivot:nth-child(6):after,
.band:nth-child(10) .pivot:nth-child(6):after,
.band:nth-child(9) .pivot:nth-child(7):after,
.band:nth-child(10) .pivot:nth-child(7):after,
.band:nth-child(7) .pivot:nth-child(8):before,
.band:nth-child(5) .pivot:nth-child(7):before,
.band:nth-child(5) .pivot:nth-child(8):before,
.band:nth-child(1) .pivot:nth-child(2):before,
.band:nth-child(2) .pivot:nth-child(2):before,
.band:nth-child(3) .pivot:nth-child(2):before,
.band:nth-child(10) .pivot:nth-child(8):after,
.band:nth-child(9) .pivot:nth-child(8):after,
.band:nth-child(6) .pivot:nth-child(7):after,
.band:nth-child(6) .pivot:nth-child(8):after {
  display: none;
}

.band:nth-child(2) {
  -webkit-transform: rotateY(36deg);
  transform: rotateY(36deg);
}

.band:nth-child(3) {
  -webkit-transform: rotateY(54deg);
  transform: rotateY(54deg);
}

.band:nth-child(4) {
  -webkit-transform: rotateY(72deg);
  transform: rotateY(72deg);
}

.band:nth-child(5) {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.band:nth-child(6) {
  -webkit-transform: rotateY(108deg);
  transform: rotateY(108deg);
}

.band:nth-child(7) {
  -webkit-transform: rotateY(126deg);
  transform: rotateY(126deg);
}

.band:nth-child(8) {
  -webkit-transform: rotateY(144deg);
  transform: rotateY(144deg);
}

.band:nth-child(9) {
  -webkit-transform: rotateY(162deg);
  transform: rotateY(162deg);
}

.band:nth-child(10) {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.band .pivot {
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.band .pivot:after {
  content: ' ';
  height: 36px;
  width: 36px;
  background-size: cover;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  background: #5ca0c9;
  bottom: 0;
  -webkit-transform: translate3d(-50%, 50%, 0) rotateX(-90deg);
  transform: translate3d(-50%, 50%, 0) rotateX(-90deg);
}

.band .pivot:before {
  content: ' ';
  height: 36px;
  width: 36px;
  background-size: cover;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  background: #5ca0c9;
  top: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) rotateX(90deg);
  transform: translate3d(-50%, -50%, 0) rotateX(90deg);
}

.band .pivot:nth-child(1) {
  -webkit-transform: rotateX(18deg);
  transform: rotateX(18deg);
  opacity: 0;
}

.band .pivot:nth-child(2) {
  -webkit-transform: rotateX(36deg);
  transform: rotateX(36deg);
}

.band .pivot:nth-child(3) {
  -webkit-transform: rotateX(54deg);
  transform: rotateX(54deg);
}

.band .pivot:nth-child(4) {
  -webkit-transform: rotateX(72deg);
  transform: rotateX(72deg);
}

.band .pivot:nth-child(5) {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.band .pivot:nth-child(6) {
  -webkit-transform: rotateX(108deg);
  transform: rotateX(108deg);
}

.band .pivot:nth-child(7) {
  -webkit-transform: rotateX(126deg);
  transform: rotateX(126deg);
}

.band .pivot:nth-child(8) {
  -webkit-transform: rotateX(144deg);
  transform: rotateX(144deg);
}

.band .pivot:nth-child(9) {
  -webkit-transform: rotateX(162deg);
  transform: rotateX(162deg);
  opacity: 0;
}

.band .pivot:nth-child(10) {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .globe {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
        transform: scale(0.7);
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .globe {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
        transform: scale(0.3);
  }
}

/*! Accordion section - used on: 
 *  Rules page, FAQ page, Wealth management page
 */
.accordion-section {
  margin: 0 0 -329px;
  padding: 200px 0 0;
  position: relative;
  z-index: 1;
  background: #2a3b5d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhM2I1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjM0NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #2a3b5d), to(#2b3446));
  background: -o-linear-gradient(left, #2a3b5d 0, #2b3446 100%);
  background: linear-gradient(to right, #2a3b5d 0, #2b3446 100%);
  overflow: hidden;
}

.accordion-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 824px;
  background: #f5f7f9;
  z-index: -1;
}

.accordion-section_header {
  max-width: 570px;
  margin: 0 auto 69px;
  text-align: center;
}

.accordion-section_header h2 {
  margin: 0 0 39px;
  line-height: 4.4rem;
}

.accordion-section_header p {
  margin: 0;
}

.accordion {
  position: relative;
  z-index: 10;
}

.accordion .frame {
  position: relative;
  margin: 0 0 20px;
  padding: 28px 40px 25px;
  border-radius: 4px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.accordion .accordion_heading {
  padding: 0 80px 0 0;
  font-size: 1.8rem;
  line-height: 2.8rem;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-right: -65.2%;
}

.accordion .accordion_heading h3 {
  margin: 0 0 9px;
  font-size: 2.6rem;
  line-height: 3rem;
}

.accordion .accordion_heading p {
  margin: 0;
}

.accordion .open .accordion_heading {
  padding-top: 0;
  margin-right: 0;
}

.accordion .open .holder {
  opacity: 1;
}

.accordion .open .opener:after {
  opacity: 0;
}

.accordion .holder {
  padding: 27px 0 14px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.accordion .btn {
  min-width: 220px;
  font-weight: 400;
}

.accordion .opener {
  position: absolute;
  top: 44px;
  right: 39px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.accordion .opener:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 1px;
  background: #f15632;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.accordion .opener:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 1px;
  background: #f15632;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg);
}

.accordion .answer-box {
  margin-top: -7px;
  margin-bottom: -17px;
}

.accordion .accordion_content p {
  margin: 0 0 23px;
}

@media screen and (max-width: 991px) {
  .accordion-section {
    padding: 100px 0 0;
  }
  .accordion .frame {
    display: block;
  }
  .accordion .accordion_heading {
    margin-right: 0;
    width: auto;
  }
  .accordion .accordion_content {
    width: auto;
    opacity: 1;
  }
  .accordion .holder {
    padding: 30px 0 14px;
  }
  .accordion .open .accordion_heading {
    width: auto;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .accordion-section {
    margin: 0;
    padding: 59px 0 40px;
  }
  .accordion-section header {
    max-width: none;
    margin: 0 0 30px;
    text-align: left;
  }
  .accordion-section h2 {
    margin: 0 0 30px;
    line-height: 3rem;
  }
  .accordion .frame {
    padding: 23px 20px;
  }
  .accordion .accordion_heading {
    padding: 0;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .accordion .accordion_heading h3 {
    margin: 0 35px 16px 0;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .accordion .opener {
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
  }
  .accordion .opener::before {
    width: 26px;
  }
  .accordion .opener::after {
    width: 26px;
  }
  .accordion .holder {
    padding: 27px 0 9px;
  }
  .accordion .btn {
    width: 100%;
  }
  .accordion .answer-box {
    margin-top: -5px;
  }
  .accordion .accordion_content p {
    margin: 0 0 26px;
  }
}

.accordion.accordion--2 .frame {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cbd6e1;
  border-radius: 5px;
  padding: 24px 20px 22px;
}

.accordion.accordion--2 .frame.open {
  margin-bottom: 25px;
  background: #f5f7f9;
  border-color: #f5f7f9;
}

.accordion.accordion--2 .accordion_heading {
  margin: 0;
  padding-right: 40px;
}

.accordion.accordion--2 .accordion_heading h3 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 3.2rem;
}

.accordion.accordion--2 .opener {
  width: 20px;
  height: 20px;
  top: 29px;
  right: 20px;
}

.accordion.accordion--2 .opener:before {
  height: 2px;
  width: 20px;
}

.accordion.accordion--2 .opener:after {
  height: 2px;
  width: 20px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .accordion.accordion--2 .frame {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .accordion.accordion--2 .frame.open {
    margin-bottom: 20px;
    padding-bottom: 22px;
  }
  .accordion.accordion--2 .accordion_heading {
    padding-right: 30px;
  }
  .accordion.accordion--2 .accordion_heading h3 {
    line-height: 2.7rem;
  }
}

.accordion.accordion--3 .frame {
  margin: 0;
  padding: 17px 30px 24px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 1px solid #ebebeb;
}

.accordion.accordion--3 .frame:last-child {
  border-bottom: 1px solid #ebebeb;
}

.accordion.accordion--3 .accordion_heading {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-right: 0;
}

.accordion.accordion--3 .accordion_heading h3 {
  margin: 0 0 1px;
  font-size: 2.2rem;
  line-height: 1.455;
}

.accordion.accordion--3 .opener {
  top: 36px;
  right: 44px;
  width: 27px;
  height: 27px;
}

.accordion.accordion--3 .opener:before {
  width: 27px;
  height: 2px;
}

.accordion.accordion--3 .opener:after {
  width: 27px;
  height: 2px;
  margin-left: 1px;
}

.accordion.accordion--3 .open .accordion_heading {
  padding-top: 0;
  margin-right: 0;
}

.accordion.accordion--3 .accordion_content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .accordion.accordion--3 .frame {
    margin: 0;
    padding: 15px 0;
  }
  .accordion.accordion--3 .accordion_heading {
    padding-right: 30px;
  }
  .accordion.accordion--3 .accordion_heading h3 {
    margin: 0 0 7px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .accordion.accordion--3 .opener {
    top: 23px;
    right: 11px;
    width: 16px;
    height: 16px;
  }
  .accordion.accordion--3 .opener:before {
    width: 16px;
    height: 2px;
  }
  .accordion.accordion--3 .opener:after {
    width: 16px;
    height: 2px;
    margin-left: 0;
  }
}

/*! Benefit section - used on multiple product pages:
 *  Rules page, App page, API page, Engine page
 */
.benefits-section {
  position: relative;
  overflow: hidden;
  padding: 202px 0 312px;
  background: #f5f7f9;
  text-align: center;
  z-index: 115;
}

.benefits-section .container {
  position: relative;
  z-index: 116;
  max-width: 760px;
}

.benefits-section [class*="col-"] {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.benefits-section h2 {
  margin: 0 0 124px;
}

.benefits-section .box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  margin: 0 0 20px;
  padding: 27px 10px 29px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 700;
  background: #f5f7f9;
}

.benefits-section .box p {
  width: 100%;
  margin: 0;
}

.benefits-section .bg-line {
  bottom: 15px;
  z-index: 6;
}

.benefits-section .bg-line.bg-line--type-3 {
  top: auto;
  bottom: 63px;
  margin-top: 0;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
      transform: rotate(2deg);
}

@media screen and (max-width: 991px) {
  .benefits-section {
    padding: 100px 0 200px;
  }
  .benefits-section h2 {
    margin: 0 0 80px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .benefits-section {
    padding: 58px 0 40px;
  }
  .benefits-section h2 {
    margin: 0 0 37px;
  }
  .benefits-section .box {
    padding: 32px 23px 34px;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}

/*! Innovation block - used on:
 *  Platform page, API page, Engine page, Wealth management page
 */
.innovation-block {
  background: #3389e9;
  background: -webkit-gradient(linear, left top, right top, from(#3389e9), to(#3b79be));
  background: -o-linear-gradient(left, #3389e9 0%, #3b79be 100%);
  background: linear-gradient(to right, #3389e9 0%, #3b79be 100%);
  color: #ffffff;
  line-height: 2.7rem;
  padding-top: 117px;
  padding-bottom: 110px;
}

.innovation-block h2 {
  line-height: 4.4rem;
}

.innovation-block .v-center {
  min-height: 173px;
}

.innovation-block .v-center:before {
  display: none;
}

.innovation-block .v-center h2 {
  margin: 0;
}

.innovation-block.type5 {
  background: #f79235;
  background: -webkit-gradient(linear, left top, right top, from(#f79235), to(#db7517));
  background: -o-linear-gradient(left, #f79235 0%, #db7517 100%);
  background: linear-gradient(to right, #f79235 0%, #db7517 100%);
}

@media screen and (max-width: 991px) {
  .innovation-block .v-center {
    min-height: 1px;
  }
  .innovation-block .v-center > div {
    width: 50%;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .innovation-block {
    padding-top: 60px;
    padding-bottom: 51px;
  }
  .innovation-block h2 {
    line-height: 3rem;
    margin-bottom: 30px;
  }
  .innovation-block .v-center {
    display: block;
  }
  .innovation-block .v-center > div {
    width: auto;
  }
  .innovation-block .v-center h2 {
    margin-bottom: 20px;
  }
}

/*! Welcome info - used on:
 *  Home page, Platform page x2 (in two sections), Wealth management page
 */
.welcome-info {
  position: relative;
  overflow: hidden;
  background: #f5f7f9;
}

.welcome-info h2 {
  line-height: 4.4rem;
  margin-bottom: 40px;
}

.welcome-info .container {
  position: relative;
  z-index: 10;
}

.welcome-info .holder {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 100vh;
  padding-top: 225px;
}

.welcome-info .descr {
  width: 475px;
  max-width: 100%;
  line-height: 2.7rem;
  padding-bottom: 829px;
  position: relative;
}

.welcome-info [class*=img-] {
  position: absolute;
  margin: 0;
}

.welcome-info [class*=img-] img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.welcome-info .img-01 {
  left: 0;
  right: 0;
  top: 50%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 790px;
}

.welcome-info .img-01 .point {
  top: 0;
  left: -25px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.welcome-info .img-01 .point .circle1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.welcome-info .img-01 .point .circle2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.welcome-info .img-02 {
  left: 50%;
  top: 50%;
  margin-top: -306px;
  margin-left: 208px;
}

.welcome-info .img-02 img {
  position: relative;
  z-index: 3;
}

.welcome-info .img-02 .extra-box {
  position: absolute;
  right: 100%;
  bottom: 47px;
  z-index: 1;
  width: 174px;
  border-radius: 4px 0 0 4px;
  -webkit-transition: all .3s ease .6s;
  -o-transition: all .3s ease .6s;
  transition: all .3s ease .6s;
}

.welcome-info .img-02 .point {
  top: 0;
  left: 0;
}

.welcome-info .anim-item {
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
      transform: translate(0, 25%);
}

.welcome-info .anim-item.delay-1 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
     transition-delay: 0.6s;
}

.welcome-info .anim-item.delay-2 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
     transition-delay: 0.7s;
}

.welcome-info .anim-item.delay-3 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
     transition-delay: 0.8s;
}

.welcome-info .back-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -8vh -8vw;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.welcome-info .back-animation.type1 {
  background-image: url(./images/bg-welcome-info1.png);
}

.welcome-info .back-animation.type2 {
  background-image: url(./images/bg-welcome-info2.png);
}

.welcome-info .back-animation.type3 {
  background-image: url(./images/bg-welcome-info.png);
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 116vw;
  height: 146vh;
  margin-top: -66vh;
  margin-left: -60vw;
  background-size: 3840px auto;
}

.welcome-info .back-animation.points .point0001 {
  top: 50%;
  left: 50%;
  margin: -1.5vh 0 0 -25vw;
}

.welcome-info .back-animation.points .point0003 {
  top: 50%;
  left: 50%;
  margin: -1.5vh 0 0 -25vw;
  margin-top: -4.5vh;
}

.welcome-info .back-animation.points .point0002 {
  top: 50%;
  left: 50%;
  margin: 6.5vh 0 0 6vw;
}

.welcome-info .point {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: .3;
  border-radius: 50%;
  background: #48a3da;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.welcome-info .point.pulse {
  -webkit-animation-name: pulsebase;
  animation-name: pulsebase;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}

.welcome-info .point .circle {
  position: absolute;
  top: 50%;
  margin-left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px dashed rgba(72, 163, 218, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.welcome-info .point .circle1 {
  -webkit-animation-name: circle1;
  animation-name: circle1;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.welcome-info .point .circle2 {
  -webkit-animation-name: circle2;
  animation-name: circle2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.welcome-info.active .anim-item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.phone {
  position: relative;
  width: 308px;
  height: 597px;
  padding: 65px 41px 30px 16px;
}

.phone:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: url(./images/bg-phone.png) no-repeat;
  background-size: 100% 100%;
}

.extra-box {
  background: #ffffff;
  color: #bdcad5;
  padding: 14px 19px 0;
}

.extra-box h3 {
  margin: 0 0 7px;
  color: #49586a;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2rem;
}

.extra-box p {
  margin: 0 0 10px;
}

.extra-box h4 {
  margin: 0 -19px;
  padding: 6px 19px;
  border: 1px solid #f5f7f9;
  border-width: 1px 0;
  background: #f5f7f9;
  color: #bdcad5;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-transform: uppercase;
}

.extra-box h5 {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-top: 0;
  margin-bottom: 1px;
  color: #bdcad5;
}

.extra-box .hold {
  padding: 18px 0 18px 49px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #3c4959;
}

.extra-box .hold:after {
  content: '';
  display: block;
  clear: both;
}

.extra-box .hold .img-hold {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 19px 0 -49px;
}

.extra-box .hold .img-hold img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.extra-box .hold p {
  margin-bottom: 0;
}

.welcome-holder {
  padding: 150px 0 117px;
}

.welcome-holder .welcome-title {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 20px;
}

.welcome-holder .welcome-title h2 {
  font-size: 3.6rem;
  line-height: 4.4rem;
}

.welcome-holder .tools-block {
  padding: 19.3vh 35px 0 183px;
}

.welcome-holder .tools-block:after {
  content: '';
  clear: both;
  display: block;
}

.welcome-holder .tools-block .item {
  float: left;
  width: 46.2577962577963%;
  -webkit-box-shadow: 3px 5px 9px rgba(172, 177, 192, 0.3);
          box-shadow: 3px 5px 9px rgba(172, 177, 192, 0.3);
  border-radius: 5px;
  background: #ffffff;
  position: relative;
}

.welcome-holder .tools-block .item h3 {
  margin: 0;
  background: #48a3da;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1.412;
  padding: 18px 23px;
  -webkit-box-shadow: 3px 5px 9px rgba(172, 177, 192, 0.3);
          box-shadow: 3px 5px 9px rgba(172, 177, 192, 0.3);
  position: relative;
  z-index: 10;
  border-radius: 5px 5px 0 0;
}

.welcome-holder .tools-block .item .image {
  margin: 0;
  padding: 18px 12px 10px;
  text-align: center;
}

.welcome-holder .tools-block .item .image img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100%;
}

.welcome-holder .tools-block .item.item-right {
  float: right;
  margin-top: 56px;
}

.welcome-holder .tools-block .item.active .image img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.welcome-info .benefits-list {
  list-style: none;
  padding: 74px 8.5% 17px 6.5%;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.welcome-info .benefits-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  min-width: 50%;
  max-width: 50%;
  font-size: 2rem;
  line-height: 1.6;
  position: relative;
}

.welcome-info .benefits-list li .point {
  top: 50%;
  left: -70px;
}

.welcome-info .benefits-list .hold {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  padding: 5px 32px;
  margin: 0 0 30px 140px;
}

.welcome-info .benefits-list .showBoxes {
  background: #ffffff;
  -webkit-box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
          box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
}

.welcome-info .benefits-list p {
  margin: 0;
  font-weight: 700;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .welcome-info .back-animation.points .point0001 {
    margin: -7% 0 0 -27%;
  }
  .welcome-info .back-animation.points .point0002 {
    margin: -2% 0 0 8%;
  }
  .welcome-info .back-animation.points .point0003 {
    margin-top: -3.5vh;
    margin-left: -26.5vw;
  }
  .welcome-info .benefits-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome-info .back-animation.points .point0001 {
    margin: -8% 0 0 -30%;
  }
  .welcome-info .back-animation.points .point0002 {
    margin: -2% 0 0 9%;
  }
  .welcome-info .back-animation.points .point0003 {
    margin-top: -3.5vh;
    margin-left: -25%;
  }
  .welcome-info .benefits-list {
    padding: 100px 0 0;
  }
  .welcome-info .benefits-list li .hold {
    margin-left: 100px;
  }
  .welcome-info .benefits-list li .point {
    left: -50px;
  }
  .welcome-info .holder {
    padding-top: 150px;
  }
  .welcome-info .img-01 {
    margin-top: -10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-info .back-animation.points .point0001 {
    margin: -10% 0 0 -39%;
  }
  .welcome-info .back-animation.points .point0002 {
    margin: -2% 0 0 11%;
  }
  .welcome-info .back-animation.points .point0003 {
    margin-top: -7%;
    margin-left: -42%;
  }
}

@media screen and (max-width: 991px) {
  .welcome-info .img-02 {
    margin-top: -250px;
  }
  .welcome-info .benefits-list {
    padding: 30px 0 0;
  }
  .welcome-info .benefits-list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .welcome-info .img-01 .point {
    left: 0;
  }
  .welcome-holder {
    padding: 80px 0;
  }
  .welcome-holder .tools-block {
    padding: 8vh 0 0;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .welcome-info {
    padding-bottom: 0;
  }
  .welcome-info h2 {
    line-height: 3rem;
    margin-bottom: 30px;
  }
  .welcome-info .holder {
    display: block;
    width: auto;
    height: auto;
    padding: 60px 0 67px;
  }
  .welcome-info .descr {
    width: auto;
    padding-bottom: 20px;
  }
  .welcome-info .img-02 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 auto;
    width: 144px;
    height: 280px;
    left: 42px;
    margin-top: -42vw;
  }
  .welcome-info .img-02 .extra-box {
    bottom: 33px;
    width: 82px;
    border-radius: 2px 0 0 2px;
  }
  .welcome-info .img-01 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 auto;
  }
  .welcome-info .benefits-list {
    padding: 7px 0 0;
  }
  .welcome-info .benefits-list li {
    font-size: 1.7rem;
  }
  .welcome-info .benefits-list li + li .hold {
    margin-top: 20px;
  }
  .welcome-info .benefits-list .hold {
    padding: 5px 20px;
    margin-bottom: 0;
  }
  .phone {
    width: 144px;
    height: 280px;
    padding: 30px 19px 29px 7px;
  }
  .extra-box {
    padding-top: 7px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .extra-box p {
    margin-bottom: 6px;
  }
  .extra-box h3 {
    font-size: 0.8rem;
    line-height: 1.1rem;
    margin-bottom: 5px;
  }
  .extra-box h4 {
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-left: -8px;
    margin-right: -8px;
    padding: 0 8px;
  }
  .extra-box h5 {
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-bottom: 0;
  }
  .extra-box .hold {
    padding-top: 7px;
    padding-left: 24px;
    padding-bottom: 10px;
    font-size: inherit;
    line-height: inherit;
  }
  .extra-box .hold .img-hold {
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-left: -24px;
    margin-right: 9px;
  }
  .welcome-holder {
    padding: 60px 0;
  }
  .welcome-holder .tools-block {
    padding-top: 54px;
  }
  .welcome-holder .tools-block .item {
    float: none;
    width: auto;
    position: relative;
    z-index: 1;
    margin: -61% 26% 9px -6px;
  }
  .welcome-holder .tools-block .item.item-right {
    float: none;
    width: auto;
    position: relative;
    z-index: 1;
    margin: -61% 26% 9px -6px;
    margin: 0 -11px 0 20%;
    z-index: 5;
  }
  .welcome-holder .tools-block .item.item-right .point {
    top: -11px;
    left: -18px;
  }
  .welcome-holder .tools-block .item h3 {
    padding: 10px 11px;
    font-size: 0.9rem;
  }
  .welcome-holder .tools-block .item .image {
    padding: 10px;
  }
  .welcome-holder .welcome-title {
    text-align: left;
  }
  .welcome-holder .welcome-title h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

/* Media item, Bg image and image row widgets - Single Use Case post or page component */
.media-item {
  position: relative;
  display: block;
  margin-top: 39px;
  margin-bottom: 41px;
}

.media-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.media-item:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 0;
  height: 0;
  margin-top: -8px;
  margin-left: -4px;
  border-top: 8px solid transparent;
  border-left: 12px solid #f15632;
  border-bottom: 8px solid transparent;
}

.media-item .bg-img {
  position: relative;
  height: 380px;
}

.media-item .bg-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(72, 139, 215, 0.9);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.media-item .bg-img figcaption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 43px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #ffffff;
}

.media-item .bg-img figcaption .str {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.media-item .bg-img figcaption p {
  margin: 0;
}

.media-item:hover .bg-img:before {
  opacity: .3;
}

.bg-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img > img {
  display: none;
}

.images-row {
  margin-top: 40px;
}

.images-row .bg-img {
  display: block;
  height: 380px;
  margin-bottom: 20px;
}

.images-row .bg-img:hover {
  opacity: .8;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .media-item {
    margin: 30px -20px;
  }
  .media-item .bg-img figcaption {
    left: 20px;
    right: 20px;
    bottom: 22px;
  }
  .images-row {
    margin-top: 30px;
    margin-left: -25px;
    margin-right: -25px;
  }
  .images-row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .images-row .bg-img {
    height: 180px;
  }
}

/*! Cta bottom section */
.cta-bottom-section {
  text-align: center;
  padding-top: 42px;
}

@media screen and (max-width: 991px) {
  .cta-bottom-section {
    padding: 0 20px;
  }
  .cta-bottom-section .dotted-underline-link {
    line-height: 1.688;
  }
  .accordion-group + .cta-bottom-section {
    margin-top: -17px;
  }
}

/*! Contact info - holds .info-widget boxes on the Contact page */
.contact-info {
  padding: 0;
  position: absolute;
  bottom: 12.7%;
  left: 0;
  right: 0;
  z-index: 10;
  color: #283246;
}

.contact-info .info-widget {
  padding: 54px 50px 40px;
}

.contact-info .info-widget p {
  margin: 0 0 42px;
}

.contact-info .info-widget h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 0 0 42px;
}

.contact-info .info-widget .btn {
  min-width: 240px;
}

@media screen and (max-width: 1199px) {
  .contact-info .info-widget {
    padding: 54px 40px 40px;
  }
  .contact-info .info-widget .btn {
    min-width: 180px;
  }
}

@media screen and (max-width: 991px) {
  .contact-info {
    bottom: 7%;
  }
  .contact-info .info-widget {
    padding: 30px 11px;
  }
  .contact-info .info-widget h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .contact-info .info-widget p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .contact-info {
    position: relative;
    bottom: auto;
    padding: 0 0 19px;
    background: #f5f7f9;
  }
  .contact-info .row {
    margin-top: -224px;
  }
  .contact-info .info-widget {
    padding: 39px 20px 27px;
    margin-bottom: 20px;
  }
  .contact-info .info-widget p {
    margin-bottom: 40px;
  }
  .contact-info .info-widget h3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .contact-info .info-widget .btn {
    min-width: 240px;
  }
}

/*! Contact form section on the Contact page */
.contact {
  padding: 72px 0 71px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.contact h6 {
  margin: 0 0 49px;
}

.contact .input-holder {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 14px;
}

.contact .input-holder label {
  font-weight: 400;
  margin: 0 0 5px;
  vertical-align: top;
}

.contact .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
  border: 1px solid #cbd6e1;
}

.contact p {
  margin: 6px 0 23px;
}

.contact .btn {
  margin: 9px 0 28px;
}

.contact .small {
  margin: 0;
  display: block;
  font-size: 1.1rem;
}

.contact .small a {
  color: #f15632;
}

.contact textarea.form-control {
  overflow: hidden;
  resize: none;
  height: 119px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .contact {
    padding: 51px 0 41px;
  }
  .contact h6 {
    font-size: 2rem;
    line-height: 3.2rem;
    text-align: center;
  }
  .contact .input-holder {
    margin-bottom: 19px;
  }
  .contact .input-holder label {
    margin-bottom: 11px;
  }
  .contact .form-control {
    height: 50px;
    padding: 9px 12px;
  }
  .contact p {
    margin: 0 0 28px;
  }
  .contact p br {
    display: none;
  }
  .contact .btn {
    width: 100%;
  }
  .contact .small {
    text-align: center;
  }
  .contact textarea.form-control {
    height: 149px;
  }
}

/*! Offices info - Contact page */
.offices-info {
  line-height: 2.5rem;
  border-bottom: 1px solid #f5f7f9;
}

.offices-info .container {
  border-top: 1px solid #cbd6e1;
  padding-top: 73px;
  padding-bottom: 49px;
}

.offices-info h6 {
  margin: 0 0 49px;
}

.offices-info strong {
  display: block;
  margin: 0 0 16px;
}

.offices-info .btn {
  min-width: 240px;
}

.offices-info .row > div {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .offices-info .container {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .offices-info h6 {
    font-size: 2rem;
    line-height: 3.2rem;
    text-align: center;
    margin: 0 0 50px;
  }
  .offices-info .btn {
    width: 100%;
  }
  .offices-info .row > div {
    margin-bottom: 37px;
  }
}

/* Cases section - Use Case page component */
.cases-section {
  padding-top: 57px;
  padding-bottom: 101px;
}

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

.case-header_filter {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25em;
}

.case-header_filter ul {
  list-style: none;
  margin: 81px auto 42px;
  padding: 0;
  width: 100%;
  max-width: 1072px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.case-header_filter li {
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 15px;
}

.case-header_filter a {
  color: #bdcad5;
}

.case-header_filter a:hover,
.case-header_filter .active a {
  text-decoration: none;
  color: #f15632;
}

.case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #2b3446;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 52px 40px 48px;
  -webkit-box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
          box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.case-item > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.case-item h3 {
  font-size: 2rem;
  line-height: 3.2rem;
}

.case-item_header {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 22px;
}

.case-item_descr {
  margin-top: auto;
}

.case-item_descr p {
  margin-bottom: 20px;
}

.case-item_descr .btn {
  margin-top: 31px;
  width: 240px;
  max-width: 100%;
}

.cases-list .inactive {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.inactive > .case-item {
  opacity: .3;
}

@media screen and (max-width: 991px) {
  .cases-section {
    padding-bottom: 35px;
  }
  .case-header_filter ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .case-item {
    padding: 20px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .cases-section {
    padding-top: 0;
    padding-bottom: 60px;
    position: relative;
    top: -7px;
  }
  .cases-section .case-header {
    position: relative;
    z-index: 6;
    text-align: left;
  }
  .cases-section .is-sticky > .case-header {
    background: #ffffff;
    -webkit-box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
            box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
    padding-top: 4px;
    -webkit-transition: margin .3s ease;
    -o-transition: margin .3s ease;
    transition: margin .3s ease;
  }
  .cases-section .is-sticky > .case-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 0;
    z-index: -1;
    background: #ffffff;
  }
  .cases-section .is-sticky > .case-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    height: 1px;
    border-top: 1px solid #cbd6e1;
  }
  .cases-section .is-sticky > .case-header h2 {
    color: #bdcad5;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1rem;
    line-height: 1em;
    font-family: "Heebo", Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 13px;
  }
  .cases-section .is-sticky > .case-header .case-header_filter {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
  }
  .cases-section .is-sticky > .case-header .case-header_filter .btn-opener {
    padding-left: 0;
    padding-bottom: 12px;
  }
  .cases-section .is-sticky > .case-header .case-header_filter .btn-opener:before {
    margin-right: -17px;
    top: -18px;
  }
  .cases-section .is-sticky > .case-header .case-header_filter ul {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  .cases-section .is-sticky > .case-header .case-header_filter.opened .btn-opener:before {
    top: -10px;
  }
  .case-header_filter {
    position: relative;
    z-index: 20;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #ffffff;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-family: "Heebo", Helvetica, sans-serif;
    -webkit-box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
            box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
  }
  .case-header_filter .btn-opener {
    display: block;
    position: relative;
    color: #2b3446;
    padding: 16px 45px 15px 20px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }
  .case-header_filter .btn-opener:before {
    content: '';
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 4px;
    margin: auto 0;
    width: 11px;
    height: 11px;
    border: 1px solid #f15632;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .case-header_filter ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    display: block;
    -webkit-box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
            box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .case-header_filter.opened > ul {
    opacity: 1;
    visibility: visible;
  }
  .case-header_filter.opened .btn-opener:before {
    top: 4px;
    bottom: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
  }
  .case-header_filter li {
    padding: 0;
  }
  .case-header_filter li:first-child {
    padding-top: 10px;
  }
  .case-header_filter li:last-child {
    padding-bottom: 10px;
  }
  .case-header_filter li a {
    display: block;
    padding: 5px 20px;
    color: #2b3446;
  }
  .cases-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .case-item {
    padding-top: 33px;
    padding-bottom: 30px;
    line-height: 1.6875em;
  }
  .case-item_header {
    margin-bottom: 11px;
  }
  .sticky.scroll-up .cases-section .is-sticky > .case-header {
    margin-top: 61px;
  }
  .case-item_descr .btn {
    margin-top: 10px;
  }
}

/* Case entity - Single Use Case post component */
.case-entity {
  padding-bottom: 100px;
}

.case-entity-holder {
  background: #ffffff;
  position: relative;
  z-index: 6;
  padding: 40px 100px;
}

.case-entity-header {
  position: relative;
  padding-top: 3px;
  padding-left: 58px;
  padding-bottom: 20px;
  margin-left: -58px;
  margin-bottom: 32px;
}

.case-entity h1 {
  font-size: 2rem;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.case-entity h1 small {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.8rem;
  line-height: 1em;
  color: #a0b1c3;
}

.case-entity h2 {
  margin-bottom: 20px;
}

.case-entity .img {
  margin: 20px 0 39px;
}

.case-entity .img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .case-entity {
    padding-bottom: 1px;
  }
  .case-entity-holder {
    margin-left: -20px;
    margin-right: -20px;
    padding: 12px 20px 30px;
  }
  .case-entity-header {
    padding-top: 16px;
    padding-left: 46px;
    padding-bottom: 13px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .is-sticky > .case-entity-header {
    background-color: #ffffff;
    -webkit-transition: margin .3s ease;
    -o-transition: margin .3s ease;
    transition: margin .3s ease;
  }
  .is-sticky > .case-entity-header:before,
  .is-sticky > .case-entity-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
  }
  .is-sticky > .case-entity-header:before {
    bottom: 0;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
            box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
  }
  .is-sticky > .case-entity-header:after {
    height: 1px;
    background: #cbd6e1;
  }
  .is-sticky > .case-entity-header h1 small {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .is-sticky > .case-entity-header .btn-back {
    top: 15px;
  }
  .sticky.scroll-up .is-sticky > .case-entity-header {
    margin-top: 61px;
  }
  .case-entity h1 {
    font-size: 1.6rem;
  }
  .case-entity h1 small {
    font-size: 1.6rem;
    margin-bottom: 13px;
  }
  .case-entity h2 {
    margin-top: 33px;
  }
  .case-entity-header .btn-back {
    top: 9px;
  }
  .case-entity .img {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .case-entity aside {
    width: 30%;
    right: 70%;
  }
  .case-entity .case-content {
    width: 70%;
    left: 30%;
  }
}

.case-entity aside .side-nav {
  padding: 42px 0 150px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.scroll-up .case-entity aside .is-sticky .side-nav {
  padding-top: 100px;
}

.case-entity-header .opener-menu small {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
}

.case-entity-header .opener-menu {
  display: block;
  cursor: pointer;
  border: 1px solid #cbd6e1;
  position: relative;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 10px 45px 10px 20px;
  margin: 0;
  font-weight: bold;
}

.case-entity-header .opener-menu .spy-nav {
  display: none;
}

.case-entity-header .opener-menu .spy-nav ul a {
  padding: 0;
  background: none !important;
  pointer-events: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.case-entity-header .opener-menu .spy-nav ul {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.case-entity-header .opener-menu .spy-nav ul li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #ffffff;
}

.case-entity-header .opener-menu .spy-nav ul li:first-child {
  position: relative;
  opacity: 1;
}

.case-entity-header .opener-menu .spy-nav ul li.active {
  opacity: 1;
  z-index: 5;
}

.case-entity-header .opener-menu i {
  position: absolute;
  color: #f15632;
  font-size: 2.8rem;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 17px;
  top: 10px;
}

.case-entity-header .opener-menu.active i {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
}

.case-entity-header.type2 {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.case-entity-header .side-nav {
  display: none;
  border: solid #cbd6e1;
  border-width: 0 1px 1px;
  position: absolute;
  border-radius: 0 0 5px 5px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 30;
  background: #ffffff;
  margin: -5px 0 0;
  padding: 5px 0 0;
}

.case-entity-header .side-nav ul li {
  padding: 0;
}

.case-entity-header .side-nav ul a {
  display: block;
  padding: 10px 20px;
}

.is-sticky .case-entity-header .opener-menu {
  border: 0;
  padding-left: 0;
  padding-top: 14px;
  padding-bottom: 10px;
}

.is-sticky .case-entity-header .opener-menu i {
  right: 2px;
  top: 15px;
}

.is-sticky .case-entity-header .opener-menu small {
  display: block;
  font-size: 1rem;
  color: #bdcad5;
  font-weight: normal;
  line-height: 1.4rem;
}

.is-sticky .case-entity-header .side-nav {
  border-width: 0 0 1px;
  left: -20px;
  right: -20px;
  width: auto;
}

.is-sticky .case-entity-header .opener-menu .spy-nav {
  display: block;
}

.is-sticky .case-entity-header .opener-menu .spy-nav ul a {
  font-size: 1.4rem;
  line-height: 2rem;
}

@media screen and (max-width: 991px) {
  .case-entity-header.type2 {
    margin-left: 0;
  }
  .case-entity aside .side-nav {
    cursor: pointer;
    border: 1px solid #cbd6e1;
    position: relative;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding: 10px 45px 10px 20px;
    margin: 0;
    font-weight: bold;
    background: #ffffff;
  }
  .case-entity aside .is-sticky .side-nav {
    border-color: transparent;
    padding-left: 0;
    padding-bottom: 8px;
  }
  .case-entity aside .side-nav:before {
    position: absolute;
    content: '';
    left: -999px;
    top: -1px;
    bottom: -1px;
    right: -999px;
    background: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    border-top: 1px solid #cbd6e1;
  }
  .scroll-up .case-entity aside .is-sticky .side-nav {
    padding-top: 10px;
    margin-top: 86px;
  }
  .case-entity aside .is-sticky .side-nav:before {
    opacity: 1;
    -webkit-box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
            box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
  }
  .case-entity aside .side-nav .ttl-nav {
    display: block;
  }
  .case-entity aside .side-nav .ttl-nav:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 10;
    content: '';
  }
  .case-entity aside .side-nav i {
    position: absolute;
    color: #f15632;
    font-size: 2.8rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    right: 17px;
    top: 10px;
  }
  .case-entity aside .side-nav.active i {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
        transform: scale(1, -1);
  }
  .case-entity aside .side-nav .spy-sticky-ttl a {
    padding: 0;
    background: none !important;
    pointer-events: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    color: inherit;
  }
  .case-entity aside .side-nav .spy-sticky-ttl {
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: none;
  }
  .case-entity aside .side-nav .spy-sticky-ttl li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #ffffff;
    padding: 0;
  }
  .case-entity aside .side-nav .spy-sticky-ttl li:first-child {
    position: relative;
    opacity: 1;
  }
  .case-entity aside .side-nav .spy-sticky-ttl li.active {
    opacity: 1;
    z-index: 5;
  }
  .case-entity aside .side-nav .spy-drop {
    display: none;
    border: solid #cbd6e1;
    border-width: 0 1px 1px;
    position: absolute;
    border-radius: 0 0 5px 5px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    left: -1px;
    right: -1px;
    top: 100%;
    z-index: 30;
    background: #ffffff;
    margin: -5px 0 0;
    padding: 5px 0 0;
  }
  .case-entity aside .side-nav .spy-drop li {
    padding: 0;
  }
  .case-entity aside .side-nav .spy-drop a {
    display: block;
    padding: 10px 20px;
  }
  .case-entity aside .is-sticky .side-nav .ttl-nav {
    display: block;
    font-size: 1rem;
    color: #bdcad5;
    font-weight: normal;
    line-height: 1.4rem;
  }
  .case-entity aside .is-sticky .side-nav .spy-drop {
    border-width: 0 0 1px;
    left: -999px;
    right: -999px;
    padding-left: 979px;
    padding-right: 979px;
    width: auto;
    border-radius: 0;
  }
  .case-entity aside .is-sticky .side-nav .spy-drop a {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .case-entity aside .is-sticky .side-nav .spy-sticky-ttl {
    display: block;
  }
  .case-entity aside .is-sticky .side-nav i {
    right: 2px;
    top: 15px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .case-entity-holder .page-header {
    margin-left: 0;
    margin-right: 0;
  }
  .case-entity-holder {
    position: relative;
    z-index: 25;
  }
}

/* Case content - Single Use Case post component */
.case-content {
  padding-top: 16px;
  line-height: 1.5em;
}

.case-content p {
  margin-bottom: 30px;
}

.case-content ul {
  list-style: none;
  margin: 30px 0 25px;
  padding: 0 0 0 75px;
}

.case-content ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 15px;
}

.case-content ul li:before {
  content: '';
  position: absolute;
  top: .75em;
  left: 0;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-radius: 50%;
  background: #f15632;
}

.case-content ol {
  list-style: none;
  margin: 30px 0 25px;
  padding: 0 0 0 74px;
  counter-reset: list;
}

.case-content ol li {
  padding-left: 19px;
  margin-bottom: 15px;
}

.case-content ol li:before {
  content: counter(list) ".";
  counter-increment: list;
  display: inline-block;
  vertical-align: top;
  min-width: 19px;
  margin-left: -19px;
}

.case-content h3 {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-top: 2em;
  margin-bottom: 18px;
}

.case-content blockquote {
  position: relative;
  border-left: 0;
  margin-top: 52px;
  margin-bottom: 70px;
  padding: 0 0 0 200px;
}

.case-content blockquote:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 72px;
  background: url(./images/ico-quotes-blue-001.svg) no-repeat;
  background-size: 100% 100%;
  width: 34px;
  height: 30px;
}

.case-content blockquote q {
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.2rem;
}

.case-content blockquote q:before {
  display: none;
}

.case-content blockquote q:after {
  display: none;
}

.case-content a:not(.btn) {
  color: #f15632;
}

.case-content a:not(.btn):hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .case-content {
    padding-top: 0;
  }
  .case-content blockquote {
    padding-left: 55px;
    margin-top: 31px;
    margin-bottom: 37px;
  }
  .case-content blockquote:before {
    left: 0;
  }
  .case-content h3 {
    margin-top: 28px;
  }
  .case-content ul {
    padding-left: 0;
  }
  .case-content ol {
    padding-left: 0;
  }
}

/* Socials - Single Use Case post widget */
.socials {
  list-style: none;
  margin: 0 0 20px;
  padding: 12px 15px 11px;
  border-radius: 5px;
  background: #f5f7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.6rem;
  line-height: 1em;
}

.socials > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 6px 5px;
}

.socials a {
  color: #bdcad5;
}

.socials a:hover {
  color: #f15632;
}

/* Get widgets - Single Use Case post widget */
.get-widget {
  padding: 29px 19px 19px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #cbd6e1;
}

.get-widget.get-widget--2 {
  border-color: #3b79be;
  background-color: #3b79be;
  color: #ffffff;
}

.get-widget h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.get-widget .btn {
  display: block;
  width: 100%;
  min-width: 1px;
  white-space: normal;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .get-widget h3 {
    margin-top: 0;
  }
}

/* Related products - Single Use Case post widget */
.related-products {
  padding-top: 14px;
  line-height: 1.5em;
}

.related-products h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 20px;
}

.related-products ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.related-products li {
  margin-bottom: .5em;
}

.related-products li a {
  color: #f15632;
}

.related-products li a:hover {
  text-decoration: underline;
}

/* Master section - Single Use Case post component */
.master-section {
  padding-top: 90px;
  padding-bottom: 27px;
  border-bottom: 1px solid #f5f7f9;
}

.master-section .contact {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 39px;
}

.master-section .contact h2 {
  margin-bottom: 54px;
}

.master-section .contact ul {
  list-style: none;
  margin: 30px 0 49px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 3rem;
}

.master-section .contact ul li {
  position: relative;
  padding-left: 31px;
}

.master-section .contact ul li:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-radius: 50%;
  background: #f15632;
}

.master-section .contact .input-holder {
  margin-bottom: 20px;
}

.master-section .contact .input-holder label {
  margin-bottom: 10px;
}

.master-section .contact .form-control {
  height: 50px;
}

.master-section .contact p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.master-section .contact .btn {
  font-family: "Heebo", Helvetica, sans-serif;
}

.master-section .contact .ajax-loader {
  display: none;
}

.master-section_img {
  margin-top: 10px;
  margin-bottom: 20px;
}

.master-section_img img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 2px 11px rgba(55, 84, 115, 0.54);
          box-shadow: 0 2px 11px rgba(55, 84, 115, 0.54);
}

@media screen and (max-width: 1199px) {
  .master-section .contact {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .master-section_img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    max-width: 400px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .master-section {
    padding-top: 49px;
    padding-bottom: 3px;
  }
  .master-section .contact {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
  }
  .master-section .contact h2 {
    margin-bottom: 37px;
  }
  .master-section .contact ul {
    margin-bottom: 39px;
  }
}

@media screen and (min-width: 992px) {
  .master-section aside {
    width: 35%;
    right: 65%;
  }
  .master-section .column {
    width: 65%;
    left: 35%;
  }
}

/* Schedule block */
.schedule-block {
  background: #ffffff;
  margin-bottom: 90px;
  color: #2b3446;
}

.schedule-block .zoom-info {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 400;
}

.schedule-block .zoom-info > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.schedule-block .zoom-info figure {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  padding-top: 4px;
  margin-right: 30px;
}

.schedule-block .zoom-info figure img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.schedule-block h1 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 48px;
}

.schedule-block .step {
  padding: 60px 60px 10px;
}

.schedule-block .step.invisible {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -1000px;
}

.schedule-block .step-header {
  text-align: center;
  margin-bottom: 63px;
}

.schedule-block .step-header .num {
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-family: "Heebo", Helvetica, sans-serif;
  color: #bdcad5;
}

.schedule-block .step-header h2 {
  font-size: 2.4rem;
  line-height: 1.25em;
  margin-bottom: 12px;
}

.schedule-block .contact {
  padding-top: 0;
  padding-bottom: 42px;
}

.schedule-block .contact .input-holder {
  margin-bottom: 20px;
}

.schedule-block .contact .input-holder label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}

.schedule-block .contact .form-control {
  height: 50px;
  padding-left: 19px;
  padding-right: 19px;
  color: #a0b1c3;
}

.schedule-block .contact .select2 {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.schedule-block .contact .btn-holder {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 21px;
}

.schedule-block .contact .small {
  text-align: center;
}

.schedule-block .contact .small a {
  font-weight: 700;
}

.schedule-block .contact h3 {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-bottom: 27px;
}

.schedule-block .contact .radio {
  margin-top: 0;
  margin-bottom: 30px;
}

.schedule-block .contact .btn-primary {
  font-family: "Heebo", Helvetica, sans-serif;
}

.schedule-block div.wpcf7-mail-sent-ok {
  display: none !important;
}

.schedule-block_col--01 {
  background-color: #2b3446;
  color: #ffffff;
  padding: 50px 50px 29px;
}

.schedule-block_col--01 .zoom-info p {
  margin-bottom: 10px;
}

.schedule-block_col--01 p {
  margin-bottom: 53px;
}

@media screen and (max-width: 1199px) {
  .schedule-block_col--01 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .schedule-block_col--01 .zoom-info p br {
    display: none;
  }
  .schedule-block .step {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .schedule-block_col--01.schedule-block_col--invisible-mobile,
  .schedule-block_col--02.schedule-block_col--invisible-mobile {
    position: absolute;
    top: -1000px;
    opacity: 0;
    visibility: hidden;
  }
  .schedule-block_col--01 .btn-holder {
    margin-top: 23px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .schedule-block {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 39px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  .schedule-block h1 {
    letter-spacing: -.01em;
    margin-bottom: 19px;
  }
  .schedule-block .zoom-info {
    margin-right: -10px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .schedule-block .zoom-info figure {
    margin-right: 23px;
  }
  .schedule-block .step {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .schedule-block .contact {
    padding-top: 40px;
    padding-bottom: 26px;
  }
  .schedule-block .contact h3 {
    line-height: 1.25em;
    margin-bottom: 1.25em;
  }
  .schedule-block .contact .btn-holder {
    margin-top: 40px;
    margin-bottom: 1px;
  }
  .schedule-block .contact .radio {
    margin-bottom: 38px;
  }
  .schedule-block .step-header {
    text-align: left;
    line-height: 2.7rem;
    margin-bottom: 0;
  }
  .schedule-block .step-header .top-part {
    position: relative;
    z-index: 5;
    padding-top: 14px;
    padding-left: 49px;
    padding-bottom: 13px;
  }
  .schedule-block .step-header .top-part:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 0;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
            box-shadow: 3px 0 21px rgba(172, 177, 192, 0.19);
  }
  .schedule-block .step-header .num {
    font-weight: 100;
    font-size: 1rem;
    line-height: 1em;
    font-family: "Heebo", Helvetica, sans-serif;
    margin-bottom: 5px;
  }
  .schedule-block .step-header h2 {
    font-size: 1.6rem;
    line-height: 1em;
    font-family: "Heebo", Helvetica, sans-serif;
    margin-bottom: 0;
  }
  .schedule-block .step-header .btn-back {
    top: 12px;
  }
  .schedule-block .step-header p {
    margin-top: 31px;
    margin-bottom: 0;
  }
  .schedule-block .thank-block {
    padding-top: 28px;
  }
  .schedule-block_col--01 {
    padding-top: 27px;
    padding-bottom: 31px;
  }
  .schedule-block_col--01 p {
    margin-bottom: 19px;
  }
}

@media screen and (min-width: 992px) {
  .schedule-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .schedule-block > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .schedule-block_col--01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40.677%;
  }
  .schedule-block_col--01 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .schedule-block_col--02 {
    width: 59.323%;
  }
}

/* Member list */
.member-list {
  list-style: none;
  margin: 0 -7px 1px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.member-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 7px;
}

.member-list .bg-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .member-list {
    margin-left: -8px;
    margin-right: -8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Thank block */
.thank-block_header {
  text-align: center;
  max-width: 520px;
  margin: -8px auto 60px;
}

.thank-block_header h2 {
  font-size: 2.4rem;
  line-height: 1.25em;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .thank-block_header {
    line-height: 2.7rem;
    text-align: left;
    margin-bottom: 50px;
  }
  .thank-block_header h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}

.book-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 54px;
}

.book-list > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: calc(50% - 20px);
  min-width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 42px 40px 48px;
  text-align: center;
}

.book > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.book footer {
  margin-top: auto;
}

.book_img {
  position: relative;
  height: 242px;
  margin-bottom: 17px;
}

.book_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-box-shadow: 0 2px 11px rgba(55, 84, 115, 0.54);
          box-shadow: 0 2px 11px rgba(55, 84, 115, 0.54);
}

.book_descr {
  margin-bottom: 10px;
}

.book_descr h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .book-list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .book-list > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/*! Page header */
.page-header {
  margin: 0;
  border-bottom: 2px solid #ebebeb;
  padding: 40px 0 59px;
}

.page-header h1 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  margin: 0 0 10px;
}

@media screen and (max-width: 991px) {
  .page-header {
    padding-bottom: 40px;
    border-bottom: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .page-header {
    padding: 12px 0 20px;
    line-height: 2.4rem;
  }
  .page-header h1 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 19px;
  }
}

/*! Contact box */
.contact-box {
  max-width: 280px;
  margin-left: auto;
  border: 1px solid #cbd6e1;
  border-radius: 5px;
  padding: 20px;
}

.contact-box figure {
  margin: 0 0 20px;
}

.contact-box figure:after {
  content: '';
  display: block;
  clear: both;
}

.contact-box_photo {
  float: left;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50%;
  margin: 0 20px 0 0;
}

.contact-box_photo > img {
  display: none;
}

.contact-box_text {
  overflow: hidden;
  padding: 3px 0 0;
}

.contact-box_text h3 {
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 0;
}

.contact-box_text h3 small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: inherit;
  font-weight: normal;
  padding: 1px 0 0;
}

.contact-box_btn {
  display: block;
}

@media screen and (max-width: 991px) {
  .contact-box {
    margin-right: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .contact-box {
    margin-top: 24px;
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

/*! Contact form 7 overrides - maybe place it in a separate folder vendors/ ? */
.wpcf7-checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-left: -20px;
}

.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
}

.wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  min-height: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  position: relative;
  padding-left: 29px;
  font-weight: normal;
}

.wpcf7-checkbox .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  background: #bdcad5;
  width: 10px;
  height: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #bdcad5;
  left: 0;
  top: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control-wrap.consent span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap.country .wpcf7-not-valid-tip {
  margin-top: -15;
}

.wpcf7-form-control-wrap.industry .wpcf7-not-valid-tip {
  margin-top: -35px;
}

.wpcf7-form-control-wrap.case_describes .wpcf7-not-valid-tip {
  margin-top: -35px;
}

.wpcf7-form-control-wrap.budget .wpcf7-not-valid-tip {
  margin-top: 10px;
}

.wpcf7-form-control-wrap.employees .wpcf7-not-valid-tip {
  margin-top: 10px;
}

.wpcf7-form .ajax-loader {
  position: absolute;
}

.wpcf7-form .ajax-loader + br {
  display: none;
}

div.wpcf7-response-output {
  padding: 16px 0 28px;
  color: #2b3446;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  border: none;
  background-color: transparent !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  padding-left: 0;
  min-height: 1px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-top: 5px;
}

.wpcf7-response-output ~ p {
  margin: 0;
}

/*! FAQs - used on FAQ, Press and Digital Cross-Border Compliance page  */
.faqs h2 {
  font-size: 2.6rem;
  line-height: 2.6rem;
  margin: 0 0 30px;
}

.faqs .section {
  padding-bottom: 40px;
  padding-top: 42px;
}

.faqs .section:last-child {
  padding-bottom: 0;
}

.faqs .section + .section {
  padding-top: 60px;
  border-top: 2px solid #ebebeb;
}

@media screen and (max-width: 991px) {
  .two-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .two-cols > aside {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .faqs {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .faqs h2 {
    font-size: 2rem;
    margin-bottom: 18px;
  }
  .faqs .section {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .faqs .section + .section {
    border-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .two-cols {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/*! Answer box - FAQ section component */
.answer-box figure {
  margin: 0 0 18px;
}

.answer-box figure:after {
  content: '';
  display: block;
  clear: both;
}

.answer-box .avatar {
  float: left;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50%;
  margin: 0 20px 0 0;
}

.answer-box .avatar > img {
  display: none;
}

.answer-box figcaption {
  overflow: hidden;
  padding: 3px 0 0;
}

.answer-box figcaption h3 {
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 0;
}

.answer-box figcaption h3 small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: inherit;
  font-weight: normal;
  padding: 1px 0 0;
}

.answer-box .text {
  padding-left: 60px;
  line-height: 2.7rem;
}

.answer-box .text p {
  margin: 0;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .answer-box .text {
    padding-left: 0;
  }
}

/*! Side nav */
.side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: bold;
}

.side-nav ul li {
  padding: 15px 0 4px;
}

.side-nav ul li.active > a {
  color: #f15632;
}

.side-nav ul a {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  background: none !important;
}

@media screen and (max-width: 1199px) {
  .side-nav ul {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

@media screen and (min-width: 992px) {
  .case-entity aside .side-nav .spy-drop {
    display: none !important;
  }
}

/*! Content section */
.content-section {
  padding-bottom: 40px;
  line-height: 2.7rem;
}

.content-section:first-child {
  padding-top: 42px;
}

.content-section:last-child {
  padding-bottom: 0;
}

.content-section + .content-section {
  padding-top: 60px;
  border-top: 2px solid #ebebeb;
}

.content-section h2 {
  font-size: 2.6rem;
  line-height: 2.6rem;
  margin: 0 0 30px;
}

.content-section p {
  margin: 0 0 20px;
}

.post {
  font-size: 1.4rem;
  line-height: 2rem;
}

.post .image {
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 57%;
  margin: 0 0 20px;
}

.post .image img {
  display: none;
}

.post h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 8px;
}

.post h3 a {
  color: inherit;
}

.post h3 a:hover {
  text-decoration: none;
  color: #f15632;
}

.post .meta {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #6d7888;
}

.post .meta li {
  float: left;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 15px 0 -15px;
}

.post .meta li:before {
  display: none;
}

.post .meta li:after {
  content: '|';
  top: 0;
  left: 6px;
  position: absolute;
}

.post .meta li a {
  color: inherit;
  text-decoration: none;
}

.post .meta li a:hover {
  color: #f15632;
}

.post p {
  margin: 0 0 18px;
}

.case-content .post h3 a {
  color: inherit;
}

.case-content .post h3 a:hover {
  text-decoration: none;
  color: #f15632;
}

.pictures {
  margin: -10px;
  padding: 0 0 20px;
  list-style: none;
  overflow: hidden;
}

.pictures li {
  float: left;
  padding: 10px;
  width: 50%;
  margin: 0;
}

.pictures li:before {
  display: none;
}

.pictures a {
  display: block;
}

.pictures a:hover {
  opacity: 0.8;
}

.pictures figure {
  padding-bottom: 76%;
  background-size: cover;
  background-position: 50% 50%;
}

.pictures figure img {
  display: none;
}

.case-content .pictures {
  margin: -10px;
  padding: 0 0 20px;
  list-style: none;
  overflow: hidden;
}

.case-content .pictures li {
  float: left;
  padding: 10px;
  width: 50%;
  margin: 0;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .content-section {
    padding-top: 23px;
    padding-bottom: 25px;
  }
  .content-section h2 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 16px;
  }
  .content-section:first-child {
    padding-top: 39px;
  }
  .content-section + .content-section {
    padding-top: 41px;
  }
  .pictures {
    padding-bottom: 0;
  }
  .pictures li {
    width: 100%;
  }
  .pictures figure {
    padding-bottom: 89%;
  }
  .case-content .pictures {
    padding-bottom: 0;
  }
  .case-content .pictures li {
    width: 100%;
  }
}

/*! Carousel */
.carousel {
  position: relative;
  margin: 0 -10px;
  padding-right: 100px;
}

.carousel .slide {
  padding-left: 10px;
  padding-right: 10px;
}

.carousel .slick-dots {
  padding: 27px 0 20px;
  margin: 0;
}

.carousel .slick-dots li {
  padding: 0 4px;
  margin: 0;
}

.carousel .slick-dots li:before {
  display: none;
}

.carousel .slick-arrow {
  position: absolute;
  top: 50%;
  border: 0;
  padding: 0;
  text-indent: -9999px;
  width: 22px;
  height: 40px;
  margin: -48px 0 0;
  background: none;
}

.carousel .slick-arrow:after {
  position: absolute;
  content: '';
  height: 1px;
  right: 0;
  width: 28px;
  top: 50%;
  margin: -1px 0 0;
  background: #bdcad5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.carousel .slick-arrow:before {
  position: absolute;
  content: '';
  height: 1px;
  right: 0;
  width: 28px;
  top: 50%;
  margin: -1px 0 0;
  background: #bdcad5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
}

.carousel .slick-prev {
  display: none !important;
}

.carousel .slick-next {
  right: 30px;
}

.custom-slider-nav {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.custom-slider-nav_prev,
.custom-slider-nav_next {
  display: block;
  position: absolute;
  bottom: 0;
  border: 0;
  padding: 0;
  text-indent: -9999px;
  width: 31px;
  height: 31px;
  background: none;
  z-index: 1;
}

.custom-slider-nav_prev span,
.custom-slider-nav_next span {
  position: absolute;
  display: block;
  height: 2px;
  width: 18px;
  top: 15px;
  background-color: #f15831;
}

.custom-slider-nav_prev:before, .custom-slider-nav_prev:after,
.custom-slider-nav_next:before,
.custom-slider-nav_next:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 8px;
  top: 50%;
  margin: -1px 0 0;
  background: #f15831;
}

.custom-slider-nav_prev:before,
.custom-slider-nav_next:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom-slider-nav_prev:after,
.custom-slider-nav_next:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.custom-slider-nav_prev {
  left: 0;
}

.custom-slider-nav_prev span {
  left: 0;
}

.custom-slider-nav_prev:before, .custom-slider-nav_prev:after {
  left: 0;
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.custom-slider-nav_prev:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom-slider-nav_prev:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.custom-slider-nav_next {
  left: 36px;
}

.custom-slider-nav_next span {
  right: 0;
}

.custom-slider-nav_next:before, .custom-slider-nav_next:after {
  right: 0;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.custom-slider-nav_next:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom-slider-nav_next:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 1199px) {
  .carousel {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .carousel .btn-link {
    display: none;
  }
  .carousel .slick-dots {
    padding: 11px 0 18px;
  }
}

/*! Logo kit */
.logo-kit {
  display: block;
  height: 140px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 10px 0 28px;
  border: 1px solid #cbd6e1;
  background: #ffffff url(./images/apiax-logo-blue.svg) no-repeat 50% 50%;
}

.logo-kit.logo-kit--white {
  background: #2b3446 url(./images/apiax-logo-white.svg) no-repeat 50% 50%;
  border-color: #2b3446;
}

.logo-kit a {
  display: block;
  height: 100%;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .logos-kit {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .logos-kit .btn-link {
    margin-bottom: 10px;
  }
  .logo-kit {
    margin-bottom: 20px;
    margin-top: 7px;
  }
  .content-section .logos-kit h2 {
    margin-bottom: 20px;
  }
}

/*! Problem area / section */
.problem-area {
  background-color: #f5f7f9;
}

.problem-section {
  position: relative;
  background: #3389e9;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #3389e9), to(#3b79be));
  background: -o-linear-gradient(left, #3389e9 0, #3b79be 100%);
  background: linear-gradient(to right, #3389e9 0, #3b79be 100%);
  color: #ffffff;
}

.problem-section .container {
  padding-top: 261px;
  padding-bottom: 605px;
  position: relative;
  z-index: 10;
}

.problem-section .quote-box {
  max-width: 480px;
  margin-left: auto;
}

.graphic-element {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  width: 643px;
  height: 697px;
  opacity: 0.05;
  background: url(./images/graphic-element-01.svg) no-repeat;
  background-size: 643px 697px;
}

.graphic-element.graphic-element--top {
  top: 0;
  right: 0;
  margin: -89px -167px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.graphic-element.graphic-element--top.graphic-element-pos--02 {
  margin-top: -443px;
}

.graphic-element.graphic-element--bottom {
  bottom: 0;
  left: 0;
  margin: 0 0 -36px -198px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.problem-group {
  position: relative;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.458;
  max-width: 575px;
}

.problem-group h3 {
  color: inherit;
  margin: 0 0 27px;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
}

.problem-group p {
  margin: 0;
}

.problem-group_problem-box {
  position: relative;
  padding: 0 0 140px 82px;
}

.problem-group_problem-box:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 39px;
  height: 39px;
  border: 6px solid #ffffff;
  border-radius: 100%;
  margin: 1px 0 0;
}

.problem-group_problem-box:after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 58px 0 17px 19px;
}

.problem-group_solution-box {
  position: relative;
  padding: 0 0 0 82px;
}

.problem-group_solution-box:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #03dfa4 url(./images/ico-check-white-01.svg) no-repeat 50% 50%;
  background-size: 16px 12px;
  border-radius: 100%;
  margin: 1px 0 0;
}

@media screen and (min-width: 992px) {
  .problem-group.problem-group--row-type {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: -108px -70px -156px;
  }
  .problem-group.problem-group--row-type .problem-group_problem-box {
    padding: 82px 70px 0;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .problem-group.problem-group--row-type .problem-group_problem-box:before {
    margin-top: 0;
    margin-left: 70px;
  }
  .problem-group.problem-group--row-type .problem-group_problem-box:after {
    display: none;
  }
  .problem-group.problem-group--row-type .problem-group_solution-box {
    padding: 82px 70px 0 90px;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .problem-group.problem-group--row-type .problem-group_solution-box:before {
    margin-top: 0;
    margin-left: 90px;
  }
}

@media screen and (max-width: 1199px) {
  .problem-group_problem-box {
    padding-left: 60px;
  }
  .problem-group_solution-box {
    padding-left: 60px;
  }
}

@media screen and (max-width: 991px) {
  .problem-section .container {
    padding-top: 60px;
    padding-bottom: 83px;
  }
  .problem-section .quote-box {
    max-width: none;
    margin-left: 0;
  }
  .problem-group {
    font-size: 1.6rem;
    line-height: 1.688;
    max-width: none;
    padding: 0 15px 73px 0;
  }
  .problem-group h3 {
    margin: 0 0 31px;
    font-size: 2.4rem;
  }
  .problem-group_problem-box {
    padding-bottom: 54px;
    padding-left: 40px;
  }
  .problem-group_problem-box:before {
    width: 25px;
    height: 25px;
    border-width: 4px;
    margin-top: 2px;
  }
  .problem-group_problem-box:after {
    margin: 39px 0 14px 11px;
  }
  .problem-group_solution-box {
    padding-left: 40px;
  }
  .problem-group_solution-box:before {
    width: 25px;
    height: 25px;
    background-size: 11px 7px;
    margin-top: 2px;
  }
}

/*! Quote box */
.quote-box {
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  padding: 66px 70px 70px;
}

.quote-box blockquote {
  margin: 0;
  padding: 106px 0 74px;
  color: #2b3446;
  font-size: 1.6rem;
  line-height: 1.688;
  border: 0;
  position: relative;
}

.quote-box blockquote::before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 56px;
  height: 50px;
  background: url(./images/ico-quotes-blue-002.svg) no-repeat;
  background-size: 56px 50px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

.quote-box blockquote q {
  display: block;
  padding-bottom: 45px;
  quotes: none;
}

.quote-box blockquote q::before {
  content: '';
}

.quote-box blockquote q::after {
  content: '';
}

.quote-box blockquote cite {
  display: block;
  font-weight: 700;
  font-style: normal;
}

.quote-box_company-logo {
  position: relative;
  overflow: hidden;
  max-width: 220px;
  margin: 0 auto 56px;
}

.quote-box_company-logo img {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .quote-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .quote-box {
    border-radius: 5px;
    padding: 43px 20px 54px;
  }
  .quote-box blockquote {
    padding-top: 71px;
    padding-bottom: 46px;
  }
  .quote-box blockquote:before {
    width: 34px;
    height: 30px;
    background-size: 34px 30px;
  }
  .quote-box blockquote q {
    padding-bottom: 37px;
  }
  .quote-box_company-logo {
    max-width: 200px;
    margin-bottom: 44px;
  }
}

/*! Case area */
.cases-area {
  position: relative;
  z-index: 10;
  margin-top: -287px;
}

.cases-area .container {
  padding-top: 128px;
  padding-bottom: 50px;
}

.cases-area h2 {
  margin-bottom: 120px;
}

.cases-area_body {
  max-width: 1550px;
  margin: 0 auto;
  border-radius: 8px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), to(#f5f7f9));
  background: -o-linear-gradient(top, #ffffff 0, #f5f7f9 100%);
  background: linear-gradient(to bottom, #ffffff 0, #f5f7f9 100%);
}

.cases-items-list {
  list-style: none;
  margin: 0 -34px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cases-items-list > li {
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0 34px 79px;
  color: #3c4959;
}

.cases-items-list h3 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 29px;
}

.cases-items-list h3 .dotted-underline-link {
  font-size: inherit;
  line-height: inherit;
}

@media screen and (max-width: 991px) {
  .cases-area {
    margin-top: 0;
  }
  .cases-area .container {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .cases-area h2 {
    margin-bottom: 72px;
  }
  .cases-area .cta-show-more {
    text-align: center;
    padding-top: 1px;
  }
  .cases-area .cta-show-more a::after {
    content: ' more';
  }
  .cases-area.cases-area--show-all .cta-show-more a::after {
    content: ' less';
  }
  .cases-area_body {
    max-width: none;
    margin: 0;
    border-radius: 0;
    background: none;
  }
  .cases-items-list {
    margin: 0;
    display: block;
  }
  .cases-items-list > li {
    max-width: none;
    padding: 0 0 54px;
  }
  .cases-items-list h3 {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  .cases-items-list li:nth-child(3) ~ li {
    display: none;
  }
  .cases-area.cases-area--show-all .cases-items-list li:nth-child(3) ~ li {
    display: block;
  }
}

/*! Inform area */
.inform-area {
  background-color: #ffffff;
  position: relative;
}

.inform-area .container {
  padding-top: 228px;
  padding-bottom: 280px;
}

.inform-area .section-icon {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  margin-top: -60px;
  margin-left: -60px;
  background-color: #007ae1;
}

.inform-area .section-icon img {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 53px;
  max-height: 53px;
}

.inform-area .intro-block {
  color: #3c4959;
  padding-bottom: 194px;
}

.inform-area .intro-block h2 {
  color: #2b3446;
  margin-bottom: 56px;
}

.accordion-group {
  padding-bottom: 117px;
}

.accordion-group > h3 {
  color: #828ea1;
  text-transform: uppercase;
  margin: 0 0 45px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .inform-area .container {
    padding-top: 102px;
    padding-bottom: 105px;
  }
  .inform-area .section-icon {
    width: 90px;
    height: 90px;
    margin-top: -49px;
    margin-left: -45px;
  }
  .inform-area .section-icon img {
    max-width: 40px;
    max-height: 40px;
  }
  .inform-area .intro-block {
    padding-bottom: 72px;
    text-align: center;
  }
  .inform-area .intro-block h2 {
    margin-bottom: 25px;
  }
  .accordion-group {
    padding-bottom: 83px;
  }
  .accordion-group > h3 {
    margin: 0 0 33px;
    font-size: 1.4rem;
  }
}

/*! Resources items section */
.resources-items-section {
  background-color: #f5f7f9;
}

.resources-items-section .container {
  padding-top: 111px;
  padding-bottom: 242px;
}

.resources-items-section .cta-bottom-section {
  padding-top: 8px;
}

.resources-items-section_headline {
  padding-bottom: 98px;
}

.resources-items-section_headline h3 {
  text-transform: uppercase;
  color: #828ea1;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

.resources-items {
  list-style: none;
  margin: 0 -30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.resources-items > li {
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.resource-item {
  margin: 0 0 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 353px;
  color: #3c4959;
  width: 100%;
}

.resource-item_body {
  padding-bottom: 27px;
}

.resource-item_body h3 {
  color: #2b3446;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 51px;
}

.resource-item_body .lead {
  display: block;
  margin-bottom: 18px;
  font-size: 1.8rem;
  line-height: 1.611;
  font-weight: 700;
}

.resource-item_body p {
  margin: 0;
}

.resource-item_footer {
  margin-top: auto;
}

.resource-item_footer .arrow-link {
  margin-left: -5px;
}

@media screen and (max-width: 1199px) {
  .resources-items-section .container {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .resources-items-section_headline {
    padding-bottom: 50px;
  }
  .resources-items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .resources-items > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .resource-item {
    margin-bottom: 60px;
  }
  .resource-item_body {
    padding-bottom: 20px;
  }
  .resource-item_body h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .resource-item_body .lead {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .resources-items-section .container {
    padding-top: 60px;
    padding-bottom: 122px;
  }
  .resources-items-section .cta-bottom-section {
    padding-top: 0;
    margin-top: -57px;
  }
  .resources-items-section_headline {
    padding-bottom: 79px;
  }
  .resources-items-section_headline h3 {
    font-size: 1.4rem;
  }
  .resources-items {
    margin: 0;
    display: block;
  }
  .resources-items > li {
    max-width: none;
    display: block;
    padding: 0;
  }
  .resources-items > li:nth-child(3) ~ li {
    display: none;
  }
  .resource-item {
    max-width: none;
    margin-bottom: 90px;
    display: block;
  }
  .resource-item_body {
    padding-bottom: 19px;
  }
  .resource-item_body h3 {
    font-size: 1.6rem;
    margin-bottom: 23px;
  }
  .resource-item_body .lead {
    margin-bottom: 13px;
    font-size: 1.6rem;
    line-height: 1.688;
  }
  .resource-item_body p {
    margin: 0;
  }
}

/*! Resources post section */
.resources-posts-section {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(30%, #f5f7f9), to(#f5f7f9));
  background: -o-linear-gradient(top, #ffffff 0, #f5f7f9 30%, #f5f7f9 100%);
  background: linear-gradient(to bottom, #ffffff 0, #f5f7f9 30%, #f5f7f9 100%);
}

.resources-posts-section .container {
  padding-top: 250px;
  padding-bottom: 120px;
}

.resources-posts-section h2 {
  margin-bottom: 74px;
}

.resources-posts-list {
  list-style: none;
  margin: 0 -32px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.resources-posts-list > li {
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.resources-posts-list .resources-post {
  max-width: 350px;
}

@media screen and (max-width: 1199px) {
  .resources-posts-section .container {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .resources-posts-section h2 {
    margin-bottom: 50px;
  }
  .resources-posts-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .resources-posts-list > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .resources-posts-section .container {
    padding-top: 60px;
    padding-bottom: 23px;
  }
  .resources-posts-section h2 {
    margin-bottom: 56px;
  }
  .resources-posts-section .cta-bottom-section {
    padding-top: 0;
    margin-top: -57px;
  }
  .resources-posts-list {
    margin: 0;
    padding-bottom: 14px;
    display: block;
  }
  .resources-posts-list > li {
    max-width: none;
    padding: 0;
    display: block;
  }
  .resources-posts-list > li:last-child .resources-post {
    margin-bottom: 0;
  }
  .resources-posts-list .resources-post {
    max-width: none;
  }
}

/*! Post item */
.resources-post {
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
}

.resources-post figcaption {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #3c4959;
  padding: 59px 0 0;
}

.resources-post_image {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.resources-post_image img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.resources-post_body {
  padding-bottom: 38px;
}

.resources-post_body h3 {
  color: #283246;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 34px;
}

.resources-post_body p {
  margin: 0;
}

.resources-post_footer {
  margin-top: auto;
  max-width: 100%;
}

.resources-post_footer .dotted-underline-link {
  font-size: 2rem;
}

@media screen and (max-width: 1199px) {
  .resources-post {
    margin-bottom: 40px;
  }
  .resources-post figcaption {
    padding-top: 40px;
  }
  .resources-post_body {
    padding-bottom: 20px;
  }
  .resources-post_body h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .resources-post_footer .dotted-underline-link {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .resources-post {
    margin-bottom: 82px;
    display: block;
  }
  .resources-post figcaption {
    width: auto;
    max-width: none;
    display: block;
    padding-top: 32px;
  }
  .resources-post_body {
    padding-bottom: 32px;
  }
  .resources-post_body h3 {
    font-size: 1.9rem;
    margin-bottom: 27px;
  }
  .resources-post_footer {
    margin-top: 0;
    max-width: none;
  }
  .resources-post_footer .dotted-underline-link {
    font-size: 1.8rem;
  }
}

.how-section {
  padding: 120px 0 80px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .how-section {
    padding: 48px 0 24px;
  }
}

.how-section .container {
  padding-left: 21px;
  padding-right: 21px;
}

@media screen and (min-width: 1200px) {
  .how-section .container {
    width: 1212px;
  }
}

.how-section .row {
  margin-left: -21px;
  margin-right: -21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.how-section div[class*="col-"] {
  padding-left: 21px;
  padding-right: 21px;
  max-width: 404px;
}

.how-section .text-block_subtitle {
  margin-bottom: 52px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .how-section .text-block_subtitle {
    margin-bottom: 24px;
  }
}

.how-block {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .how-block {
    margin-bottom: 24px;
  }
}

.how-block p {
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.how-block_img-wrap {
  position: relative;
}

.how-block_img-wrap img {
  max-width: 100%;
  height: auto;
}

/*! App module */
.app-module {
  padding: 130px 0;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .app-module {
    padding: 48px 0;
  }
}

.app-module.app-module--white {
  background-color: #ffffff;
}

.app-module.app-module--white .app-module_text-wrap h6 {
  color: #4178ba;
}

.app-module.app-module--white .app-module_text-wrap h2,
.app-module.app-module--white .app-module_text-wrap p {
  color: #2b3446;
}

.app-module.app-module--white .btn-pill {
  color: #4178ba;
  border-color: #4178ba;
  background-color: transparent;
}

.app-module.app-module--white .btn-pill:hover, .app-module.app-module--white .btn-pill:focus {
  background-color: #4178ba;
  color: #ffffff;
}

.app-module.app-module--blue {
  background-color: #4178ba;
}

.app-module.app-module--blue .app-module_text-wrap h6,
.app-module.app-module--blue .app-module_text-wrap h2,
.app-module.app-module--blue .app-module_text-wrap p {
  color: #ffffff;
}

.app-module.app-module--blue .btn-pill {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.app-module.app-module--blue .btn-pill:hover, .app-module.app-module--blue .btn-pill:focus {
  background-color: #ffffff;
  color: #4178ba;
}

.app-module.app-module--right .app-module_image-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.app-module.app-module--right .app-module_text-wrap {
  padding-right: 40px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .app-module.app-module--right .app-module_text-wrap {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .app-module.app-module--left .app-module_image-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.app-module.app-module--left .app-module_text-wrap {
  padding-left: 55px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .app-module.app-module--left .app-module_text-wrap {
    padding-left: 0;
  }
}

.app-module_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 991px) {
  .app-module_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.app-module_image-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 1px;
}

@media screen and (min-width: 992px) {
  .app-module_image-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .app-module_image-wrap {
    padding: 24px 0;
  }
}

.app-module_image-wrap .img {
  width: 100%;
  z-index: 1;
}

.app-module_image-wrap .img img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}

.app-module_text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 77px;
}

@media screen and (min-width: 992px) {
  .app-module_text-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .app-module_text-wrap {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.app-module_text-wrap h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.app-module_text-wrap h2 {
  letter-spacing: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .app-module_text-wrap h2 {
    font-size: 3rem;
    line-height: 1.334;
    margin-bottom: 16px;
  }
}

.app-module_text-wrap p {
  margin-bottom: 30px;
}

.app-module_btn-wrap .btn-pill {
  min-width: 188px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .app-module_btn-wrap .btn-pill {
    min-width: 131px;
    margin-top: 24px;
  }
}

.app-module_inner > .app-module_btn-wrap {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/*! Benefits  */
.benefits {
  padding: 120px 0 80px;
  position: relative;
}

.benefits::before {
  content: "";
  display: block;
  width: 198px;
  height: 198px;
  background: url("./images/dots-cinnabar-op30-198x198px.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 19.63%;
  bottom: -8.38%;
  z-index: -1;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .benefits::before {
    left: auto;
    right: 21px;
    bottom: -56px;
    width: 109px;
    height: 109px;
  }
}

.benefits .container {
  padding-left: 21px;
  padding-right: 21px;
}

@media screen and (min-width: 1200px) {
  .benefits .container {
    width: 1212px;
  }
}

.benefits .row {
  margin-left: -21px;
  margin-right: -21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.benefits div[class*="col-"] {
  padding-left: 21px;
  padding-right: 21px;
  max-width: 404px;
}

@media screen and (max-width: 991px) {
  .benefits div[class*="col-"] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.benefits .text-block_subtitle {
  margin-bottom: 52px;
}

.benefits-box {
  position: relative;
  min-height: 203px;
  padding: 40px 35px;
  margin-bottom: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 30px 0 rgba(59, 121, 190, 0.18);
          box-shadow: 0 2px 30px 0 rgba(59, 121, 190, 0.18);
  overflow: hidden;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .benefits-box {
    min-height: 126px;
    padding: 20px;
    margin-bottom: 16px;
  }
}

.benefits-box h6,
.benefits-box p {
  font-size: 1.6rem;
  line-height: 1.69;
}

.benefits-box h6 {
  font-weight: bold;
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .benefits-box h6 {
    margin-bottom: 2rem;
  }
}

.benefits-box p {
  margin-bottom: 0;
}

.benefits-box_border {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
}

.benefits-box_icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 100%;
  border: none;
  margin-right: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

@media screen and (min-width: 768px) {
  .benefits-box_icon {
    width: 46px;
    height: 46px;
    background-size: 46px 46px;
  }
}

.benefits-box_icon.benefits-box_icon--cucumber-green {
  background-image: url("./images/radial-icon-cucumber-green.svg");
}

.benefits-box_icon.benefits-box_icon--cinnabar {
  background-image: url("./images/radial-icon-cinnabar.svg");
}

.benefits-box_icon.benefits-box_icon--pink {
  background-image: url("./images/radial-icon-pink.svg");
}

.benefits-box_icon.benefits-box_icon--curious-blue {
  background-image: url("./images/radial-icon-curious-blue.svg");
}

.benefits-box_icon.benefits-box_icon--steel-blue {
  background-image: url("./images/radial-icon-steel-blue.svg");
}

.benefits-box_icon.benefits-box_icon--royal-blue {
  background-image: url("./images/radial-icon-royal-blue.svg");
}

.benefits-box_icon.benefits-box_icon--dusty-orange {
  background-image: url("./images/radial-icon-dusty-orange.svg");
}

.benefits-box_icon.benefits-box_icon--marigold {
  background-image: url("./images/radial-icon-marigold.svg");
}

.benefits_btn-wrap {
  text-align: center;
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .benefits_btn-wrap {
    text-align: left;
  }
}

/*! Resources module */
.resources-module {
  padding: 60px 0;
}

.resources-module .text-block_title,
.resources-module .text-block_subtitle {
  color: #ffffff;
}

/*! Coming soon module */
.coming-soon-module {
  padding: 120px 0 60px;
}

.coming-soon-module .text-block_subtitle {
  margin-bottom: 40px;
}

.coming-soon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.coming-soon-item_icon {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80px;
          flex: 1 1 80px;
  height: 80px;
  min-width: 80px;
  width: 80px;
  max-width: 80px;
  border-radius: 10px;
  background-color: rgba(241, 88, 49, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.coming-soon-item_icon img {
  max-width: 40px;
  max-height: 40px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.coming-soon-item_title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  padding: 0 10px 0 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.coming-soon-item_btn-wrap {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .coming-soon-item_btn-wrap {
    text-align: left;
  }
}

/*! Modules header */
.modules-header {
  padding: 176px 0 60px;
  position: relative;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .modules-header {
    padding: 98px 0 25px;
  }
}

.modules-header::before, .modules-header::after {
  display: block;
  width: 198px;
  height: 198px;
  background: url("./images/dots-cinnabar-op30-198x198px.svg") no-repeat;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .modules-header::before, .modules-header::after {
    display: none !important;
  }
}

.modules-header::before {
  left: -0.29%;
  bottom: 13.75%;
}

.modules-header::after {
  right: 0;
  top: 26.78%;
  z-index: -1;
}

.modules-header .text-block_title {
  max-width: 800px;
}

.modules-header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .modules-header_row {
    padding-top: 60px;
  }
}

.modules-header-box {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .modules-header-box {
    margin-bottom: 24px;
  }
}

.modules-header-box_icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
  margin-right: 8px;
  border-radius: 100%;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .modules-header-box_icon {
    display: block;
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
  }
}

.modules-header-box_icon.modules-header-box_icon--cucumber-green {
  background-image: url("./images/radial-icon-cucumber-green.svg");
}

.modules-header-box_icon.modules-header-box_icon--cinnabar {
  background-image: url("./images/radial-icon-cinnabar.svg");
}

.modules-header-box_icon.modules-header-box_icon--pink {
  background-image: url("./images/radial-icon-pink.svg");
}

.modules-header-box_icon.modules-header-box_icon--curious-blue {
  background-image: url("./images/radial-icon-curious-blue.svg");
}

.modules-header-box_icon.modules-header-box_icon--steel-blue {
  background-image: url("./images/radial-icon-steel-blue.svg");
}

.modules-header-box_icon.modules-header-box_icon--royal-blue {
  background-image: url("./images/radial-icon-royal-blue.svg");
}

.modules-header-box_icon.modules-header-box_icon--dusty-orange {
  background-image: url("./images/radial-icon-dusty-orange.svg");
}

.modules-header-box_icon.modules-header-box_icon--marigold {
  background-image: url("./images/radial-icon-marigold.svg");
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .modules-header-box_title,
  .modules-header-box_text {
    margin-bottom: 16px;
  }
}

.modules-header-box_title {
  font-weight: bold;
  margin-bottom: 10px;
}

.modules-header-box_text {
  color: #2b3446;
  margin-bottom: 20px;
}

.modules-header-box_btn-wrap .btn-pill {
  background-color: transparent;
  border-color: #f15831;
  color: #f15831;
}

.page-template-modules #header {
  background: #ffffff;
  color: #3c4959;
}

.page-template-modules #header .btn {
  background: #f15632;
  color: #ffffff;
  border-color: transparent;
}

.page-template-modules #header .btn:hover {
  background: #de4825;
  border-color: transparent;
}

.page-template-modules #header .logo:before {
  opacity: 0;
}

.page-template-modules #header .logo:after {
  opacity: 1;
}

.page-template-modules #main-nav > li > a:not(.btn),
.page-template-modules #main-nav-mobile > li > a:not(.btn) {
  color: #3c4959;
}

.page-template-modules #main-nav .drop,
.page-template-modules #main-nav-mobile .drop {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-template-modules .btn-menu:before {
  background: #283246;
}

.page-template-modules .btn-menu:after {
  background: #283246;
}

.page-template-modules .btn-menu span:before {
  background: #283246;
}

/*! Modules */
.modules {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

@media screen and (max-width: 991px) {
  .modules {
    padding: 48px 0;
  }
}

.modules::before {
  content: "";
  display: block;
  width: 1357px;
  height: 1357px;
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-image: -o-radial-gradient(at 50% 50%, #f79236, #f79236 35px, rgba(247, 146, 54, 0.25) 35px, rgba(247, 146, 54, 0.25) 94px, rgba(247, 146, 54, 0.15) 94px, rgba(247, 146, 54, 0.15) 183px, rgba(247, 146, 54, 0.1) 183px, rgba(247, 146, 54, 0.1) 327px, rgba(247, 146, 54, 0.07) 327px, rgba(247, 146, 54, 0.07) 507px, rgba(247, 146, 54, 0.04) 507px, rgba(247, 146, 54, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #f79236, #f79236 35px, rgba(247, 146, 54, 0.25) 35px, rgba(247, 146, 54, 0.25) 94px, rgba(247, 146, 54, 0.15) 94px, rgba(247, 146, 54, 0.15) 183px, rgba(247, 146, 54, 0.1) 183px, rgba(247, 146, 54, 0.1) 327px, rgba(247, 146, 54, 0.07) 327px, rgba(247, 146, 54, 0.07) 507px, rgba(247, 146, 54, 0.04) 507px, rgba(247, 146, 54, 0.04) 678px, transparent 678px, transparent);
}

@media screen and (min-width: 992px) {
  .modules::before {
    display: none !important;
  }
}

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

.modules.modules--white .modules_text-wrap h2,
.modules.modules--white .modules_text-wrap p {
  color: #2b3446;
}

.modules.modules--white .modules_text-wrap .btn-pill {
  color: #4178ba;
  border-color: #4178ba;
  background-color: transparent;
}

.modules.modules--white .modules_text-wrap .btn-pill:hover, .modules.modules--white .modules_text-wrap .btn-pill:focus {
  background-color: #4178ba;
  color: #ffffff;
}

.modules.modules--blue {
  background-color: #4178ba;
}

.modules.modules--blue .modules_text-wrap h2,
.modules.modules--blue .modules_text-wrap p {
  color: #ffffff;
}

.modules.modules--blue .modules_text-wrap .btn-pill {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.modules.modules--blue .modules_text-wrap .btn-pill:hover, .modules.modules--blue .modules_text-wrap .btn-pill:focus {
  background-color: #ffffff;
  color: #4178ba;
}

.modules.modules--right .modules_image-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.modules.modules--right .modules_text-wrap {
  padding-right: 40px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .modules.modules--right .modules_text-wrap {
    padding-right: 0;
  }
}

.modules.modules--left::before {
  right: 15px;
  left: auto;
  -webkit-transform: translateX(50%) translateY(-50%);
      -ms-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}

.modules.modules--left .modules_text-wrap {
  padding-left: 55px;
  text-align: right;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .modules.modules--left .modules_text-wrap {
    padding-left: 0;
  }
}

.modules.modules--left .modules_text-wrap h2::before {
  right: 35px;
  left: auto;
  -webkit-transform: translateX(50%) translateY(-50%);
      -ms-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}

@media screen and (max-width: 991px) {
  .modules.modules--left .modules_image-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.modules_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .modules_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.modules_image-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1px;
}

@media screen and (min-width: 992px) {
  .modules_image-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    min-height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.modules_image-wrap .img {
  z-index: 1;
  width: 100%;
}

.modules_image-wrap .img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modules_text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (min-width: 992px) {
  .modules_text-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .modules_text-wrap {
    padding-bottom: 24px;
  }
}

.modules_text-wrap h2 {
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .modules_text-wrap h2 {
    margin-top: 92px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .modules_text-wrap h2 {
    font-size: 3rem;
    line-height: 1.334;
    margin-bottom: 16px;
  }
}

.modules_text-wrap h2::before {
  content: "";
  display: block;
  width: 1357px;
  height: 1357px;
  position: absolute;
  top: -57px;
  left: 35px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  background-image: -o-radial-gradient(at 50% 50%, #f79236, #f79236 35px, rgba(247, 146, 54, 0.25) 35px, rgba(247, 146, 54, 0.25) 94px, rgba(247, 146, 54, 0.15) 94px, rgba(247, 146, 54, 0.15) 183px, rgba(247, 146, 54, 0.1) 183px, rgba(247, 146, 54, 0.1) 327px, rgba(247, 146, 54, 0.07) 327px, rgba(247, 146, 54, 0.07) 507px, rgba(247, 146, 54, 0.04) 507px, rgba(247, 146, 54, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #f79236, #f79236 35px, rgba(247, 146, 54, 0.25) 35px, rgba(247, 146, 54, 0.25) 94px, rgba(247, 146, 54, 0.15) 94px, rgba(247, 146, 54, 0.15) 183px, rgba(247, 146, 54, 0.1) 183px, rgba(247, 146, 54, 0.1) 327px, rgba(247, 146, 54, 0.07) 327px, rgba(247, 146, 54, 0.07) 507px, rgba(247, 146, 54, 0.04) 507px, rgba(247, 146, 54, 0.04) 678px, transparent 678px, transparent);
}

@media screen and (max-width: 991px) {
  .modules_text-wrap h2::before {
    display: none !important;
  }
}

.modules_text-wrap p {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .modules_text-wrap p {
    margin-bottom: 0;
  }
}

.modules-gradient--cucumber-green .modules_text-wrap h2::before {
  background-image: -o-radial-gradient(at 50% 50%, #72b054, #72b054 35px, rgba(114, 176, 84, 0.25) 35px, rgba(114, 176, 84, 0.25) 94px, rgba(114, 176, 84, 0.15) 94px, rgba(114, 176, 84, 0.15) 183px, rgba(114, 176, 84, 0.1) 183px, rgba(114, 176, 84, 0.1) 327px, rgba(114, 176, 84, 0.07) 327px, rgba(114, 176, 84, 0.07) 507px, rgba(114, 176, 84, 0.04) 507px, rgba(114, 176, 84, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #72b054, #72b054 35px, rgba(114, 176, 84, 0.25) 35px, rgba(114, 176, 84, 0.25) 94px, rgba(114, 176, 84, 0.15) 94px, rgba(114, 176, 84, 0.15) 183px, rgba(114, 176, 84, 0.1) 183px, rgba(114, 176, 84, 0.1) 327px, rgba(114, 176, 84, 0.07) 327px, rgba(114, 176, 84, 0.07) 507px, rgba(114, 176, 84, 0.04) 507px, rgba(114, 176, 84, 0.04) 678px, transparent 678px, transparent);
}

.modules.modules-gradient--cucumber-green::before {
  background-image: -o-radial-gradient(at 50% 50%, #72b054, #72b054 35px, rgba(114, 176, 84, 0.25) 35px, rgba(114, 176, 84, 0.25) 94px, rgba(114, 176, 84, 0.15) 94px, rgba(114, 176, 84, 0.15) 183px, rgba(114, 176, 84, 0.1) 183px, rgba(114, 176, 84, 0.1) 327px, rgba(114, 176, 84, 0.07) 327px, rgba(114, 176, 84, 0.07) 507px, rgba(114, 176, 84, 0.04) 507px, rgba(114, 176, 84, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #72b054, #72b054 35px, rgba(114, 176, 84, 0.25) 35px, rgba(114, 176, 84, 0.25) 94px, rgba(114, 176, 84, 0.15) 94px, rgba(114, 176, 84, 0.15) 183px, rgba(114, 176, 84, 0.1) 183px, rgba(114, 176, 84, 0.1) 327px, rgba(114, 176, 84, 0.07) 327px, rgba(114, 176, 84, 0.07) 507px, rgba(114, 176, 84, 0.04) 507px, rgba(114, 176, 84, 0.04) 678px, transparent 678px, transparent);
}

.modules-gradient--cinnabar .modules_text-wrap h2::before {
  background-image: -o-radial-gradient(at 50% 50%, #f15831, #f15831 35px, rgba(241, 88, 49, 0.25) 35px, rgba(241, 88, 49, 0.25) 94px, rgba(241, 88, 49, 0.15) 94px, rgba(241, 88, 49, 0.15) 183px, rgba(241, 88, 49, 0.1) 183px, rgba(241, 88, 49, 0.1) 327px, rgba(241, 88, 49, 0.07) 327px, rgba(241, 88, 49, 0.07) 507px, rgba(241, 88, 49, 0.04) 507px, rgba(241, 88, 49, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #f15831, #f15831 35px, rgba(241, 88, 49, 0.25) 35px, rgba(241, 88, 49, 0.25) 94px, rgba(241, 88, 49, 0.15) 94px, rgba(241, 88, 49, 0.15) 183px, rgba(241, 88, 49, 0.1) 183px, rgba(241, 88, 49, 0.1) 327px, rgba(241, 88, 49, 0.07) 327px, rgba(241, 88, 49, 0.07) 507px, rgba(241, 88, 49, 0.04) 507px, rgba(241, 88, 49, 0.04) 678px, transparent 678px, transparent);
}

.modules.modules-gradient--cinnabar::before {
  background-image: -o-radial-gradient(at 50% 50%, #f15831, #f15831 35px, rgba(241, 88, 49, 0.25) 35px, rgba(241, 88, 49, 0.25) 94px, rgba(241, 88, 49, 0.15) 94px, rgba(241, 88, 49, 0.15) 183px, rgba(241, 88, 49, 0.1) 183px, rgba(241, 88, 49, 0.1) 327px, rgba(241, 88, 49, 0.07) 327px, rgba(241, 88, 49, 0.07) 507px, rgba(241, 88, 49, 0.04) 507px, rgba(241, 88, 49, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #f15831, #f15831 35px, rgba(241, 88, 49, 0.25) 35px, rgba(241, 88, 49, 0.25) 94px, rgba(241, 88, 49, 0.15) 94px, rgba(241, 88, 49, 0.15) 183px, rgba(241, 88, 49, 0.1) 183px, rgba(241, 88, 49, 0.1) 327px, rgba(241, 88, 49, 0.07) 327px, rgba(241, 88, 49, 0.07) 507px, rgba(241, 88, 49, 0.04) 507px, rgba(241, 88, 49, 0.04) 678px, transparent 678px, transparent);
}

.modules-gradient--pink .modules_text-wrap h2::before {
  background-image: -o-radial-gradient(at 50% 50%, #be3bb2, #be3bb2 35px, rgba(190, 59, 178, 0.25) 35px, rgba(190, 59, 178, 0.25) 94px, rgba(190, 59, 178, 0.15) 94px, rgba(190, 59, 178, 0.15) 183px, rgba(190, 59, 178, 0.1) 183px, rgba(190, 59, 178, 0.1) 327px, rgba(190, 59, 178, 0.07) 327px, rgba(190, 59, 178, 0.07) 507px, rgba(190, 59, 178, 0.04) 507px, rgba(190, 59, 178, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #be3bb2, #be3bb2 35px, rgba(190, 59, 178, 0.25) 35px, rgba(190, 59, 178, 0.25) 94px, rgba(190, 59, 178, 0.15) 94px, rgba(190, 59, 178, 0.15) 183px, rgba(190, 59, 178, 0.1) 183px, rgba(190, 59, 178, 0.1) 327px, rgba(190, 59, 178, 0.07) 327px, rgba(190, 59, 178, 0.07) 507px, rgba(190, 59, 178, 0.04) 507px, rgba(190, 59, 178, 0.04) 678px, transparent 678px, transparent);
}

.modules.modules-gradient--pink::before {
  background-image: -o-radial-gradient(at 50% 50%, #be3bb2, #be3bb2 35px, rgba(190, 59, 178, 0.25) 35px, rgba(190, 59, 178, 0.25) 94px, rgba(190, 59, 178, 0.15) 94px, rgba(190, 59, 178, 0.15) 183px, rgba(190, 59, 178, 0.1) 183px, rgba(190, 59, 178, 0.1) 327px, rgba(190, 59, 178, 0.07) 327px, rgba(190, 59, 178, 0.07) 507px, rgba(190, 59, 178, 0.04) 507px, rgba(190, 59, 178, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #be3bb2, #be3bb2 35px, rgba(190, 59, 178, 0.25) 35px, rgba(190, 59, 178, 0.25) 94px, rgba(190, 59, 178, 0.15) 94px, rgba(190, 59, 178, 0.15) 183px, rgba(190, 59, 178, 0.1) 183px, rgba(190, 59, 178, 0.1) 327px, rgba(190, 59, 178, 0.07) 327px, rgba(190, 59, 178, 0.07) 507px, rgba(190, 59, 178, 0.04) 507px, rgba(190, 59, 178, 0.04) 678px, transparent 678px, transparent);
}

.modules-gradient--dusty-orange .modules_text-wrap h2::before {
  background-image: -o-radial-gradient(at 50% 50%, #f79236, #f79236 35px, rgba(247, 146, 54, 0.25) 35px, rgba(247, 146, 54, 0.25) 94px, rgba(247, 146, 54, 0.15) 94px, rgba(247, 146, 54, 0.15) 183px, rgba(247, 146, 54, 0.1) 183px, rgba(247, 146, 54, 0.1) 327px, rgba(247, 146, 54, 0.07) 327px, rgba(247, 146, 54, 0.07) 507px, rgba(247, 146, 54, 0.04) 507px, rgba(247, 146, 54, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #f79236, #f79236 35px, rgba(247, 146, 54, 0.25) 35px, rgba(247, 146, 54, 0.25) 94px, rgba(247, 146, 54, 0.15) 94px, rgba(247, 146, 54, 0.15) 183px, rgba(247, 146, 54, 0.1) 183px, rgba(247, 146, 54, 0.1) 327px, rgba(247, 146, 54, 0.07) 327px, rgba(247, 146, 54, 0.07) 507px, rgba(247, 146, 54, 0.04) 507px, rgba(247, 146, 54, 0.04) 678px, transparent 678px, transparent);
}

.modules.modules-gradient--dusty-orange::before {
  background-image: -o-radial-gradient(at 50% 50%, #f79236, #f79236 35px, rgba(247, 146, 54, 0.25) 35px, rgba(247, 146, 54, 0.25) 94px, rgba(247, 146, 54, 0.15) 94px, rgba(247, 146, 54, 0.15) 183px, rgba(247, 146, 54, 0.1) 183px, rgba(247, 146, 54, 0.1) 327px, rgba(247, 146, 54, 0.07) 327px, rgba(247, 146, 54, 0.07) 507px, rgba(247, 146, 54, 0.04) 507px, rgba(247, 146, 54, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #f79236, #f79236 35px, rgba(247, 146, 54, 0.25) 35px, rgba(247, 146, 54, 0.25) 94px, rgba(247, 146, 54, 0.15) 94px, rgba(247, 146, 54, 0.15) 183px, rgba(247, 146, 54, 0.1) 183px, rgba(247, 146, 54, 0.1) 327px, rgba(247, 146, 54, 0.07) 327px, rgba(247, 146, 54, 0.07) 507px, rgba(247, 146, 54, 0.04) 507px, rgba(247, 146, 54, 0.04) 678px, transparent 678px, transparent);
}

.modules-gradient--royal-blue .modules_text-wrap h2::before {
  background-image: -o-radial-gradient(at 50% 50%, #4a48da, #4a48da 35px, rgba(74, 72, 218, 0.25) 35px, rgba(74, 72, 218, 0.25) 94px, rgba(74, 72, 218, 0.15) 94px, rgba(74, 72, 218, 0.15) 183px, rgba(74, 72, 218, 0.1) 183px, rgba(74, 72, 218, 0.1) 327px, rgba(74, 72, 218, 0.07) 327px, rgba(74, 72, 218, 0.07) 507px, rgba(74, 72, 218, 0.04) 507px, rgba(74, 72, 218, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #4a48da, #4a48da 35px, rgba(74, 72, 218, 0.25) 35px, rgba(74, 72, 218, 0.25) 94px, rgba(74, 72, 218, 0.15) 94px, rgba(74, 72, 218, 0.15) 183px, rgba(74, 72, 218, 0.1) 183px, rgba(74, 72, 218, 0.1) 327px, rgba(74, 72, 218, 0.07) 327px, rgba(74, 72, 218, 0.07) 507px, rgba(74, 72, 218, 0.04) 507px, rgba(74, 72, 218, 0.04) 678px, transparent 678px, transparent);
}

.modules.modules-gradient--royal-blue::before {
  background-image: -o-radial-gradient(at 50% 50%, #4a48da, #4a48da 35px, rgba(74, 72, 218, 0.25) 35px, rgba(74, 72, 218, 0.25) 94px, rgba(74, 72, 218, 0.15) 94px, rgba(74, 72, 218, 0.15) 183px, rgba(74, 72, 218, 0.1) 183px, rgba(74, 72, 218, 0.1) 327px, rgba(74, 72, 218, 0.07) 327px, rgba(74, 72, 218, 0.07) 507px, rgba(74, 72, 218, 0.04) 507px, rgba(74, 72, 218, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #4a48da, #4a48da 35px, rgba(74, 72, 218, 0.25) 35px, rgba(74, 72, 218, 0.25) 94px, rgba(74, 72, 218, 0.15) 94px, rgba(74, 72, 218, 0.15) 183px, rgba(74, 72, 218, 0.1) 183px, rgba(74, 72, 218, 0.1) 327px, rgba(74, 72, 218, 0.07) 327px, rgba(74, 72, 218, 0.07) 507px, rgba(74, 72, 218, 0.04) 507px, rgba(74, 72, 218, 0.04) 678px, transparent 678px, transparent);
}

.modules-gradient--curious-blue .modules_text-wrap h2::before {
  background-image: -o-radial-gradient(at 50% 50%, #48a3da, #48a3da 35px, rgba(72, 163, 218, 0.25) 35px, rgba(72, 163, 218, 0.25) 94px, rgba(72, 163, 218, 0.15) 94px, rgba(72, 163, 218, 0.15) 183px, rgba(72, 163, 218, 0.1) 183px, rgba(72, 163, 218, 0.1) 327px, rgba(72, 163, 218, 0.07) 327px, rgba(72, 163, 218, 0.07) 507px, rgba(72, 163, 218, 0.04) 507px, rgba(72, 163, 218, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #48a3da, #48a3da 35px, rgba(72, 163, 218, 0.25) 35px, rgba(72, 163, 218, 0.25) 94px, rgba(72, 163, 218, 0.15) 94px, rgba(72, 163, 218, 0.15) 183px, rgba(72, 163, 218, 0.1) 183px, rgba(72, 163, 218, 0.1) 327px, rgba(72, 163, 218, 0.07) 327px, rgba(72, 163, 218, 0.07) 507px, rgba(72, 163, 218, 0.04) 507px, rgba(72, 163, 218, 0.04) 678px, transparent 678px, transparent);
}

.modules.modules-gradient--curious-blue::before {
  background-image: -o-radial-gradient(at 50% 50%, #48a3da, #48a3da 35px, rgba(72, 163, 218, 0.25) 35px, rgba(72, 163, 218, 0.25) 94px, rgba(72, 163, 218, 0.15) 94px, rgba(72, 163, 218, 0.15) 183px, rgba(72, 163, 218, 0.1) 183px, rgba(72, 163, 218, 0.1) 327px, rgba(72, 163, 218, 0.07) 327px, rgba(72, 163, 218, 0.07) 507px, rgba(72, 163, 218, 0.04) 507px, rgba(72, 163, 218, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #48a3da, #48a3da 35px, rgba(72, 163, 218, 0.25) 35px, rgba(72, 163, 218, 0.25) 94px, rgba(72, 163, 218, 0.15) 94px, rgba(72, 163, 218, 0.15) 183px, rgba(72, 163, 218, 0.1) 183px, rgba(72, 163, 218, 0.1) 327px, rgba(72, 163, 218, 0.07) 327px, rgba(72, 163, 218, 0.07) 507px, rgba(72, 163, 218, 0.04) 507px, rgba(72, 163, 218, 0.04) 678px, transparent 678px, transparent);
}

.modules-gradient--steel-blue .modules_text-wrap h2::before {
  background-image: -o-radial-gradient(at 50% 50%, #3b79be, #3b79be 35px, rgba(59, 121, 190, 0.25) 35px, rgba(59, 121, 190, 0.25) 94px, rgba(59, 121, 190, 0.15) 94px, rgba(59, 121, 190, 0.15) 183px, rgba(59, 121, 190, 0.1) 183px, rgba(59, 121, 190, 0.1) 327px, rgba(59, 121, 190, 0.07) 327px, rgba(59, 121, 190, 0.07) 507px, rgba(59, 121, 190, 0.04) 507px, rgba(59, 121, 190, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #3b79be, #3b79be 35px, rgba(59, 121, 190, 0.25) 35px, rgba(59, 121, 190, 0.25) 94px, rgba(59, 121, 190, 0.15) 94px, rgba(59, 121, 190, 0.15) 183px, rgba(59, 121, 190, 0.1) 183px, rgba(59, 121, 190, 0.1) 327px, rgba(59, 121, 190, 0.07) 327px, rgba(59, 121, 190, 0.07) 507px, rgba(59, 121, 190, 0.04) 507px, rgba(59, 121, 190, 0.04) 678px, transparent 678px, transparent);
}

.modules.modules-gradient--steel-blue::before {
  background-image: -o-radial-gradient(at 50% 50%, #3b79be, #3b79be 35px, rgba(59, 121, 190, 0.25) 35px, rgba(59, 121, 190, 0.25) 94px, rgba(59, 121, 190, 0.15) 94px, rgba(59, 121, 190, 0.15) 183px, rgba(59, 121, 190, 0.1) 183px, rgba(59, 121, 190, 0.1) 327px, rgba(59, 121, 190, 0.07) 327px, rgba(59, 121, 190, 0.07) 507px, rgba(59, 121, 190, 0.04) 507px, rgba(59, 121, 190, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #3b79be, #3b79be 35px, rgba(59, 121, 190, 0.25) 35px, rgba(59, 121, 190, 0.25) 94px, rgba(59, 121, 190, 0.15) 94px, rgba(59, 121, 190, 0.15) 183px, rgba(59, 121, 190, 0.1) 183px, rgba(59, 121, 190, 0.1) 327px, rgba(59, 121, 190, 0.07) 327px, rgba(59, 121, 190, 0.07) 507px, rgba(59, 121, 190, 0.04) 507px, rgba(59, 121, 190, 0.04) 678px, transparent 678px, transparent);
}

.modules-gradient--cool-blue .modules_text-wrap h2::before {
  background-image: -o-radial-gradient(at 50% 50%, #4178ba, #4178ba 35px, rgba(65, 120, 186, 0.25) 35px, rgba(65, 120, 186, 0.25) 94px, rgba(65, 120, 186, 0.15) 94px, rgba(65, 120, 186, 0.15) 183px, rgba(65, 120, 186, 0.1) 183px, rgba(65, 120, 186, 0.1) 327px, rgba(65, 120, 186, 0.07) 327px, rgba(65, 120, 186, 0.07) 507px, rgba(65, 120, 186, 0.04) 507px, rgba(65, 120, 186, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #4178ba, #4178ba 35px, rgba(65, 120, 186, 0.25) 35px, rgba(65, 120, 186, 0.25) 94px, rgba(65, 120, 186, 0.15) 94px, rgba(65, 120, 186, 0.15) 183px, rgba(65, 120, 186, 0.1) 183px, rgba(65, 120, 186, 0.1) 327px, rgba(65, 120, 186, 0.07) 327px, rgba(65, 120, 186, 0.07) 507px, rgba(65, 120, 186, 0.04) 507px, rgba(65, 120, 186, 0.04) 678px, transparent 678px, transparent);
}

.modules.modules-gradient--cool-blue::before {
  background-image: -o-radial-gradient(at 50% 50%, #4178ba, #4178ba 35px, rgba(65, 120, 186, 0.25) 35px, rgba(65, 120, 186, 0.25) 94px, rgba(65, 120, 186, 0.15) 94px, rgba(65, 120, 186, 0.15) 183px, rgba(65, 120, 186, 0.1) 183px, rgba(65, 120, 186, 0.1) 327px, rgba(65, 120, 186, 0.07) 327px, rgba(65, 120, 186, 0.07) 507px, rgba(65, 120, 186, 0.04) 507px, rgba(65, 120, 186, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #4178ba, #4178ba 35px, rgba(65, 120, 186, 0.25) 35px, rgba(65, 120, 186, 0.25) 94px, rgba(65, 120, 186, 0.15) 94px, rgba(65, 120, 186, 0.15) 183px, rgba(65, 120, 186, 0.1) 183px, rgba(65, 120, 186, 0.1) 327px, rgba(65, 120, 186, 0.07) 327px, rgba(65, 120, 186, 0.07) 507px, rgba(65, 120, 186, 0.04) 507px, rgba(65, 120, 186, 0.04) 678px, transparent 678px, transparent);
}

.modules-gradient--marigold .modules_text-wrap h2::before {
  background-image: -o-radial-gradient(at 50% 50%, #ffc200, #ffc200 35px, rgba(255, 194, 0, 0.25) 35px, rgba(255, 194, 0, 0.25) 94px, rgba(255, 194, 0, 0.15) 94px, rgba(255, 194, 0, 0.15) 183px, rgba(255, 194, 0, 0.1) 183px, rgba(255, 194, 0, 0.1) 327px, rgba(255, 194, 0, 0.07) 327px, rgba(255, 194, 0, 0.07) 507px, rgba(255, 194, 0, 0.04) 507px, rgba(255, 194, 0, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #ffc200, #ffc200 35px, rgba(255, 194, 0, 0.25) 35px, rgba(255, 194, 0, 0.25) 94px, rgba(255, 194, 0, 0.15) 94px, rgba(255, 194, 0, 0.15) 183px, rgba(255, 194, 0, 0.1) 183px, rgba(255, 194, 0, 0.1) 327px, rgba(255, 194, 0, 0.07) 327px, rgba(255, 194, 0, 0.07) 507px, rgba(255, 194, 0, 0.04) 507px, rgba(255, 194, 0, 0.04) 678px, transparent 678px, transparent);
}

.modules.modules-gradient--marigold::before {
  background-image: -o-radial-gradient(at 50% 50%, #ffc200, #ffc200 35px, rgba(255, 194, 0, 0.25) 35px, rgba(255, 194, 0, 0.25) 94px, rgba(255, 194, 0, 0.15) 94px, rgba(255, 194, 0, 0.15) 183px, rgba(255, 194, 0, 0.1) 183px, rgba(255, 194, 0, 0.1) 327px, rgba(255, 194, 0, 0.07) 327px, rgba(255, 194, 0, 0.07) 507px, rgba(255, 194, 0, 0.04) 507px, rgba(255, 194, 0, 0.04) 678px, transparent 678px, transparent);
  background-image: radial-gradient(at 50% 50%, #ffc200, #ffc200 35px, rgba(255, 194, 0, 0.25) 35px, rgba(255, 194, 0, 0.25) 94px, rgba(255, 194, 0, 0.15) 94px, rgba(255, 194, 0, 0.15) 183px, rgba(255, 194, 0, 0.1) 183px, rgba(255, 194, 0, 0.1) 327px, rgba(255, 194, 0, 0.07) 327px, rgba(255, 194, 0, 0.07) 507px, rgba(255, 194, 0, 0.04) 507px, rgba(255, 194, 0, 0.04) 678px, transparent 678px, transparent);
}

/*! Apiax statistics */
.apiax-statistic-section {
  position: relative;
  background: #f5f7f9;
}

.apiax-statistic-section .container {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  padding-bottom: 120px;
}

.apiax-statistic-section .text-block {
  position: relative;
  z-index: 1;
}

.apiax-statistic-section .text-block_title {
  margin-bottom: 40px;
  max-width: 773px;
}

.apiax-statistic-section .row {
  margin-left: -20px;
  margin-right: -20px;
}

.apiax-statistic-section [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.apiax-statistic-section .info-widget {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}

.apiax-statistic-section .info-widget_icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  border-radius: 100%;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 72px 72px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .apiax-statistic-section .info-widget_icon {
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
  }
}

.apiax-statistic-section .info-widget_icon.info-widget_icon--cucumber-green {
  background-image: url("./images/radial-icon-cucumber-green.svg");
}

.apiax-statistic-section .info-widget_icon.info-widget_icon--cinnabar {
  background-image: url("./images/radial-icon-cinnabar.svg");
}

.apiax-statistic-section .info-widget_icon.info-widget_icon--pink {
  background-image: url("./images/radial-icon-pink.svg");
}

.apiax-statistic-section .info-widget_icon.info-widget_icon--curious-blue {
  background-image: url("./images/radial-icon-curious-blue.svg");
}

.apiax-statistic-section .info-widget_icon.info-widget_icon--steel-blue {
  background-image: url("./images/radial-icon-steel-blue.svg");
}

.apiax-statistic-section .info-widget_icon.info-widget_icon--royal-blue {
  background-image: url("./images/radial-icon-royal-blue.svg");
}

.apiax-statistic-section .info-widget_icon.info-widget_icon--dusty-orange {
  background-image: url("./images/radial-icon-dusty-orange.svg");
}

.apiax-statistic-section .info-widget_icon.info-widget_icon--marigold {
  background-image: url("./images/radial-icon-marigold.svg");
}

.apiax-statistic-section .info-widget_number,
.apiax-statistic-section .info-widget_number-label {
  vertical-align: middle;
}

.apiax-statistic-section .info-widget_number {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.17;
  text-align: right;
}

.apiax-statistic-section .info-widget_number-label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.69;
  color: #2b3446;
  padding-top: 4px;
  margin-left: 5px;
}

.skewed-graphic {
  width: 90vw;
  position: relative;
}

.skewed-graphic + .row {
  margin-top: -180px;
}

.skewed-graphic::before {
  content: "";
  display: block;
  width: 198px;
  height: 198px;
  background: url("./images/dots-cinnabar-op30-198x198px.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
}

.skewed-graphic_image-wrap {
  width: 90vw;
  padding: 100px 0;
  margin: -100px 0;
  overflow: hidden;
}

.skewed-graphic_image-wrap::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(1deg, #f5f7f9 1%, rgba(216, 216, 216, 0) 62%);
  background-image: linear-gradient(89deg, #f5f7f9 1%, rgba(216, 216, 216, 0) 62%);
}

.skewed-graphic_image {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  overflow: hidden;
  height: 580px;
  width: 90vw;
  position: relative;
  left: -4%;
}

.skewed-graphic_image img {
  width: 120%;
  height: auto;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  margin-left: -100px;
  margin-top: -100px;
}

/*! Values section */
.values-section {
  position: relative;
  background: #f5f7f9;
}

.values-section .container {
  position: relative;
  z-index: 10;
  padding-bottom: 113px;
}

.values-section h2 {
  text-align: center;
  margin: 0 0 147px;
  color: #2b3446;
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 700;
}

.values-section .bg-line {
  z-index: 5;
}

.values-section .row {
  margin-left: -20px;
  margin-right: -20px;
}

.values-section [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.values-section .info-widget {
  padding: 40px;
  border-radius: 10px;
}

.values-section .info-widget h3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .values-section .container {
    padding-top: 500px;
    padding-bottom: 50px;
  }
  .values-section h2 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .values-section .container {
    padding-top: 150px;
    padding-bottom: 29px;
  }
  .values-section .container > .row > div[class^="col-"] + div[class^="col-"] {
    padding-top: 20px;
  }
  .values-section h2 {
    margin: 0 0 32px;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .values-section .info-widget {
    padding: 20px;
  }
}

/*! Accelerations recognitions section */
.acre-section {
  background: #f5f7f9;
  position: relative;
  z-index: 2;
}

.acre-section .wrap-in {
  overflow: hidden;
  position: relative;
}

.acre-section .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.acre-section_logos ul {
  list-style: none;
  margin: 0 -25px;
  padding: 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.acre-section_logos li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  max-width: 20%;
  padding: 0 15px;
  margin-bottom: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1199px) {
  .acre-section_logos li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .acre-section_logos li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.332%;
            flex: 1 1 33.332%;
    max-width: 33.332%;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .acre-section_logos li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}

.acre-section_logos a {
  display: inline-block;
  vertical-align: middle;
}

.acre-section_logos img {
  max-height: 54px;
  height: auto;
  max-width: 100%;
}

.acre-section_logos.acre-section_logos--2 img {
  min-height: 54px;
  max-width: 160px;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.acre-section_logos.acre-section_logos--3 img {
  min-height: 54px;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: none;
}

/*! Quotes section */
.quotes-section {
  position: relative;
  background: #f5f7f9;
}

.quotes-section .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.quotes_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.quotes_row .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.quotes_row .slick-list {
  margin-right: -10px;
  padding-right: 10px;
}

.quotes-slide {
  padding: 20px;
}

.quotes-slide.slick-slide {
  height: inherit !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.quotes-item {
  background-color: #ffffff;
  text-align: center;
  padding: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 11px 30px 0 rgba(43, 52, 70, 0.1);
          box-shadow: 0 11px 30px 0 rgba(43, 52, 70, 0.1);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 363px;
          flex: 0 0 363px;
  max-width: 363px;
  margin-bottom: 42px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .quotes-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    max-width: 320px;
  }
}

@media screen and (max-width: 399px) {
  .quotes-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    max-width: 240px;
  }
}

.quotes-item_image {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin: 0 auto 10px;
}

.slick-slide .quotes-item_image {
  display: inline-block;
}

.quotes-item_name {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}

.quotes-item_position {
  margin-bottom: 10px;
  font-weight: normal;
}

.quotes-item_position,
.quotes-item_text {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

/*! Home page */
/*! Platform page */
/*! App page */
/*! About company page */
/*! Use Cases sections */
#use_cases-form-wrap .select2-container {
  width: 100% !important;
}

#use_cases-form-wrap .select2-container .select2-selection__rendered {
  color: #5d677b;
}

#use_cases-form-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}

/*! Schedule page */
.info-entity > .container {
  position: relative;
  z-index: 6;
}

.info-entity .logos {
  padding-top: 12px;
  padding-bottom: 29px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .info-entity .logos {
    padding-bottom: 22px;
  }
}

/*! FAQ page */
/*! Press page */
/*! Resources page */
.resources-main {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .resources-main {
    padding-bottom: 0;
  }
}

.resources-main_holder {
  background: #ffffff;
  position: relative;
  z-index: 6;
  border-radius: 10px;
  padding: 40px 80px 60px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .resources-main_holder {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    padding: 48px 20px 0;
  }
}

.page-header--resources {
  text-align: center;
  margin: 0 auto;
  max-width: 765px;
  padding: 80px 0 60px;
  border-bottom: none;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .page-header--resources {
    text-align: left;
    padding: 0 0 48px;
    margin-left: 0;
    margin-right: 0;
  }
}

.page-header--resources h1 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .page-header--resources h1 {
    font-size: 3rem;
    line-height: 1.333;
    margin-bottom: 1.6rem;
  }
}

.page-header--resources p {
  font-size: 1.8rem;
  line-height: 1.667;
}

.page-header--resources p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .page-header--resources p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }
}

.resources-group {
  padding: 60px 0 18px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .resources-group {
    padding: 0 0 40px;
  }
}

.resources-group_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.resources-group_row .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .resources-group_row .slick-list {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.resources-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.94%;
          flex: 0 0 30.94%;
  max-width: 30.94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 3.59%;
  padding-top: 16px;
  margin-bottom: 42px;
  text-align: center;
}

.resources-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1199px) {
  .resources-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-right: 2%;
  }
  .resources-item:nth-child(3n) {
    margin-right: 2%;
  }
  .resources-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .resources-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    max-width: 320px;
    margin-right: 20px;
  }
  .resources-item:nth-child(3n), .resources-item:nth-child(2n) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 399px) {
  .resources-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    max-width: 240px;
    margin-right: 20px;
  }
}

.resources-item.slick-slide {
  height: inherit !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.resources-item_type {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 20px 5px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 196px;
  max-width: calc(100% - 30px);
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 99px;
  background-color: #f9dbd4;
  color: #f15831;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .resources-item_type {
    font-size: 1rem;
    padding: 7px 15px 6px;
    min-width: 144px;
  }
}

.resources-item_thumbnail {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.resources-item_thumbnail::before {
  content: "";
  display: block;
  padding-top: 67.4%;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .resources-item_thumbnail::before {
    padding-top: 81.25%;
  }
}

.resources-item_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0 2px 30px 0 rgba(59, 121, 190, 0.18);
          box-shadow: 0 2px 30px 0 rgba(59, 121, 190, 0.18);
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.resources-item--link:hover .resources-item_body {
  -webkit-box-shadow: 0 2px 30px 0 rgba(59, 121, 190, 0.36);
          box-shadow: 0 2px 30px 0 rgba(59, 121, 190, 0.36);
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .resources-item_body {
    padding: 20px;
  }
}

.resources-item_date {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .resources-item_date {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }
}

.resources-item_title,
.resources-item_text {
  color: #2b3446;
}

.resources-item_title {
  line-height: 1.636;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .resources-item_title {
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }
}

.resources-item_text {
  margin-bottom: 0;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .resources-item_text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1440px) {
  .resources-main .container {
    width: 1350px;
  }
}

/* Everything else... */
