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

@-webkit-keyframes play-pulse {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes play-pulse {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}

.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, .blog-page_pagination a {
  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: 991px) {
  .btn-pill.btn-pill--desktop {
    display: none !important;
  }
}

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

@media screen and (max-width: 991px) {
  .btn-pill.btn-pill--mobile {
    display: inline-block !important;
  }
}

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

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

.btn-pill.btn-cinnabar--outline {
  color: #f15831;
  border-color: #f15831;
  background-color: transparent;
}

.btn-pill.btn-cinnabar--outline:hover, .btn-pill.btn-cinnabar--outline:focus {
  background-color: #f15831;
  color: #ffffff;
}

.btn-pill.btn-blue--outline {
  color: #4178ba;
  border-color: #4178ba;
  background-color: transparent;
}

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

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

.btn-header-image {
  padding: 3.4rem 3rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.69;
  text-align: center;
  color: #4178ba;
  background-color: #ffffff;
  border-radius: 10px;
  width: auto !important;
  display: inline-block !important;
}

.btn-header-image:hover, .btn-header-image:focus {
  color: #4178ba;
}

.btn-header-image:hover::after, .btn-header-image:focus::after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.btn-header-image::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 15px;
  height: 9px;
  background: url("./images/arrow-right-blue-02.svg") no-repeat center/100% auto transparent;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media screen and (max-width: 991px) {
  .btn-header-image::after {
    width: 12px;
    height: 8px;
  }
}

@media screen and (max-width: 991px) {
  .btn-header-image {
    padding: 1.3rem 1rem;
    line-height: 1.2;
    min-width: 115px;
  }
}

.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;
  }
  .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 25px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 50%;
  padding: 0 10px 20px;
}

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

.poll-item > li > a {
  display: block;
  color: #2b3446;
  text-align: center;
  min-height: 50px;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 2.7rem;
  padding: 1.2rem 2rem 1.1rem;
  border: 1px solid #828ea1;
}

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

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

.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 {
  z-index: 1700;
}

.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: #2b3446;
  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;
}

.switch_wrap {
  display: inline-block;
  margin-bottom: 25px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0;
  vertical-align: middle;
}

.switch input {
  display: none;
}

.switch input:checked + .switch_slider {
  background-color: #f15831;
}

.switch input:checked + .switch_slider::before {
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}

.switch input:checked + .switch_slider::after {
  content: 'Yes';
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.switch_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cbd6e1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 99px;
}

.switch_slider::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 50%;
  z-index: 2;
}

.switch_slider::after {
  content: 'No';
  color: #2b3446;
  display: block;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  left: 50%;
  font-size: 1.2rem;
}

.switch_label {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0 !important;
  vertical-align: middle;
}

/*! 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;
}

body.modal-open #wrapper {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

#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;
  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;
  width: 260px;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  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;
  width: 260px;
}

#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.menu-with-icons-on-parent_drop {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 518px;
}

#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,
#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--vertical a,
#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--horizontal a,
#main-nav.mega-menu .drop .menu-with-icons_drop 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,
#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--vertical a i,
#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--horizontal a i,
#main-nav.mega-menu .drop .menu-with-icons_drop 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,
#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--vertical > a,
#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--horizontal > a,
#main-nav.mega-menu .drop .menu-with-icons_drop > 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,
#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--vertical .menu-item-description,
#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--horizontal .menu-item-description,
#main-nav.mega-menu .drop .menu-with-icons_drop .menu-item-description {
  margin-bottom: 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-1 .sub-menu li.color--steel-blue:not(.menu-item--has-icon) a:hover,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 .sub-menu li.color--steel-blue:not(.menu-item--has-icon) a:hover,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 .sub-menu li.color--steel-blue:not(.menu-item--has-icon) a:hover,
#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--vertical .sub-menu li.color--steel-blue:not(.menu-item--has-icon) a:hover,
#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--horizontal .sub-menu li.color--steel-blue:not(.menu-item--has-icon) a:hover,
#main-nav.mega-menu .drop .menu-with-icons_drop .sub-menu li.color--steel-blue:not(.menu-item--has-icon) a:hover {
  color: #f15831;
}

#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 {
  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,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-3 > 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,
#main-nav.mega-menu .drop .menu-with-icons_drop .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,
#main-nav.mega-menu .drop .menu-with-icons_drop .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,
#main-nav.mega-menu .drop .menu-with-icons_drop .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,
#main-nav.mega-menu .drop .menu-with-icons_drop .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,
#main-nav.mega-menu .drop .menu-with-icons_drop .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,
#main-nav.mega-menu .drop .menu-with-icons_drop .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,
#main-nav.mega-menu .drop .menu-with-icons_drop .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,
#main-nav.mega-menu .drop .menu-with-icons_drop .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,
#main-nav.mega-menu .drop .menu-with-icons_drop .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,
#main-nav.mega-menu .drop .menu-with-icons_drop .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,
#main-nav.mega-menu .drop .menu-with-icons_drop .menu-item--has-icon.color--marigold > a::before {
  background-image: url("./images/radial-icon-marigold.svg");
}

#main-nav.mega-menu .drop .menu-with-icons-on-parent_drop > .menu-item--has-icon > a {
  padding-left: 35px;
}

#main-nav.mega-menu .drop .menu-with-icons-on-parent_drop > .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 .menu-with-icons-on-parent_drop > .menu-item--has-icon.color--cucumber-green a::before {
  background-image: url("./images/radial-icon-cucumber-green.svg");
}

#main-nav.mega-menu .drop .menu-with-icons-on-parent_drop > .menu-item--has-icon.color--cinnabar a::before {
  background-image: url("./images/radial-icon-cinnabar.svg");
}

#main-nav.mega-menu .drop .menu-with-icons-on-parent_drop > .menu-item--has-icon.color--pink a::before {
  background-image: url("./images/radial-icon-pink.svg");
}

#main-nav.mega-menu .drop .menu-with-icons-on-parent_drop > .menu-item--has-icon.color--curious-blue a::before {
  background-image: url("./images/radial-icon-curious-blue.svg");
}

#main-nav.mega-menu .drop .menu-with-icons-on-parent_drop > .menu-item--has-icon.color--steel-blue a::before {
  background-image: url("./images/radial-icon-steel-blue.svg");
}

#main-nav.mega-menu .drop .menu-with-icons-on-parent_drop > .menu-item--has-icon.color--royal-blue a::before {
  background-image: url("./images/radial-icon-royal-blue.svg");
}

#main-nav.mega-menu .drop .menu-with-icons-on-parent_drop > .menu-item--has-icon.color--cool-blue a::before {
  background-image: url("./images/radial-icon-cool-blue.svg");
}

#main-nav.mega-menu .drop .menu-with-icons-on-parent_drop > .menu-item--has-icon.color--dusty-orange a::before {
  background-image: url("./images/radial-icon-dusty-orange.svg");
}

#main-nav.mega-menu .drop .menu-with-icons-on-parent_drop > .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.menu-item--has-icon > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2.menu-item--has-icon > a:hover > i {
  margin-left: 21px;
}

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

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2:nth-child(2n-1),
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 ~ .mega-menu_sub-menu--type-2:nth-child(2n) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2:nth-child(2n-1) .sub-menu li,
#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 ~ .mega-menu_sub-menu--type-2:nth-child(2n) .sub-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2:nth-child(2n-1) {
  padding-right: 15px;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--type-2 ~ .mega-menu_sub-menu--type-2:nth-child(2n) {
  padding-left: 15px;
}

#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:hover > i {
  margin-left: 21px;
}

#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;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#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 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-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 100%;
          flex: 1 1 100%;
  max-width: 100%;
  padding: 0;
}

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

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--vertical .sub-menu li,
#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--horizontal .sub-menu li {
  color: #2b3446;
}

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

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--vertical {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.332%;
          flex: 1 1 33.332%;
  max-width: calc(33.332% - 20px);
  margin-right: 30px;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--vertical + .menu-item {
  max-width: calc(66.667% - 10px);
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--vertical > a {
  display: none !important;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--vertical .sub-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--vertical .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--hidden-parent--vertical .sub-menu li.menu-item--has-icon a:hover i {
  margin-left: 21px;
}

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

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--vertical .sub-menu a {
  padding: 4px 0 15px;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--vertical .sub-menu p {
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--horizontal {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--horizontal > a {
  display: none !important;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--horizontal .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--hidden-parent--horizontal .sub-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.332%;
          flex: 1 1 33.332%;
  max-width: calc(33.332% - 20px);
  margin: 0 15px;
  padding: 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--horizontal .sub-menu li:nth-child(1) {
  margin-left: 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--horizontal .sub-menu li:nth-child(3) {
  margin-right: 0;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--horizontal .sub-menu li.menu-item--has-icon a:hover > i {
  margin-left: 21px;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--horizontal .sub-menu li.menu-item--has-icon a i {
  display: inline-block;
  background: url(./images/arrow-right-oxford-blue-01.svg) no-repeat center/100% auto transparent;
  width: 15px;
  height: 9px;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#main-nav.mega-menu .drop .mega-menu_sub-menu--hidden-parent--horizontal .sub-menu a {
  padding: 15px 0 10px;
}

#main-nav.mega-menu .drop > .holder > .menu-with-icons_drop {
  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: 15px 30px;
}

#main-nav.mega-menu .drop > .holder > .menu-with-icons_drop > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  padding: 0;
}

#main-nav.mega-menu .drop > .holder > .menu-with-icons_drop > li > a {
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 8px;
  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 > .holder > .menu-with-icons_drop > li > a:hover {
  color: #f15831;
}

#main-nav.mega-menu .drop > .holder > .menu-with-icons_drop > li > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}

#main-nav.mega-menu .drop > .holder > .menu-with-icons_drop > li > a > .menu-item-description {
  color: #2b3446;
  font-size: 1.4rem;
}

#main-nav.mega-menu .drop > .holder > .menu-with-icons-on-parent_drop {
  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: 30px 30px 5px;
}

#main-nav.mega-menu .drop > .holder > .menu-with-icons-on-parent_drop > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 50%;
  padding: 0;
}

#main-nav.mega-menu .drop > .holder > .menu-with-icons-on-parent_drop > li > a {
  color: inherit;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  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 > .holder > .menu-with-icons-on-parent_drop > li > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}

#main-nav.mega-menu .drop > .holder > .menu-with-icons-on-parent_drop > li > a > .menu-item-description {
  color: #2b3446;
  font-size: 1.4rem;
}

#main-nav.mega-menu .drop > .holder > .menu-with-icons-on-parent_drop > li > .sub-menu {
  padding: 0px 5px 20px 35px;
}

#main-nav.mega-menu .drop > .holder > .menu-with-icons-on-parent_drop > li > .sub-menu li {
  padding: 7px 0;
}

#main-nav.mega-menu .drop > .holder > .menu-with-icons-on-parent_drop > li > .sub-menu a {
  color: #2b3446;
  font-weight: bold;
}

.page-template-modules #header,
.page-template-modules-2 #header,
.single-post #header,
.blog #header,
.category #header {
  background: #f5f7f9;
  color: #3c4959;
}

.page-template-modules #header .btn,
.page-template-modules-2 #header .btn,
.single-post #header .btn,
.blog #header .btn,
.category #header .btn {
  background: #f15632;
  color: #ffffff;
  border-color: transparent;
}

.page-template-modules #header .btn:hover,
.page-template-modules-2 #header .btn:hover,
.single-post #header .btn:hover,
.blog #header .btn:hover,
.category #header .btn:hover {
  background: #de4825;
  border-color: transparent;
}

.page-template-modules #header .logo:before,
.page-template-modules-2 #header .logo:before,
.single-post #header .logo:before,
.blog #header .logo:before,
.category #header .logo:before {
  opacity: 0;
}

.page-template-modules #header .logo:after,
.page-template-modules-2 #header .logo:after,
.single-post #header .logo:after,
.blog #header .logo:after,
.category #header .logo:after {
  opacity: 1;
}

.page-template-modules #main-nav > li > a:not(.btn),
.page-template-modules #main-nav-mobile > li > a:not(.btn),
.page-template-modules-2 #main-nav > li > a:not(.btn),
.page-template-modules-2 #main-nav-mobile > li > a:not(.btn),
.single-post #main-nav > li > a:not(.btn),
.single-post #main-nav-mobile > li > a:not(.btn),
.blog #main-nav > li > a:not(.btn),
.blog #main-nav-mobile > li > a:not(.btn),
.category #main-nav > li > a:not(.btn),
.category #main-nav-mobile > li > a:not(.btn) {
  color: #3c4959;
}

.page-template-modules #main-nav .drop,
.page-template-modules #main-nav-mobile .drop,
.page-template-modules-2 #main-nav .drop,
.page-template-modules-2 #main-nav-mobile .drop,
.single-post #main-nav .drop,
.single-post #main-nav-mobile .drop,
.blog #main-nav .drop,
.blog #main-nav-mobile .drop,
.category #main-nav .drop,
.category #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,
.page-template-modules-2 .btn-menu:before,
.single-post .btn-menu:before,
.blog .btn-menu:before,
.category .btn-menu:before {
  background: #283246;
}

.page-template-modules .btn-menu:after,
.page-template-modules-2 .btn-menu:after,
.single-post .btn-menu:after,
.blog .btn-menu:after,
.category .btn-menu:after {
  background: #283246;
}

.page-template-modules .btn-menu span:before,
.page-template-modules-2 .btn-menu span:before,
.single-post .btn-menu span:before,
.blog .btn-menu span:before,
.category .btn-menu span:before {
  background: #283246;
}

.single-post #header,
.blog #header,
.category #header {
  background: #fcfcfc;
}

.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: 2.2rem;
    line-height: 6rem;
    padding-top: 0;
    padding-bottom: 0;
    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;
  }
  #header .nav-bar--mobile .btn::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 25px;
    background: url(./images/arrow-right-white-001.svg) no-repeat center/100% auto transparent;
  }
  .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;
    border-bottom: 1px solid #ebebeb;
  }
  #main-nav-mobile > li:last-child {
    border-bottom: none;
  }
  #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-2 > a:not(.btn),
  #main-nav-mobile .mobile-sub-menu--type-3 > a:not(.btn) {
    display: none;
  }
  #main-nav-mobile .mobile-sub-menu--type-1.menu-item--visible-parent > a:not(.btn),
  #main-nav-mobile .mobile-sub-menu--type-2.menu-item--visible-parent > a:not(.btn),
  #main-nav-mobile .mobile-sub-menu--type-3.menu-item--visible-parent > a:not(.btn) {
    display: block;
    color: #2b3446;
    text-transform: initial;
    line-height: 2rem;
  }
  #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: 2.2rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu,
  #main-nav-mobile .mobile-sub-menu--type-2 .sub-menu,
  #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;
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu li,
  #main-nav-mobile .mobile-sub-menu--type-2 .sub-menu li,
  #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-2 .sub-menu li.menu-item--has-icon a::after,
  #main-nav-mobile .mobile-sub-menu--type-3 .sub-menu li.menu-item--has-icon a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 15px;
    margin-left: 10px;
  }
  #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 {
    border-bottom: 1px solid #ebebeb;
    padding: 0 30px 10px;
  }
  #main-nav-mobile .mobile-sub-menu--type-1 .sub-menu a {
    color: inherit;
    font-weight: bold;
    padding: 20px 0;
    padding: 2.75vmax 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:first-child .sub-menu {
    padding-top: 0px;
  }
  #main-nav-mobile .mobile-sub-menu--type-2 .sub-menu {
    padding: 15px 30px;
  }
  #main-nav-mobile .mobile-sub-menu--type-2 .sub-menu li.menu-item--has-icon a::after {
    background: url(./images/arrow-right-blue-01.svg) no-repeat center/100% auto transparent;
  }
  #main-nav-mobile .mobile-sub-menu--type-2 .sub-menu a {
    color: #4178ba;
    font-weight: bold;
    padding: 20px 0;
    padding: 2.75vmax 0;
  }
  #main-nav-mobile .mobile-sub-menu--type-3:first-child .sub-menu {
    padding-top: 35px;
  }
  #main-nav-mobile .mobile-sub-menu--type-3 .sub-menu {
    padding: 10px 30px;
  }
  #main-nav-mobile .mobile-sub-menu--type-3 .sub-menu li.menu-item--has-icon a::after {
    background: url(./images/arrow-right-oxford-blue-01.svg) no-repeat center/100% auto transparent;
  }
  #main-nav-mobile .mobile-sub-menu--type-3 .sub-menu a {
    color: #2b3446;
    padding: 13px 0;
    padding: 1.5vmax 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;
  }
}

@media screen and (max-width: 399px) {
  #header .nav-bar--mobile .btn {
    font-size: 1.7rem;
    font-size: 5.33vmin;
    line-height: 4.8rem;
  }
  #header .nav-bar--mobile .btn::after {
    width: 24px;
    width: 7.5vmin;
    height: 15px;
    height: 4.75vmin;
  }
  #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: 5.33vmin;
  }
  #main-nav-mobile .mobile-sub-menu--type-2 .sub-menu li.menu-item--has-icon a::after,
  #main-nav-mobile .mobile-sub-menu--type-3 .sub-menu li.menu-item--has-icon a::after {
    width: 15px;
    width: 4.75vmin;
    height: 9px;
    height: 3vmin;
    margin-left: 6px;
    margin-left: 1.25vmin;
  }
}

/*! Footer */
#footer {
  background: #f5f7f9;
}

