/* Normalize Code Start */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Normalize Code End */
/* Sass Compiled Bootstrap Code Start */
/* Sass Compiled Bootstrap Code End */
@font-face {
  font-family: "Oxanion";
  src: url("../../assets/fonts/oxanium-light.eot");
  src: url("../../assets/fonts/oxanium-light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/oxanium-light.woff") format("woff"), url("../../assets/fonts/oxanium-light.ttf") format("truetype"), url("../../assets/fonts/oxanium-light.svg#") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "Oxanion";
  src: url("../../assets/fonts/oxanium-extralight.eot");
  src: url("../../assets/fonts/oxanium-extralight.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/oxanium-extralight.woff") format("woff"), url("../../assets/fonts/oxanium-extralight.ttf") format("truetype"), url("../../assets/fonts/oxanium-extralight.svg#") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "Oxanion";
  src: url("../../assets/fonts/oxanium-regular.eot");
  src: url("../../assets/fonts/oxanium-regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/oxanium-regular.woff") format("woff"), url("../../assets/fonts/oxanium-regular.ttf") format("truetype"), url("../../assets/fonts/oxanium-regular.svg#") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Oxanion";
  src: url("../../assets/fonts/oxanium-medium.eot");
  src: url("../../assets/fonts/oxanium-medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/oxanium-medium.woff") format("woff"), url("../../assets/fonts/oxanium-medium.ttf") format("truetype"), url("../../assets/fonts/oxanium-medium.svg#") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Oxanion";
  src: url("../../assets/fonts/oxanium-semibold.eot");
  src: url("../../assets/fonts/oxanium-semibold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/oxanium-semibold.woff") format("woff"), url("../../assets/fonts/oxanium-semibold.ttf") format("truetype"), url("../../assets/fonts/oxanium-semibold.svg#") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Oxanion";
  src: url("../../assets/fonts/oxanium-bold.eot");
  src: url("../../assets/fonts/oxanium-bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/oxanium-bold.woff") format("woff"), url("../../assets/fonts/oxanium-bold.ttf") format("truetype"), url("../../assets/fonts/oxanium-bold.svg#") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Oxanion";
  src: url("../../assets/fonts/oxanium-extrabold.eot");
  src: url("../../assets/fonts/oxanium-extrabold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/oxanium-extrabold.woff") format("woff"), url("../../assets/fonts/oxanium-extrabold.ttf") format("truetype"), url("../../assets/fonts/oxanium-extrabold.svg#") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("../../assets/fonts/robotoflex-regular.eot");
  src: url("../../assets/fonts/robotoflex-regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/robotoflex-regular.woff") format("woff"), url("../../assets/fonts/robotoflex-regular.ttf") format("truetype"), url("../../assets/fonts/robotoflex-regular.svg#") format("svg");
  font-weight: 400;
  font-style: normal; }
.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

a:after,
span:after,
strong:after {
  display: inherit; }