#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-sticky.svg) no-repeat;
  background-size: 80px 19px;
  display: inline-block;
  vertical-align: top;
  margin: 3px 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: #3c4959;
}

#footer .footer-links a {
  text-decoration: none;
  color: #828ea1;
}

#footer .footer-links a:hover {
  text-decoration: none;
  color: #ffffff;
}

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

#footer .bottom_copy-text {
  padding-top: 20px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #footer .bottom_copy-text {
    padding-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  #footer .bottom_copy-text span {
    padding-top: 15px;
  }
}

.language-item.active {
  display: none !important;
}

.footer-main-menu {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}

@media screen and (max-width: 991px) {
  .footer-main-menu {
    margin: 0 -20px;
    display: block;
  }
}

.footer-main-menu > li {
  padding: 0 10px;
}

@media screen and (min-width: 992px) {
  .footer-main-menu > li {
    width: 100%;
    padding: 0 5px 20px;
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 19%;
            flex: 1 1 19%;
  }
}

@media screen and (min-width: 1200px) {
  .footer-main-menu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .footer-main-menu > li {
    border-top: 1px solid #bdcad5;
  }
}

@media screen and (min-width: 992px) {
  .footer-main-menu > li:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 43%;
            flex: 1 1 43%;
  }
}

@media screen and (min-width: 1200px) {
  .footer-main-menu > li:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}

@media screen and (max-width: 991px) {
  .footer-main-menu > li:last-child {
    border-bottom: 1px solid #bdcad5;
  }
}

.footer-main-menu > li > a {
  display: block;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .footer-main-menu > li > a {
    cursor: default;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 991px) {
  .footer-main-menu > li > a {
    position: relative;
    font-size: 1.8rem;
    line-height: 2.1rem;
    font-weight: 400;
    text-transform: none;
    padding: 14px 0 14px 8.333%;
  }
  .footer-main-menu > li > a:hover {
    color: unset;
  }
}

.footer-main-menu > li > a .arrow {
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -7px;
  -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;
}

.footer-main-menu > li > .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .footer-main-menu > li > .sub-menu {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .footer-main-menu > li > .sub-menu {
    display: none;
    padding-left: 12%;
    padding-right: 10px;
    margin-left: -10px;
  }
}

.footer-main-menu > li > .sub-menu li {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 8px;
}

@media screen and (max-width: 991px) {
  .footer-main-menu > li > .sub-menu li {
    padding: 11px 0;
    border-bottom: 1px solid #a0b1c3;
  }
}

@media screen and (max-width: 991px) {
  .footer-main-menu > li > .sub-menu li:last-child {
    border-bottom: none;
  }
}

.footer-main-menu > li > .sub-menu li.active a {
  text-decoration: none;
  color: #3c4959;
}

.footer-main-menu > li > .sub-menu a {
  text-decoration: none;
  color: #828ea1;
  position: relative;
}

.footer-main-menu > li > .sub-menu a:hover {
  text-decoration: none;
  color: #3c4959;
}

@media screen and (max-width: 991px) {
  .footer-main-menu > li > .sub-menu a {
    display: inline-block;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.2;
    color: unset;
    text-transform: none;
    margin-left: 10px !important;
  }
}

.footer-main-menu > li > .sub-menu a .menu-item-tag {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 100%;
  margin-left: 4px;
  padding: 2px 5px;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: center;
  text-transform: initial;
  color: #ffffff;
  background-color: #f15831;
  border-radius: 99px;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .footer-main-menu > li > .sub-menu a .menu-item-tag {
    display: none;
  }
}

@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: 991px) {
  footer {
    min-height: 100px;
  }
  footer hr {
    border: 0.5px solid #49586a;
    margin: 0;
    margin-left: -20px !important;
    width: 120vw;
  }
  footer .footer-content-row {
    width: 100% !important;
  }
  footer .footer-content-row > div:last-child {
    padding-top: 28px;
  }
  .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 #6d7888;
  }
  #footer .logo-footer {
    margin: 0;
    scale: 1.4;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  footer .footer-content-row {
    width: 100vw !important;
  }
  #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 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;
  }
  #footer .bottom-links li {
    width: 50%;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 0 15px 5px;
  }
  #footer .bottom-links li + li {
    padding-left: 15px;
  }
  #footer .footer-links li {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 0 0 13px;
  }
}

/*! 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(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.main-banner .wrap-in > 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 > 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 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--home .wrap-text {
  max-width: 726px;
}

.main-banner.main-banner--home .wrap-in::before {
  top: 100%;
}

@media screen and (min-width: 992px) {
  .main-banner.main-banner--home .holder {
    height: auto !important;
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 768px) {
  .main-banner.main-banner--home + #section-2 {
    padding-top: 48px;
  }
}

.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--default {
  background-color: #48a3da;
}

.main-banner.main-banner--default .wrap-in:before {
  top: 100%;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.main-banner.main-banner--default .wrap-text {
  max-width: 50% !important;
}

@media screen and (min-width: 992px) {
  .main-banner.main-banner--default .wrap-text {
    padding-right: 2.5%;
  }
}

@media screen and (max-width: 991px) {
  .main-banner.main-banner--default .wrap-text {
    max-width: none !important;
  }
}

.main-banner.main-banner--default .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--default .wrap-text h1 {
    font-size: 3rem;
    line-height: 1.334;
    margin-bottom: 8px;
    padding-left: 13px;
  }
}

.main-banner.main-banner--default .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--default .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--default .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--default .wrap-text .btn.btn-pill {
    margin-bottom: 24px;
  }
}

.main-banner.main-banner--default .holder {
  padding: 180px 0 200px;
}

@media screen and (min-width: 992px) {
  .main-banner.main-banner--default .holder {
    height: auto !important;
    padding: 200px 0;
  }
}

@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--default .holder {
    padding-bottom: 116px !important;
  }
}

.main-banner.main-banner--default .container {
  position: relative;
}

.main-banner.main-banner--default .image--regular {
  width: 100%;
  max-width: 50%;
}

@media screen and (min-width: 992px) {
  .main-banner.main-banner--default .image--regular {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 991px) {
  .main-banner.main-banner--default .image--regular {
    max-width: 100%;
    position: static;
    margin: 24px auto;
  }
}

.main-banner.main-banner--default .image--regular img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .main-banner.main-banner--default .image--regular img {
    max-width: 110%;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}

@media screen and (max-width: 991px) {
  .main-banner.main-banner--default .image--regular img {
    max-width: 100%;
  }
}

@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--default .image--regular img {
    max-width: calc(100vw - 40px);
  }
}

.main-banner.main-banner--default .image--regular.image--gif img {
  width: 100%;
  padding: 5% 5% 10%;
}

@media screen and (min-width: 768px) {
  .main-banner.main-banner--default .image--regular.image--gif img {
    padding-left: 10.5%;
    padding-right: 10.5%;
  }
}

@media screen and (min-width: 992px) {
  .main-banner.main-banner--default .image--regular.image--gif img {
    width: 110%;
    padding: 5% 10%;
  }
}

@media screen and (max-width: 991px) {
  .main-banner.main-banner--default .image--regular.image--has-video {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

.main-banner.main-banner--default .image--regular.image--has-video .image_play-btn {
  display: block;
}

.main-banner.main-banner--default .image--regular.image--has-video img {
  border-radius: 10px;
}

@media screen and (min-width: 992px) {
  .main-banner.main-banner--default .image--regular.image--has-video img {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
  }
}

@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--default .image--regular.image--has-button {
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
    width: auto;
  }
}

@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--default .image--regular.image--has-button img {
    max-width: 100%;
  }
}

.main-banner.main-banner--default .image--regular .image_btn-wrap {
  margin-top: -10%;
}

.main-banner.main-banner--default .image--regular .image_play-btn {
  display: none;
  width: 100px;
  height: 100px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  border-radius: 100px;
}

.main-banner.main-banner--default .image--regular .image_play-btn::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #f15831;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
      -ms-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
}

.main-banner.main-banner--default .image--regular .image_play-btn svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}

.main-banner.main-banner--default .image--regular .image_play-btn svg path {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  fill: #2b3446;
}

.main-banner.main-banner--default .image--regular .image_play-btn svg g {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.main-banner.main-banner--default .image--regular .image_play-btn svg circle:first-child {
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
  fill: #2b3446;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .main-banner.main-banner--default .image--regular .image_play-btn svg circle:first-child {
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-animation-name: play-pulse;
            animation-name: play-pulse;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .main-banner.main-banner--default .image--regular .image_play-btn:hover::before {
    opacity: 0.35;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
        -ms-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
  }
}

.main-banner.main-banner--default .image--regular .image_play-btn:hover svg g circle:first-child {
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
  opacity: 0.2;
  fill: #f15831;
  -webkit-animation: 0;
          animation: 0;
}

.main-banner.main-banner--default .image--regular .image_play-btn:hover svg g path {
  fill: #f15831;
}

.main-banner.main-banner--default .image--framed {
  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--default .image--framed {
    max-width: none;
    position: static;
    margin: 24px auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.main-banner.main-banner--default .image--framed .image-crop {
  width: 70%;
  max-width: 460px;
  min-width: 280px;
  position: relative;
  margin-left: auto;
  margin-right: 15px;
}

@media screen and (max-width: 1599px) {
  .main-banner.main-banner--default .image--framed .image-crop {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .main-banner.main-banner--default .image--framed .image-crop {
    margin-right: auto;
    width: 100%;
  }
}

.main-banner.main-banner--default .image--framed .image-crop::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.main-banner.main-banner--default .image--framed .image-crop::after {
  content: "";
  display: block;
  width: 136px;
  height: 136px;
  background: url("./images/dots-white-op30-cutout-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--default .image--framed .image-crop::after {
    width: 82px;
    height: 82px;
    left: -20px;
    bottom: -29px;
  }
}

.main-banner.main-banner--default .image--framed.image--has-button .image-crop {
  width: 100%;
  max-width: none;
  max-height: 353px;
  min-width: 280px;
  position: relative;
  margin-left: auto;
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .main-banner.main-banner--default .image--framed.image--has-button .image-crop {
    margin-right: auto;
  }
}

.main-banner.main-banner--default .image--framed 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--default .image--framed img {
    border-radius: 30px;
  }
}

.main-banner.main-banner--default .image_btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-banner.main-banner--default .image_btn-wrap .btn-header-image {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .main-banner.main-banner--default .image_btn-wrap .btn-header-image {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.main-banner.main-banner--default .btn-pill--mobile,
.main-banner.main-banner--default .btn-pill--mobile + .btn-pill--mobile {
  margin: 0 20px 20px 0;
}

.main-banner.main-banner--default .btn-pill--mobile {
  position: relative;
  z-index: 21;
}

.home .main-banner .wrap-text h1 {
  clear: left;
}

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

.hero-news-bar {
  position: relative;
  padding: 7px 37px 7px 7px;
  margin-bottom: 40px;
  border-radius: 999px;
  background-color: rgba(43, 52, 70, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .hero-news-bar {
    padding-right: 25px;
    border-radius: 2px;
  }
}

.hero-news-bar span {
  display: block;
  min-height: 30px;
  margin-right: 10px;
  padding: 6px;
  border-radius: 999px;
  background-color: #f15831;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .hero-news-bar span {
    font-size: 1.3rem;
  }
}

.hero-news-bar p {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.5;
  color: #ffffff;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .hero-news-bar p {
    font-size: 1.5rem;
  }
}

.hero-news-bar .hero-news-bar_icon {
  position: absolute;
  width: 6px;
  height: 12px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .hero-news-bar .hero-news-bar_icon {
    right: 10px;
  }
}

@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 .wrap-in > 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;
  }
}

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

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

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

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

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

/*! Social */
.social {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.social > li {
  display: inline-block;
  vertical-align: bottom;
}

.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: 40px;
  color: #bdcad5;
  text-decoration: none;
}

.social a:hover {
  text-decoration: none;
  color: #f15632;
}

.social a:hover svg,
.social a:hover svg path {
  fill: #f15632;
}

.social a svg {
  width: 30px;
  height: auto;
  vertical-align: middle;
}

.social a svg path {
  fill: #bdcad5;
  -webkit-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

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

.subscribe-section .container {
  padding-top: 60px;
  padding-bottom: 120px;
}

@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: 40px;
    padding-bottom: 48px;
  }
}

.subscribe-section h3 {
  color: #2b3446;
  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: 29px 0 0;
}

.subscribe-section .social a {
  line-height: 40px;
  text-align: center;
}

.subscribe-section .social a svg {
  vertical-align: middle;
}

.subscribe-section .social a.twitter svg {
  margin-top: 4px;
}

.subscribe-section .social a.youtube svg {
  width: 34px;
}

@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: 23px;
}

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

.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 .input-wrap .form-control,
.subscribe-form.header-form .input-wrap .form-control {
  padding-right: 150px;
  border-radius: 99px;
  background-color: transparent;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .subscribe-form.footer-form .input-wrap .form-control,
  .subscribe-form.header-form .input-wrap .form-control {
    padding-right: 90px;
    height: 40px;
  }
}

.subscribe-form.footer-form .btn-row,
.subscribe-form.header-form .btn-row {
  position: absolute;
  z-index: 20;
  bottom: 0;
  right: 0;
  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.footer-form .btn-row,
  .subscribe-form.header-form .btn-row {
    width: 90px;
  }
}

.subscribe-form.footer-form .btn-row .btn,
.subscribe-form.header-form .btn-row .btn {
  display: block;
  width: 100%;
  min-width: 1px;
  border-radius: 0 99px 99px 0;
  padding-left: 0;
  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) {
  .subscribe-form.footer-form .btn-row .btn,
  .subscribe-form.header-form .btn-row .btn {
    padding: 10px 0;
  }
}

.subscribe-form.footer-form.error-state .error-subscribe,
.subscribe-form.header-form.error-state .error-subscribe {
  display: block;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 10px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .subscribe-form.header-form .btn-row {
    width: auto;
  }
}

.subscribe-form.header-form .btn-row .btn {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .subscribe-form.header-form .btn-row .btn {
    padding: 10px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .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.modal--default {
  outline: 1px solid red;
}

.modal.modal--default .modal-content {
  border-radius: 10px;
}

.modal.modal--default .modal-content h2 {
  margin-bottom: 10px;
  margin-right: 40px;
}

.modal.modal--default .modal-content .form-control {
  height: 50px;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 2.7rem;
  padding: 1.2rem 2.4rem 1.1rem;
  border-color: #828ea1;
  color: #2b3446;
}

.modal.modal--default .modal-content textarea.form-control {
  height: 150px;
}

.modal.modal--default .btn-close {
  margin-top: 32px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .modal.modal--default .btn-close {
    margin-top: 40px;
    margin-right: 40px;
  }
}

.modal.modal--default .btn-close::before, .modal.modal--default .btn-close::after {
  height: 3px;
  border-radius: 3px;
}

.modal .btn-close {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  background: none;
  margin: 22px 22px 0 0;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .modal .btn-close {
    margin: 15px 14px 0 0;
  }
}

.modal-backdrop {
  background: #2b3446;
  z-index: 1600;
}

.modal-backdrop.in {
  opacity: 0.6;
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  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) {
  .modal-dialog {
    width: calc(100vw - 40px);
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .modal-dialog.modal-xl {
    width: 900px;
  }
}

@media screen and (min-width: 1200px) {
  .modal-dialog.modal-xl {
    width: 1170px;
  }
}

.modal-dialog.modal-xxl {
  max-height: 90vh;
}

@media screen and (min-width: 992px) {
  .modal-dialog.modal-xxl {
    width: 900px;
  }
}

@media screen and (min-width: 1200px) {
  .modal-dialog.modal-xxl {
    width: 1200px;
  }
}

@media screen and (min-width: 1600px) {
  .modal-dialog.modal-xxl {
    width: 1480px;
  }
}

.modal-dialog.modal-xxl .modal-content {
  max-height: inherit;
}

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

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .modal-content {
    border-radius: 0;
    padding: 32px 20px;
  }
}

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

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .modal-content h4 {
    margin: 0 auto 37px;
    max-width: 115px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #subscribe-modal::before,
  .modal_type_subscribe::before,
  #contact-modal::before,
  .modal_type_contact::before {
    display: none;
  }
}

#subscribe-modal .modal-dialog,
.modal_type_subscribe .modal-dialog,
#contact-modal .modal-dialog,
.modal_type_contact .modal-dialog {
  max-width: 580px;
  width: 100%;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #subscribe-modal .modal-dialog,
  .modal_type_subscribe .modal-dialog,
  #contact-modal .modal-dialog,
  .modal_type_contact .modal-dialog {
    max-width: 100%;
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

#subscribe-modal .modal-content,
.modal_type_subscribe .modal-content,
#contact-modal .modal-content,
.modal_type_contact .modal-content {
  font-size: 1.6rem;
  line-height: 2.7rem;
  padding: 40px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #subscribe-modal .modal-content,
  .modal_type_subscribe .modal-content,
  #contact-modal .modal-content,
  .modal_type_contact .modal-content {
    border-radius: 0;
    padding: 32px 20px;
  }
}

#subscribe-modal .modal-content h3,
.modal_type_subscribe .modal-content h3,
#contact-modal .modal-content h3,
.modal_type_contact .modal-content h3 {
  margin-bottom: 30px;
  margin-right: 40px;
  line-height: 4rem;
}

@media screen and (max-width: 991px) {
  #subscribe-modal .modal-content h3,
  .modal_type_subscribe .modal-content h3,
  #contact-modal .modal-content h3,
  .modal_type_contact .modal-content h3 {
    margin-right: 30px;
    line-height: 3rem;
  }
}

#subscribe-modal .btn-close::before, #subscribe-modal .btn-close::after,
.modal_type_subscribe .btn-close::before,
.modal_type_subscribe .btn-close::after,
#contact-modal .btn-close::before,
#contact-modal .btn-close::after,
.modal_type_contact .btn-close::before,
.modal_type_contact .btn-close::after {
  height: 3px;
  border-radius: 3px;
}

#subscribe-modal p.small,
.modal_type_subscribe p.small,
#contact-modal p.small,
.modal_type_contact p.small {
  font-size: 1.2rem;
  line-height: 1.6;
}

#subscribe-modal p.xsmall,
.modal_type_subscribe p.xsmall,
#contact-modal p.xsmall,
.modal_type_contact p.xsmall {
  font-size: 1rem;
  line-height: 1.6;
}

.subscribe-form.modal-subscribe {
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .subscribe-form.modal-subscribe {
    padding: 0;
    max-width: none;
    margin: 0;
  }
}

.subscribe-form.modal-subscribe .btn-row {
  position: relative;
  bottom: auto;
  right: auto;
  width: auto;
  text-align: center;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .subscribe-form.modal-subscribe .btn-row {
    line-height: 1.6rem;
  }
}

.subscribe-form.modal-subscribe .btn-row .btn {
  min-width: 180px;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .subscribe-form.modal-subscribe .btn-row .btn {
    width: 100%;
    margin-bottom: 30px;
  }
}

.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-holder {
  margin-bottom: 25px;
}

.subscribe-form.modal-subscribe .form-control {
  height: 50px;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 2.7rem;
  padding: 1.2rem 2.4rem 1.1rem;
  border-color: #828ea1;
  color: #2b3446;
}

.subscribe-form.modal-subscribe .btn-holder {
  text-align: right;
  position: relative;
  margin-top: 5px;
  margin-bottom: 0;
}

.subscribe-form.modal-subscribe .btn-holder .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.subscribe-form.modal-subscribe .radio {
  border-radius: 10px;
  border-color: #828ea1;
}

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

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .thanks-message.modal-thanks-message {
    height: 200px;
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.thanks-message.modal-thanks-message h5 {
  color: #283246;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .thanks-message.modal-thanks-message h5 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

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

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #schedule-modal::before,
  .modal_type_schedule::before {
    display: none;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #schedule-modal .modal-dialog,
  .modal_type_schedule .modal-dialog {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

#schedule-modal .modal-content,
.modal_type_schedule .modal-content {
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #schedule-modal .modal-content,
  .modal_type_schedule .modal-content {
    border-radius: 0;
  }
}

#schedule-modal .modal-content h2,
.modal_type_schedule .modal-content h2 {
  margin-bottom: 10px;
  margin-right: 40px;
}

#schedule-modal .modal-content_flex-wrap,
.modal_type_schedule .modal-content_flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1199px) {
  #schedule-modal .modal-content_flex-wrap,
  .modal_type_schedule .modal-content_flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#schedule-modal .modal-content_left-side,
.modal_type_schedule .modal-content_left-side {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 47%;
  background-color: #4178ba;
  color: #ffffff;
  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;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1199px) {
  #schedule-modal .modal-content_left-side,
  .modal_type_schedule .modal-content_left-side {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 40px;
  }
}

#schedule-modal .modal-content_left-side::after,
.modal_type_schedule .modal-content_left-side::after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 200%;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

@media screen and (max-width: 1199px) {
  #schedule-modal .modal-content_left-side::after,
  .modal_type_schedule .modal-content_left-side::after {
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
    left: auto;
    top: auto;
    bottom: 100%;
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
    width: 200%;
    right: 0;
  }
}

#schedule-modal .modal-content_left-side .modal-content_image,
.modal_type_schedule .modal-content_left-side .modal-content_image {
  max-width: 100%;
  width: 304px;
  height: auto;
  margin: 0 auto 40px;
  position: relative;
}

@media screen and (max-width: 991px) {
  #schedule-modal .modal-content_left-side .modal-content_image,
  .modal_type_schedule .modal-content_left-side .modal-content_image {
    width: 224px;
  }
}

#schedule-modal .modal-content_left-side .modal-content_image img,
.modal_type_schedule .modal-content_left-side .modal-content_image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#schedule-modal .modal-content_left-side .modal-content_image::before, #schedule-modal .modal-content_left-side .modal-content_image::after,
.modal_type_schedule .modal-content_left-side .modal-content_image::before,
.modal_type_schedule .modal-content_left-side .modal-content_image::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 0;
}

#schedule-modal .modal-content_left-side .modal-content_image::before,
.modal_type_schedule .modal-content_left-side .modal-content_image::before {
  background-image: url("./images/dots-white-op30-136x136px.svg");
  width: 136px;
  height: 136px;
  left: -50px;
  top: -46px;
}

@media screen and (max-width: 991px) {
  #schedule-modal .modal-content_left-side .modal-content_image::before,
  .modal_type_schedule .modal-content_left-side .modal-content_image::before {
    width: 80px;
    height: 80px;
    left: -29px;
    bottom: -29px;
  }
}

#schedule-modal .modal-content_left-side .modal-content_image::after,
.modal_type_schedule .modal-content_left-side .modal-content_image::after {
  background-image: url("./images/dots-white-op30-58x58px.svg");
  width: 58px;
  height: 58px;
  right: -18px;
  bottom: -22px;
}

@media screen and (max-width: 991px) {
  #schedule-modal .modal-content_left-side .modal-content_image::after,
  .modal_type_schedule .modal-content_left-side .modal-content_image::after {
    width: 40px;
    height: 40px;
    right: -13px;
    bottom: -13px;
  }
}

#schedule-modal .modal-content_left-side blockquote,
.modal_type_schedule .modal-content_left-side blockquote {
  text-align: center;
  border-left: none;
  font-size: 1.6rem;
  line-height: 2.7rem;
  max-width: calc(100% - 116px);
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 991px) {
  #schedule-modal .modal-content_left-side blockquote,
  .modal_type_schedule .modal-content_left-side blockquote {
    font-size: 1.4rem;
    max-width: calc(100% - 40px);
  }
}

#schedule-modal .modal-content_left-side blockquote::before,
.modal_type_schedule .modal-content_left-side blockquote::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 0;
  background-image: url("./images/dots-white-op30-58x58px.svg");
  width: 58px;
  height: 58px;
  left: 82px;
  bottom: -106px;
}

@media screen and (max-width: 991px) {
  #schedule-modal .modal-content_left-side blockquote::before,
  .modal_type_schedule .modal-content_left-side blockquote::before {
    width: 40px;
    height: 40px;
    left: 28px;
    bottom: -20px;
  }
}

#schedule-modal .modal-content_left-side blockquote cite,
.modal_type_schedule .modal-content_left-side blockquote cite {
  font-weight: bold;
  font-style: normal;
}

#schedule-modal .modal-content_left-side blockquote svg,
.modal_type_schedule .modal-content_left-side blockquote svg {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  #schedule-modal .modal-content_left-side blockquote svg,
  .modal_type_schedule .modal-content_left-side blockquote svg {
    width: 25px;
  }
}

#schedule-modal .modal-content_left-side blockquote svg g,
.modal_type_schedule .modal-content_left-side blockquote svg g {
  fill: #ffffff;
}

#schedule-modal .modal-content_right-side,
.modal_type_schedule .modal-content_right-side {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 53%;
  background-color: #ffffff;
  padding: 40px;
  min-height: 250px;
}

@media screen and (max-width: 1199px) {
  #schedule-modal .modal-content_right-side,
  .modal_type_schedule .modal-content_right-side {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #schedule-modal .modal-content_right-side,
  .modal_type_schedule .modal-content_right-side {
    padding: 32px 20px;
  }
}

#schedule-modal .modal-content_right-side .wpcf7,
.modal_type_schedule .modal-content_right-side .wpcf7 {
  width: 100%;
}

#schedule-modal .modal-content_right-side .step.thank-block,
.modal_type_schedule .modal-content_right-side .step.thank-block {
  width: 100%;
  height: 100%;
}

#schedule-modal .modal-content_right-side .step.thank-block .thank-block_header,
.modal_type_schedule .modal-content_right-side .step.thank-block .thank-block_header {
  max-width: none;
  text-align: left;
  margin: 0 auto;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 0;
  color: #283246;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #schedule-modal .modal-content_right-side .step.thank-block .thank-block_header,
  .modal_type_schedule .modal-content_right-side .step.thank-block .thank-block_header {
    height: 200px;
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

#schedule-modal .modal-content_right-side .step.thank-block .thank-block_header h2,
.modal_type_schedule .modal-content_right-side .step.thank-block .thank-block_header h2 {
  font-size: 3.6rem;
  line-height: 4.2rem;
}

@media screen and (max-width: 991px) {
  #schedule-modal .modal-content_right-side .step.thank-block .thank-block_header h2,
  .modal_type_schedule .modal-content_right-side .step.thank-block .thank-block_header 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) {
  #schedule-modal .modal-content_right-side .step.thank-block .thank-block_header h2,
  .modal_type_schedule .modal-content_right-side .step.thank-block .thank-block_header h2 {
    text-align: left;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

#schedule-modal .modal-content_right-side .step.thank-block .thank-block_header p,
.modal_type_schedule .modal-content_right-side .step.thank-block .thank-block_header p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #schedule-modal .modal-content_right-side .step.thank-block .thank-block_header p,
  .modal_type_schedule .modal-content_right-side .step.thank-block .thank-block_header p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

#contact-modal .modal-content .input-holder {
  margin-bottom: 25px;
}

#contact-modal .modal-content .btn-row {
  position: relative;
  bottom: auto;
  right: auto;
  width: auto;
  text-align: center;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #contact-modal .modal-content .btn-row {
    line-height: 1.6rem;
  }
}

#contact-modal .modal-content .btn-row .btn {
  min-width: 180px;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #contact-modal .modal-content .btn-row .btn {
    width: 100%;
    margin-bottom: 30px;
  }
}

#contact-modal .modal-content .btn-row p {
  margin: auto;
}

#contact-modal .modal-content .btn-row p a {
  font-weight: 700;
  color: #f15632;
}

@media screen and (min-width: 1200px) {
  .modal--video .modal-dialog.modal-xxl {
    max-width: calc(100% - 80px);
  }
}

@media screen and (min-width: 1600px) {
  .modal--video .modal-dialog.modal-xxl {
    max-width: calc(100% - 100px);
  }
}

.modal--video .modal-content {
  padding: 0;
  background-color: transparent;
  border-radius: 10px;
}

.modal--video .btn-close {
  margin-top: 0;
  top: -40px;
}

@media screen and (min-width: 768px) {
  .modal--video .btn-close {
    right: -40px;
    margin: 0;
  }
}

@media screen and (min-width: 1600px) {
  .modal--video .btn-close {
    top: -8px;
    right: -48px;
  }
}

.modal--video .btn-close::before, .modal--video .btn-close::after {
  background: #ffffff;
  height: 3px;
  border-radius: 3px;
}

.modal--video .btn-close:hover::before, .modal--video .btn-close:hover::after, .modal--video .btn-close:focus::before, .modal--video .btn-close:focus::after {
  background: #f15831;
}

.modal--video_iframe-wrap {
  padding-top: 56.25%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #2b3446;
}

.modal--video_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .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;
  }
}

/*! Gray area */
.gray-area {
  background: #f5f7f9;
  padding: 0 0 77px;
}

@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.text-block--left {
  text-align: left;
}

.text-block.text-block--left .text-block_title,
.text-block.text-block--left .text-block_subtitle {
  text-align: left;
  margin-left: 0;
}

@media screen and (min-width: 992px) {
  .text-block.text-block--left .text-block_title {
    max-width: none;
  }
}

.text-block.text-block--left .text-block_title::before {
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.text-block.text-block--center .text-block_title,
.text-block.text-block--center .text-block_subtitle {
  text-align: center;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .text-block.text-block--center .text-block_title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.text-block_title {
  text-align: center;
  position: relative;
  padding-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .text-block_title {
    max-width: 564px;
  }
}

@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_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 {
    width: 30px;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

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

/*! Short centered text  */
.short-centered-text.short-centered-text--white {
  background-color: #f5f7f9;
}

.short-centered-text.short-centered-text--blue {
  background-color: #4178ba;
  color: #ffffff;
}

.short-centered-text .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .short-centered-text .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.short-centered-text .btn {
  margin-top: 16px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .short-centered-text .btn {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .short-centered-text_btn-wrap {
    text-align: center;
  }
}

/*! Technology introduction  */
.technology-introduction .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .technology-introduction .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.technology-introduction .text-block {
  padding-bottom: 16px;
}

.technology-introduction .info-widget {
  padding: 40px;
  margin-bottom: 20px;
  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);
  text-align: center;
  z-index: 7;
}

.technology-introduction .info-widget span {
  font-size: 6rem;
  line-height: 2.7rem;
  font-weight: bold;
  color: rgba(43, 52, 70, 0.1);
  display: block;
  margin-bottom: -5px;
}

.technology-introduction .info-widget h3,
.technology-introduction .info-widget p {
  font-size: 1.6rem;
  line-height: 1.69;
}

.technology-introduction .info-widget h3 {
  margin-bottom: 16px;
}

.technology-introduction .info-widget p {
  margin-bottom: 0;
}

.technology-introduction .info-widget .btn-pill {
  margin-top: 20px;
}

/*! Single quote  */
.single-quote-section {
  position: relative;
}

.single-quote-section .container {
  position: relative;
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 60px;
}

.single-quote-section .bg-line.bg-line--type-4 {
  height: 370px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-quote-section .bg-line.bg-line--type-4::before {
  top: 0;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.single-quote-section .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
}

.single-quote_wrap {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .single-quote_wrap {
    padding-bottom: 30px;
  }
}

.single-quote_wrap .slick-list {
  margin: 0 -20px;
}

.single-quote_wrap .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.single-quote_wrap .custom-slider-nav_prev,
.single-quote_wrap .custom-slider-nav_next {
  bottom: -30px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .single-quote_wrap .custom-slider-nav_prev,
  .single-quote_wrap .custom-slider-nav_next {
    bottom: 10px;
  }
}

.single-quote_slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.single-quote_slide-wrap.slick-slide {
  height: inherit !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 30px 20px 40px;
}

.single-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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);
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .single-quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-quote_image,
.single-quote_text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.single-quote_image {
  min-height: 100%;
  min-width: 50%;
  position: relative;
  background-color: #ffffff;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .single-quote_image {
    min-height: 300px;
  }
}

.single-quote_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 120%;
  width: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .single-quote_image img {
    width: 100%;
    height: 101%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .single-quote_image img {
    height: auto;
    width: 160%;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .single-quote_image img {
      width: 100%;
      height: 101%;
    }
  }
}

.single-quote_text {
  padding: 10.16% 8.47%;
  position: relative;
  background-color: #ffffff;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .single-quote_text {
    padding: 24px 20px;
  }
}

.single-quote_text::before {
  content: "";
  display: block;
  background-color: inherit;
  width: 200%;
  height: 200%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .single-quote_text::before {
    top: 0;
    bottom: auto;
    -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
            transform: rotate(-6deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
  }
}

.single-quote_text img,
.single-quote_text p,
.single-quote_text h5,
.single-quote_text h6 {
  position: relative;
  z-index: 1;
}

.single-quote_text img {
  width: 36px;
  height: auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .single-quote_text img {
    width: 28px;
  }
}

.single-quote_text p {
  margin-bottom: 16px;
}

.single-quote_text h5 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}

.single-quote_text h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  font-weight: normal;
}

/*! Logo section small */
.logo-section-small {
  background: #f5f7f9;
}

.logo-section-small.logo-section-small--white ul li::before {
  background: url("./images/arrow-right-oxfordblue2-01.svg") no-repeat center/100% auto transparent;
}

.logo-section-small.logo-section-small--blue {
  background: #4178ba;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .logo-section-small.logo-section-small--right .logo-section-small_logo-wrap {
    padding-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .logo-section-small.logo-section-small--right .logo-section-small_text-wrap {
    padding-bottom: 40px;
  }
}

.logo-section-small.logo-section-small--left .logo-section-small_logo-wrap {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (min-width: 992px) {
  .logo-section-small.logo-section-small--left .logo-section-small_logo-wrap {
    padding-right: 50px;
  }
}

@media screen and (max-width: 991px) {
  .logo-section-small.logo-section-small--left .logo-section-small_logo-wrap {
    padding-bottom: 40px;
  }
}

.logo-section-small .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .logo-section-small .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 992px) {
  .logo-section-small .text-block {
    max-width: 540px;
  }
}

@media screen and (max-width: 991px) {
  .logo-section-small .text-block_subtitle {
    max-width: none;
  }
}

.logo-section-small ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

.logo-section-small ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 26px;
}

.logo-section-small ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 9px;
  margin-right: 10px;
  background: url("./images/arrow-right-white-001.svg") no-repeat center/100% auto transparent;
  position: absolute;
  top: 9px;
  left: 0;
}