/* Sass Compiled Custom Grid Code Start */
/* Sass Compiled Custom Grid Code End */
/* Sass Compiled Theme Code Start */
.text-color-primary-blue {
  color: #293770; }

.section-padding-regular {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .section-padding-regular {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 992px) {
    .section-padding-regular {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.pb-regular {
  padding-bottom: 5rem;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .pb-regular {
      padding-bottom: 3rem; } }
  @media (min-width: 992px) {
    .pb-regular {
      padding-bottom: 5rem; } }

.pt-regular {
  padding-top: 3rem; }
  @media (min-width: 768px) {
    .pt-regular {
      padding-top: 3rem; } }
  @media (min-width: 992px) {
    .pt-regular {
      padding-top: 5rem; } }

.main-title-underline {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 2rem; }
  .main-title-underline:after {
    content: "";
    position: relative;
    margin-top: 1rem;
    width: 244px;
    height: 6px;
    background: linear-gradient(90deg, #293770, #009bdc); }

.brands-logo {
  height: 50px;
  object-fit: contain;
  max-width: 150px; }
  @media (min-width: 992px) {
    .brands-logo {
      max-width: 190px; } }

.wrapper-logo {
  text-align: center;
  padding-top: 2rem; }
  @media (min-width: 992px) {
    .wrapper-logo {
      padding-top: 5rem; } }

.conact-form-subtitle {
  font-size: 2rem;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .conact-form-subtitle {
      font-size: 1.5rem; } }
  @media (min-width: 992px) {
    .conact-form-subtitle {
      font-size: 2rem; } }

.pamca-form label {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #293770;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .pamca-form label {
      font-size: 1rem; } }
.pamca-form input[type="text"],
.pamca-form input[type="email"],
.pamca-form input[type="tel"],
.pamca-form input[type="search"],
.pamca-form textarea,
.pamca-form select {
  width: 100%;
  padding: 10px 14px 10px 14px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  margin-bottom: 1rem; }
.pamca-form input[type="submit"] {
  background-color: #009bdc;
  border-radius: 0;
  border: none;
  width: 100%;
  padding: 1.5rem 0;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  transition: 0.3s all; }
  .pamca-form input[type="submit"]:hover {
    background-color: #293770; }
.pamca-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

footer {
  background-color: #293770;
  padding: 4rem 0; }
  footer .footer-logo {
    margin-bottom: 3.3rem;
    height: auto;
    width: auto; }
    @media (min-width: 768px) {
      footer .footer-logo {
        height: 54px;
        width: auto; } }
  footer h5 {
    color: #009bdc; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li a {
      color: #fff;
      font-size: 1.5rem; }
  footer .footer-social ul {
    display: flex; }
    footer .footer-social ul li {
      margin-right: 25px; }
  footer .footer-social .footer-social-icon {
    width: 25px;
    height: 25px;
    font-family: "icomoon";
    display: inline-block;
    content: "\e901";
    color: #293770; }
    footer .footer-social .footer-social-icon:hover:before {
      transition: 0.3s all;
      color: #009bde; }
  footer .footer-divider {
    background-color: #98a2b3;
    height: 1px;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 1rem; }
  footer .footer-legal-links ul {
    display: flex;
    list-style: none; }
    footer .footer-legal-links ul li {
      margin-right: 2rem;
      font-size: 0.75rem;
      color: #e7e7e8;
      transition: 0.3s all; }
      footer .footer-legal-links ul li a {
        font-size: 0.75rem;
        color: #e7e7e8;
        transition: 0.3s all; }
        footer .footer-legal-links ul li a:hover {
          color: #009bde; }
  footer .abcw-logo {
    max-width: 100%;
    height: auto;
    margin-top: 3rem; }

.banner-page-main {
  position: relative;
  height: auto;
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .banner-page-main {
      height: 600px;
      margin-top: 0; } }
  @media (min-width: 992px) {
    .banner-page-main {
      height: 800px;
      margin-top: 0; } }
  .banner-page-main .banner-page-main-right {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    top: 0;
    margin-top: 2.5rem; }
    @media (min-width: 768px) {
      .banner-page-main .banner-page-main-right {
        width: 45%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0; } }
    .banner-page-main .banner-page-main-right img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.bg-gray {
  background-color: #f8f8fa; }

.coming-soon-badge {
  font-size: 2rem; }

.banner-paragraph {
  font-size: 1.5rem;
  margin: 0; }

.card-choose {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .card-choose {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 2rem; } }
  .card-choose .card-choose-icon {
    width: 40px;
    height: 40px;
    margin-right: 2rem;
    margin-bottom: 2rem; }
    .card-choose .card-choose-icon:before {
      font-size: 40px; }
    @media (min-width: 992px) {
      .card-choose .card-choose-icon {
        margin-bottom: 0; } }
  .card-choose .card-choose-text h4 {
    margin-bottom: 0.75rem;
    font-size: 2rem; }
    @media (min-width: 992px) {
      .card-choose .card-choose-text h4 {
        font-size: 2.25rem; } }

.banner-text-only {
  padding: 8rem 0; }

.about-us-img-text p {
  font-size: 1.5rem; }

/* Sass Compiled Theme Code End */
/* Sass Compiled Css Code Start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  color: #293770;
  font-family: "Roboto";
  text-rendering: optimizeLegibility; }

a {
  outline: none;
  color: #3a539b;
  text-decoration: none;
  transition: color 0.2s; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oxanion";
  margin: 0;
  color: #293770;
  text-transform: uppercase; }

h1 {
  font-size: 6rem;
  font-weight: 600;
  line-height: 5.6rem;
  font-size: 3rem;
  line-height: 3.6rem; }
  @media (min-width: 768px) {
    h1 {
      font-size: 4rem;
      line-height: 4.6rem; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 5.6rem;
      line-height: 5.6rem; } }

h2 {
  font-size: 4.5rem;
  font-size: 2.5rem;
  line-height: 2.6rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: 3.5rem;
      line-height: 3.5rem; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 4.5rem;
      line-height: 4.5rem; } }

img {
  max-width: 100%;
  vertical-align: top; }

select {
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 4px;
  outline: none;
  width: 100%; }
  .theme-default select {
    background-color: #df2771; }
  .theme-custom select {
    background-color: #1b9988; }
  .theme-cozy select {
    font-size: 12px;
    padding: 6px 8px; }
  .theme-comfortable select {
    font-size: 14px;
    padding: 8px 16px; }
  select:focus {
    outline: none;
    border-color: #009bde; }

option {
  background-color: #fff;
  color: #000; }

p {
  font-family: "Roboto"; }

.btn {
  padding: 8px 12px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer; }
  .btn--primary {
    border: 1px solid #36d7b7;
    color: #36d7b7;
    background: #fff; }
  .btn--secondary {
    background: #36d7b7; }

.ps-btn-primary {
  background-color: red; }

.ps-primary-btn {
  padding: 1rem 2rem;
  text-align: center;
  width: 100%;
  display: block;
  background-color: #293770;
  border: none;
  color: #fff;
  transition: 0.3s all;
  font-weight: 500;
  font-size: 1.5rem; }
  .ps-primary-btn:hover {
    background-color: #009bdc;
    color: #fff; }
  @media (min-width: 576px) {
    .ps-primary-btn {
      display: block;
      width: 100%; } }
  @media (min-width: 768px) {
    .ps-primary-btn {
      display: inline-block;
      width: auto; } }

.ps-btn-light-blue {
  background-color: #009bde; }
  .ps-btn-light-blue:hover {
    background-color: #293770; }

.example-doc .tree li:before, .example-doc .tree li:after {
  content: '';
  position: absolute;
  background: #fff;
  left: -20px;
  border-radius: 8px; }

.example-doc header {
  border-bottom: 1px solid #c7c7c7;
  color: #fff;
  font-weight: bold;
  background: #ff512f; }
  .theme-default .example-doc header {
    background: -webkit-linear-gradient(to right, #dd2476, #ff512f);
    background: linear-gradient(to right, #dd2476, #ff512f); }
  .theme-custom .example-doc header {
    background: -webkit-linear-gradient(to right, #1b998b, #656176);
    background: linear-gradient(to right, #1b998b, #656176); }
  .theme-cozy .example-doc header {
    padding: 20px 0; }
  .theme-comfortable .example-doc header {
    padding: 40px 0; }
  .example-doc header h1 {
    line-height: 52px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 6px;
    letter-spacing: 2px; }
    .theme-cozy .example-doc header h1 {
      font-size: 32px; }
    .theme-comfortable .example-doc header h1 {
      font-size: 46px; }
    .example-doc header h1:after {
      content: '';
      width: 50%;
      height: 2px;
      margin-top: 5px;
      background: #fff; }
  .example-doc header .sub-header {
    font-style: italic;
    line-height: 24px;
    margin-bottom: 20px; }
    .theme-cozy .example-doc header .sub-header {
      font-size: 14px; }
    .theme-comfortable .example-doc header .sub-header {
      font-size: 16px; }
  .example-doc header p {
    line-height: 24px;
    margin: 0;
    letter-spacing: 1px; }
    .theme-cozy .example-doc header p {
      font-size: 16px; }
    .theme-comfortable .example-doc header p {
      font-size: 18px; }
.example-doc p {
  margin-bottom: 10px; }
.example-doc main {
  background: #f5f5f5;
  letter-spacing: 1px; }
  .theme-default .example-doc main {
    background: #f5f5f5; }
  .theme-custom .example-doc main {
    background: #ffffff; }
.example-doc .tree {
  padding: 10px 20px;
  border: 2px solid;
  color: #fff;
  border-radius: 2px;
  list-style: none;
  font-weight: bold;
  position: relative; }
  .theme-default .example-doc .tree {
    background: #525a96;
    border-color: #3543a9; }
  .theme-custom .example-doc .tree {
    background: #656176;
    border-color: #534d56; }
  .example-doc .tree ul {
    position: relative;
    padding-left: 20px; }
  .example-doc .tree li {
    position: relative;
    padding-bottom: 2px; }
    .example-doc .tree li:before {
      width: 2px;
      height: 100%;
      top: 0; }
    .example-doc .tree li:last-child:before {
      height: 50%; }
    .example-doc .tree li:after {
      width: 15px;
      height: 2px;
      top: 9px; }
  .example-doc .tree > li:before, .example-doc .tree > li:after {
    background: none; }
.example-doc pre {
  font-family: 'Source Sans pro', Arial, sans-serif;
  padding: 10px;
  border: 2px solid;
  color: #fff;
  border-radius: 2px;
  list-style: none;
  font-weight: bold;
  max-width: 800px;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 10px; }
  .theme-default .example-doc pre {
    background: #525a96;
    border-color: #3543a9; }
  .theme-custom .example-doc pre {
    background: #656176;
    border-color: #534d56; }
  .theme-cozy .example-doc pre {
    font-size: 12px; }
  .theme-comfortable .example-doc pre {
    font-size: 14px; }
.example-doc .Block {
  border-bottom: 1px solid #c7c7c7; }
  @media (min-width: 576px) {
    .theme-cozy .example-doc .Block {
      padding: 15px 0; }
    .theme-comfortable .example-doc .Block {
      padding: 30px 0; } }
  .example-doc .Block__segment {
    border-bottom: 1px solid #c7c7c7; }
    .theme-cozy .example-doc .Block__segment {
      padding: 8px 0; }
    .theme-comfortable .example-doc .Block__segment {
      padding: 20px 0; }
    .example-doc .Block__segment:last-child {
      border-bottom: none; }
  .example-doc .Block__code {
    margin-top: 15px; }
    .example-doc .Block__code span {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
      font-size: 14px; }
  .example-doc .Block__section {
    margin-top: 24px; }
  .example-doc .Block__form-group {
    display: inline-block;
    width: 140px;
    margin-right: 18px; }
    .example-doc .Block__form-group label {
      font-size: 14px;
      font-weight: bold; }
  .example-doc .Block h1,
  .example-doc .Block h2 {
    display: inline-block; }
    .example-doc .Block h1:after, .example-doc .Block h2:after {
      content: '';
      width: 100%;
      height: 4px;
      margin-top: 3px; }
      .theme-default .example-doc .Block h1:after,
      .theme-default .example-doc .Block h2:after {
        background: #df2771; }
      .theme-custom .example-doc .Block h1:after, .theme-custom .example-doc .Block h2:after {
        background: #1b998b; }
  .example-doc .Block h1 {
    margin-bottom: 30px; }
  .example-doc .Block h2 {
    margin-bottom: 20px; }
    .theme-default .example-doc .Block h2 {
      color: #000000; }
    .theme-custom .example-doc .Block h2 {
      color: #534d56; }
    .theme-cozy .example-doc .Block h2 {
      font-size: 18px; }
    .theme-comfortable .example-doc .Block h2 {
      font-size: 22px; }
  .example-doc .Block h3 {
    margin-bottom: 10px;
    display: inline-block; }
    .theme-default .example-doc .Block h3 {
      color: #000000; }
    .theme-custom .example-doc .Block h3 {
      color: #534d56; }
    .theme-cozy .example-doc .Block h3 {
      font-size: 16px; }
    .theme-comfortable .example-doc .Block h3 {
      font-size: 18px; }
    .example-doc .Block h3:after {
      content: '';
      width: 100%;
      height: 1px;
      margin-top: 3px; }
      .theme-default .example-doc .Block h3:after {
        background: #c7c7c7; }
      .theme-custom .example-doc .Block h3:after {
        background: #656176; }
  .theme-cozy .example-doc .Block p {
    font-size: 12px; }
  .theme-comfortable .example-doc .Block p {
    font-size: 16px; }
.example-doc .Box {
  width: 20px;
  height: 20px;
  background: #d24d57;
  transition: width 0.3s ease-out, height 0.3s ease-out;
  margin-right: 10px;
  float: left; }
  @media (min-width: 576px) {
    .example-doc .Box {
      width: 50px;
      height: 50px;
      background: #3a539b; } }
  @media (min-width: 768px) {
    .example-doc .Box {
      width: 70px;
      height: 70px;
      background: #36d7b7; } }
  @media (min-width: 992px) {
    .example-doc .Box {
      width: 100px;
      height: 100px;
      background: #f7ca18; } }
.example-doc .btn {
  padding: 10px 15px;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-weight: bold; }
  .example-doc .btn--default {
    background: #3a539b; }
  .example-doc .btn--success {
    background: #36d7b7; }
  .example-doc .btn--error {
    background: #d7616a; }
  .example-doc .btn--warning {
    background: #f7ca18; }
.theme-cozy .example-doc .dotted {
  margin-top: 20px; }
.theme-comfortable .example-doc .dotted {
  margin-top: 30px; }
.example-doc .gray--base, .example-doc .gray--dark, .example-doc .gray--light, .example-doc .blue--base, .example-doc .blue--dark, .example-doc .blue--light {
  padding: 6px;
  color: #fff;
  text-align: center; }
.example-doc .gray--base {
  background: #c7c7c7;
  color: #000; }
.example-doc .gray--dark {
  background: #949494;
  color: #000; }
.example-doc .gray--light {
  background: #fafafa;
  color: #000; }
.example-doc .blue--base {
  background: #3a539b; }
.example-doc .blue--dark {
  background: #1e2b51; }
.example-doc .blue--light {
  background: #7188ca; }
.example-doc .Palette__wrap {
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .example-doc .Palette__wrap {
      width: 300px;
      float: left;
      margin-right: 20px; } }
.example-doc .snippet {
  padding: 12px 16px;
  border-radius: 4px;
  box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.15);
  margin-top: 16px; }
  .theme-default .example-doc .snippet {
    background: #ffffff; }
  .theme-custom .example-doc .snippet {
    background: #f5f5f5; }
  .example-doc .snippet__title {
    font-size: 24px; }
  .example-doc .snippet__paragraph {
    font-size: 16px; }
.example-doc footer {
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold; }
  .theme-default .example-doc footer {
    background: #df2771; }
  .theme-custom .example-doc footer {
    background: #1b998b; }
  .example-doc footer a {
    color: #fff;
    font-weight: bold; }
.example-doc .highlight {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px; }
  .theme-default .example-doc .highlight {
    background: #dadada; }
  .theme-custom .example-doc .highlight {
    background: #c2dfe3; }

@font-face {
  font-family: "icomoon";
  src: url("../../assets/icomoon/fonts/icomoon.eot");
  src: url("../../assets/icomoon/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../../assets/icomoon/fonts/icomoon.ttf") format("truetype"), url("../../assets/icomoon/fonts/icomoon.woff") format("woff"), url("../../assets/icomoon/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-three-dots:before {
  content: "\e932";
  color: #293770; }

.icon-alt-arrow-left:before {
  content: "\e900";
  color: #000; }

.icon-alt-arrow-right:before {
  content: "\e901";
  color: #000; }

.icon-chat-square-arrow:before {
  content: "\e902";
  color: #293770; }

.icon-cup-first:before {
  content: "\e903";
  color: #293770; }

.icon-cup-star:before {
  content: "\e904";
  color: #293770; }

.icon-diploma-verified:before {
  content: "\e905";
  color: #293770; }

.icon-facebook-icon-2:before {
  content: "\e906";
  color: #98a2b3; }

.icon-hand-heart:before {
  content: "\e907";
  color: #293770; }

.icon-instagram:before {
  content: "\e908";
  color: #98a2b3; }

.icon-letter-unread .path1:before {
  content: "\e909";
  color: black; }

.icon-letter-unread .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: #e7e7e8; }

.icon-letter-unread .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.8; }

.icon-letter-unread .path4:before {
  content: "\e90c";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.6; }

.icon-letter-unread .path5:before {
  content: "\e90d";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.4; }

.icon-letter-unread .path6:before {
  content: "\e90e";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.2; }

.icon-linkedin-icon-1:before {
  content: "\e90f";
  color: #98a2b3; }

.icon-map-point-wave .path1:before {
  content: "\e910";
  color: #e7e7e8; }

.icon-map-point-wave .path2:before {
  content: "\e911";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.8; }

.icon-map-point-wave .path3:before {
  content: "\e912";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.6; }

.icon-map-point-wave .path4:before {
  content: "\e913";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.4; }

.icon-map-point-wave .path5:before {
  content: "\e914";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.2; }

.icon-map-point-wave .path6:before {
  content: "\e915";
  margin-left: -1em;
  color: #e7e7e8; }

.icon-map-point-wave .path7:before {
  content: "\e916";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.8; }

.icon-map-point-wave .path8:before {
  content: "\e917";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.6; }

.icon-map-point-wave .path9:before {
  content: "\e918";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.4; }

.icon-map-point-wave .path10:before {
  content: "\e919";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.2; }

.icon-medal-ribbons-star:before {
  content: "\e91a";
  color: #293770; }

.icon-medal-star:before {
  content: "\e91b";
  color: #293770; }

.icon-phone-calling .path1:before {
  content: "\e91c";
  color: #e7e7e8; }

.icon-phone-calling .path2:before {
  content: "\e91d";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.8; }

.icon-phone-calling .path3:before {
  content: "\e91e";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.6; }

.icon-phone-calling .path4:before {
  content: "\e91f";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.4; }

.icon-phone-calling .path5:before {
  content: "\e920";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.2; }

.icon-phone-calling .path6:before {
  content: "\e921";
  margin-left: -1em;
  color: #e7e7e8; }

.icon-phone-calling .path7:before {
  content: "\e922";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.8; }

.icon-phone-calling .path8:before {
  content: "\e923";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.6; }

.icon-phone-calling .path9:before {
  content: "\e924";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.4; }

.icon-phone-calling .path10:before {
  content: "\e925";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.2; }

.icon-phone-calling .path11:before {
  content: "\e926";
  margin-left: -1em;
  color: #e7e7e8; }

.icon-phone-calling .path12:before {
  content: "\e927";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.8; }

.icon-phone-calling .path13:before {
  content: "\e928";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.6; }

.icon-phone-calling .path14:before {
  content: "\e929";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.4; }

.icon-phone-calling .path15:before {
  content: "\e92a";
  margin-left: -1em;
  color: #e7e7e8;
  opacity: 0.2; }

.icon-podcast:before {
  content: "\e92b";
  color: #293770; }

.icon-qr-code:before {
  content: "\e92c";
  color: #293770; }

.icon-square-share-line:before {
  content: "\e92d";
  color: #293770; }

.icon-traffic:before {
  content: "\e92e";
  color: #293770; }

.icon-user-circle:before {
  content: "\e92f";
  color: #293770; }

.icon-video-frame-cut-2:before {
  content: "\e930";
  color: #293770; }

.icon-x-icon:before {
  content: "\e931";
  color: #98a2b3; }

@media (min-width: 576px) {
  .is-collapsed-mobile {
    visibility: collapse;
    padding: 0;
    height: 0;
    margin: 0;
    line-height: 0; } }

@media (min-width: 576px) {
  .is-displayed-mobile {
    display: block; }
    .is-hidden-mobile {
      display: none; } }
@media (min-width: 768px) {
  .is-displayed-mobile {
    display: none; } }

@media print {
  *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  body {
    line-height: 1.3; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  footer {
    display: none; }

  header {
    margin-bottom: 40px; }
    header h1,
    header nav {
      display: none; }
    header:after {
      content: "www.domain-name.com"; }
    header:before {
      display: block;
      content: "Thank you for printing our content at www.domain-name.com. Please check back soon for new contents.";
      margin-bottom: 10px;
      border: 1px solid #bbb;
      padding: 6px 8px;
      font-style: italic; }

  @page {
    margin: 0.5cm; }
  h1 {
    font-size: 24pt; }

  h2 {
    font-size: 14pt;
    margin-top: 25px; }

  aside {
    border-top: 1px solid #bbb;
    margin-top: 30px;
    display: block; }
    aside h2 {
      font-size: 18pt; }

  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; } }
#masthead .navbar .nav-item {
  margin-left: 0.8rem; }
  #masthead .navbar .nav-item .nav-link {
    font-size: 1.25rem;
    color: #293770;
    font-weight: 400;
    transition: 0.3s all; }
    #masthead .navbar .nav-item .nav-link:hover {
      color: #009bdc; }
#masthead .navbar-toggler .icon-three-dots:before {
  font-size: 1rem; }
#masthead .navbar-brand img {
  height: 85px; }
  @media (min-width: 576px) {
    #masthead .navbar-brand img {
      height: 85px;
      width: auto; } }
  @media (min-width: 768px) {
    #masthead .navbar-brand img {
      height: 125px;
      width: auto; } }

.video-banner video {
  width: 100%;
  object-fit: cover;
  height: 400px; }
  @media (min-width: 768px) {
    .video-banner video {
      height: 500px; } }
  @media (min-width: 1200px) {
    .video-banner video {
      height: 800px; } }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-container {
  overflow: visible;
  width: 70%;
  margin-left: auto;
  margin-right: auto; }

.swiper-products-wrapper {
  margin-top: 4.5rem; }

.swiper-products .swiper-button-next,
.swiper-products .swiper-button-prev {
  position: relative;
  width: 24px;
  height: 24px; }
  .swiper-products .swiper-button-next:after,
  .swiper-products .swiper-button-prev:after {
    font-size: 24px; }
.swiper-products .swiper-products-slide {
  position: relative; }
  .swiper-products .swiper-products-slide .swiper-products-slide-title {
    position: absolute;
    left: 2rem;
    bottom: 1rem; }
  .swiper-products .swiper-products-slide h4 {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.553);
    font-size: 1rem; }
    @media (min-width: 768px) {
      .swiper-products .swiper-products-slide h4 {
        font-size: 1.5rem; } }
    @media (min-width: 992px) {
      .swiper-products .swiper-products-slide h4 {
        font-size: 2.25rem; } }
  .swiper-products .swiper-products-slide .slide-number {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.553);
    font-size: 1.5rem;
    top: 2rem;
    left: 2rem;
    position: absolute; }
.swiper-products .swiper-products-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .swiper-products .swiper-products-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.swiper-products .swiper-services-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem; }
.swiper-products .swiper-services-slide {
  background: #fff;
  color: #293770; }
  .swiper-products .swiper-services-slide img {
    display: block;
    width: 100%;
    object-fit: cover; }
    @media (min-width: 576px) {
      .swiper-products .swiper-services-slide img {
        height: 225px; } }
    @media (min-width: 768px) {
      .swiper-products .swiper-services-slide img {
        height: 300px; } }
    @media (min-width: 992px) {
      .swiper-products .swiper-services-slide img {
        height: 400px; } }
  .swiper-products .swiper-services-slide .swiper-services-text {
    padding: 1rem; }
    @media (min-width: 992px) {
      .swiper-products .swiper-services-slide .swiper-services-text {
        padding: 2rem; } }
    .swiper-products .swiper-services-slide .swiper-services-text .slide-icon {
      display: inline-block;
      height: 22.5px;
      width: 22.5px;
      margin-bottom: 1.25rem; }
      @media (min-width: 992px) {
        .swiper-products .swiper-services-slide .swiper-services-text .slide-icon {
          height: 35px;
          width: 35px;
          margin-bottom: 2rem; } }
      .swiper-products .swiper-services-slide .swiper-services-text .slide-icon:before {
        font-size: 22.5px; }
        @media (min-width: 992px) {
          .swiper-products .swiper-services-slide .swiper-services-text .slide-icon:before {
            font-size: 35px; } }
    .swiper-products .swiper-services-slide .swiper-services-text .slide-text-h5 {
      font-size: 2rem;
      margin-bottom: 0.5rem; }
      @media (min-width: 992px) {
        .swiper-products .swiper-services-slide .swiper-services-text .slide-text-h5 {
          font-size: 2.25rem;
          margin-bottom: 0.75rem; } }
    .swiper-products .swiper-services-slide .swiper-services-text .slide-text-p {
      font-size: 1rem; }
    .swiper-products .swiper-services-slide .swiper-services-text ul {
      list-style: disc; }
  .swiper-products .swiper-services-slide .slide-number {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.553);
    font-size: 1.5rem;
    top: 2rem;
    left: 2rem;
    position: absolute; }
.swiper-products .swiper-products-btn-wraper {
  position: relative;
  display: flex;
  justify-content: end;
  padding: 0; }
  @media (min-width: 768px) {
    .swiper-products .swiper-products-btn-wraper {
      padding: 3.5rem 0; } }
  .swiper-products .swiper-products-btn-wraper .swiper-button-prev {
    margin-right: 3rem; }
    .swiper-products .swiper-products-btn-wraper .swiper-button-prev:after {
      font-family: "icomoon";
      content: "\e900";
      color: #293770; }
  .swiper-products .swiper-products-btn-wraper .swiper-button-next:after {
    font-family: "icomoon";
    content: "\e901";
    color: #293770; }
.swiper-products .swiper-wrapper {
  position: relative; }

/*# sourceMappingURL=style.css.map */