.logo-section-small .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-section-small_logo-wrap .row {
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.logo-section-small_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .logo-section-small_logo {
    margin-bottom: 32px;
  }
}

.logo-section-small_logo:nth-child(3), .logo-section-small_logo:nth-child(4) {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .logo-section-small_logo:nth-child(3), .logo-section-small_logo:nth-child(4) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .logo-section-small_logo:nth-child(1), .logo-section-small_logo:nth-child(3) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .logo-section-small_logo:nth-child(2), .logo-section-small_logo:nth-child(4) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.logo-section-small_logo img {
  max-height: 120px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.logo-section-small_logo a {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: center;
}

/*! Accordion list */
.accordion-list-section {
  background: #f5f7f9;
}

.accordion-list-section .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .accordion-list-section .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.accordion-list-section .row {
  margin-left: -20px;
  margin-right: -20px;
}

.accordion-list-section [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-list {
  padding: 16px 0 0;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .accordion-list.accordion-list--2 {
    padding-top: 0;
  }
}

.accordion-list-item {
  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);
  background-color: #ffffff;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .accordion-list-item {
    margin-bottom: 16px;
  }
}

.accordion-list-item_header {
  position: relative;
  padding: 30px 40px 30px 100px;
  cursor: pointer;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .accordion-list-item_header {
    padding: 20px 20px 20px 64px;
  }
}

.accordion-list-item_header i {
  position: absolute;
  top: 33px;
  left: 40px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: url("images/caret-right-white.svg") no-repeat center/5px auto #f15831;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.accordion-list-item.open .accordion-list-item_header i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .accordion-list-item_header i {
    top: 20px;
    left: 20px;
    width: 24px;
    height: 24px;
  }
}

.accordion-list-item_header h5 {
  line-height: 1.64;
  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) {
  .accordion-list-item_header h5 {
    line-height: 1.5;
  }
}

.accordion-list-item_header h6 {
  font-weight: 400;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .accordion-list-item_header h6 {
    font-size: 1.8rem;
  }
}

.accordion-list-item_body {
  padding: 0 40px 40px 100px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .accordion-list-item_body {
    padding: 0 20px 20px 64px;
  }
}

/*! Why section */
.why-section {
  position: relative;
  overflow: hidden;
}

.why-section::before {
  content: "";
  display: block;
  width: 136px;
  height: 136px;
  background: url("./images/dots-cinnabar-op30-198x198px.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 5.4%;
  bottom: -40px;
}

.why-section .container {
  position: relative;
  padding-top: 180px;
  padding-bottom: 165px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .why-section .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.why-section .container .row + .row {
  padding-top: 120px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .why-section .container .row + .row {
    padding-top: 48px;
  }
}

.why-section .container .flex-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.why-section .container .flex-row::after {
  display: none;
}

.why-section h5 {
  margin-bottom: 10px;
}

.why-section .col-sm-12:first-child h5 {
  position: relative;
}

.why-section .col-sm-12:first-child h5::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #f15831;
}

@media screen and (max-width: 991px) {
  .why-section .col-sm-12:nth-child(2n) {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .why-section::before {
    background: none;
  }
}

/*! Partner boxes */
.partner-boxes.partner-boxes--white {
  background-color: #f5f7f9;
}

.partner-boxes.partner-boxes--blue {
  color: #ffffff;
  background-color: #4178ba;
}

.partner-boxes.partner-boxes--blue .partner-box ul li::before {
  background: url("./images/arrow-right-white-001.svg") no-repeat center/100% auto transparent;
}

.partner-boxes .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .partner-boxes .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.partner-boxes .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.partner-boxes .flex-row [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .partner-boxes .flex-row [class*="col-"] {
    margin-bottom: 20px;
  }
}

.partner-box_row {
  padding-top: 16px;
}

.partner-box {
  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);
  background-color: #ffffff;
  padding: 40px;
}

@media screen and (max-width: 991px) {
  .partner-box {
    padding-top: 20px;
  }
}

.partner-box h5,
.partner-box p {
  margin-bottom: 2rem;
}

.partner-box ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.partner-box ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 26px;
}

.partner-box ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 9px;
  margin-right: 10px;
  background: url("./images/arrow-right-oxfordblue2-01.svg") no-repeat center/100% auto transparent;
  position: absolute;
  top: 9px;
  left: 0;
}

/*! Content download */
.content-download {
  background-color: #f5f7f9;
  color: #ffffff;
  position: relative;
}

.content-download .container {
  position: relative;
  z-index: 2;
  padding-top: 128px;
  padding-bottom: 128px;
}

.content-download .container .col-md-7 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.content-download img {
  width: 100%;
  max-width: 463px;
  height: auto;
}

.content-download form .input-holder {
  padding-bottom: 20px;
}

.content-download form .input-holder input {
  padding: 12px 24px 11px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.69;
  height: 50px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 99px;
}

.content-download form .input-holder ::-moz-placeholder,
.content-download form .input-holder :-moz-placeholder {
  opacity: 1;
}

.content-download form .input-holder ::-moz-placeholder {
  color: #ffffff;
}

.content-download form .input-holder :-ms-input-placeholder {
  color: #ffffff;
}

.content-download form .input-holder ::-webkit-input-placeholder {
  color: #ffffff;
}

.content-download div.wpcf7-response-output,
.content-download .thanks-message {
  color: #ffffff;
}

.content-download .btn-pill,
.content-download .wpcf7-submit {
  width: 100% !important;
  max-width: none !important;
}

.content-download small {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: normal;
}

.content-download .bg-line.bg-line--type-4 {
  z-index: 1;
  height: auto;
  top: 150px;
  bottom: 150px;
}

.content-download .bg-line.bg-line--type-4::before {
  top: 0;
  bottom: 85px;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

/*! Get in touch CTA */
.git-cta_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 992px) {
  .git-cta_wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.git-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 64px;
  width: 350px;
  max-width: 100%;
}

.git-cta_top {
  padding: 40px 0 24px;
}

@media screen and (min-width: 992px) {
  .git-cta_top {
    padding-top: 24px;
  }
}

.git-cta_text-balloon {
  position: relative;
  background-color: #f15831;
  border-radius: 999px;
  max-width: 287px;
  padding: 16px 30px;
}

@media screen and (min-width: 768px) {
  .git-cta_text-balloon {
    padding: 21px 38px;
  }
}

.git-cta_text-balloon::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("./images/dots-cinnabar-op30-136x136px.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 135px;
  top: -22px;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .git-cta_text-balloon::before {
    left: 169px;
    top: -70px;
    width: 136px;
    height: 136px;
  }
}

.git-cta_text-balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 56px;
  display: block;
  width: 26px;
  height: 28px;
  border: 1px solid #f15831;
  border-width: 14px 13px;
  border-color: #f15831 transparent transparent transparent;
}

.git-cta_text-balloon p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .git-cta_text-balloon p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.git-cta_img-wrap {
  width: 84px;
  height: 84px;
  border-radius: 999px;
  overflow: hidden;
  position: absolute;
  bottom: 25px;
  right: -50px;
  border: 5px solid #ffffff;
}

@media screen and (min-width: 992px) {
  .git-cta_img-wrap {
    width: 110px;
    height: 110px;
    border-width: 7px;
    bottom: 10px;
    right: -72px;
  }
}

.git-cta_img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .git-cta_img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.git-cta_bottom .btn {
  width: 100% !important;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .git-cta_bottom .btn {
    height: 55px;
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

/*! Offices map */
.offices-map {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background: #f5f7f9;
}

.offices-map.offices-map--horizontal .offices-map_inner::before, .offices-map.offices-map--horizontal .offices-map_inner::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.offices-map.offices-map--horizontal .offices-map_inner::before {
  bottom: calc(100% - 75px);
}

.offices-map.offices-map--horizontal .offices-map_inner::after {
  top: calc(100% - 75px);
}

.offices-map.offices-map--horizontal .offices-map_items {
  padding: 40px 0;
}

.offices-map.offices-map--blue {
  background-color: #4178ba;
}

.offices-map.offices-map--blue .offices-map_inner::before, .offices-map.offices-map--blue .offices-map_inner::after {
  background-color: #4178ba;
}

.offices-map.offices-map--blue .offices-map_slider::after {
  background-image: -o-linear-gradient(1deg, #4178ba 1%, transparent 62%);
  background-image: linear-gradient(89deg, #4178ba 1%, transparent 62%);
}

.offices-map_inner {
  position: relative;
}

.offices-map_inner::before, .offices-map_inner::after {
  position: absolute;
  content: '';
  width: 200vw;
  height: 100vh;
  background-color: #f5f7f9;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 1;
}

.offices-map_inner::before {
  right: 0;
  bottom: 100%;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}

.offices-map_inner::after {
  left: 0;
  top: 100%;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.offices-map_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.offices-map_slider::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(1deg, #f5f7f9 1%, transparent 62%);
  background-image: linear-gradient(89deg, #f5f7f9 1%, transparent 62%);
}

.offices-map_single-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.offices-map_single-slide.active {
  opacity: 1;
}

.offices-map_single-slide--mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .offices-map_single-slide--mobile {
    opacity: 0;
  }
}

.offices-map_items {
  padding: 0 0 80px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .offices-map_items {
    padding-bottom: 62px;
  }
}

.offices-map_items .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.offices-map_items-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-height: 800px;
  width: 100%;
  max-width: 606px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .offices-map_items-flex {
    max-height: none;
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 60px;
  }
}

.offices-map_single-item {
  width: calc((100% / 2) - 40px);
  height: auto;
  border-radius: 10px;
  padding: 40px;
  margin: 40px 0 0 40px;
  -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);
  background-color: #ffffff;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .offices-map_single-item {
    width: 100%;
    max-width: 280px;
    height: auto;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .offices-map_single-item:first-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 768px) {
  .offices-map_single-item:nth-child(2) {
    margin-top: 0;
  }
}

.offices-map_single-item p a {
  font-weight: bold;
  color: #2b3446;
}

.offices-map_single-item p a:hover, .offices-map_single-item p a:focus {
  color: #f15831;
}

.offices-map_single-item a {
  font-weight: bold;
  color: #f15831;
}

/*! Transition section */
.transition-section {
  background: #f5f7f9;
  position: relative;
}

.transition-section::before, .transition-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffffff;
}

.transition-section::before {
  top: 0;
  bottom: 50%;
}

.transition-section::after {
  top: 50%;
  bottom: 0;
}

.transition-section.transition-section--top-blue::before {
  background: #4178ba;
}

.transition-section.transition-section--top-white::before {
  background: #ffffff;
}

.transition-section.transition-section--top-offwhite::before {
  background: #f5f7f9;
}

.transition-section.transition-section--bottom-blue::after {
  background: #4178ba;
}

.transition-section.transition-section--bottom-white::after {
  background: #ffffff;
}

.transition-section.transition-section--bottom-offwhite::after {
  background: #f5f7f9;
}

.transition-section .container {
  position: relative;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
}

.transition-section_block {
  width: 100%;
  max-width: 967px;
  margin: 0 auto;
  padding: 40px 20px 20px;
  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);
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .transition-section_block {
    padding: 62px 40px 40px;
  }
}

.transition-section_block p {
  position: relative;
  text-align: center;
  margin-bottom: 0;
}

.transition-section_block p::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f15831;
}

@media screen and (min-width: 768px) {
  .transition-section_block p::before {
    top: -20px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .transition-section_block p::before {
    width: 30px;
  }
}

/*! Tabbed charts section */
.mobile-unavailable-block {
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 18px 0 rgba(59, 121, 190, 0.18);
          box-shadow: 0 1px 18px 0 rgba(59, 121, 190, 0.18);
  border-radius: 10px;
  text-align: center;
}

.mobile-unavailable-block p {
  font-weight: bold;
}

.tabbed-charts {
  padding-top: 60px;
  padding-bottom: 120px;
}

.tabbed-charts.tabbed-charts--off-white {
  background-color: #f5f7f9;
}

.tabbed-charts.tabbed-charts--white {
  background-color: #ffffff;
}

.tabbed-charts .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
  border: none;
}

.tabbed-charts .nav-tabs li {
  margin: 0 20px;
}

@media screen and (max-width: 991px) {
  .tabbed-charts .nav-tabs li {
    max-width: 130px;
    margin: 0 10px;
  }
}

.tabbed-charts .nav-tabs li a {
  text-align: center;
  width: 100%;
  padding: 7px 30px;
  font-size: 1.75rem;
  line-height: 1.64;
  background-color: rgba(43, 52, 70, 0.05);
  border-radius: 99px;
}

@media screen and (max-width: 991px) {
  .tabbed-charts .nav-tabs li a {
    font-size: 1.4rem;
    line-height: 1.285;
  }
}

.tabbed-charts .nav-tabs li.active a {
  font-weight: bold;
  color: #f15831;
  background-color: rgba(241, 88, 49, 0.2);
}

.tabbed-charts_container {
  position: relative;
  width: 100%;
  padding: 30px 60px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 18px 0 rgba(59, 121, 190, 0.18);
          box-shadow: 0 1px 18px 0 rgba(59, 121, 190, 0.18);
  background-color: #ffffff;
}

.tabbed-charts_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}

.tabbed-charts_controls select {
  border: 1px solid #f15831;
  border-radius: 5px;
  padding: 12px 14px;
}

.tabbed-charts_controls .select2-selection--single {
  border: 1px solid #f15831;
  border-radius: 5px;
}

.tabbed-charts_controls .select2-selection--single .select2-selection__rendered {
  color: #2b3446;
  font-size: 1.6rem;
}

.tabbed-charts_controls--left .tabbed-charts_controls-label,
.tabbed-charts_controls--right .tabbed-charts_controls-label {
  font-weight: bold;
  padding: 12px 12px 12px 0;
}

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

.tabbed-charts_controls--left select {
  width: 200px;
  margin-left: 11px;
}

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

.tabbed-charts_controls--right select,
.tabbed-charts_controls--right .select2-container {
  width: 150px;
  margin-left: 15px;
}

.tabbed-charts_notice {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabbed-charts_notice .tabbed-charts_notice-icon {
  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;
  padding: 15px 20px 15px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

@media screen and (min-width: 768px) {
  .tabbed-charts_notice .tabbed-charts_notice-icon {
    padding-right: 52px;
  }
}

.tabbed-charts_notice .tabbed-charts_notice-icon svg {
  width: 50px;
  height: 50px;
}

.tabbed-charts_notice p {
  max-width: 660px;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/*! Intro block */
.intro-block {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .intro-block {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .intro-block {
    max-width: 540px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .intro-block {
    max-width: none;
    text-align: left;
    padding-bottom: 30px;
  }
}

.intro-block p {
  margin: 0;
}

/*! Inform area */
.accordion-divided {
  background-color: #ffffff;
  position: relative;
}

.accordion-divided .container {
  padding-top: 228px;
  padding-bottom: 280px;
}

.accordion-divided .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;
}

.accordion-divided .section-icon img {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 53px;
  max-height: 53px;
}

.accordion-divided .intro-block {
  color: #3c4959;
  padding-bottom: 194px;
}

.accordion-divided .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) {
  .accordion-divided .container {
    padding-top: 102px;
    padding-bottom: 105px;
  }
  .accordion-divided .section-icon {
    width: 90px;
    height: 90px;
    margin-top: -49px;
    margin-left: -45px;
  }
  .accordion-divided .section-icon img {
    max-width: 40px;
    max-height: 40px;
  }
  .accordion-divided .intro-block {
    padding-bottom: 72px;
    text-align: center;
  }
  .accordion-divided .intro-block h2 {
    margin-bottom: 25px;
  }
  .accordion-group {
    padding-bottom: 83px;
  }
  .accordion-group > h3 {
    margin: 0 0 33px;
    font-size: 1.4rem;
  }
}

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

/*! Img Phone */
.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;
  }
}

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

@media only screen and (max-width: 767px) and (max-height: 520px) {
  .img-phone {
    bottom: -120px;
  }
}

/*! 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;
  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_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;
}

@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 .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

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

@media screen and (max-width: 399px) {
  .team-section.team-section--2 .team-tabs .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 399px) {
  .team-section.team-section--2 .team-tabs .nav-tabs > li {
    padding-left: 8px;
    padding-right: 8px;
  }
}

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

@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 .nav-tabs > li > a {
    min-width: 65px;
    padding: 7px 16px;
    line-height: 1.5;
  }
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

@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 {
    padding-left: 0;
    padding-right: 0;
  }
}

.team-section.team-section--2 .team-list > li {
  display: block;
  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 .team-list.team-list--3 > 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.team-list--3 > li {
    width: 50%;
  }
}

.team-section.team-section--2 .team-list.team-list--4 > li {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .team-section.team-section--2 .team-list.team-list--4 > 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.team-list--4 > li {
    width: 50%;
  }
}

.team-section.team-section--2 .team-list.team-list--6 {
  max-width: none;
}

.team-section.team-section--2 .team-list.team-list--6 > li {
  width: 16.665%;
}

@media screen and (max-width: 1199px) {
  .team-section.team-section--2 .team-list.team-list--6 > li {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .team-section.team-section--2 .team-list.team-list--6 > 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.team-list--6 > li {
    width: 50%;
  }
}

.team-section.team-section--2 .person-box {
  padding-bottom: 40px;
  margin: 0 auto;
}

@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_photo .person-box_photo-frame {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 999px;
}

.team-section.team-section--2 .person-box_photo .person-box_photo-frame img {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 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 {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: 1;
}

.team-section.team-section--2 .social a::before {
  display: none;
}

.team-section.team-section--2 .social svg {
  width: 17px;
  height: auto;
  max-height: 17px;
}

.person-box_additional-info {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .person-box_additional-info {
    display: none;
  }
}

.person-box_additional-info:hover .info-icon {
  color: #ffffff;
  border-color: #f15831;
  background-color: #f15831;
}

.person-box_additional-info:hover .info-tooltip_wrap {
  visibility: visible;
  opacity: 1;
}

.person-box_additional-info.person-box_additional-info--left .info-tooltip_wrap {
  left: auto;
  right: 0;
  padding-left: 0;
  padding-right: 46px;
}

.person-box_additional-info.person-box_additional-info--left .info-tooltip_wrap::before {
  left: auto;
  right: 26px;
  border-color: transparent transparent transparent #f15831;
}

.person-box_additional-info.person-box_additional-info--left .info-tooltip::after {
  left: auto;
  right: 0;
}

.person-box_additional-info .info-icon {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 99px;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #4178ba;
  border: 2px solid #4178ba;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.person-box_additional-info .info-tooltip_wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -15px;
  left: 0;
  padding-left: 46px;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  z-index: 2;
}

.person-box_additional-info .info-tooltip_wrap::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 26px;
  display: block;
  width: 22px;
  height: 19px;
  border: 1px solid #f15831;
  border-width: 9px 11px;
  border-color: transparent #f15831 transparent transparent;
}

.person-box_additional-info .info-tooltip {
  position: relative;
  text-align: center;
  padding: 30px;
  min-width: 362px;
  border-radius: 10px;
  color: #2b3446;
  background-color: #ffffff;
  -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);
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.person-box_additional-info .info-tooltip::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background-color: #f15831;
}

.person-box_additional-info .info-tooltip p {
  margin-bottom: 2rem;
}

.person-box_additional-info .info-tooltip a {
  font-weight: bold;
}

@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-section:not(.team-section--2) .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-section:not(.team-section--2) .team-tabs .tab-content > .tab-pane.fade {
    opacity: 1;
  }
  .team-section:not(.team-section--2) .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;
  }
}

/*! Accordion - used on: 
 *  FAQ page, Wealth management page and Template Scrollsidebar
 */
.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 .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 .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;
  }
}

/*! 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 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;
  }
}

/* Cases section - Use Case page component */
.cases-section {
  padding-top: 57px;
  padding-bottom: 101px;
}

.cases-section > .container {
  height: auto !important;
}

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

.case-entity-holder {
  background: #ffffff;
  position: relative;
  z-index: 6;
  padding: 40px 100px;
  border-radius: 10px;
}

.case-entity-header {
  position: relative;
  padding-top: 3px;
  padding-left: 58px;
  padding-bottom: 20px;
  margin-left: -58px;
  margin-bottom: 32px;
}

@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 h1 {
    font-size: 1.6rem;
  }
  .case-entity h1 small {
    font-size: 1.6rem;
    margin-bottom: 13px;
  }
  .case-entity h2 {
    margin-top: 33px;
  }
  .case-entity .img {
    margin-bottom: 30px;
  }
  .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;
  }
  .case-entity-header .btn-back {
    top: 9px;
  }
  .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;
  }
}

@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.type2 {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.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.active svg {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.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 .spy-nav {
  display: none;
}

.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 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 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 svg {
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 18px;
  height: auto;
  top: 16px;
  right: 18px;
}

.case-entity-header .opener-menu svg path {
  fill: #f15632;
}

.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 svg {
  right: 2px;
  top: 20px;
}

.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 .opener-menu .spy-nav {
  display: block;
}

.is-sticky .case-entity-header .opener-menu .spy-nav ul a {
  font-size: 1.4rem;
  line-height: 2rem;
}

.is-sticky .case-entity-header .side-nav {
  border-width: 0 0 1px;
  left: -20px;
  right: -20px;
  width: auto;
}

@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 .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;
  }
  .case-entity aside .side-nav.active svg {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .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 svg {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 18px;
    height: auto;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .case-entity aside .side-nav svg path {
    -webkit-transition: fill 0.3s ease-out;
    -o-transition: fill 0.3s ease-out;
    transition: fill 0.3s ease-out;
    fill: #f15632;
  }
  .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 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 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 {
    border-color: transparent;
    padding-left: 0;
    padding-bottom: 8px;
  }
  .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 .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 svg {
    right: 2px;
    top: 20px;
  }
  .scroll-up .case-entity aside .is-sticky .side-nav {
    padding-top: 10px;
    margin-top: 61px;
  }
}

@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 {
    position: relative;
    z-index: 25;
  }
  .case-entity-holder .page-header {
    margin-left: 0;
    margin-right: 0;
  }
}

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

.socials a svg {
  width: 26px;
  height: auto;
  vertical-align: bottom;
  max-height: 26px;
}

.socials a svg path {
  fill: #bdcad5;
  -webkit-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

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

@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;
  font-size: 1.2rem;
}

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

#schedule-modal .schedule-block {
  margin: 0;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#schedule-modal .schedule-block .step-header {
  text-align: left;
  margin-bottom: 30px;
}

#schedule-modal .schedule-block .step-header > p {
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin-bottom: 30px;
}

#schedule-modal .schedule-block .step-header_labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

#schedule-modal .schedule-block .step-header_labels span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: calc(50% - 2px);
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-align: center;
  color: #828ea1;
  background-color: rgba(43, 52, 70, 0.05);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #schedule-modal .schedule-block .step-header_labels span {
    max-width: 50%;
  }
}

#schedule-modal .schedule-block .step-header_labels span.active {
  color: #f15831;
  background-color: rgba(241, 88, 49, 0.2);
  font-weight: bold;
}

#schedule-modal .schedule-block .step-header_labels span:first-child {
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #schedule-modal .schedule-block .step-header_labels span:first-child {
    padding-left: 0.5rem;
    padding-right: 1.5rem;
  }
}

#schedule-modal .schedule-block .step-header_labels span:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  bottom: 0;
  width: 44px;
  border-style: solid;
  border-width: 25px 22px;
  border-color: #ffffff #ffffff #ffffff transparent;
}

#schedule-modal .schedule-block .step-header_labels span:last-child {
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  #schedule-modal .schedule-block .step-header_labels span:last-child {
    padding-left: 1.5rem;
    padding-right: 0.5rem;
  }
}

#schedule-modal .schedule-block .step-header_labels span:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 44px;
  border-style: solid;
  border-width: 25px 22px;
  border-color: transparent transparent transparent #ffffff;
}

#schedule-modal .schedule-block .zoom-info {
  padding-top: 0;
}

#schedule-modal .schedule-block .zoom-info p {
  margin-top: 0;
}

#schedule-modal .schedule-block .zoom-info a {
  color: #f15831;
  font-weight: bold;
  text-decoration: none;
}

#schedule-modal .schedule-block .step {
  padding: 0;
}

#schedule-modal .schedule-block .contact {
  padding-top: 0;
  padding-bottom: 0;
}

#schedule-modal .schedule-block .contact .input-holder {
  margin-bottom: 25px;
}

#schedule-modal .schedule-block .contact .form-control {
  height: 50px;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 2.7rem;
  padding: 1.2rem 2.4rem 1.1rem;
  border-color: #828ea1;
  color: #2b3446;
}

#schedule-modal .schedule-block .contact .btn-holder {
  text-align: right;
  position: relative;
  margin-top: 5px;
  margin-bottom: 0;
}

#schedule-modal .schedule-block .contact .btn-holder .btn {
  margin-top: 0;
  margin-bottom: 0;
}

#schedule-modal .schedule-block .contact .radio {
  border-radius: 10px;
  border-color: #828ea1;
}

#schedule-modal .schedule-block .contact h3 {
  margin-bottom: 20px;
}

#schedule-modal .schedule-block .contact .popup-form-policy {
  margin-top: 20px;
  margin-bottom: 20px;
}

#schedule-modal .schedule-block .poll-item + p {
  margin-bottom: 0;
}

#schedule-modal .schedule-block .select2-container--default .select2-selection--single {
  border-radius: 10px;
  border-color: #828ea1;
}

#schedule-modal .schedule-block .btn-back {
  font-size: 1.8rem;
  line-height: 24px;
  height: 24px;
  font-weight: bold;
  color: #2b3446;
  padding-left: 24px;
}

#schedule-modal .schedule-block .btn-back::before, #schedule-modal .schedule-block .btn-back::after {
  border-color: #2b3446;
}

#schedule-modal .schedule-block .btn-back::before {
  width: 8px;
  height: 8px;
}

#schedule-modal .schedule-block .btn-back::after {
  width: 16px;
}

@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 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 figure {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.member-list figure > img {
  width: auto;
  height: 100%;
}

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

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

.page-header.page-header--scrollsidebar {
  padding: 30px 0 66px;
}

.page-header.page-header--scrollsidebar .page-header_title-wrap {
  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) {
  .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;
}

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

/*! 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 input:checked ~ .wpcf7-list-item-label::before {
  opacity: 1;
  visibility: visible;
  border-color: #f15831;
}

.wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  min-height: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  position: relative;
  padding-left: 29px;
  font-weight: normal;
  cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("./images/icon-checkbox.svg") no-repeat center/100% auto transparent;
  width: 24px;
  height: 24px;
  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: 24px;
  height: 24px;
  border: 1px solid #828ea1;
  left: 0;
  top: 0;
  border-radius: 7px;
}

.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 {
  position: absolute;
  bottom: 0;
  display: block;
  border: 0;
  padding: 0;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  background: none;
  z-index: 1;
}

.custom-slider-nav_prev::before, .custom-slider-nav_prev::after,
.custom-slider-nav_next::before,
.custom-slider-nav_next::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border: solid #f15632;
}

.custom-slider-nav_prev::before,
.custom-slider-nav_next::before {
  width: 12px;
  height: 12px;
}

.custom-slider-nav_prev::after,
.custom-slider-nav_next::after {
  width: 22px;
  height: 2px;
  border-width: 0 0 2px;
}

.custom-slider-nav_prev:hover,
.custom-slider-nav_next:hover {
  opacity: .8;
}

.custom-slider-nav_prev span,
.custom-slider-nav_next span {
  display: none;
}

.custom-slider-nav_prev {
  left: 0;
}

.custom-slider-nav_prev::before, .custom-slider-nav_prev::after {
  left: 0;
}

.custom-slider-nav_prev::before {
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.custom-slider-nav_next {
  left: 50px;
}

.custom-slider-nav_next::before, .custom-slider-nav_next::after {
  right: 0;
}

.custom-slider-nav_next::before {
  border-width: 0 2px 2px 0;
  -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;
  }
}

/*! Featured stories section */
.featured-stories.featured-stories--white {
  background-color: #f5f7f9;
}

.featured-stories.featured-stories--blue {
  background-color: #4178ba;
  color: #ffffff;
}

.featured-stories.featured-stories--left .featured-stories_slides-wrap {
  padding-left: 80px;
}

@media screen and (max-width: 991px) {
  .featured-stories.featured-stories--left .featured-stories_slides-wrap {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .featured-stories.featured-stories--left .featured-stories_slides-wrap {
    padding-right: 50px;
  }
}

@media screen and (min-width: 992px) {
  .featured-stories.featured-stories--right .featured-stories_text-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.featured-stories.featured-stories--right .featured-stories_slides-wrap {
  padding-right: 120px;
}

@media screen and (max-width: 991px) {
  .featured-stories.featured-stories--right .featured-stories_slides-wrap {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .featured-stories.featured-stories--right .featured-stories_slides-wrap {
    padding-right: 50px;
  }
}

@media screen and (min-width: 992px) {
  .featured-stories.featured-stories--right .featured-stories_slides-wrap .row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.featured-stories .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .featured-stories .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.featured-stories_text-wrap .text-block_subtitle {
  max-width: none;
}

.featured-stories_text-wrap .text-block_subtitle a {
  padding: 2px 3px;
  background-color: rgba(241, 86, 50, 0.4);
  font-weight: bold;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.featured-stories_text-wrap .text-block_subtitle a:hover, .featured-stories_text-wrap .text-block_subtitle a:focus, .featured-stories_text-wrap .text-block_subtitle a.active {
  background-color: rgba(241, 86, 50, 0.8);
  color: #ffffff;
}

.featured-stories_text-wrap .btn-pill {
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .featured-stories_slides-wrap {
    padding-top: 20px;
  }
}

.featured-stories_slides-wrap .row {
  position: relative;
}

.featured-stories_slides {
  position: relative;
  width: 362px;
  height: 355px;
  max-width: calc(100% - 20px);
}

@media screen and (max-width: 991px) {
  .featured-stories_slides {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .featured-stories_slides {
    height: 253px;
  }
}

.featured-stories_slides::before, .featured-stories_slides::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  z-index: 0;
  border-radius: 10px;
  background-color: #ffffff;
  -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);
}

.featured-stories_slides::before {
  -webkit-transform: scale(0.88) translateY(-50%) translateX(30px);
      -ms-transform: scale(0.88) translateY(-50%) translateX(30px);
          transform: scale(0.88) translateY(-50%) translateX(30px);
  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) {
  .featured-stories_slides::before {
    -webkit-transform: scale(0.92) translateY(-50%) translateX(22px);
        -ms-transform: scale(0.92) translateY(-50%) translateX(22px);
            transform: scale(0.92) translateY(-50%) translateX(22px);
  }
}

.featured-stories_slides::after {
  -webkit-transform: scale(0.77) translateY(-50%) translateX(60px);
      -ms-transform: scale(0.77) translateY(-50%) translateX(60px);
          transform: scale(0.77) translateY(-50%) translateX(60px);
  z-index: 0;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .featured-stories_slides::after {
    -webkit-transform: scale(0.82) translateY(-50%) translateX(48px);
        -ms-transform: scale(0.82) translateY(-50%) translateX(48px);
            transform: scale(0.82) translateY(-50%) translateX(48px);
  }
}

.featured-story {
  padding: 30px 40px;
  width: 100%;
  min-height: 100%;
  border-radius: 10px;
  color: #2b3446;
  background-color: #ffffff;
  -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);
  position: absolute;
  top: 50%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.9) translateY(-50%) translateX(30px);
      -ms-transform: scale(0.9) translateY(-50%) translateX(30px);
          transform: scale(0.9) translateY(-50%) translateX(30px);
  -webkit-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .featured-story {
    -webkit-transform: scale(0.9) translateY(-50%) translateX(20px);
        -ms-transform: scale(0.9) translateY(-50%) translateX(20px);
            transform: scale(0.9) translateY(-50%) translateX(20px);
    padding: 20px;
  }
}

.featured-story.active {
  z-index: 3;
  -webkit-transform: scale(1) translateY(-50%);
      -ms-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity .2s, -webkit-transform .4s ease-in-out, -webkit-box-shadow .4s ease-in;
  transition: opacity .2s, -webkit-transform .4s ease-in-out, -webkit-box-shadow .4s ease-in;
  -o-transition: transform .4s ease-in-out, box-shadow .4s ease-in, opacity .2s;
  transition: transform .4s ease-in-out, box-shadow .4s ease-in, opacity .2s;
  transition: transform .4s ease-in-out, box-shadow .4s ease-in, opacity .2s, -webkit-transform .4s ease-in-out, -webkit-box-shadow .4s ease-in;
}

.featured-story.is-out {
  z-index: 3;
  -webkit-transform: scale(1.1) translateY(-50%) translateX(-30px);
      -ms-transform: scale(1.1) translateY(-50%) translateX(-30px);
          transform: scale(1.1) translateY(-50%) translateX(-30px);
  opacity: 0;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out, -webkit-box-shadow .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out, -webkit-box-shadow .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out, -webkit-transform .3s ease-out, -webkit-box-shadow .3s ease-out;
  pointer-events: none;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .featured-story.is-out {
    -webkit-transform: scale(1.1) translateY(-50%) translateX(-20px);
        -ms-transform: scale(1.1) translateY(-50%) translateX(-20px);
            transform: scale(1.1) translateY(-50%) translateX(-20px);
  }
}

.featured-story .featured-story_meta {
  padding-bottom: 8px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .featured-story .featured-story_meta {
    padding-bottom: 6px;
  }
}

.featured-story .featured-story_meta span {
  font-size: 1.4rem;
  padding-right: 9px;
}

.featured-story .featured-story_meta span + span {
  padding-left: 9px;
  padding-right: 0;
  position: relative;
}

.featured-story .featured-story_meta span + span::before {
  content: "";
  display: block;
  background-color: #2b3446;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -1px;
}

.featured-story h5 {
  line-height: 1.64;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .featured-story h5 {
    font-size: 1.6rem;
    line-height: 1.375;
    margin-bottom: 15px;
  }
}

.featured-story .featured-story_image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 150px;
}

.featured-story img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .featured-story img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.featured-story a {
  display: inline-block;
  color: #4178ba;
  font-weight: bold;
  padding-right: 24px;
  margin-top: 18px;
  position: relative;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .featured-story a {
    margin-top: 15px;
  }
}

.featured-story a::after {
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  position: absolute;
  top: 9px;
  right: 0;
  background: url("./images/arrow-right-blue-02.svg") no-repeat center/14px auto transparent;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.featured-story a:hover::after, .featured-story a:focus::after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

/*! 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;
  }
}

/*! News boxes section */
.news-boxes.news-boxes--white {
  background-color: #f5f7f9;
}

.news-boxes.news-boxes--blue {
  background-color: #4178ba;
  color: #ffffff;
}

.news-boxes .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .news-boxes .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.news-boxes_body {
  padding-top: 32px;
}

.news-boxes_body .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.news-boxes_body .flex-row [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .news-boxes_body .flex-row .news-box_wrap {
    padding-bottom: 40px;
  }
}

.news-box {
  display: block;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  padding-left: 40%;
  -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);
  min-height: 287px;
}

@media screen and (max-width: 1199px) {
  .news-box {
    padding-left: 0;
    padding-top: 160px;
  }
}

.news-box:hover .news-box_text-meta-name::before {
  background-color: #f15831;
}

.news-box_image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
  border-radius: 10px 0 0 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1199px) {
  .news-box_image {
    width: 100%;
    height: 160px;
    border-radius: 10px 10px 0 0;
  }
}

.news-box_image span {
  display: block;
  text-align: center;
  padding: 6px 5px 5px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: calc(100% - 60px);
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 99px;
  color: #f15831;
  background-color: #f9dbd4;
}

.news-box_text {
  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;
  padding: 45px 40px;
  min-height: 312px;
}

@media screen and (max-width: 1199px) {
  .news-box_text {
    padding: 20px;
    min-height: 245px;
  }
}

.news-box_text h5 {
  line-height: 1.64;
}

.news-box_text p {
  margin-bottom: 0;
}

.news-box_text-meta {
  padding-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.news-box_text-meta .news-box_text-meta-date,
.news-box_text-meta .news-box_text-meta-name {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.news-box_text-meta .news-box_text-meta-date {
  max-width: 90px;
}

.news-box_text-meta .news-box_text-meta-name {
  padding-left: 8px;
  position: relative;
  max-width: calc(100% - 90px);
}

.news-box_text-meta .news-box_text-meta-name::before {
  content: "";
  display: block;
  background-color: #2b3446;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.news-box_carousel {
  position: relative;
  height: 312px;
}

@media screen and (max-width: 1199px) {
  .news-box_carousel {
    padding-left: 40px;
    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) {
  .news-box_carousel {
    padding-left: 0;
    padding-right: 20px;
  }
}

.news-box_carousel .slick-list {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.news-box_carousel .slick-disabled {
  display: none !important;
}

.news-box_carousel .custom-slider-nav_prev,
.news-box_carousel .custom-slider-nav_next {
  position: absolute;
  right: -36px;
}

@media screen and (max-width: 1199px) {
  .news-box_carousel .custom-slider-nav_prev,
  .news-box_carousel .custom-slider-nav_next {
    right: 0;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .news-box_carousel .custom-slider-nav_prev,
  .news-box_carousel .custom-slider-nav_next {
    right: -10px;
  }
}

.news-box_carousel .custom-slider-nav_prev {
  top: 10px;
  left: auto;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.news-box_carousel .custom-slider-nav_next {
  bottom: 10px;
  left: auto;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.news-box-item {
  border-radius: 10px;
  background-color: #ffffff;
  -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);
  position: relative;
}

.news-box-item.open {
  z-index: 1;
}

.news-box-item.open .news-box-item_top {
  font-weight: bold;
  color: #ffffff;
  background-color: #f15831;
}

.news-box-item.open .news-box-item_top::after {
  display: none;
}

.news-box-item.open .news-box-item_top .news-box-item_top-name::before {
  background-color: #ffffff;
}

.news-box-item.open .news-box-item_bottom {
  background-color: #f9dbd4;
}

.news-box-item:not(.open) {
  cursor: pointer;
}

.news-box-item.slick-slide {
  border: none;
}

.news-box-item:last-of-type:not(.open) .news-box-item_top {
  border-radius: 10px;
}

.news-box-item:last-of-type:not(.open) .news-box-item_top::after {
  display: none;
}

.news-box-item .news-box-item_top {
  padding: 6px 20px;
  border-radius: 10px 10px 0 0;
  background-color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.news-box-item .news-box-item_top::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
}

.news-box-item .news-box-item_top .news-box-item_top-date,
.news-box-item .news-box-item_top .news-box-item_top-name {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.news-box-item .news-box-item_top .news-box-item_top-date {
  max-width: 90px;
}

.news-box-item .news-box-item_top .news-box-item_top-name {
  padding-left: 8px;
  position: relative;
  max-width: calc(100% - 90px);
}

.news-box-item .news-box-item_top .news-box-item_top-name::before {
  content: "";
  display: block;
  background-color: #2b3446;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -1px;
}

.news-box-item .news-box-item_bottom {
  top: 39px;
  left: 0;
  right: 0;
  padding: 6px 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
}

.news-box-item span {
  display: block;
  text-align: center;
}

.news-box-item p {
  font-weight: normal;
  text-align: left;
  margin-bottom: 0;
}

.news-box-item p a {
  display: block;
}

.news-box-item--empty {
  min-height: 105px;
}

/*! Newsticker section */
.newsticker.newsticker--white {
  background-color: #f5f7f9;
}

.newsticker.newsticker--blue {
  background-color: #4178ba;
  color: #ffffff;
}

.newsticker .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .newsticker .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.newsticker .btn {
  margin-top: 8px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .newsticker .btn {
    margin-top: 0;
  }
}

.newsticker_body {
  padding-top: 16px;
}

.newsticker_body .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
  border: none;
}

.newsticker_body .nav-tabs li {
  margin: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 234px;
}

@media screen and (max-width: 991px) {
  .newsticker_body .nav-tabs li {
    max-width: 130px;
    margin: 0 10px;
  }
}

.newsticker_body .nav-tabs li a {
  text-align: center;
  width: 100%;
  padding: 7px 5px;
  font-size: 2.2rem;
  line-height: 1.64;
  background-color: rgba(43, 52, 70, 0.05);
  border-radius: 99px;
}

@media screen and (max-width: 991px) {
  .newsticker_body .nav-tabs li a {
    font-size: 1.4rem;
    line-height: 1.285;
  }
}

.newsticker_body .nav-tabs li.active a {
  font-weight: bold;
  color: #f15831;
  background-color: rgba(241, 88, 49, 0.2);
}

.newsticker-list_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .newsticker-list_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.newsticker-list_row .newsticker-list_label-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 13.5%;
  padding-right: 8px;
}

@media screen and (max-width: 991px) {
  .newsticker-list_row .newsticker-list_label-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 50%;
    padding-right: 16px;
  }
}

.newsticker-list_row .newsticker-list_label {
  text-align: center;
  padding: 6px 18px 5px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  color: #48a3da;
  background-color: rgba(72, 163, 218, 0.2);
  border-radius: 99px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

@media screen and (max-width: 991px) {
  .newsticker-list_row .newsticker-list_label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.2rem;
  }
}

.newsticker-list_row .newsticker-list_label--primary {
  background-color: rgba(43, 52, 70, 0.2);
}

.newsticker-list_row .newsticker-list_label--primary--alt {
  background-color: rgba(40, 50, 70, 0.2);
}

.newsticker-list_row .newsticker-list_label--secondary {
  background-color: rgba(59, 121, 190, 0.2);
}

.newsticker-list_row .newsticker-list_label--secondary--alt {
  background-color: rgba(72, 163, 218, 0.2);
}

.newsticker-list_row .newsticker-list_label--accent {
  background-color: rgba(241, 86, 50, 0.2);
}

.newsticker-list_row .newsticker-list_label--neutral {
  background-color: rgba(245, 247, 249, 0.2);
}

.newsticker-list_row .newsticker-list_label--neutral--alt {
  background-color: rgba(248, 248, 239, 0.2);
}

.newsticker-list_row .newsticker-list_label--white {
  background-color: rgba(255, 255, 255, 0.2);
}

.newsticker-list_row .newsticker-list_label--black {
  background-color: rgba(0, 0, 0, 0.2);
}

.newsticker-list_row .newsticker-list_label--grey--light-1 {
  background-color: rgba(160, 177, 195, 0.2);
}

.newsticker-list_row .newsticker-list_label--grey--light-3 {
  background-color: rgba(189, 202, 213, 0.2);
}

.newsticker-list_row .newsticker-list_label--grey--light-2 {
  background-color: rgba(203, 214, 225, 0.2);
}

.newsticker-list_row .newsticker-list_label--grey--1 {
  background-color: rgba(109, 120, 136, 0.2);
}

.newsticker-list_row .newsticker-list_label--grey--2 {
  background-color: rgba(130, 142, 161, 0.2);
}

.newsticker-list_row .newsticker-list_label--grey--3 {
  background-color: rgba(172, 177, 192, 0.2);
}

.newsticker-list_row .newsticker-list_label--grey--dark-1 {
  background-color: rgba(60, 73, 89, 0.2);
}

.newsticker-list_row .newsticker-list_label--grey--dark-2 {
  background-color: rgba(73, 88, 106, 0.2);
}

.newsticker-list_row .newsticker-list_label--grey--dark-3 {
  background-color: rgba(93, 103, 123, 0.2);
}

.newsticker-list_row .newsticker-list_label--off-white--1 {
  background-color: rgba(245, 247, 249, 0.2);
}

.newsticker-list_row .newsticker-list_label--off-white--2 {
  background-color: rgba(235, 235, 235, 0.2);
}

.newsticker-list_row .newsticker-list_label--off-white--3 {
  background-color: rgba(227, 235, 243, 0.2);
}

.newsticker-list_row .newsticker-list_label--blue--1 {
  background-color: rgba(59, 121, 190, 0.2);
}

.newsticker-list_row .newsticker-list_label--blue--2 {
  background-color: rgba(72, 163, 218, 0.2);
}

.newsticker-list_row .newsticker-list_label--blue--3 {
  background-color: rgba(10, 71, 167, 0.2);
}

.newsticker-list_row .newsticker-list_label--blue--4 {
  background-color: rgba(0, 122, 225, 0.2);
}

.newsticker-list_row .newsticker-list_label--blue--5 {
  background-color: rgba(51, 137, 233, 0.2);
}

.newsticker-list_row .newsticker-list_label--blue--6 {
  background-color: rgba(72, 139, 215, 0.2);
}

.newsticker-list_row .newsticker-list_label--blue--7 {
  background-color: rgba(55, 84, 115, 0.2);
}

.newsticker-list_row .newsticker-list_label--blue--8 {
  background-color: rgba(8, 67, 164, 0.2);
}

.newsticker-list_row .newsticker-list_label--blue--9 {
  background-color: rgba(84, 114, 176, 0.2);
}

.newsticker-list_row .newsticker-list_label--blue--10 {
  background-color: rgba(92, 160, 201, 0.2);
}

.newsticker-list_row .newsticker-list_label--blue--dark-1 {
  background-color: rgba(43, 52, 70, 0.2);
}

.newsticker-list_row .newsticker-list_label--blue--dark-2 {
  background-color: rgba(40, 50, 70, 0.2);
}

.newsticker-list_row .newsticker-list_label--blue--dark-3 {
  background-color: rgba(42, 59, 93, 0.2);
}

.newsticker-list_row .newsticker-list_label--orange--1 {
  background-color: rgba(241, 86, 50, 0.2);
}

.newsticker-list_row .newsticker-list_label--orange--2 {
  background-color: rgba(247, 146, 53, 0.2);
}

.newsticker-list_row .newsticker-list_label--orange--3 {
  background-color: rgba(222, 72, 37, 0.2);
}

.newsticker-list_row .newsticker-list_label--orange--4 {
  background-color: rgba(239, 97, 0, 0.2);
}

.newsticker-list_row .newsticker-list_label--orange--5 {
  background-color: rgba(219, 117, 23, 0.2);
}

.newsticker-list_row .newsticker-list_label--yellow--1 {
  background-color: rgba(255, 217, 70, 0.2);
}

.newsticker-list_row .newsticker-list_label--yellow--2 {
  background-color: rgba(255, 235, 105, 0.2);
}

.newsticker-list_row .newsticker-list_label--yellow--3 {
  background-color: rgba(255, 255, 96, 0.2);
}

.newsticker-list_row .newsticker-list_label--green--1 {
  background-color: rgba(114, 176, 84, 0.2);
}

.newsticker-list_row .newsticker-list_label--green--2 {
  background-color: rgba(203, 206, 83, 0.2);
}

.newsticker-list_row .newsticker-list_label--green--3 {
  background-color: rgba(104, 255, 255, 0.2);
}

.newsticker-list_row .newsticker-list_label--green--4 {
  background-color: rgba(3, 223, 164, 0.2);
}

.newsticker-list_row .newsticker-list_label--pale-pink {
  background-color: rgba(249, 219, 212, 0.2);
}

.newsticker-list_row .newsticker-list_label--cinnabar {
  background-color: rgba(241, 88, 49, 0.2);
}

.newsticker-list_row .newsticker-list_label--lavander {
  background-color: rgba(209, 232, 246, 0.2);
}

.newsticker-list_row .newsticker-list_label--curious-blue {
  background-color: rgba(72, 163, 218, 0.2);
}

.newsticker-list_row .newsticker-list_label--cool-blue {
  background-color: rgba(65, 120, 186, 0.2);
}

.newsticker-list_row .newsticker-list_label--steel-blue {
  background-color: rgba(59, 121, 190, 0.2);
}

.newsticker-list_row .newsticker-list_label--cucumber-green {
  background-color: rgba(114, 176, 84, 0.2);
}

.newsticker-list_row .newsticker-list_label--dusty-orange {
  background-color: rgba(247, 146, 54, 0.2);
}

.newsticker-list_row .newsticker-list_label--marigold {
  background-color: rgba(255, 194, 0, 0.2);
}

.newsticker-list_row .newsticker-list_label--pink {
  background-color: rgba(190, 59, 178, 0.2);
}

.newsticker-list_row .newsticker-list_label--royal-blue {
  background-color: rgba(74, 72, 218, 0.2);
}

.newsticker-list_row .newsticker-list_label--flamingo {
  background-color: rgba(241, 89, 50, 0.2);
}

.newsticker-list_row .newsticker-list_date {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 13.5%;
  font-size: 2.2rem;
  padding-left: 24px;
  text-align: right;
  position: relative;
}

@media screen and (max-width: 991px) {
  .newsticker-list_row .newsticker-list_date {
    font-size: 1.8rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 50%;
    padding-left: 28px;
  }
}

.newsticker-list_row .newsticker-list_date::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 19px;
  height: 12px;
  background: url("./images/arrow-right-oxfordblue2-01.svg") no-repeat center/100% auto transparent;
}

@media screen and (max-width: 991px) {
  .newsticker-list_row .newsticker-list_date::before {
    top: 50%;
    width: 12px;
    height: 8px;
    margin-top: -4px;
  }
}

.newsticker-list_row h5 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 73%;
  padding-left: 24px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .newsticker-list_row h5 {
    max-width: 100%;
    padding-left: 0;
    padding-top: 8px;
  }
}

.newsticker-cards {
  margin-left: -20px;
  margin-right: -20px;
}

.newsticker-cards [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.newsticker-cards_item {
  padding: 36px 20px;
  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);
  background-color: #ffffff;
  margin-bottom: 58px;
  position: relative;
}

.newsticker-cards_item:focus {
  outline: none !important;
}

.newsticker-cards_item span {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 160px;
  max-width: calc(100% - 30px);
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 99px;
  background-color: #d1e8f6;
}

.newsticker-cards_item h5 {
  margin-bottom: 0;
}

/*! Media appearances */
.media-appearances.media-appearances--white {
  background-color: #f5f7f9;
}

.media-appearances.media-appearances--blue {
  background-color: #4178ba;
}

.media-appearances.media-appearances--blue .text-block {
  color: #ffffff;
}

.media-appearances .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .media-appearances .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.media-appearances_blocks .row {
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 991px) {
  .media-appearances_blocks .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.media-appearances_blocks [class*="col-"] {
  padding: 0 20px 40px;
}

@media screen and (max-width: 991px) {
  .media-appearances_blocks [class*="col-"] {
    padding: 0 10px 20px;
  }
}

.media-appearances_blocks .flex-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.media-appearances_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 369px;
  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);
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}

.media-appearances_block:hover {
  -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-appearances_block:hover .media-appearances_block-meta span + span::before,
.media-appearances_block:hover .media-appearances_item-meta span + span::before {
  background-color: #f15831;
}

.media-appearances_block.media-appearances_block--full, .media-appearances_block.media-appearances_block--medium {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 991px) {
  .media-appearances_block.media-appearances_block--full, .media-appearances_block.media-appearances_block--medium {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.media-appearances_block.media-appearances_block--full .media-appearances_block-image, .media-appearances_block.media-appearances_block--medium .media-appearances_block-image {
  max-width: 48%;
}

@media screen and (max-width: 991px) {
  .media-appearances_block.media-appearances_block--full .media-appearances_block-image, .media-appearances_block.media-appearances_block--medium .media-appearances_block-image {
    max-width: 100%;
    height: 200px;
    max-height: 200px;
    min-height: 200px;
  }
}

.media-appearances_block.media-appearances_block--full .media-appearances_block-text, .media-appearances_block.media-appearances_block--medium .media-appearances_block-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 52%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 42px 40px;
}

@media screen and (max-width: 991px) {
  .media-appearances_block.media-appearances_block--full .media-appearances_block-text, .media-appearances_block.media-appearances_block--medium .media-appearances_block-text {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media screen and (min-width: 992px) {
  .media-appearances_block.media-appearances_block--full .media-appearances_block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.media-appearances_block.media-appearances_block--regular .media-appearances_block-image {
  height: 200px;
  max-height: 200px;
  min-height: 200px;
}

.media-appearances_block .media-appearances_block-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .media-appearances_block .media-appearances_block-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.media-appearances_block .media-appearances_block-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 125%;
  width: auto;
}

@media screen and (max-width: 991px) {
  .media-appearances_block .media-appearances_block-image img {
    width: 110%;
    height: auto;
  }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .media-appearances_block .media-appearances_block-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.media-appearances_block .media-appearances_block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 40px;
}

.media-appearances_block .media-appearances_block-meta {
  margin-bottom: 10px;
}

.media-appearances_block .media-appearances_block-meta span {
  display: inline-block;
}

.media-appearances_block .media-appearances_block-date {
  padding-right: 8px;
}

.media-appearances_block h5,
.media-appearances_block p,
.media-appearances_block span {
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.media-appearances_block h5 {
  margin-bottom: 15px;
}

.media-appearances_block p {
  margin-bottom: 0;
}

.media-appearances_block-meta span + span,
.media-appearances_item-meta span + span {
  padding-left: 8px;
  padding-right: 0;
  position: relative;
}

.media-appearances_block-meta span + span::before,
.media-appearances_item-meta span + span::before {
  content: "";
  display: block;
  background-color: #283246;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.media-appearances_list {
  display: none;
}

.media-appearances_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 11px 0 rgba(59, 121, 190, 0.18);
          box-shadow: 0 1px 11px 0 rgba(59, 121, 190, 0.18);
  border-radius: 10px;
  padding: 20px 40px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}

.media-appearances_item:hover {
  -webkit-box-shadow: 0 1px 11px 0 rgba(59, 121, 190, 0.36);
          box-shadow: 0 1px 11px 0 rgba(59, 121, 190, 0.36);
}

@media screen and (max-width: 991px) {
  .media-appearances_item {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.media-appearances_item .media-appearances_item-meta {
  min-width: 266px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .media-appearances_item .media-appearances_item-meta {
    min-width: 100%;
    margin-bottom: 10px;
  }
}

.media-appearances_item .media-appearances_item-meta span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.media-appearances_item .media-appearances_item-date {
  max-width: 90px;
}

.media-appearances_item .media-appearances_item-source {
  max-width: calc(100% - 90px);
}

.media-appearances_item h5 {
  margin-bottom: 0;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.media-appearances_item .media-appearances_item-icon {
  display: block;
  width: 19px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .media-appearances_item .media-appearances_item-icon {
    width: 16px;
    top: 20px;
    right: 20px;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.media-appearances_btn-wrap {
  text-align: center;
  padding-top: 20px;
}

.media-appearances_btn-wrap .btn .btn-label--active {
  display: none;
}

.media-appearances_btn-wrap .btn.active .btn-label--active {
  display: block;
}

.media-appearances_btn-wrap .btn.active .btn-label--inactive {
  display: none;
}

/*! 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;
  }
}

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

.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--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--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,
.app-module_text-wrap h2 {
  position: relative;
}

.app-module_text-wrap h6::before,
.app-module_text-wrap h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  top: -20px;
  left: 0;
  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) {
  .app-module_text-wrap h6::before,
  .app-module_text-wrap h2::before {
    width: 30px;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.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 h6 + h2::before {
  display: none;
}

.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;
  background-color: #f5f7f9;
  overflow: hidden;
}

.benefits.benefits--blue {
  background-color: #4178ba;
}

.benefits.benefits--blue::before {
  background: url("./images/dots-white-op30-214x214px.svg") no-repeat;
}

.benefits.benefits--blue .text-block {
  color: #ffffff;
}

.benefits .text-block {
  padding-bottom: 56px;
}

.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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .benefits .row {
    -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-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;
  vertical-align: middle;
  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.resources-module--white {
  background-color: #f5f7f9;
}

.resources-module.resources-module--blue {
  background-color: #4178ba;
  color: #ffffff;
}

/*! Coming soon module */
.coming-soon-module {
  background-color: #f5f7f9;
  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;
  background: #f5f7f9;
}

@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: 1000px;
}

.modules-header .text-block_subtitle {
  max-width: 800px;
}

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

.modules-header_row .header-form {
  max-width: 564px;
  width: 100%;
}

.modules-header--2 .modules-header_row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.sticky-nav--modules_wrap {
  height: 0;
}

/*! 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: #f5f7f9;
}

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

.modules-section:focus {
  outline: none !important;
}

.modules-section.modules-section--active .modules-section_content-col::before {
  background-color: #f15831;
}

.modules-section.modules-section--1 > .container {
  padding-top: 120px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .modules-section.modules-section--1 > .container {
    padding-top: 48px;
  }
}

.modules-section.modules-section--1 .modules-section_content-col {
  padding-top: 0;
}

.modules-section_content-col {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .modules-section_content-col {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 992px) {
  .modules-section_content-col {
    padding-left: 45px;
  }
}

.modules-section_content-col::before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: rgba(43, 52, 70, 0.04);
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

@media screen and (min-width: 992px) {
  .modules-section_content-col::before {
    content: "";
    display: block;
  }
}

.modules-section_title {
  font-size: 1.4rem;
  line-height: 1.143;
  color: #f15831;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.modules-section_subtitle {
  font-size: 2.2rem;
  line-height: 1.5;
}

.modules-section_image {
  padding-top: 16px;
}

@media screen and (min-width: 992px) {
  .modules-section_image {
    padding-top: 60px;
  }
}

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

.modules-default-flexible-content_wrap .resources-module.resources-module--white {
  background-color: #ffffff;
}

/*! Modules Navigation */
.sticky-nav--modules_wrap .col-md-3 {
  padding-right: 0;
}

.sticky-nav--modules {
  display: none;
  position: relative;
}

@media screen and (min-width: 992px) {
  .sticky-nav--modules {
    display: block;
  }
}

.sticky-nav--modules .nav {
  position: absolute;
  top: calc(100% + 120px);
  width: calc(100% + 4px);
}

.sticky-nav--modules .nav a {
  display: block;
  height: 50px;
  padding: 12px 20px 11px 40px;
  color: #f15831;
}

.sticky-nav--modules .nav a:hover, .sticky-nav--modules .nav a:focus {
  background-color: #f15831;
  color: #ffffff;
}

.sticky-nav--modules .nav a:hover span, .sticky-nav--modules .nav a:focus span {
  background-color: #ffffff;
}

.sticky-nav--modules .nav a span {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 4px 1px;
  font-size: 1rem;
  line-height: 1.4;
  color: #f15831;
  background-color: rgba(241, 88, 49, 0.18);
  border-radius: 99px;
  margin-left: 5px;
  margin-bottom: 2px;
}

.sticky-nav--modules .nav li a {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.sticky-nav--modules .nav li.active a {
  background-color: #f15831;
  color: #ffffff;
}

.sticky-nav--modules .nav li.active a span {
  background-color: #ffffff;
}

/*! Labeled Items - Modules flexible content */
.labeled-items-section {
  padding-top: 60px;
}

@media screen and (min-width: 1200px) {
  .labeled-items-section.labeled-items-section--two-columns .labeled-item {
    max-width: 50%;
  }
}

.labeled-items {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.labeled-item {
  padding: 0 20px 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .labeled-item {
    max-width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .labeled-item {
    max-width: 33.333%;
  }
}

.labeled-item span {
  display: block;
  color: #e3ebf3;
  font-size: 6rem;
  line-height: 1.16;
  font-weight: bold;
  margin-bottom: -33px;
}

.labeled-item h3 {
  font-size: 1.6rem;
  line-height: 2.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.labeled-item p {
  margin-bottom: 0;
}

.labeled-items-section_btn-wrap {
  text-align: center;
}

/*! Logo grid - Modules flexible content */
.logo-grid-section {
  padding-top: 60px;
}

.logo-grid-section .text-block_title {
  font-size: 2.2rem;
  line-height: 1.5;
}

.logo-grid 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;
}

.logo-grid li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 25%;
  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) {
  .logo-grid 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: 991px) {
  .logo-grid 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) {
  .logo-grid li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}

.logo-grid a {
  display: inline-block;
  vertical-align: middle;
}

.logo-grid img {
  height: 80px;
  width: auto;
  max-width: 100%;
}

.logo-grid-section_btn-wrap {
  text-align: center;
}

/*! Apiax statistics */
.apiax-statistic-section {
  position: relative;
  background: #f5f7f9;
}

.apiax-statistic-section .container {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .apiax-statistic-section .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.apiax-statistic-section .text-block {
  position: relative;
  z-index: 1;
}

.apiax-statistic-section .text-block_title {
  max-width: 773px;
}

.apiax-statistic-section .text-block_subtitle {
  margin-bottom: 40px;
}

.apiax-statistic-section .row {
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 991px) {
  .apiax-statistic-section .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.apiax-statistic-section [class*="col-"] {
  padding: 0 20px 20px;
}

@media screen and (max-width: 991px) {
  .apiax-statistic-section [class*="col-"] {
    padding: 0 10px 20px;
  }
}

.apiax-statistic-section .info-widget {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .apiax-statistic-section .info-widget {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

.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: 100vw;
  max-width: 1728px;
  min-width: 320px;
  position: relative;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .skewed-graphic {
    width: 100vw;
    margin-left: -20px;
  }
}

.skewed-graphic + .row {
  margin-top: -180px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .skewed-graphic + .row {
    margin-top: -80px;
  }
}

.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: 100%;
  min-width: 320px;
  padding: 100px 0;
  margin: -100px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .skewed-graphic_image-wrap {
    width: 100vw;
    padding: 40px 0 50px;
    margin: 0px 0 -100px;
  }
}

.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%, transparent 62%);
  background-image: linear-gradient(89deg, #f5f7f9 1%, transparent 62%);
}

.skewed-graphic_image {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  overflow: hidden;
  height: 30.2vw;
  max-height: 580px;
  min-height: 280px;
  width: 104%;
  max-width: 1728px;
  min-width: 320px;
  position: relative;
  left: -4%;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .skewed-graphic_image {
    width: 110vw;
  }
}

.skewed-graphic_image img {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(5deg) translate(-50%, -50%);
      -ms-transform: rotate(5deg) translate(-50%, -50%);
          transform: rotate(5deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .skewed-graphic_image img {
    width: auto;
    height: 130%;
  }
}

.skewed-graphic_decoration--1 {
  position: absolute;
  top: -50px;
  right: 0;
  width: 41vw;
  overflow: hidden;
}

.skewed-graphic_decoration--1::before {
  content: "";
  display: block;
  width: 120%;
  height: 346px;
  background-color: #4178ba;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin-left: -10%;
  margin-top: 5%;
}

@media screen and (max-width: 991px) {
  .skewed-graphic_decoration--1::before {
    height: 200px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .skewed-graphic_decoration--1::before {
    height: 153px;
  }
}

/*! Values section */
.values-section {
  position: relative;
  background: #f5f7f9;
}

.values-section .container {
  position: relative;
  z-index: 10;
  padding-bottom: 113px;
}

@media screen and (max-width: 991px) {
  .values-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@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: 24px;
    padding-bottom: 24px;
  }
}

.values-section .text-block_title {
  text-align: center;
  margin-bottom: 147px;
}

@media screen and (max-width: 991px) {
  .values-section .text-block_title {
    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 .text-block_title {
    margin-bottom: 32px;
  }
}

.values-section .bg-line {
  z-index: 5;
}

@media screen and (max-width: 991px) {
  .values-section .bg-line {
    margin-bottom: 0;
    height: auto;
    top: 100px;
    bottom: 100px;
  }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .values-section .bg-line {
    top: 32px;
    bottom: 75px;
  }
}

.values-section .bg-line::before {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.values-section .row {
  margin-left: -20px;
  margin-right: -20px;
}

.values-section [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .values-section [class*="col-"] {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .values-section [class*="col-"] + div[class^="col-"] {
    padding-top: 20px;
  }
}

.values-section .info-widget {
  padding: 40px;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .values-section .info-widget {
    padding: 24px 20px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

.values-section .info-widget h3 {
  margin-bottom: 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;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .acre-section .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.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 {
  height: 80px;
  width: auto;
  max-width: 100%;
}

.acre-section_logos.acre-section_logos--4 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 25%;
}

@media screen and (max-width: 1199px) {
  .acre-section_logos.acre-section_logos--4 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.acre-section_logos--4 li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}

.acre-section_logos.acre-section_logos--4 img {
  height: 100px;
}

@media screen and (max-width: 991px) {
  .acre-section_btn-wrap {
    text-align: center;
  }
}

/*! Quotes section */
.quotes-section {
  position: relative;
  background: #f5f7f9;
}

.quotes-section .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .quotes-section .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.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-left: -20px;
  margin-right: -10px;
  padding-left: 20px;
  padding-right: 10px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .quotes_row .slick-list {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.quotes-slide {
  padding: 20px 0;
  margin-right: 40px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .quotes-slide {
    margin-right: 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-flex: 0;
      -ms-flex: 0 0 363px;
          flex: 0 0 363px;
  max-width: 363px;
  margin-bottom: 42px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  -webkit-box-shadow: 0 11px 25px 0 rgba(43, 52, 70, 0.1);
          box-shadow: 0 11px 25px 0 rgba(43, 52, 70, 0.1);
  -webkit-box-shadow: 0 6px 17px 0 rgba(43, 52, 70, 0.2);
          box-shadow: 0 6px 17px 0 rgba(43, 52, 70, 0.2);
}

@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;
    padding: 16px;
  }
}

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

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .quotes-item_image {
    width: 60px;
    height: 60px;
  }
}

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

.quotes-item_text {
  margin-bottom: 0;
}

/*! CTA bar */
.cta-bar {
  background: #f5f7f9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-bar.cta-bar--blue {
  background: #4178ba;
  color: #ffffff;
}

.cta-bar div[class^="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .cta-bar .col-md-8 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cta-bar .col-md-4 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .cta-bar .col-md-4 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.cta-bar h4 {
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .cta-bar h4 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .cta-bar h4 {
    text-align: center;
  }
}

.cta-bar .flex-box .btn {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/*! End of page section */
.eop-section {
  background: #4178ba;
  position: relative;
  overflow: hidden;
}

.eop-section::before {
  position: absolute;
  content: '';
  width: 200vw;
  height: 100vh;
  left: -50px;
  top: 85%;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  background: #f5f7f9;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.eop-section .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .eop-section .container {
    padding-top: 48px;
  }
}

.eop-section .text-block {
  color: #ffffff;
}

.eop-section .info-widget {
  display: block;
  color: #2b3446;
  text-align: left;
  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);
}

@media screen and (max-width: 991px) {
  .eop-section .info-widget {
    padding: 20px;
  }
}

.eop-section .info-widget:hover h6::after {
  margin-left: 15px;
}

.eop-section .info-widget h6 {
  color: #4178ba;
  margin-bottom: 10px;
}

.eop-section .info-widget h6::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 9px;
  margin-left: 4px;
  background: url("./images/arrow-right-blue-01.svg") no-repeat center/15px auto transparent;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.eop-section_btn-wrap .btn {
  margin-top: 16px;
}

.eop-section_row {
  padding-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
}

.eop-section_row [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .eop-section_row [class*="col-"] {
    margin-bottom: 20px;
  }
}

/*! Ninjaforms */
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-cont .nf-form-content input:not([type=button]),
.nf-form-cont .nf-form-content textarea,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 50px;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 2.7rem;
  padding: 1.2rem 2.4rem 1.1rem;
}

.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-cont .nf-form-content input:not([type=button]),
.nf-form-cont .nf-form-content textarea {
  border-color: #828ea1;
  color: #2b3446;
  background: #fff;
}

.nf-form-cont .nf-error.field-wrap .nf-field-element:after,
.nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
  display: none;
}

.nf-form-cont .nf-form-content button,
.nf-form-cont .nf-form-content input[type=button],
.nf-form-cont .nf-form-content input[type=submit] {
  padding: 12px 20px;
}

.nf-form-cont .checkbox-wrap .nf-field-element label:after,
.nf-form-cont .checkbox-wrap .nf-field-label label:after,
.nf-form-cont .listcheckbox-wrap .nf-field-element label:after,
.nf-form-cont .listcheckbox-wrap .nf-field-label label:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #828ea1;
  top: 0;
  border-radius: 7px;
  background: none;
}

.nf-form-cont .checkbox-wrap .nf-field-element label:before,
.nf-form-cont .checkbox-wrap .nf-field-label label:before,
.nf-form-cont .listcheckbox-wrap .nf-field-element label:before,
.nf-form-cont .listcheckbox-wrap .nf-field-label label:before {
  content: '';
  position: absolute;
  background: url(/wp-content/themes/apiax/images/icon-checkbox.svg) no-repeat center/100% auto;
  width: 24px;
  height: 24px;
  opacity: 0;
  left: 0;
  top: 0;
  -webkit-transition: opacity .3s,visibility .3s !important;
  -o-transition: opacity .3s,visibility .3s !important;
  transition: opacity .3s,visibility .3s !important;
  cursor: pointer;
}

.nf-form-cont .checkbox-wrap .nf-field-element label.nf-checked-label:before,
.nf-form-cont .checkbox-wrap .nf-field-label label.nf-checked-label:before,
.nf-form-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.nf-form-cont .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
  left: 0;
  top: 0;
}

.nf-form-cont .checkbox-wrap .nf-field-element label.nf-checked-label:after,
.nf-form-cont .checkbox-wrap .nf-field-label label.nf-checked-label:after,
.nf-form-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,
.nf-form-cont .listcheckbox-wrap .nf-field-label label.nf-checked-label:after {
  border-color: #f15831;
}

.nf-form-cont .checkbox-wrap .nf-field-description,
.nf-form-cont .checkbox-wrap .nf-field-description,
.nf-form-cont .listcheckbox-wrap .nf-field-description,
.nf-form-cont .listcheckbox-wrap .nf-field-description {
  display: inline-block;
  min-height: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  padding-left: 29px;
}

.nf-form-cont .submit-wrap .nf-field-element {
  text-align: center;
}

.nf-form-cont .nf-form-content button,
.nf-form-cont .nf-form-content input[type=button],
.nf-form-cont .nf-form-content input[type=submit] {
  background: #f15632;
}

.nf-form-cont .nf-form-content button:hover,
.nf-form-cont .nf-form-content input[type=button]:hover,
.nf-form-cont .nf-form-content input[type=submit]:hover {
  background: #de4825;
  border-color: transparent;
}

.nf-form-cont .nf-form-content button:hover,
.nf-form-cont .nf-form-content input[type=button]:hover,
.nf-form-cont .nf-form-content input[type=submit]:hover {
  color: #fff;
}

.nf-form-cont .nf-form-fields-required {
  display: none;
}

.nf-form-cont .form_text_medium {
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin-bottom: 30px;
}

.nf-form-cont .form_text_small {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 400;
}

.nf-form-cont .form_text_extrasmall {
  font-size: 10px;
  line-height: 1.66;
}

.nf-form-cont .nf-form-content {
  padding: 0;
}

.nf-form-cont .nf-multi-cell .nf-cell:first-child {
  padding-left: 0;
}

.nf-form-cont .nf-multi-cell .nf-cell:last-child {
  padding-right: 0;
}

.nf-form-cont p a {
  color: #f15632;
  font-weight: 700;
}

.nf-form-cont .nf-form-content textarea.ninja-forms-field {
  height: 150px;
}

.nf-form-cont .nf-response-msg {
  min-height: 340px;
  padding-top: 120px;
}

.nf-form-cont .nf-response-msg p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin: auto;
}

/*! 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;
  }
}

@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 {
    margin-bottom: 0.8rem;
  }
}

.page-header--resources p:last-child {
  margin-bottom: 0;
}

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

/*! Blog */
.single-post .blog-content h1,
.single-post .blog-content h2 {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .single-post .blog-content h1,
  .single-post .blog-content h2 {
    font-size: 2.2rem;
    line-height: 1.64;
  }
}

.single-post .blog-content h1 {
  text-align: center;
  max-width: 566px;
  margin: 0 auto 1rem;
}

.single-post .blog-content h2 {
  margin: 0 0 1.5rem;
}

.single-post .blog-content p {
  font-size: 1.6rem;
  line-height: 1.69;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .single-post .blog-content p {
    font-size: 1.8rem;
    line-height: 1.67;
  }
}

.single-post .blog-content .entry-date {
  display: block;
  text-align: center;
  opacity: 0.5;
  margin-bottom: 3rem;
}

.single-post .blog-content .entry-content {
  font-size: 1.6rem;
  line-height: 1.69;
}

.single-post .blog-content .entry-content figure,
.single-post .blog-content .entry-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.single-post .blog-content .entry-content figure {
  margin-bottom: 3rem;
}

.single-post .blog-content .entry-content figcaption,
.single-post .blog-content .entry-content .wp-caption-text {
  font-size: 1.2rem;
  text-align: center;
  padding-top: 8px;
}

.single-blog_wrap {
  padding: 24px 20px;
  background-color: #ffffff;
  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);
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .single-blog_wrap {
    padding: 48px 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) {
  .single-blog_wrap {
    padding: 80px 16%;
  }
}

.single-blog_feat-image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  border-radius: 10px;
}

.blog-content {
  padding-top: 90px;
  padding-bottom: 40px;
  background-color: #fcfcfc;
}

@media screen and (min-width: 768px) {
  .blog-content {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}

.blog-content .blog-top {
  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;
  padding-bottom: 30px;
}

.blog-content .blog-top.blog-top--singular {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-content .blog-top.blog-top--singular .blog-top_title {
  width: 100%;
  margin-bottom: 2rem;
}

.blog-content .blog-top.blog-top--singular .blog-top_back svg {
  margin-left: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.blog-content .blog-top a {
  color: #3b79be;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .blog-content .blog-top a {
    font-size: 1.6rem;
    line-height: 1.125;
  }
}

.blog-content .blog-top a svg {
  width: 1.2rem;
  height: auto;
  margin-left: 0.5rem;
  vertical-align: text-top;
}

@media screen and (min-width: 768px) {
  .blog-content .blog-top a svg {
    width: 1.6rem;
    margin-left: 0.8rem;
  }
}

.blog-content .blog-top a svg path {
  fill: #3b79be;
}

.blog-content .blog-top .blog-top_title {
  font-size: 3rem;
  line-height: 1.333;
  color: #2b3446;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .blog-content .blog-top .blog-top_title {
    font-size: 3.6rem;
    line-height: 1.5;
  }
}

.blog-page_wrap .row {
  margin-left: -20px;
  margin-right: -20px;
}

.blog-excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px 40px;
}

@media screen and (min-width: 992px) {
  .blog-excerpt:nth-child(2) {
    margin-right: 1px;
  }
}

@media screen and (min-width: 992px) {
  .blog-excerpt--latest-on-blog {
    margin-right: 1px;
  }
}

@media screen and (min-width: 992px) {
  .blog-excerpt--latest-on-blog + .blog-excerpt {
    margin-right: 0;
  }
}

.blog-excerpt_feat-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  height: 244px;
  max-height: 244px;
  border-radius: 10px 10px 0 0;
  background-color: #ffffff;
}

.blog-excerpt_feat-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  background: url("./images/logo-sticky.svg") no-repeat center/120px auto #ffffff;
}

.blog-excerpt_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -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);
  background-color: #ffffff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0 0 10px 10px;
}

.blog-excerpt_body .entry-title {
  font-size: 2.2rem;
  line-height: 1.634;
  margin-bottom: 1rem;
}

.blog-excerpt_body .entry-content {
  margin-top: auto;
}

.blog-excerpt_body .entry-content p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

@media screen and (min-width: 768px) {
  .blog-page_pagination {
    text-align: center;
  }
}

.blog-page_pagination a {
  min-width: 130px;
  display: inline-block;
  border: none;
  background-color: #f15831;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 99px;
  padding: 0.7rem 1.2rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .blog-page_pagination a {
    min-width: 160px;
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
  }
}

.blog-page_pagination a:hover, .blog-page_pagination a:focus {
  background-color: #de4825;
  border-color: transparent;
}

.blog-page_pagination a.btn-disabled {
  opacity: 0.8;
  cursor: wait;
}

.blog-page_pagination a.btn-disabled:hover, .blog-page_pagination a.btn-disabled:focus {
  background-color: #f15831;
}

.blog-page_pagination .blog-page_see-more-error {
  color: #f15831;
  font-weight: bold;
  display: none;
  background: #ffffff;
  -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);
  padding: 1.6rem;
  border-radius: 10px;
  margin: 0 10px 2rem;
  text-align: center;
}

.blog-page_row--filter {
  position: relative;
}

.blog-category-filter {
  padding: 25px 20px;
}

@media screen and (min-width: 992px) {
  .blog-category-filter {
    position: absolute;
    top: 100%;
    right: 0;
  }
}

.blog-category-filter_header {
  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;
  padding-bottom: 2rem;
}

.blog-category-filter_title {
  margin-bottom: 0;
}

.blog-category-filter_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #f15831;
  border: none;
  background: none;
}

@media screen and (min-width: 992px) {
  .blog-category-filter_toggle {
    display: none !important;
  }
}

.blog-category-filter_toggle.active .show-more {
  display: none;
}

.blog-category-filter_toggle.active .show-less {
  display: inline;
}

.blog-category-filter_toggle.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.blog-category-filter_toggle .show-less {
  display: none;
}

.blog-category-filter_toggle svg {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: 4px;
}

.blog-category-filter_toggle svg use {
  fill: #f15831;
}

.blog-category-filter_wrap {
  max-height: 78px;
  overflow: hidden;
  -webkit-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}

@media screen and (min-width: 992px) {
  .blog-category-filter_wrap {
    max-height: none !important;
    overflow: visible;
  }
}

.blog-category-filter_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  clear: both;
}

.blog-category-filter_inner span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 12px;
  margin-bottom: 12px;
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .blog-category-filter_inner span {
    margin-right: 18px;
    margin-bottom: 20px;
  }
}

.blog-category-filter_inner span a {
  background-color: rgba(43, 52, 70, 0.04);
  padding: 6px 14px;
  border-radius: 99px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #2b3446;
}

.blog-category-filter_inner span a:hover, .blog-category-filter_inner span a:focus, .blog-category-filter_inner span a.active {
  background-color: rgba(241, 88, 49, 0.2);
  color: #f15831;
}

.blog-category-filter_inner span a.active {
  cursor: default;
  font-weight: bold;
}

.blog-category-filter-error {
  display: none;
  color: #f15831;
  font-weight: bold;
  background: #ffffff;
  -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);
  padding: 1.6rem;
  border-radius: 10px;
  margin: 0 10px 2rem;
  text-align: center;
}

/* Everything else... */
