@charset "UTF-8";
/*!
Theme Name: PayButton
Theme URI: http://underscores.me/
Author: Decojent
Author URI: http://decojent.com/
Description: Decojent - B2B - UI/UX Design Studio | User experience design agency.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: paybutton
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

PayButton is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* -------------------------------------------
Fonts
------------------------------------------- */
/*-------------- Objectivity ---------------*/
@font-face {
  font-family: 'Objectivity Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Regular"), url("../assets/fonts/Objectivity-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Regular Slanted';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Regular Slanted"), url("../assets/fonts/Objectivity-RegularSlanted.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Thin';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Thin"), url("../assets/fonts/Objectivity-Thin.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Thin Slanted';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Thin Slanted"), url("../assets/fonts/Objectivity-ThinSlanted.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Light';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Light"), url("../assets/fonts/Objectivity-Light.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Light Slanted';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Light Slanted"), url("../assets/fonts/Objectivity-LightSlanted.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Medium"), url("../assets/fonts/Objectivity-Medium.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Medium Slanted';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Medium Slanted"), url("../assets/fonts/Objectivity-MediumSlanted.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Bold"), url("../assets/fonts/Objectivity-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Bold Slanted';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Bold Slanted"), url("../assets/fonts/Objectivity-BoldSlanted.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Extra Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Extra Bold"), url("../assets/fonts/Objectivity-ExtraBold.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Extra Bold Slanted';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Extra Bold Slanted"), url("../assets/fonts/Objectivity-ExtraBoldSlanted.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Black';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Black"), url("../assets/fonts/Objectivity-Black.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Black Slanted';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Black Slanted"), url("../assets/fonts/Objectivity-BlackSlanted.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Super';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Super"), url("../assets/fonts/Objectivity-Super.woff") format("woff"); }

@font-face {
  font-family: 'Objectivity Super Slanted';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Super Slanted"), url("../assets/fonts/Objectivity-SuperSlanted.woff") format("woff"); }

/* -------------------------------------------
Libraries 
------------------------------------------- */
/*--------------Normalize---------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  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
     ========================================================================== */
/**
   * 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
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 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 */ }

/**
   * 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 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
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
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 in Chrome and Safari on macOS.
   */
[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 Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

/*--------------CSS Grid---------------*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

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

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

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

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

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

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

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

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

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

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

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

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

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
/*--------------Slick slider---------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*-------------- Balloon ToolTip ---------------*/
:root {
  --balloon-border-radius: 2px;
  --balloon-color: rgba(16, 16, 16, 0.95);
  --balloon-text-color: #fff;
  --balloon-font-size: 12px;
  --balloon-move: 4px; }

button[aria-label][data-balloon-pos] {
  overflow: visible; }

[aria-label][data-balloon-pos] {
  position: relative;
  cursor: pointer; }

[aria-label][data-balloon-pos]:after {
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  text-indent: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  font-size: var(--balloon-font-size);
  background: var(--balloon-color);
  border-radius: 2px;
  color: var(--balloon-text-color);
  border-radius: var(--balloon-border-radius);
  content: attr(aria-label);
  padding: .5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10; }

[aria-label][data-balloon-pos]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: var(--balloon-color);
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
  z-index: 10; }

[aria-label][data-balloon-pos]:hover:before, [aria-label][data-balloon-pos]:hover:after, [aria-label][data-balloon-pos][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-visible]:after, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
  opacity: 1;
  pointer-events: none; }

[aria-label][data-balloon-pos].font-awesome:after {
  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

[aria-label][data-balloon-pos][data-balloon-break]:after {
  white-space: pre; }

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
  white-space: pre-line;
  word-break: break-word; }

[aria-label][data-balloon-pos][data-balloon-blunt]:before, [aria-label][data-balloon-pos][data-balloon-blunt]:after {
  transition: none; }

[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:after {
  transform: translate(-50%, 0); }

[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:before {
  transform: translate(-50%, 0); }

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:after {
  left: 0; }

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:before {
  left: 5px; }

[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:after {
  right: 0; }

[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:before {
  right: 5px; }

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos*="-left"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:after {
  transform: translate(0, 0); }

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos*="-left"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:before {
  transform: translate(0, 0); }

[aria-label][data-balloon-pos][data-balloon-pos^="up"]:before, [aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
  bottom: 100%;
  transform-origin: top;
  transform: translate(0, var(--balloon-move)); }

[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
  margin-bottom: 10px; }

[aria-label][data-balloon-pos][data-balloon-pos="up"]:before, [aria-label][data-balloon-pos][data-balloon-pos="up"]:after {
  left: 50%;
  transform: translate(-50%, var(--balloon-move)); }

[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before, [aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1)); }

[aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
  margin-top: 10px; }

[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color); }

[aria-label][data-balloon-pos][data-balloon-pos="down"]:after, [aria-label][data-balloon-pos][data-balloon-pos="down"]:before {
  left: 50%;
  transform: translate(-50%, calc(var(--balloon-move) * -1)); }

[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:after {
  transform: translate(0, -50%); }

[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:before {
  transform: translate(0, -50%); }

[aria-label][data-balloon-pos][data-balloon-pos="left"]:after, [aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%); }

[aria-label][data-balloon-pos][data-balloon-pos="left"]:after {
  margin-right: 10px; }

[aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: var(--balloon-color); }

[aria-label][data-balloon-pos][data-balloon-pos="right"]:after, [aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
  left: 100%;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%); }

[aria-label][data-balloon-pos][data-balloon-pos="right"]:after {
  margin-left: 10px; }

[aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: var(--balloon-color); }

[aria-label][data-balloon-pos][data-balloon-length]:after {
  white-space: normal; }

[aria-label][data-balloon-pos][data-balloon-length="small"]:after {
  width: 80px; }

[aria-label][data-balloon-pos][data-balloon-length="medium"]:after {
  width: 150px; }

[aria-label][data-balloon-pos][data-balloon-length="large"]:after {
  width: 260px; }

[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
  width: 380px; }

@media screen and (max-width: 768px) {
  [aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
    width: 90vw; } }

[aria-label][data-balloon-pos][data-balloon-length="fit"]:after {
  width: 100%; }

html {
  font-size: 18px;
  max-width: 100%;
  overflow-x: hidden; }
  @media screen and (max-width: 1200px) {
    html {
      font-size: 17px; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 15px; } }

body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Objectivity Regular';
  background-color: #ffffff;
  max-width: 100%;
  overflow-x: hidden; }

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

p {
  margin: 0;
  padding: 0;
  font-size: 1.111rem;
  line-height: 1.5;
  font-weight: normal;
  color: #59688e; }
  p.title {
    font-size: 1.333rem;
    letter-spacing: -0.01em;
    line-height: 1.5;
    color: #00005e;
    font-weight: normal; }
  p.sub {
    font-size: 0.889rem; }
    @media screen and (max-width: 575px) {
      p.sub {
        font-size: 14px; } }
  p.large {
    font-size: 1.111rem; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1 {
  font-weight: normal;
  font-size: 2.778rem;
  letter-spacing: -0.01em;
  line-height: 1.32;
  text-align: left;
  color: #00005e; }
  @media screen and (max-width: 575px) {
    h1 {
      font-size: 1.9rem; } }
  h1 span {
    font-family: 'Objectivity Bold';
    font-weight: bold; }

h2 {
  font-weight: normal;
  font-size: 2.222rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
  color: #00005e; }
  @media screen and (max-width: 575px) {
    h2 {
      font-size: 1.8rem; } }
  h2 span {
    font-family: 'Objectivity Bold';
    font-weight: bold; }

input:focus, textarea:focus, button:focus, select:focus, a:focus {
  outline: 0;
  font-family: 'Objectivity Regular'; }

input::placeholder {
  opacity: 0.4; }

section {
  padding: 74px 0px; }
  @media screen and (max-width: 991px) {
    section {
      padding: 24px 0; } }
  section:last-child {
    padding-bottom: 50px; }

a {
  color: #3C3D41;
  text-decoration: none;
  transition: all 0.4s ease 0s; }
  a:visited {
    color: #3C3D41; }
  a:hover {
    color: #3A4AE4; }

.colored {
  color: #3A4AE4; }

/* -------------------------------------------
widget
------------------------------------------- */
/*-------------- Button ---------------*/
.primary-button {
  color: #FFFFFF !important;
  padding: 16px 60px 14px 60px !important;
  font-family: 'Objectivity Medium';
  font-weight: normal;
  font-size: 14px;
  line-height: 16px !important;
  display: inline-block;
  position: relative;
  z-index: 1;
  box-shadow: 8px 12px 28px rgba(12, 33, 116, 0.18);
  border-radius: 7px !important;
  border: 1px solid #FFFFFF !important;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.4s ease 0s;
  overflow: hidden; }
  @media screen and (max-width: 575px) {
    .primary-button {
      padding: 16px 20px 14px 20px !important;
      width: 100%; } }
  .primary-button::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #3A4AE4;
    transition: all 0.4s ease 0s;
    z-index: -1; }
  .primary-button:visited {
    color: #FFFFFF; }
  .primary-button:active {
    transform: scale(0.96); }
  .primary-button:hover {
    border: 1px solid #3A4AE4 !important;
    color: #3A4AE4 !important; }
    .primary-button:hover::before {
      height: 0; }

.outline-button {
  color: #3A4AE4;
  padding: 10px 24px 8px 24px;
  font-family: 'Objectivity Medium';
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  position: relative;
  border-radius: 7px;
  border: 1px solid #3A4AE4;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.4s ease 0s; }
  .outline-button.with-arrow {
    padding-right: 60px; }
    .outline-button.with-arrow::after {
      content: '';
      position: absolute;
      right: 24px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 16px;
      height: 16px;
      transition: all 0.4s ease 0s;
      background-image: url("data:image/svg+xml,%3Csvg id='arrow' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(2 2)'%3E%3Cg id='Group' transform='translate(5.397 11.111) rotate(-90)'%3E%3Cpath id='Path_Copy' data-name='Path Copy' d='M0,0,5.737,5.737' transform='translate(0 0)' fill='none' stroke='%23476cff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path_Copy_2' data-name='Path Copy 2' d='M0,5.737,5.737,0' transform='translate(4.51 0)' fill='none' stroke='%23476cff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3Cpath id='Path' d='M10,.5H0' transform='translate(0.222 5.278)' fill='none' stroke='%23476cff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center; }
    .outline-button.with-arrow::before {
      height: 100%;
      opacity: 0; }
    .outline-button.with-arrow:hover::after {
      transform: translateX(5px); }
    .outline-button.with-arrow:hover::before {
      opacity: 0.1; }
  .outline-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #3A4AE4;
    opacity: 0.1;
    transition: all 0.4s ease 0s; }
  .outline-button:hover::before {
    height: 100%; }
  .outline-button:visited {
    color: #3A4AE4; }
  .outline-button:active {
    transform: scale(0.96); }

.schedule-a-call {
  font-size: 14px;
  color: #000 !important;
  background: #fff;
  box-shadow: 0px 12px 50px rgba(57, 56, 81, 0.05);
  padding: 12px 16px 10px 48px;
  display: inline-flex;
  align-items: center;
  position: relative; }
  .schedule-a-call::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 16px;
    bottom: 0;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg id='icongrey' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='icons_Notification_24px_Notification_1_Copy_4' data-name='icons/Notification/24px/Notification 1 Copy 4' transform='translate(3 2)'%3E%3Cg id='Group'%3E%3Cpath id='Path' d='M7.352.529H0' transform='translate(3.5 10.059)' fill='none' stroke='%233A4AE4' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path-2' data-name='Path' d='M4.589.529H0' transform='translate(3.491 13.624)' fill='none' stroke='%233A4AE4' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path-3' data-name='Path' d='M16.905,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V12.658a2,2,0,0,0,2,2H14.905a2,2,0,0,0,2-2Z' transform='translate(0.468 3.213)' fill='none' stroke='%233A4AE4' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path-4' data-name='Path' d='M.529,0V5.489' transform='translate(4.996 0.468)' fill='none' stroke='%233A4AE4' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path-5' data-name='Path' d='M.529,0V5.489' transform='translate(11.787 0.468)' fill='none' stroke='%233A4AE4' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center; }
  .schedule-a-call:hover {
    text-decoration: none !important;
    background-color: #ECEBEB; }
  .schedule-a-call:active {
    transform: scale(0.96); }

input[type="submit"].primary-button {
  background-color: #3A4AE4;
  cursor: pointer; }
  input[type="submit"].primary-button::before {
    content: unset !important; }
  input[type="submit"].primary-button:hover {
    color: #3A4AE4 !important;
    background: none;
    border: 1px solid #3A4AE4 !important; }

/*-------------- BG Elements ---------------*/
.bg-element {
  display: block;
  position: absolute;
  opacity: 0.5; }
  .bg-element.large {
    width: 500px;
    height: 500px; }
    .bg-element.large.donut {
      border: 100px solid; }
  .bg-element.medium {
    width: 200px;
    height: 200px; }
    .bg-element.medium.donut {
      border: 50px solid; }
  .bg-element.mini {
    width: 30px;
    height: 30px; }
  .bg-element.small {
    width: 50px;
    height: 50px; }
    .bg-element.small.donut {
      border: 10px solid; }
  .bg-element.donut {
    border-radius: 50%; }
  .bg-element.circle {
    border-radius: 50%; }
  .bg-element.secondory-color {
    color: #3A4AE4; }
    .bg-element.secondory-color.circle {
      background-color: #3A4AE4; }
  .bg-element.quater-circle-red {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52'%3E%3Cpath id='Combined_Shape' data-name='Combined Shape' d='M0,0H52A52,52,0,0,1,0,52Z' fill='%23ffbcbc'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat; }
  .bg-element.half-circle-yellow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='26' viewBox='0 0 52 26'%3E%3Cpath id='Combined_Shape_Copy_3' data-name='Combined Shape Copy 3' d='M0,0H52A26,26,0,0,1,26,26,26,26,0,0,1,0,0Z' fill='%23ffdd92'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat; }
  .bg-element.red-color {
    color: #FF546D; }
    .bg-element.red-color.circle {
      background-color: #FF546D; }
  .bg-element.dark {
    opacity: 0.8; }
  .bg-element.light {
    opacity: 0.11; }

/* -------------------------------------------
Header
------------------------------------------- */
/*-------------- Main ---------------*/
.logged-in .site-header {
  top: 32px; }

.site-header {
  overflow: visible;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .site-header .header-content {
    padding: 24px 0; }
  .site-header .top-bar {
    padding: 14px 0;
    background: #fff;
    box-shadow: 0px 4px 24px rgba(200, 200, 200, 0.44); }
    @media screen and (max-width: 991px) {
      .site-header .top-bar {
        display: none; } }
    @media screen and (max-width: 991px) {
      .site-header .top-bar .container {
        flex-direction: column;
        align-items: unset; } }
    .site-header .top-bar .left-side {
      font-size: 14px;
      letter-spacing: -0.04em;
      line-height: 1.5; }
      @media screen and (max-width: 991px) {
        .site-header .top-bar .left-side {
          font-size: 12px; } }
      .site-header .top-bar .left-side a {
        color: #3A4AE4;
        font-weight: 700; }
        .site-header .top-bar .left-side a:hover {
          text-decoration: underline; }
    .site-header .top-bar .right-side {
      display: flex;
      align-items: center;
      transform: translateY(5px); }
      @media screen and (max-width: 991px) {
        .site-header .top-bar .right-side {
          margin-top: 5px; } }
      .site-header .top-bar .right-side a {
        font-size: 14px;
        letter-spacing: -0.04em;
        line-height: 1.5;
        text-align: right;
        transform: translateY(2px); }
      .site-header .top-bar .right-side svg {
        margin-right: 20px; }
  .site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    @media screen and (max-width: 991px) {
      .site-header .container {
        align-items: center; } }
  .site-header .primary-navigation {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .site-header .primary-navigation {
        flex-direction: column; } }
  .site-header .site-branding {
    height: 54px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .site-header .site-branding {
        z-index: 1;
        align-items: center; } }
    .site-header .site-branding .logo-block {
      display: flex;
      align-items: center; }
      .site-header .site-branding .logo-block .site-title {
        font-family: 'Objectivity Bold';
        font-weight: bold;
        font-size: 20px;
        letter-spacing: -1.11px;
        color: #476CFF;
        line-height: 16px; }
      .site-header .site-branding .logo-block .site-description {
        font-family: 'Objectivity Medium';
        font-weight: 500;
        font-size: 20px;
        letter-spacing: -0.06em;
        color: #434343;
        margin-left: 4px;
        line-height: 0.8;
        letter-spacing: -1.11px; }
  .site-header.sticky {
    background-color: #ffffff; }
    .site-header.sticky .top-bar {
      display: none; }
    .site-header.sticky .header-content {
      padding: 20px 0 16px 0;
      box-shadow: 0px 4px 24px rgba(200, 200, 200, 0.44); }
    .site-header.sticky .navigation-block {
      top: 0; }

/*-------------- Navigation ---------------*/
.site-header .nav-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
  z-index: 11; }
  .site-header .nav-icon.cross > div {
    position: absolute;
    top: 10px;
    left: 0; }
    .site-header .nav-icon.cross > div:first-child {
      transform: rotate(45deg); }
    .site-header .nav-icon.cross > div:last-child {
      transform: rotate(-45deg); }
    .site-header .nav-icon.cross > div:nth-child(2) {
      width: 0; }
    .site-header .nav-icon.cross > div:nth-child(1) {
      width: 100%; }
    .site-header .nav-icon.cross > div:nth-child(3) {
      width: 100%; }
  .site-header .nav-icon:hover > div:nth-child(2) {
    width: 100%; }
  .site-header .nav-icon:hover > div:nth-child(1) {
    width: 100%; }
  .site-header .nav-icon:hover > div:nth-child(3) {
    width: 100%; }
  .site-header .nav-icon:hover.cross > div:nth-child(2) {
    width: 0; }
  .site-header .nav-icon:hover.cross > div:nth-child(1) {
    width: 100%; }
  .site-header .nav-icon:hover.cross > div:nth-child(3) {
    width: 100%; }
  .site-header .nav-icon > div {
    height: 3px;
    width: 100%;
    background-color: #3A4AE4;
    margin-bottom: 4px;
    transition: all 0.4s ease 0s; }
    .site-header .nav-icon > div:last-child {
      margin-bottom: 0; }
    .site-header .nav-icon > div:nth-child(1) {
      width: 70%;
      margin-left: auto; }
    .site-header .nav-icon > div:nth-child(3) {
      width: 50%;
      margin-left: auto; }
  @media screen and (max-width: 991px) {
    .site-header .nav-icon {
      display: block; } }

.site-header .navigation-block {
  display: block;
  transition: all 0.4s ease 0s;
  margin-top: -20px; }
  @media screen and (max-width: 767px) {
    .site-header .navigation-block {
      margin-top: 0; } }
  .site-header .navigation-block.open {
    transform: translateX(0); }
  @media screen and (max-width: 991px) {
    .site-header .navigation-block {
      transform: translateX(-100%); } }
  @media screen and (max-width: 991px) {
    .site-header .navigation-block {
      position: absolute;
      height: 100vh;
      background-color: #fff;
      width: 400px;
      top: 0;
      left: 0;
      padding-top: 40px;
      max-width: 100%;
      box-shadow: 1px 20px 24px rgba(200, 200, 200, 0.44);
      z-index: 1; } }
  .site-header .navigation-block .main-navigation {
    margin-right: 60px; }
    @media screen and (max-width: 991px) {
      .site-header .navigation-block .main-navigation {
        margin-right: unset;
        margin-bottom: 20px;
        padding: 10px; } }
    @media screen and (max-width: 991px) {
      .site-header .navigation-block .main-navigation #primary-menu {
        flex-direction: column;
        display: block !important; } }
    .site-header .navigation-block .main-navigation #primary-menu li {
      margin-left: 40px;
      position: relative; }
      .site-header .navigation-block .main-navigation #primary-menu li.current_page_item > a {
        color: #3A4AE4; }
      .site-header .navigation-block .main-navigation #primary-menu li.menu-item-has-children a {
        position: relative;
        padding-right: 10px; }
        .site-header .navigation-block .main-navigation #primary-menu li.menu-item-has-children a::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 5px;
          border: 1px solid;
          transform: rotate(45deg);
          border-width: 0 1px 1px 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
      .site-header .navigation-block .main-navigation #primary-menu li:hover > a {
        color: #3A4AE4; }
      .site-header .navigation-block .main-navigation #primary-menu li > a {
        font-size: 14px;
        color: #59688e; }
      @media screen and (max-width: 991px) {
        .site-header .navigation-block .main-navigation #primary-menu li {
          margin-left: 0;
          padding: 10px 20px;
          border-bottom: 1px solid #e9ebf4;
          margin: 0 10px; } }
      .site-header .navigation-block .main-navigation #primary-menu li:first-child {
        margin-left: 0; }
        @media screen and (max-width: 991px) {
          .site-header .navigation-block .main-navigation #primary-menu li:first-child {
            margin: 0 10px; } }
  .site-header .navigation-block .top-bar-detail {
    padding: 20px;
    text-align: center; }
    .site-header .navigation-block .top-bar-detail .detail {
      margin-bottom: 20px; }
      .site-header .navigation-block .top-bar-detail .detail a {
        color: #3A4AE4;
        font-weight: bold;
        text-decoration: underline; }
    .site-header .navigation-block .top-bar-detail .email {
      display: flex;
      align-items: center;
      justify-content: center; }
      .site-header .navigation-block .top-bar-detail .email svg {
        margin-right: 10px; }
      .site-header .navigation-block .top-bar-detail .email a {
        transform: translateY(3px); }

.layer {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -100;
  transition: all 0.4s ease 0s; }
  .layer.active {
    opacity: 1;
    z-index: 100; }

/* -------------------------------------------
Footer
------------------------------------------- */
/*-------------- Main ---------------*/
.newsletter-block {
  padding: 80px 0; }
  @media screen and (max-width: 991px) {
    .newsletter-block {
      padding: 20px 0; } }
  @media screen and (max-width: 991px) {
    .newsletter-block h2 {
      text-align: center; } }
  .newsletter-block .input-with-button {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .newsletter-block .input-with-button {
        margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      .newsletter-block .input-with-button {
        flex-direction: column;
        align-items: flex-end; } }
    .newsletter-block .input-with-button input[type="email"] {
      border-radius: 7px;
      background: #fff;
      border: 1px solid #e9e9e9;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.04);
      padding: 16px 14px 14px 48px;
      font-size: 14px;
      line-height: 14px;
      color: #59688e;
      background-image: url("data:image/svg+xml,%3Csvg id='icongrey' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='Envelope' transform='translate(1 3)'%3E%3Cpath id='Shape' d='M19,18H3a3,3,0,0,1-3-3V3A3,3,0,0,1,3,0H19a3,3,0,0,1,3,3V15A3,3,0,0,1,19,18ZM3,2A1,1,0,0,0,2,3V15a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1Z' fill='%23476cff'/%3E%3Cpath id='Path' d='M.232.36A1,1,0,0,1,1.64.232L6.36,4.165a1,1,0,0,0,1.28,0L12.36.232a1,1,0,0,1,1.28,1.536L8.921,5.7a3,3,0,0,1-3.841,0L.36,1.768A1,1,0,0,1,.232.36Z' transform='translate(4 4)' fill='%23fa6400'/%3E%3C/g%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center left 14px;
      width: 100%; }
    .newsletter-block .input-with-button span.your-email {
      width: 100%; }
    .newsletter-block .input-with-button input[type="submit"] {
      padding-left: 0 !important;
      padding-right: 0 !important;
      width: 200px;
      text-align: center;
      margin-left: 15px; }
      @media screen and (max-width: 767px) {
        .newsletter-block .input-with-button input[type="submit"] {
          margin-top: 20px;
          width: 100%; } }
  .newsletter-block .row {
    align-items: center; }
  .newsletter-block div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
    transform: translateY(100%); }

.site-footer {
  padding: 64px 0;
  background-color: #07003C; }
  @media screen and (max-width: 991px) {
    .site-footer .other-details {
      text-align: center; } }
  .site-footer .other-details a {
    color: #F5F5F5;
    font-size: 14px; }
    .site-footer .other-details a:hover {
      text-decoration: underline; }
  .site-footer .other-details p {
    color: #F5F5F5;
    font-size: 14px; }
  .site-footer .other-details .address {
    margin-bottom: 24px; }
  .site-footer .other-details .email {
    margin-bottom: 10px; }
  .site-footer .other-details .schedule-a-call {
    margin-top: 30px; }
  @media screen and (max-width: 991px) {
    .site-footer .link-and-detail-block .logo-block {
      display: flex !important;
      margin-bottom: 40px; } }
  .site-footer .logo-block {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .site-footer .logo-block {
        justify-content: center; } }
  .site-footer .site-title {
    font-size: 1.111rem;
    letter-spacing: -0.06em;
    line-height: 1.5;
    color: #ffffff;
    margin-right: 5px;
    font-family: 'Objectivity Bold';
    font-weight: bold; }
  .site-footer .site-description {
    font-size: 1.111rem;
    letter-spacing: -0.06em;
    line-height: 1.5;
    color: #fff;
    font-family: 'Objectivity Medium';
    font-weight: 500; }
  .site-footer .site-info .container {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 991px) {
    .site-footer .site-info .site-branding {
      margin-bottom: 20px; } }
  .site-footer .site-info .copy-right {
    text-align: center; }
    @media screen and (max-width: 991px) {
      .site-footer .site-info .copy-right {
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .site-footer .site-info .copy-right {
        text-align: center;
        margin-bottom: 20px; } }
  .site-footer .site-info .links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #F5F5F5;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .site-footer .site-info .links {
        justify-content: center; } }
    .site-footer .site-info .links a {
      color: #F5F5F5;
      font-size: 14px;
      display: block;
      margin: 0 5px; }
      .site-footer .site-info .links a:first-child {
        margin-left: 0; }
      .site-footer .site-info .links a:last-child {
        margin-right: 0; }
      .site-footer .site-info .links a:hover {
        text-decoration: underline; }
  .site-footer .site-info p {
    color: #F5F5F5;
    font-size: 14px; }

/*-------------- Navigation ---------------*/
.site-footer .footer-navigation {
  width: 100%; }
  .site-footer .footer-navigation #footer-menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .site-footer .footer-navigation #footer-menu {
        flex-direction: column;
        text-align: center; } }
    .site-footer .footer-navigation #footer-menu > li {
      padding-right: 60px; }
      @media screen and (max-width: 1200px) {
        .site-footer .footer-navigation #footer-menu > li {
          padding-right: 30px; } }
      @media screen and (max-width: 991px) {
        .site-footer .footer-navigation #footer-menu > li {
          margin-bottom: 40px; } }
      @media screen and (max-width: 767px) {
        .site-footer .footer-navigation #footer-menu > li {
          padding-right: 0; } }
      .site-footer .footer-navigation #footer-menu > li > a {
        line-height: 1.5;
        color: #FFFFFF;
        pointer-events: none;
        font-size: 1rem;
        letter-spacing: -0.01em; }
    .site-footer .footer-navigation #footer-menu .sub-menu {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-footer .footer-navigation #footer-menu .sub-menu li {
        margin-top: 10px; }
        .site-footer .footer-navigation #footer-menu .sub-menu li:first-child {
          margin-top: 20px; }
        .site-footer .footer-navigation #footer-menu .sub-menu li a {
          font-size: 14px;
          line-height: 1.5;
          color: #f5f5f5;
          opacity: 0.7; }
          .site-footer .footer-navigation #footer-menu .sub-menu li a:hover {
            opacity: 1; }

/* -------------------------------------------
Pages
------------------------------------------- */
/*-------------- Home ---------------*/
.page-header-section {
  position: relative;
  background-color: #EEF5FF;
  padding-top: 250px;
  padding-bottom: 74px; }
  @media screen and (max-width: 991px) {
    .page-header-section {
      padding-top: 100px; } }
  .page-header-section .bg-element1 {
    left: -100px;
    top: 150px; }
    @media screen and (max-width: 1200px) {
      .page-header-section .bg-element1 {
        opacity: 0.5; } }
    @media screen and (max-width: 991px) {
      .page-header-section .bg-element1 {
        top: 200px; } }
  .page-header-section .bg-element2 {
    left: 37px;
    top: 97px; }
  .page-header-section .bg-element3 {
    top: -80px;
    right: -150px; }
    @media screen and (max-width: 991px) {
      .page-header-section .bg-element3 {
        right: -300px; } }
  .page-header-section h1 {
    margin-bottom: 24px; }
    @media screen and (max-width: 991px) {
      .page-header-section h1 {
        text-align: center; } }
  .page-header-section p {
    margin-bottom: 38px; }
    .page-header-section p.hide-in-lg {
      width: 80%; }
    @media screen and (max-width: 991px) {
      .page-header-section p {
        margin-top: 30px;
        margin-bottom: 16px;
        text-align: center; } }
  @media screen and (max-width: 991px) {
    .page-header-section .outline-button {
      margin: 0 auto;
      display: block;
      width: 300px;
      text-align: center;
      max-width: 100%; } }
  .page-header-section .form-block {
    margin-bottom: -150px;
    position: relative; }
    @media screen and (max-width: 991px) {
      .page-header-section .form-block {
        margin-bottom: unset;
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 20px; } }
    .page-header-section .form-block::before {
      content: '';
      position: absolute;
      width: 85%;
      height: 50px;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0px 12px 50px rgba(57, 56, 81, 0.1);
      top: -16px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1; }
    .page-header-section .form-block .form {
      width: 100%;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0px 12px 50px rgba(57, 56, 81, 0.1);
      position: relative;
      z-index: 2;
      padding: 40px;
      height: 530px; }
      @media screen and (max-width: 767px) {
        .page-header-section .form-block .form {
          padding: 40px 10px; } }
    .page-header-section .form-block .step {
      height: 330px !important; }
    .page-header-section .form-block .form-steps-count {
      display: flex;
      align-items: center;
      margin-bottom: 40px; }
      .page-header-section .form-block .form-steps-count .step-count {
        width: 25%;
        display: flex;
        justify-content: center;
        position: relative; }
        .page-header-section .form-block .form-steps-count .step-count span {
          display: inline-flex;
          width: 30px;
          height: 30px;
          padding-top: 4px;
          background: #cfcfcf;
          border: 4px solid #fff;
          align-items: center;
          justify-content: center;
          font-size: 14px;
          letter-spacing: -0.01em;
          text-align: center;
          color: #fff;
          border-radius: 50%;
          z-index: 2;
          transition: all 0.4s ease 0s; }
          .page-header-section .form-block .form-steps-count .step-count span::before {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            top: 0;
            bottom: 0;
            margin: auto;
            left: calc(50% + 14px);
            background-color: #3A4AE4;
            z-index: -1;
            transition: all 0.4s ease 0s; }
        .page-header-section .form-block .form-steps-count .step-count::after, .page-header-section .form-block .form-steps-count .step-count::before {
          content: '';
          display: block;
          width: 50%;
          height: 1px;
          position: absolute;
          border-top: 2px dashed #DBE0E2;
          top: 0;
          bottom: 0;
          margin: auto;
          transition: all 0.4s ease 0s; }
        .page-header-section .form-block .form-steps-count .step-count::after {
          right: 0; }
        .page-header-section .form-block .form-steps-count .step-count::before {
          left: 0;
          transform: translateX(-2px); }
        .page-header-section .form-block .form-steps-count .step-count:first-child::before {
          display: none; }
        .page-header-section .form-block .form-steps-count .step-count:last-child::after {
          display: none; }
        .page-header-section .form-block .form-steps-count .step-count.passed span {
          background-color: #6DD400;
          background-image: url("data:image/svg+xml,%3Csvg id='tick' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath id='Path_2' data-name='Path 2' d='M0,3.149,3.569,6.59,9.676,0' transform='translate(1 2.413)' fill='none' stroke='%238798a0' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-position: center;
          font-size: 0; }
          .page-header-section .form-block .form-steps-count .step-count.passed span::before {
            width: 100%; }
        .page-header-section .form-block .form-steps-count .step-count.active span {
          background: #fff;
          color: #fff;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Ccircle id='Oval' cx='12' cy='12' r='12' transform='translate(3 3)' fill='%234570fe'/%3E%3Cg id='Oval-2' data-name='Oval' fill='none' stroke='%234570fe' stroke-miterlimit='10' stroke-width='1'%3E%3Ccircle cx='15' cy='15' r='15' stroke='none'/%3E%3Ccircle cx='15' cy='15' r='14.5' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100%; }
    .page-header-section .form-block .radio-group {
      display: flex;
      flex-wrap: wrap; }
      .page-header-section .form-block .radio-group .radio-box {
        width: 50%;
        padding: 5px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .page-header-section .form-block .radio-group .radio-box {
            width: 100%; } }
        .page-header-section .form-block .radio-group .radio-box label, .page-header-section .form-block .radio-group .radio-box span {
          width: 100%;
          display: block; }
        .page-header-section .form-block .radio-group .radio-box input {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          z-index: 11;
          cursor: pointer; }
          .page-header-section .form-block .radio-group .radio-box input:checked ~ .wpcf7-list-item-label {
            border: 1px solid; }
          .page-header-section .form-block .radio-group .radio-box input:checked ~ .wpcf7-list-item-label::after {
            opacity: 1; }
          .page-header-section .form-block .radio-group .radio-box input:checked ~ .wpcf7-list-item-label::before {
            opacity: 1; }
        .page-header-section .form-block .radio-group .radio-box span.wpcf7-list-item {
          margin: 0; }
        .page-header-section .form-block .radio-group .radio-box .wpcf7-list-item-label {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column-reverse;
          height: 120px;
          width: 100%;
          border-radius: 7px;
          font-size: 14px;
          letter-spacing: -0.01em;
          line-height: 16px;
          text-align: center;
          color: #000;
          padding: 12px;
          transition: all 0.4s ease 0s;
          position: relative;
          overflow: hidden;
          background-repeat: no-repeat;
          background-position: center top 20px; }
          @media screen and (max-width: 767px) {
            .page-header-section .form-block .radio-group .radio-box .wpcf7-list-item-label {
              flex-direction: row-reverse;
              height: 55px;
              padding: 12px 12px 8px 12px; } }
          .page-header-section .form-block .radio-group .radio-box .wpcf7-list-item-label::after {
            content: '';
            width: 40px;
            height: 40px;
            transition: all 0.4s ease 0s;
            top: -20px;
            left: -20px;
            position: absolute;
            transform: rotate(45deg);
            opacity: 0; }
          .page-header-section .form-block .radio-group .radio-box .wpcf7-list-item-label::before {
            content: '';
            width: 8px;
            height: 8px;
            transition: all 0.4s ease 0s;
            top: 5px;
            left: 5px;
            position: absolute;
            opacity: 0;
            z-index: 1;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.425' height='7.46' viewBox='0 0 9.425 7.46'%3E%3Cpath id='Path_2' data-name='Path 2' d='M0,2.536l2.757,2.8L8,0' transform='translate(0.712 0.701)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: center; }
          .page-header-section .form-block .radio-group .radio-box .wpcf7-list-item-label .icon {
            width: 45px;
            height: 45px;
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            background-size: auto 100%;
            margin-bottom: 17px; }
            @media screen and (max-width: 767px) {
              .page-header-section .form-block .radio-group .radio-box .wpcf7-list-item-label .icon {
                width: 24px;
                height: 24px;
                margin-bottom: 0;
                margin-right: 10px;
                transform: translateY(-5px); } }
        .page-header-section .form-block .radio-group .radio-box:nth-child(1) .wpcf7-list-item-label {
          background-color: #FFF1F2;
          border-color: #FF546D !important; }
          .page-header-section .form-block .radio-group .radio-box:nth-child(1) .wpcf7-list-item-label::after {
            background-color: #FF546D; }
        .page-header-section .form-block .radio-group .radio-box:nth-child(2) .wpcf7-list-item-label {
          background-color: #F0F5FC;
          border-color: #2E7CE9 !important; }
          .page-header-section .form-block .radio-group .radio-box:nth-child(2) .wpcf7-list-item-label::after {
            background-color: #2E7CE9; }
        .page-header-section .form-block .radio-group .radio-box:nth-child(3) .wpcf7-list-item-label {
          background-color: #FFF6E2;
          border-color: #FE9C3B !important; }
          .page-header-section .form-block .radio-group .radio-box:nth-child(3) .wpcf7-list-item-label::after {
            background-color: #FE9C3B; }
        .page-header-section .form-block .radio-group .radio-box:nth-child(4) .wpcf7-list-item-label {
          background-color: #F8F8F8;
          border-color: #828282 !important; }
          .page-header-section .form-block .radio-group .radio-box:nth-child(4) .wpcf7-list-item-label::after {
            background-color: #828282; }
        .page-header-section .form-block .radio-group .radio-box.more-leads .wpcf7-list-item-label .icon {
          background-image: url("data:image/svg+xml,%3Csvg id='radio_copy' data-name='radio copy' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(3 3.009)'%3E%3Cpath id='Fill_1' data-name='Fill 1' d='M30.779,7.121V1.184a1.184,1.184,0,0,0-2.368,0V7.807l-5.02,5.02A14.209,14.209,0,0,0,2.31,31.436a1.184,1.184,0,0,0,1.981-1.3A11.841,11.841,0,0,1,21.71,14.508l-4.038,4.038a1.192,1.192,0,0,0-.114.1,1.15,1.15,0,0,0-.1.115l-4.075,4.076a1.184,1.184,0,1,0,1.674,1.674l3.238-3.239a4.736,4.736,0,1,1-5.039-2.244,1.184,1.184,0,1,0-.477-2.32,7.105,7.105,0,1,0,7.227,2.853l3.377-3.378A11.841,11.841,0,0,1,7.677,33.547,1.184,1.184,0,1,0,6.37,35.521,14.209,14.209,0,0,0,25.065,14.5l5.013-5.013h6.636a1.184,1.184,0,1,0,0-2.368Z' transform='translate(7.102 0)' fill='%23ff546d'/%3E%3Cpath id='Fill_3' data-name='Fill 3' d='M40.258,21.312a18.846,18.846,0,0,0-2.83-9.964A1.184,1.184,0,0,1,39.441,10.1,21.267,21.267,0,1,1,27.553.927a1.184,1.184,0,1,1-.691,2.265,18.948,18.948,0,1,0,13.4,18.12' transform='translate(0 2.357)' fill='%23ff546d'/%3E%3Cpath id='Fill_5' data-name='Fill 5' d='M22.974,9.489H29.61a1.184,1.184,0,1,0,0-2.368H23.675V1.184a1.184,1.184,0,1,0-2.368,0V7.807L10.568,18.545a1.239,1.239,0,0,0-.216.215L6.278,22.836a1.184,1.184,0,1,0,1.674,1.674l3.238-3.238a4.736,4.736,0,1,1-5.039-2.244,1.184,1.184,0,0,0-.477-2.32A7.105,7.105,0,1,0,12.9,19.562Z' transform='translate(14.207 0)' fill='%23ff546d'/%3E%3C/g%3E%3C/svg%3E%0A"); }
        .page-header-section .form-block .radio-group .radio-box.more-sales .wpcf7-list-item-label .icon {
          background-image: url("data:image/svg+xml,%3Csvg id='radio_copy_5' data-name='radio copy 5' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(3 3)'%3E%3Cpath id='Fill_1' data-name='Fill 1' d='M25.7,44.557a3.388,3.388,0,0,1-2.39-.98l-12.1-11.985a56.944,56.944,0,0,0-1.149,11.749,1.126,1.126,0,0,1-2.253,0A57.747,57.747,0,0,1,9.323,29.726L.992,21.476a3.316,3.316,0,0,1,0-4.73L16.911.98a3.4,3.4,0,0,1,4.779,0L38.921,18.041c.326-.82.613-1.629.851-2.4C41,11.63,41.014,8.768,39.8,7.13A4.44,4.44,0,0,0,36,5.549a18.545,18.545,0,0,0-4.838.63,1.141,1.141,0,0,1-.3.04A1.127,1.127,0,0,1,29.775,5.4a1.1,1.1,0,0,1,.106-.842,1.117,1.117,0,0,1,.684-.527A20.85,20.85,0,0,1,36,3.32c2.571,0,4.465.8,5.629,2.373,1.644,2.224,1.748,5.887.3,10.592a34.934,34.934,0,0,1-1.279,3.467l3.364,3.331A3.352,3.352,0,0,1,45,25.447V41.206a3.368,3.368,0,0,1-3.375,3.344ZM16.765,15.505a1.127,1.127,0,0,1,.8.327,1.109,1.109,0,0,1,0,1.576,11.293,11.293,0,0,0-1.1,1.366,26.954,26.954,0,0,0-2.584,4.552,38.449,38.449,0,0,0-2.052,5.722L24.9,42a1.151,1.151,0,0,0,.8.329l15.921-.006a1.124,1.124,0,0,0,1.126-1.115V25.447a1.11,1.11,0,0,0-.328-.787L39.65,21.916c-2.2,4.442-5.068,8.332-7.475,10.151a1.134,1.134,0,0,1-1.578-.21,1.108,1.108,0,0,1,.212-1.562c2.267-1.713,5.075-5.658,7.153-10.051L20.1,2.557a1.133,1.133,0,0,0-1.593,0L2.581,18.323a1.106,1.106,0,0,0,0,1.576L10,27.247a39.978,39.978,0,0,1,1.819-4.835,29.139,29.139,0,0,1,2.8-4.929,13.17,13.17,0,0,1,1.345-1.651A1.123,1.123,0,0,1,16.765,15.505Zm14.726,21.25a5.574,5.574,0,1,1,0-11.148,1.115,1.115,0,1,1,0,2.229,3.345,3.345,0,1,0,3.378,3.344,1.126,1.126,0,0,1,2.252,0A5.609,5.609,0,0,1,31.492,36.755Z' transform='translate(0 -0.001)' fill='%233a4ae4'/%3E%3Cpath id='Fill_3' data-name='Fill 3' d='M5.63,8.919A3.363,3.363,0,0,0,9.008,5.574a1.126,1.126,0,0,1,2.252,0A5.63,5.63,0,0,1,0,5.574,5.6,5.6,0,0,1,5.63,0,1.121,1.121,0,0,1,6.756,1.115,1.121,1.121,0,0,1,5.63,2.23a3.345,3.345,0,1,0,0,6.689' transform='translate(25.862 25.605)' fill='%233a4ae4'/%3E%3C/g%3E%3C/svg%3E%0A"); }
        .page-header-section .form-block .radio-group .radio-box.better-website .wpcf7-list-item-label .icon {
          background-image: url("data:image/svg+xml,%3Csvg id='radio_copy_5' data-name='radio copy 5' xmlns='http://www.w3.org/2000/svg' width='44.643' height='42.812' viewBox='0 0 44.643 42.812'%3E%3Cg id='Group_11' data-name='Group 11' transform='translate(-0.179 -0.154)'%3E%3Cpath id='Fill_1' data-name='Fill 1' d='M.425,1.156a.619.619,0,0,0,.731.48.206.206,0,0,1,.083.4A1.03,1.03,0,1,1,2.04.822a.206.206,0,1,1-.4.083.618.618,0,0,0-1.211.251' transform='translate(4.179 3.405)' fill='%23ffb500'/%3E%3Cpath id='Fill_3' data-name='Fill 3' d='M1.445,1.276A.618.618,0,0,0,1.489.4.206.206,0,0,1,1.795.126,1.03,1.03,0,1,1,.339.053.206.206,0,0,1,.616.359a.618.618,0,1,0,.829.917' transform='translate(7.327 3.619)' fill='%23ffb500'/%3E%3Cpath id='Fill_5' data-name='Fill 5' d='M.944.419a.618.618,0,0,0-.526.7.206.206,0,1,1-.408.058,1.03,1.03,0,1,1,1.164.877.206.206,0,1,1-.058-.408A.618.618,0,0,0,.944.419' transform='translate(10.308 3.405)' fill='%23ffb500'/%3E%3Cpath id='Fill_7' data-name='Fill 7' d='M41.295,42.812H3.348A3.352,3.352,0,0,1,0,39.464V3.348A3.352,3.352,0,0,1,3.348,0H41.295a3.352,3.352,0,0,1,3.348,3.348V39.464A3.352,3.352,0,0,1,41.295,42.812ZM2.232,8.956V39.464A1.117,1.117,0,0,0,3.348,40.58H41.295a1.117,1.117,0,0,0,1.116-1.116V3.348a1.117,1.117,0,0,0-1.116-1.116H3.348A1.117,1.117,0,0,0,2.232,3.348V6.724h36.9a1.116,1.116,0,1,1,0,2.232Z' transform='translate(0.179 0.154)' fill='%23ffb500'/%3E%3Cpath id='Stroke_9' data-name='Stroke 9' d='M32.482,11.729V24.172H0V0H32.482' transform='translate(6.283 13.33)' fill='none' stroke='%23ffb500' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A"); }
        .page-header-section .form-block .radio-group .radio-box.all .wpcf7-list-item-label .icon {
          background-image: url("data:image/svg+xml,%3Csvg id='radio_copy_5' data-name='radio copy 5' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(3 3)'%3E%3Cpath id='Fill_1' data-name='Fill 1' d='M25.743,42.942,20.184,29.976a1.125,1.125,0,1,1,2.067-.886l5.56,12.967a1.144,1.144,0,0,0,2.137-.089l12.736-38.2a1.147,1.147,0,0,0-1.45-1.45L3.035,15.047a1.146,1.146,0,0,0-.089,2.142l16.288,6.979L37.959,5.45A1.125,1.125,0,1,1,39.55,7.041L20.286,26.3A1.127,1.127,0,0,1,19,26.517L2.06,19.256a3.4,3.4,0,0,1,.263-6.344L40.524.18a3.4,3.4,0,0,1,4.3,4.3l-12.736,38.2a3.394,3.394,0,0,1-6.34.263' transform='translate(0 0)' fill='%23535353'/%3E%3Cpath id='Fill_3' data-name='Fill 3' d='M.23,19.047,18.954.329A1.125,1.125,0,0,1,20.546,1.92L1.282,21.177A1.126,1.126,0,0,1,0,21.4' transform='translate(18.977 5.12)' fill='%23535353'/%3E%3C/g%3E%3C/svg%3E%0A"); }
        .page-header-section .form-block .radio-group .radio-box.locally .wpcf7-list-item-label .icon {
          background-image: url("data:image/svg+xml,%3Csvg id='radio_copy' data-name='radio copy' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg id='Group_5_Copy' data-name='Group 5 Copy' transform='translate(5 5.006)'%3E%3Cpath id='Fill_1' data-name='Fill 1' d='M20,39.988A53.831,53.831,0,0,1,5.826,38.363C2.015,37.262,0,35.75,0,33.988c0-1.36,1.248-2.605,3.61-3.6a33.813,33.813,0,0,1,9.295-2.052l-.122-.145C9.535,24.324,7.437,20.7,6.549,17.41a13.247,13.247,0,0,1-.485-3.443,13.967,13.967,0,1,1,27.934,0,13.155,13.155,0,0,1-.4,3.143c-.836,3.389-2.961,7.126-6.315,11.108A58.257,58.257,0,0,1,22.745,33c-.52.489-1.024.948-1.5,1.363-.32.28-.512.44-.58.5l-.637.525-.636-.527c-.063-.052-.244-.2-.58-.5-.482-.423-.985-.884-1.5-1.369-.961-.912-1.888-1.85-2.757-2.786a45.651,45.651,0,0,0-7.742,1.219C3.508,32.292,2,33.362,2,33.988s1.508,1.7,4.82,2.569A54.236,54.236,0,0,0,20,37.988a54.24,54.24,0,0,0,13.181-1.432C36.492,35.685,38,34.614,38,33.988c0-.892-2.688-2.31-7.67-3.181a1,1,0,0,1,.171-1.984,1.012,1.012,0,0,1,.174.015C36.775,29.9,40,31.685,40,33.988c0,1.762-2.014,3.275-5.826,4.375A53.832,53.832,0,0,1,20,39.988Zm0-12a1,1,0,1,1,0,2c-.945,0-1.894.019-2.822.056.487.5,1,1,1.516,1.49.452.428.9.842,1.34,1.23.439-.388.89-.8,1.337-1.221a55.929,55.929,0,0,0,4.379-4.617c3.154-3.745,5.14-7.21,5.9-10.3A11.192,11.192,0,0,0,32,13.966a11.967,11.967,0,0,0-23.934,0,11.255,11.255,0,0,0,.416,2.921c.812,3.005,2.775,6.375,5.834,10.014.334.4.693.811,1.066,1.229C16.87,28.037,18.424,27.99,20,27.99Z' transform='translate(0 0)' fill='%23ff546d'/%3E%3Cpath id='Fill_3' data-name='Fill 3' d='M10,6A4,4,0,0,0,6,2,1,1,0,0,1,6,0,6,6,0,1,1,0,6,1,1,0,0,1,2,6a4,4,0,0,0,8,0' transform='translate(14 7.98)' fill='%23ff546d'/%3E%3C/g%3E%3C/svg%3E%0A"); }
        .page-header-section .form-block .radio-group .radio-box.nationally .wpcf7-list-item-label .icon {
          background-image: url("data:image/svg+xml,%3Csvg id='radio_copy_5' data-name='radio copy 5' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(7 3)'%3E%3Cpath id='Fill_1' data-name='Fill 1' d='M3.346,44.591A3.35,3.35,0,0,1,0,41.245V25.635a1.118,1.118,0,0,0,1.115,1.109H2.231v14.5a1.116,1.116,0,1,0,2.231,0v-11.1l1.115-1.115a1.116,1.116,0,0,1,1.115,1.115v11.1A3.35,3.35,0,0,1,3.346,44.591ZM34.372,26.743H2.231V24.512H1.115A1.116,1.116,0,0,0,0,25.56H0V1.115a1.116,1.116,0,0,1,2.231,0v23.4H32.516l-6.358-7.941a3.324,3.324,0,0,1,0-4.18l6.361-7.957H5.577a1.116,1.116,0,0,1,0-2.231H34.372a1.338,1.338,0,0,1,1.046,2.175L27.9,13.787a1.106,1.106,0,0,0,0,1.391l7.523,9.4a1.34,1.34,0,0,1-1.05,2.17Z' transform='translate(0.152 0.204)' fill='%233a4ae4'/%3E%3Cpath id='Fill_3' data-name='Fill 3' d='M3.346,44.591A3.35,3.35,0,0,1,0,41.245V25.635a1.118,1.118,0,0,0,1.115,1.109H2.231v14.5a1.116,1.116,0,1,0,2.231,0v-11.1l1.115-1.115a1.116,1.116,0,0,1,1.115,1.115v11.1A3.35,3.35,0,0,1,3.346,44.591ZM0,25.56H0V1.115a1.116,1.116,0,0,1,2.231,0v23.4H1.115A1.116,1.116,0,0,0,0,25.56Z' transform='translate(0.152 0.204)' fill='%233a4ae4'/%3E%3C/g%3E%3C/svg%3E%0A"); }
        .page-header-section .form-block .radio-group .radio-box.internationally .wpcf7-list-item-label .icon {
          background-image: url("data:image/svg+xml,%3Csvg id='radio_copy_5' data-name='radio copy 5' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(5 5)'%3E%3Cpath id='Fill_1' data-name='Fill 1' d='M20,40A20,20,0,0,1,5.858,5.858,20,20,0,0,1,34.142,34.142,19.869,19.869,0,0,1,20,40ZM6.324,8.3A18,18,0,1,0,34.8,30.244a.616.616,0,0,0-.106-.495c-.232-.288-.842-.438-2.331-.574l-.093-.007c-.253.753-.9,1.075-2.174,1.075a12.625,12.625,0,0,1-1.509-.108,9.142,9.142,0,0,0-1.079-.082,1.212,1.212,0,0,0-.937.264c-.21.232-.217.622-.161,1.176.017.168.039.328.079.6.081.539.1.68.116.939a4.512,4.512,0,0,1-.086,1.117,1,1,0,0,1-1.966-.369,2.619,2.619,0,0,0,.057-.618c-.011-.168-.025-.276-.1-.776-.045-.31-.071-.493-.09-.7A3.374,3.374,0,0,1,25.07,29a3.458,3.458,0,0,1,2.674-.924,9.082,9.082,0,0,1,1.089.071,11.343,11.343,0,0,0,1.307.1c.114,0,.214,0,.3-.012.2-.721.755-1.071,1.7-1.071.128,0,.265.006.407.019a6.673,6.673,0,0,1,3.489,1A17.809,17.809,0,0,0,38,20,18,18,0,0,0,8.149,6.451a1.188,1.188,0,0,1-.057.168c-.137.567.03,1.512,1.6,2.792A6.14,6.14,0,0,1,12.4,14.279a4.171,4.171,0,0,0,.191,1.078,1.954,1.954,0,0,0,.232.45c.571.826.694,1.683.8,4.01.009.217.015.345.021.462l.006.122c.117,2.345.431,3.352,1.12,3.592a1.71,1.71,0,0,0,.564.1,3.313,3.313,0,0,0,2.52-1.82,10.785,10.785,0,0,0,1.464-4.733c.23-2.563,1-3.69,2.828-4.158l.128-.032c.733-.184.848-.278,1.025-.835a5.548,5.548,0,0,1,.408-.944,10.683,10.683,0,0,1,.608-.989c.139-.2.693-.991.694-.992a7.263,7.263,0,0,0,1.376-2.741,1,1,0,0,1,1.958.407,9.09,9.09,0,0,1-1.735,3.539l-.067.094c-.659.94-.816,1.164-.94,1.381-.032.059-.064.116-.1.192l-.029.053a3.553,3.553,0,0,0-.264.607,2.887,2.887,0,0,1-2.445,2.17l-.12.03c-.912.233-1.164.54-1.33,2.4C20.88,22.5,18.332,26.1,15.382,26.1a3.861,3.861,0,0,1-1.274-.222c-1.884-.657-2.306-2.327-2.458-5.38-.008-.164-.014-.3-.027-.594-.083-1.874-.192-2.594-.446-2.965a3.861,3.861,0,0,1-.468-.908,5.825,5.825,0,0,1-.3-1.558A4.224,4.224,0,0,0,8.43,10.962,6.7,6.7,0,0,1,6.324,8.3Z' transform='translate(0 0)' fill='%23ffb500'/%3E%3Cpath id='Fill_3' data-name='Fill 3' d='M19.217,28.921a1,1,0,0,1-.984-1.185,2.609,2.609,0,0,0,.057-.618c-.012-.175-.028-.3-.1-.776-.042-.285-.068-.48-.09-.7a3.374,3.374,0,0,1,.646-2.691,3.458,3.458,0,0,1,2.674-.925,9.077,9.077,0,0,1,1.088.071,11.343,11.343,0,0,0,1.307.1c.114,0,.214,0,.3-.012.2-.72.754-1.071,1.7-1.071.128,0,.266.007.409.019a6.67,6.67,0,0,1,3.489,1L28.479,24.2a.616.616,0,0,0-.106-.5c-.233-.288-.843-.438-2.331-.574l-.056-.005-.036,0c-.254.753-.9,1.075-2.173,1.075a12.6,12.6,0,0,1-1.51-.108,9.133,9.133,0,0,0-1.078-.082,1.211,1.211,0,0,0-.937.265c-.21.232-.217.622-.161,1.177.017.173.041.345.079.6.08.539.1.679.116.939a4.518,4.518,0,0,1-.087,1.117A1,1,0,0,1,19.217,28.921ZM9.059,20.056h0a3.862,3.862,0,0,1-1.274-.222c-1.884-.658-2.306-2.328-2.458-5.38-.008-.164-.014-.3-.028-.594-.083-1.876-.192-2.6-.446-2.964a3.966,3.966,0,0,1-.468-.908,5.807,5.807,0,0,1-.3-1.559,4.223,4.223,0,0,0-1.98-3.514A6.705,6.705,0,0,1,0,2.249L1.825.4a1.092,1.092,0,0,1-.057.168c-.137.567.03,1.512,1.6,2.793A6.138,6.138,0,0,1,6.076,8.232a4.113,4.113,0,0,0,.192,1.078,1.893,1.893,0,0,0,.231.45c.571.826.694,1.683.8,4.01l.012.267c.006.128.01.217.015.317.117,2.345.431,3.352,1.12,3.592a1.71,1.71,0,0,0,.564.1,3.313,3.313,0,0,0,2.52-1.82,10.785,10.785,0,0,0,1.464-4.733c.23-2.563,1-3.69,2.827-4.157l.128-.033c.734-.184.849-.278,1.026-.834a5.451,5.451,0,0,1,.407-.945,10.929,10.929,0,0,1,.609-.989c.127-.187.687-.984.694-.992l0,0A7.268,7.268,0,0,0,20.059.8,1,1,0,0,1,21.241.021,1,1,0,0,1,22.018,1.2a9.1,9.1,0,0,1-1.736,3.538l-.067.1C19.539,5.8,19.4,6,19.275,6.217l-.058.108-.045.084-.029.053a3.553,3.553,0,0,0-.264.607,2.887,2.887,0,0,1-2.445,2.17l-.119.03c-.912.233-1.164.54-1.331,2.4C14.557,16.449,12.009,20.056,9.059,20.056Z' transform='translate(6.324 6.011)' fill='%23ffb500'/%3E%3C/g%3E%3C/svg%3E%0A"); }
        .page-header-section .form-block .radio-group .radio-box.google .wpcf7-list-item-label .icon {
          background-image: url("data:image/svg+xml,%3Csvg id='radio_copy' data-name='radio copy' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath id='Path' d='M15,13.333H29.222a17.373,17.373,0,0,1,.112,1.973,14.6,14.6,0,0,1-4.463,11,14.287,14.287,0,0,1-9.9,3.625A14.966,14.966,0,1,1,14.967,0,14.383,14.383,0,0,1,24.98,3.9L22.543,6.333a10.7,10.7,0,0,0-7.543-3,11.667,11.667,0,1,0,0,23.333,11.027,11.027,0,0,0,10.962-10H15Z' transform='translate(10 10)' fill='%23ff546d'/%3E%3C/svg%3E%0A"); }
        .page-header-section .form-block .radio-group .radio-box.facebook .wpcf7-list-item-label .icon {
          background-image: url("data:image/svg+xml,%3Csvg id='radio_copy_5' data-name='radio copy 5' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath id='Path' d='M10,11.667h7.5L16.667,15H10V30H6.667V15H0V11.667H6.667V8.547c0-2.972.31-4.05.89-5.137A6.058,6.058,0,0,1,10.077.89C11.163.31,12.242,0,15.213,0A9.318,9.318,0,0,1,17.5.25V3.333H15.213c-2.207,0-2.878.13-3.563.5A2.712,2.712,0,0,0,10.5,4.983c-.367.685-.5,1.357-.5,3.563Z' transform='translate(16 10)' fill='%233a4ae4'/%3E%3C/svg%3E%0A"); }
        .page-header-section .form-block .radio-group .radio-box.email .wpcf7-list-item-label .icon {
          background-image: url("data:image/svg+xml,%3Csvg id='radio_copy_5' data-name='radio copy 5' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg id='mail' transform='translate(5 11)'%3E%3Cpath id='Shape' d='M37,28H3a3,3,0,0,1-3-3V3A3,3,0,0,1,3,0H37a3,3,0,0,1,3,3V25A3,3,0,0,1,37,28ZM15.086,14.454h0L3.6,26H36.091l-8.809-8.846A1,1,0,1,1,28.7,15.743L38,25.079c0-.023,0-.047,0-.079V3a.953.953,0,0,0-.009-.134L21.721,17.431a2.915,2.915,0,0,1-1.68.531,3.236,3.236,0,0,1-1.872-.62l-3.083-2.888ZM3,2A1,1,0,0,0,2,3V24.768L13.625,13.087,5.775,5.736a1,1,0,0,1-.046-1.413,1,1,0,0,1,1.413-.047L19.426,15.792a1.083,1.083,0,0,0,.615.192.8.8,0,0,0,.439-.117L35.96,2Z' fill='%23ffb500'/%3E%3C/g%3E%3C/svg%3E%0A"); }
    .page-header-section .form-block .input-group {
      margin-bottom: 16px; }
      .page-header-section .form-block .input-group label {
        font-size: 14px;
        letter-spacing: -0.01em;
        color: #000; }
      .page-header-section .form-block .input-group input {
        font-weight: normal;
        font-size: 14px;
        letter-spacing: -0.01em;
        line-height: 14px;
        color: #8798a0;
        padding: 5px 0;
        border: 0;
        border-bottom: 1px solid #E1E5E7;
        width: 100%; }
      .page-header-section .form-block .input-group .intl-tel-input.allow-dropdown input, .page-header-section .form-block .input-group .intl-tel-input.allow-dropdown input[type=tel], .page-header-section .form-block .input-group .intl-tel-input.allow-dropdown input[type=text], .page-header-section .form-block .input-group .intl-tel-input.separate-dial-code input, .page-header-section .form-block .input-group .intl-tel-input.separate-dial-code input[type=tel], .page-header-section .form-block .input-group .intl-tel-input.separate-dial-code input[type=text] {
        padding-left: 60px !important; }
      .page-header-section .form-block .input-group .intl-tel-input .selected-flag .iti-arrow {
        top: 35%;
        margin-top: -2px;
        right: 0;
        border-left: unset;
        border-right: unset;
        border-top: unset;
        width: 8px;
        height: 8px;
        border: 2px solid #8798A0;
        transform: rotate(45deg);
        border-width: 0 2px 2px 0; }
    .page-header-section .form-block .cf7mls_next.action-button, .page-header-section .form-block .wpcf7-submit {
      border-radius: 6px;
      background: #FF546D;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.04);
      padding: 15px 15px 22px 15px;
      width: 100%;
      text-align: center !important;
      background-image: url("data:image/svg+xml,%3Csvg id='arrow' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(0 2)'%3E%3Cg id='Group' transform='translate(9.397 11.111) rotate(-90)'%3E%3Cpath id='Path_Copy' data-name='Path Copy' d='M0,0,5.737,5.737' transform='translate(0 0)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path_Copy_2' data-name='Path Copy 2' d='M0,5.737,5.737,0' transform='translate(4.51 0)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3Cpath id='Path' d='M14.222.444H0' transform='translate(0 5.333)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center right 40%;
      transition: all 0.4s ease 0s;
      color: #ffffff;
      height: 57px; }
      @media screen and (max-width: 767px) {
        .page-header-section .form-block .cf7mls_next.action-button, .page-header-section .form-block .wpcf7-submit {
          background-position: center right 25%; } }
    .page-header-section .form-block .wpcf7-submit {
      width: 60%;
      margin-left: auto;
      padding: 15px 15px 10px 15px;
      background-position: center right 30%; }
      @media screen and (max-width: 767px) {
        .page-header-section .form-block .wpcf7-submit {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .page-header-section .form-block .wpcf7-submit {
          background-position: center right 20%; } }
      .page-header-section .form-block .wpcf7-submit:hover {
        background-position: center right 28%; }
      .page-header-section .form-block .wpcf7-submit:disabled {
        opacity: 0.5; }
    .page-header-section .form-block .cf7mls_back.action-button {
      width: 30%;
      border: 0;
      background: none;
      font-size: 14px;
      line-height: 16px;
      color: #000;
      text-align: left;
      padding: 10px 5px 6px 0;
      padding-left: 30px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='arrow' transform='translate(16 16) rotate(180)'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(0 2)'%3E%3Cg id='Group' transform='translate(9.397 11.111) rotate(-90)'%3E%3Cpath id='Path_Copy' data-name='Path Copy' d='M0,0,5.737,5.737' transform='translate(0 0)' fill='none' stroke='%23FF546D' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path_Copy_2' data-name='Path Copy 2' d='M0,5.737,5.737,0' transform='translate(4.51 0)' fill='none' stroke='%23FF546D' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3Cpath id='Path' d='M14.222.444H0' transform='translate(0 5.333)' fill='none' stroke='%23FF546D' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center left;
      transition: all 0.4s ease 0s;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .page-header-section .form-block .cf7mls_back.action-button {
          width: 40%; } }
      .page-header-section .form-block .cf7mls_back.action-button ~ .cf7mls_next.action-button, .page-header-section .form-block .cf7mls_back.action-button ~ .wpcf7-submit {
        width: 60%;
        margin: 0;
        margin-left: auto;
        background-position: center right 35%; }
        @media screen and (max-width: 767px) {
          .page-header-section .form-block .cf7mls_back.action-button ~ .cf7mls_next.action-button, .page-header-section .form-block .cf7mls_back.action-button ~ .wpcf7-submit {
            width: 50%; } }
    .page-header-section .form-block fieldset {
      padding: 0;
      border: 0 !important; }
    .page-header-section .form-block .fieldset-cf7mls {
      display: flex;
      flex-wrap: wrap; }
      .page-header-section .form-block .fieldset-cf7mls:last-of-type {
        flex-direction: row-reverse; }
    .page-header-section .form-block .form-steps {
      width: 100%; }
      .page-header-section .form-block .form-steps .step .step-label p {
        text-align: center;
        color: #00005e;
        margin: 0;
        margin-bottom: 20px; }
        @media screen and (max-width: 575px) {
          .page-header-section .form-block .form-steps .step .step-label p {
            font-size: 14px; } }
        .page-header-section .form-block .form-steps .step .step-label p span {
          font-family: 'Objectivity Bold';
          font-weight: bold; }
    .page-header-section .form-block form.wpcf7-form.sent fieldset {
      display: none !important; }
    .page-header-section .form-block .wpcf7-response-output {
      height: 450px;
      border: 0 !important;
      background-image: url("data:image/svg+xml,%3Csvg id='icon_big_copy' data-name='icon big copy' xmlns='http://www.w3.org/2000/svg' width='150' height='150' viewBox='0 0 150 150'%3E%3Ccircle id='Oval_Copy_3' data-name='Oval Copy 3' cx='55.5' cy='55.5' r='55.5' transform='translate(21 39)' fill='rgba(71,108,255,0.1)'/%3E%3Cg id='Oval_Copy_5' data-name='Oval Copy 5' transform='translate(140 88)' fill='none' stroke='%23ff546d' stroke-miterlimit='10' stroke-width='1'%3E%3Ccircle cx='4.5' cy='4.5' r='4.5' stroke='none'/%3E%3Ccircle cx='4.5' cy='4.5' r='4' fill='none'/%3E%3C/g%3E%3Cg id='Oval_Copy_3-2' data-name='Oval Copy 3' transform='translate(113 9)' fill='none' stroke='%23466bff' stroke-miterlimit='10' stroke-width='1'%3E%3Ccircle cx='3.5' cy='3.5' r='3.5' stroke='none'/%3E%3Ccircle cx='3.5' cy='3.5' r='3' fill='none'/%3E%3C/g%3E%3Ccircle id='Oval_Copy_4' data-name='Oval Copy 4' cx='3.5' cy='3.5' r='3.5' transform='translate(9 4)' fill='%23ffb500'/%3E%3Ccircle id='Oval_Copy_3-3' data-name='Oval Copy 3' cx='4.5' cy='4.5' r='4.5' transform='translate(0 120)' fill='%233a4ae4'/%3E%3Cg id='_18_business-office' data-name='18 – business-office'%3E%3Crect id='body' width='150' height='150' fill='none'/%3E%3Cg id='icon' transform='translate(7.5 7.5)'%3E%3Cpath id='Rectangle' d='M.916,34.831a1,1,0,0,1,1.354-1.272l34.822,16.25a.5.5,0,0,0,.64-.2L66.643,1.429a1,1,0,0,1,1.715,0L97.268,49.614a.5.5,0,0,0,.64.2l34.822-16.25a1,1,0,0,1,1.354,1.272L107.5,102.5l18.964,28.445a1,1,0,0,1-.832,1.555H9.369a1,1,0,0,1-.832-1.555L27.5,102.5Z' transform='translate(0)' fill='none' stroke='%233a4ae4' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath id='Path_262' data-name='Path 262' d='M0,2.5H80' transform='translate(27.5 100)' fill='none' stroke='%23ff546d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center top 50px;
      display: flex;
      align-items: center;
      text-align: center;
      font-size: 0.889rem;
      line-height: 1.5;
      color: #5f5f5f;
      flex-direction: column;
      padding-top: 250px; }
      .page-header-section .form-block .wpcf7-response-output h6 {
        font-family: 'Objectivity Bold';
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.3px;
        text-align: center;
        color: #000000; }
      .page-header-section .form-block .wpcf7-response-output p {
        margin-top: 14px; }
      .page-header-section .form-block .wpcf7-response-output a {
        color: #3A4AE4;
        text-decoration: underline; }
  .page-header-section button.cf7mls_next.cf7mls_btn.action-button {
    margin: 0; }
  .page-header-section .arrow-to-form {
    text-align: end;
    margin-top: -110px;
    transform: translateX(-80px);
    margin-bottom: -100px; }

.logo-list-section {
  padding: 30px 0; }
  .logo-list-section .logos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-right: 30px; }
    @media screen and (max-width: 991px) {
      .logo-list-section .logos {
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .logo-list-section .logos {
        flex-wrap: wrap; } }

.why-our-clients-love-us {
  padding-top: 170px; }
  @media screen and (max-width: 991px) {
    .why-our-clients-love-us {
      padding-top: 50px; } }
  .why-our-clients-love-us .container {
    position: relative; }
  .why-our-clients-love-us .bg-element1 {
    top: 100px;
    left: -100px; }
    @media screen and (max-width: 991px) {
      .why-our-clients-love-us .bg-element1 {
        top: -20px;
        left: 0 !important;
        transform: translateX(-50%); } }
  .why-our-clients-love-us .bg-element2 {
    right: 0;
    bottom: 0;
    transform: translateX(100%); }
    @media screen and (max-width: 991px) {
      .why-our-clients-love-us .bg-element2 {
        transform: none; } }
  .why-our-clients-love-us h2 {
    text-align: center;
    margin-bottom: 5px; }
  .why-our-clients-love-us .description {
    text-align: center; }
  .why-our-clients-love-us .testimonial .image-block {
    padding: 20px; }
    @media screen and (max-width: 991px) {
      .why-our-clients-love-us .testimonial .image-block {
        padding: 0; } }
  .why-our-clients-love-us .testimonial .row {
    align-items: center;
    padding: 80px 0; }
    @media screen and (max-width: 991px) {
      .why-our-clients-love-us .testimonial .row {
        padding: 30px 0; } }
  .why-our-clients-love-us .testimonial .headshot {
    position: relative;
    height: 100%;
    min-height: 480px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 22px 25px 54px rgba(0, 0, 0, 0.2);
    width: 448px;
    margin: 0 auto;
    max-width: 100%; }
    @media screen and (max-width: 991px) {
      .why-our-clients-love-us .testimonial .headshot {
        width: 400px;
        max-width: 100%;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .why-our-clients-love-us .testimonial .headshot {
        width: 273px;
        min-height: 287px;
        box-shadow: unset; } }
    .why-our-clients-love-us .testimonial .headshot .content {
      background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.04);
      width: 100%;
      height: 50%;
      padding: 30px;
      position: absolute;
      bottom: 0;
      left: 0;
      display: flex;
      justify-content: flex-end;
      flex-direction: column; }
    .why-our-clients-love-us .testimonial .headshot .name {
      font-size: 1.111rem;
      letter-spacing: -0.01em;
      color: #fff; }
    .why-our-clients-love-us .testimonial .headshot .designation {
      font-size: 14px;
      letter-spacing: -0.01em;
      color: #fff;
      font-family: 'Objectivity Light'; }
  .why-our-clients-love-us .testimonial .message {
    height: 200px;
    padding-top: 90px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='103' height='103' viewBox='0 0 103 103'%3E%3Cdefs%3E%3Cfilter id='Rectangle' x='0' y='0' width='103' height='103' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='5' dy='5' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='7.5' result='blur'/%3E%3CfeFlood flood-opacity='0.039'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Group_40' data-name='Group 40' transform='translate(17.5 17.5)'%3E%3Cg transform='matrix(1, 0, 0, 1, -17.5, -17.5)' filter='url(%23Rectangle)'%3E%3Crect id='Rectangle-2' data-name='Rectangle' width='58' height='58' transform='translate(17.5 17.5)' fill='%23ffdd92'/%3E%3C/g%3E%3Cpath id='_copy' data-name='“ copy' d='M24.218,25C20.5,25,18,21.846,18,17.152A24.477,24.477,0,0,1,20.223,7.1,16.782,16.782,0,0,1,25.963,0L30,3.027a13.8,13.8,0,0,0-5.563,10.651,5.382,5.382,0,0,1,3.913,1.555A5.815,5.815,0,0,1,29.891,19.4,5.454,5.454,0,0,1,24.218,25Zm-18,0C2.5,25,0,21.846,0,17.152A24.684,24.684,0,0,1,2.209,7.1,16.9,16.9,0,0,1,7.854,0L12,3.027A13.8,13.8,0,0,0,6.437,13.677,5.155,5.155,0,0,1,10.3,15.233,5.912,5.912,0,0,1,11.782,19.4a5.656,5.656,0,0,1-1.555,4.022A5.557,5.557,0,0,1,6.218,25Z' transform='translate(14 17)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: top -15px left -15px;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 24px; }
    @media screen and (max-width: 991px) {
      .why-our-clients-love-us .testimonial .message {
        background-position: center top -15px;
        text-align: center;
        height: unset; } }
    .why-our-clients-love-us .testimonial .message p {
      font-family: 'Objectivity Medium Slanted';
      font-weight: 500; }
  .why-our-clients-love-us .testimonial .content-block p.sub {
    font-family: 'Objectivity Medium Slanted';
    font-weight: 500; }
    @media screen and (max-width: 991px) {
      .why-our-clients-love-us .testimonial .content-block p.sub {
        text-align: center; } }
  .why-our-clients-love-us .testimonial .other-details {
    border: 1px solid #EBEBEC;
    border-width: 1px 0;
    padding: 24px 0 20px 0;
    display: flex;
    margin-top: 15px;
    margin-bottom: 100px; }
    @media screen and (max-width: 991px) {
      .why-our-clients-love-us .testimonial .other-details {
        justify-content: center; } }
    .why-our-clients-love-us .testimonial .other-details .detail {
      margin-right: 50px; }
      @media screen and (max-width: 991px) {
        .why-our-clients-love-us .testimonial .other-details .detail {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          margin: 0; } }
      .why-our-clients-love-us .testimonial .other-details .detail .value {
        display: block;
        font-size: 24px;
        font-family: 'Objectivity Medium';
        font-weight: 500;
        letter-spacing: -0.01em;
        line-height: 24px;
        color: #00005e;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='arrow' transform='translate(0 16) rotate(-90)'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(0 2)'%3E%3Cg id='Group' transform='translate(9.397 11.111) rotate(-90)'%3E%3Cpath id='Path_Copy' data-name='Path Copy' d='M0,0,5.737,5.737' transform='translate(0 0)' fill='none' stroke='%236dd400' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path_Copy_2' data-name='Path Copy 2' d='M0,5.737,5.737,0' transform='translate(4.51 0)' fill='none' stroke='%236dd400' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3Cpath id='Path' d='M14.222.444H0' transform='translate(0 5.333)' fill='none' stroke='%236dd400' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: left top 1px;
        padding-left: 20px; }
        @media screen and (max-width: 991px) {
          .why-our-clients-love-us .testimonial .other-details .detail .value {
            text-align: center; } }
      .why-our-clients-love-us .testimonial .other-details .detail .label {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #59688e;
        margin-top: 5px; }
        @media screen and (max-width: 991px) {
          .why-our-clients-love-us .testimonial .other-details .detail .label {
            text-align: center; } }
  .why-our-clients-love-us .slick-arrow {
    font-size: 0;
    width: 32px;
    height: 32px;
    background: transparent;
    border: 1px solid #00005e;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.841' height='11.661' viewBox='0 0 15.841 11.661'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(0 -0.157)'%3E%3Cg id='Group' transform='translate(9.397 11.111) rotate(-90)'%3E%3Cpath id='Path_Copy' data-name='Path Copy' d='M0,0,5.737,5.737' transform='translate(0 0)' fill='none' stroke='%2300005e' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path_Copy_2' data-name='Path Copy 2' d='M0,5.737,5.737,0' transform='translate(4.51 0)' fill='none' stroke='%2300005e' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3Cpath id='Path' d='M14.222.444H0' transform='translate(0 5.333)' fill='none' stroke='%2300005e' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    bottom: 130px;
    left: calc(50% + 60px);
    opacity: 0.5;
    transition: all 0.4s ease 0s; }
    .why-our-clients-love-us .slick-arrow:hover {
      opacity: 1; }
    @media screen and (max-width: 991px) {
      .why-our-clients-love-us .slick-arrow {
        left: 0;
        right: 0;
        margin: auto;
        bottom: 80px;
        transform: translateX(60%); } }
    .why-our-clients-love-us .slick-arrow.slick-next {
      transform: rotate(180deg);
      left: calc(50% + 20px); }
      @media screen and (max-width: 991px) {
        .why-our-clients-love-us .slick-arrow.slick-next {
          left: 0;
          right: 0;
          margin: auto;
          transform: rotate(180deg) translateX(60%); } }

.we-have-one-mission {
  padding-top: 0; }
  .we-have-one-mission h2 {
    margin-bottom: 40px;
    width: 420px;
    max-width: 100%; }
    @media screen and (max-width: 991px) {
      .we-have-one-mission h2 {
        text-align: center;
        width: 100%; } }
  @media screen and (max-width: 991px) {
    .we-have-one-mission .button-block {
      text-align: center; } }
  .we-have-one-mission .row {
    align-items: center; }
  .we-have-one-mission .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 541px;
    height: 541px;
    max-width: 100%; }
    @media screen and (max-width: 1200px) {
      .we-have-one-mission .list {
        height: 480px; } }
    @media screen and (max-width: 991px) {
      .we-have-one-mission .list {
        margin: 0 auto;
        margin-bottom: 40px;
        flex-direction: column;
        height: unset; } }
    @media screen and (max-width: 767px) {
      .we-have-one-mission .list {
        flex-direction: column;
        height: unset; } }
    .we-have-one-mission .list::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: rgba(255, 221, 146, 0.15);
      z-index: -1; }
      @media screen and (max-width: 991px) {
        .we-have-one-mission .list::before {
          width: 450px;
          height: 450px;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; } }
      @media screen and (max-width: 991px) {
        .we-have-one-mission .list::before {
          width: 350px;
          height: 350px; } }
    .we-have-one-mission .list .bg-element1 {
      bottom: 50px;
      left: 0;
      transform: translateX(-200%); }
      @media screen and (max-width: 991px) {
        .we-have-one-mission .list .bg-element1 {
          bottom: -150px;
          transform: none; } }
    .we-have-one-mission .list .group {
      text-align: center;
      padding: 40px 20px;
      background: #fff;
      box-shadow: 0px 24px 50px rgba(0, 0, 0, 0.06);
      width: 174px;
      height: 230px;
      max-width: 32%;
      transform: translateY(50px); }
      @media screen and (max-width: 991px) {
        .we-have-one-mission .list .group {
          transform: none !important;
          margin-bottom: 10px;
          max-width: unset;
          display: flex;
          align-items: center;
          width: 350px;
          height: unset;
          padding: 16px 20px; } }
      .we-have-one-mission .list .group:nth-of-type(2) {
        transform: translateY(-50px); }
        @media screen and (max-width: 767px) {
          .we-have-one-mission .list .group:nth-of-type(2) {
            transform: none; } }
    .we-have-one-mission .list .icon {
      margin-bottom: 24px; }
      @media screen and (max-width: 991px) {
        .we-have-one-mission .list .icon {
          margin-bottom: 0;
          margin-right: 20px; } }
    .we-have-one-mission .list .value {
      font-size: 32px;
      letter-spacing: -0.01em;
      line-height: 32px;
      color: #000;
      font-family: 'Objectivity Medium';
      font-weight: 500; }
      @media screen and (max-width: 991px) {
        .we-have-one-mission .list .value {
          margin-right: 20px; } }
    .we-have-one-mission .list .label {
      font-size: 16px;
      color: #59688e;
      margin-top: 8px; }
      @media screen and (max-width: 991px) {
        .we-have-one-mission .list .label {
          text-align: left; } }

.what-makes-us-different {
  background-color: #EEF5FF;
  position: relative; }
  .what-makes-us-different h2, .what-makes-us-different .description {
    text-align: center; }
  .what-makes-us-different .description {
    margin-top: 10px; }
  .what-makes-us-different .bg-element1 {
    left: 0;
    top: 0;
    transform: translate(-60%, -50%); }
    @media screen and (max-width: 991px) {
      .what-makes-us-different .bg-element1 {
        transform: translate(-50%, -50%) scale(0.5); } }
  .what-makes-us-different .bg-element2 {
    right: 0;
    bottom: 100px;
    transform: translateX(50%); }
    @media screen and (max-width: 991px) {
      .what-makes-us-different .bg-element2 {
        bottom: 0; } }
  .what-makes-us-different .content-block {
    margin: 60px 0; }
    @media screen and (max-width: 991px) {
      .what-makes-us-different .content-block {
        margin: 20px 0; } }
    .what-makes-us-different .content-block .content {
      position: relative;
      padding-top: 20px;
      padding-left: 30px;
      width: 250px;
      height: calc(100% - 20px);
      max-width: 100%;
      margin: 20px 0; }
      @media screen and (max-width: 991px) {
        .what-makes-us-different .content-block .content {
          display: flex;
          flex-wrap: wrap;
          align-items: baseline; } }
      .what-makes-us-different .content-block .content::before {
        content: '';
        position: absolute;
        width: 4px;
        height: 100%;
        border-radius: 30px;
        left: 0;
        top: 0; }
      .what-makes-us-different .content-block .content .count {
        font-size: 2.222rem;
        letter-spacing: -0.01em;
        line-height: 1.5;
        font-family: 'Objectivity Bold';
        font-weight: bold; }
      .what-makes-us-different .content-block .content .title {
        font-size: 1.111rem;
        letter-spacing: -0.01em;
        margin-bottom: 10px;
        color: #00005e;
        font-family: 'Objectivity Bold';
        font-weight: bold; }
        @media screen and (max-width: 991px) {
          .what-makes-us-different .content-block .content .title {
            margin-bottom: 0;
            margin-left: 10px; } }
      .what-makes-us-different .content-block .content .sub {
        font-size: 14px; }
    .what-makes-us-different .content-block > div:nth-child(1) .content::before {
      background-color: #476CFF; }
    .what-makes-us-different .content-block > div:nth-child(1) .count {
      color: #476CFF; }
    .what-makes-us-different .content-block > div:nth-child(2) .content::before {
      background-color: #FF546D; }
    .what-makes-us-different .content-block > div:nth-child(2) .count {
      color: #FF546D; }
    .what-makes-us-different .content-block > div:nth-child(3) .content::before {
      background-color: #F9B000; }
    .what-makes-us-different .content-block > div:nth-child(3) .count {
      color: #F9B000; }
  .what-makes-us-different .button-block {
    text-align: center; }

.result-before-seo-vs-after-seo {
  padding-top: 60px; }
  .result-before-seo-vs-after-seo h2, .result-before-seo-vs-after-seo .description {
    text-align: center; }
  .result-before-seo-vs-after-seo h2 {
    width: 700px;
    max-width: 100%;
    margin: 0 auto; }
  .result-before-seo-vs-after-seo .description {
    width: 544px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10px; }
  .result-before-seo-vs-after-seo .name {
    text-align: center;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .result-before-seo-vs-after-seo .name {
        flex-direction: column; } }
    .result-before-seo-vs-after-seo .name .headshot {
      width: 75px;
      height: 75px;
      margin-right: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border-radius: 50%; }
      @media screen and (max-width: 767px) {
        .result-before-seo-vs-after-seo .name .headshot {
          margin-right: 0;
          margin-bottom: 20px; } }
    .result-before-seo-vs-after-seo .name p {
      color: #59688E;
      letter-spacing: 0;
      line-height: 20px;
      text-align: center;
      font-weight: normal; }
  .result-before-seo-vs-after-seo .results-block {
    margin-top: 50px; }
  .result-before-seo-vs-after-seo .title-block {
    padding-top: 174px; }
  .result-before-seo-vs-after-seo .result-wrapper {
    padding: 32px;
    background: #fff;
    box-shadow: 0px 12px 50px rgba(57, 56, 81, 0.05); }
    @media screen and (max-width: 991px) {
      .result-before-seo-vs-after-seo .result-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding: 40px 32px; } }
    @media screen and (max-width: 575px) {
      .result-before-seo-vs-after-seo .result-wrapper {
        padding: 40px 12px; } }
  .result-before-seo-vs-after-seo .result-row {
    display: flex;
    align-items: center;
    padding: 20px 0 14px 0;
    border-bottom: 1px solid #EBEBEC;
    height: 64px; }
    .result-before-seo-vs-after-seo .result-row .sub {
      font-family: 'Objectivity Medium';
      font-weight: 500; }
    @media screen and (max-width: 991px) {
      .result-before-seo-vs-after-seo .result-row {
        width: 50%;
        display: flex !important; } }
    @media screen and (max-width: 991px) {
      .result-before-seo-vs-after-seo .result-row:first-of-type {
        width: 100%;
        justify-content: flex-end !important; } }
    @media screen and (max-width: 991px) {
      .result-before-seo-vs-after-seo .result-row:first-of-type p {
        width: 25% !important; } }
    .result-before-seo-vs-after-seo .result-row.label p {
      font-family: 'Objectivity Regular' !important;
      font-weight: normal !important; }
    .result-before-seo-vs-after-seo .result-row.center {
      justify-content: center; }
      .result-before-seo-vs-after-seo .result-row.center p {
        text-align: center;
        font-family: 'Objectivity Bold';
        font-weight: bold; }
    .result-before-seo-vs-after-seo .result-row:last-of-type {
      border-bottom: 0; }
    .result-before-seo-vs-after-seo .result-row .icon {
      margin-right: 16px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .result-before-seo-vs-after-seo .result-row .icon {
          margin-right: 8px; } }
      @media screen and (max-width: 767px) {
        .result-before-seo-vs-after-seo .result-row .icon svg {
          width: 16px; } }
    .result-before-seo-vs-after-seo .result-row .tooltip {
      margin: 0 30px; }
  .result-before-seo-vs-after-seo .before-seo-title.large, .result-before-seo-vs-after-seo .after-seo-title.large {
    color: #00005e;
    text-align: center;
    margin-bottom: 50px;
    padding-left: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-24px);
    font-family: 'Objectivity Medium';
    font-weight: 500; }
    @media screen and (max-width: 991px) {
      .result-before-seo-vs-after-seo .before-seo-title.large, .result-before-seo-vs-after-seo .after-seo-title.large {
        width: 100%; } }
    .result-before-seo-vs-after-seo .before-seo-title.large::before, .result-before-seo-vs-after-seo .after-seo-title.large::before {
      content: '';
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      width: 24px;
      height: 24px;
      margin-right: 10px; }
  .result-before-seo-vs-after-seo .before-seo-title.large::before {
    background-image: url("data:image/svg+xml,%3Csvg id='arrow_copy_8' data-name='arrow copy 8' xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Ccircle id='Oval' cx='13' cy='13' r='13' fill='rgba(250,100,0,0.08)'/%3E%3Cg id='Group_2_Copy' data-name='Group 2 Copy' transform='translate(17.539 7.242) rotate(90)'%3E%3Cg id='Group' transform='translate(5.755 9.25) rotate(-90)'%3E%3Cpath id='Path_Copy' data-name='Path Copy' d='M0,0,5.179,5.179' transform='translate(0)' fill='none' stroke='%23fa6400' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path_Copy_2' data-name='Path Copy 2' d='M0,5.179,5.179,0' transform='translate(4.071 0)' fill='none' stroke='%23fa6400' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3Cpath id='Path' d='M10.111,0H0' transform='translate(0 4.436)' fill='none' stroke='%23fa6400' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A"); }
  .result-before-seo-vs-after-seo .after-seo-title.large::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='arrow_copy_8' data-name='arrow copy 8' transform='translate(24 24) rotate(180)'%3E%3Ccircle id='Oval' cx='12' cy='12' r='12' fill='rgba(109,212,0,0.15)'/%3E%3Cg id='Group_2_Copy' data-name='Group 2 Copy' transform='translate(16.19 6.685) rotate(90)'%3E%3Cg id='Group' transform='translate(5.312 8.539) rotate(-90)'%3E%3Cpath id='Path_Copy' data-name='Path Copy' d='M0,0,4.781,4.781' transform='translate(0)' fill='none' stroke='%236dd400' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path_Copy_2' data-name='Path Copy 2' d='M0,4.781,4.781,0' transform='translate(3.758 0)' fill='none' stroke='%236dd400' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3Cpath id='Path' d='M9.333,0H0' transform='translate(0 4.094)' fill='none' stroke='%236dd400' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
  .result-before-seo-vs-after-seo .after-seo .result-row p, .result-before-seo-vs-after-seo .before-seo .result-row p {
    width: 50%; }
  .result-before-seo-vs-after-seo .after-seo .result-row.yearly-rio, .result-before-seo-vs-after-seo .before-seo .result-row.yearly-rio {
    font-size: 1rem;
    color: #fff;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px; }
  .result-before-seo-vs-after-seo .before-seo {
    position: relative; }
    .result-before-seo-vs-after-seo .before-seo .yearly-rio {
      background: #FF546D; }
    .result-before-seo-vs-after-seo .before-seo .vs-tag {
      font-size: 1rem;
      letter-spacing: -0.01em;
      text-align: center;
      color: #fff;
      width: 58px;
      height: 58px;
      background: #3A4AE4;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.04);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      padding-top: 8px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(30px, -50%);
      z-index: 10; }
      @media screen and (max-width: 991px) {
        .result-before-seo-vs-after-seo .before-seo .vs-tag {
          right: 0;
          left: 50%;
          top: unset;
          bottom: 0;
          transform: translate(-50%, 20px); } }
  .result-before-seo-vs-after-seo .after-seo .yearly-rio {
    background: #3A4AE4; }
  .result-before-seo-vs-after-seo .seo-blocks {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 10px 40px rgba(57, 56, 81, 0.15);
    margin-bottom: 20px; }
    .result-before-seo-vs-after-seo .seo-blocks .tab-header {
      padding: 24px;
      cursor: pointer;
      transition: all 0.4s ease 0s;
      position: relative; }
      .result-before-seo-vs-after-seo .seo-blocks .tab-header::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border: 1px solid #4f525c;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        right: 25px;
        top: 28px;
        transition: all 0.4s ease 0s; }
    .result-before-seo-vs-after-seo .seo-blocks .tab-description {
      padding: 0 24px 24px 24px; }
    .result-before-seo-vs-after-seo .seo-blocks.active .tab-header::before {
      transform: rotate(-135deg); }
  .result-before-seo-vs-after-seo .result-block-mbl {
    margin-top: 24px; }
    .result-before-seo-vs-after-seo .result-block-mbl .before-seo-title, .result-before-seo-vs-after-seo .result-block-mbl .after-seo-title {
      margin-bottom: 0;
      justify-content: flex-start; }
    .result-before-seo-vs-after-seo .result-block-mbl .result-row-mbl .title-block-mbl {
      display: flex;
      align-items: center;
      border-top: solid 1px #ebebec;
      padding: 10px 0; }
      .result-before-seo-vs-after-seo .result-block-mbl .result-row-mbl .title-block-mbl .icon {
        transform: translateY(2px); }
        .result-before-seo-vs-after-seo .result-block-mbl .result-row-mbl .title-block-mbl .icon svg {
          width: 22px;
          height: 22px;
          margin-right: 16px; }
      .result-before-seo-vs-after-seo .result-block-mbl .result-row-mbl .title-block-mbl .sub {
        font-family: 'Objectivity Medium';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.36;
        color: #59688e;
        margin-right: 10px; }
      .result-before-seo-vs-after-seo .result-block-mbl .result-row-mbl .title-block-mbl .tooltip {
        display: flex;
        align-items: center;
        transform: translateY(-2px); }
    .result-before-seo-vs-after-seo .result-block-mbl .result-row-mbl .value-block {
      border-bottom: solid 1px #ebebec; }
      .result-before-seo-vs-after-seo .result-block-mbl .result-row-mbl .value-block:last-of-type {
        border-bottom: 0; }
      .result-before-seo-vs-after-seo .result-block-mbl .result-row-mbl .value-block .large {
        margin-bottom: 18px;
        justify-content: flex-start;
        padding-left: 20px; }
      .result-before-seo-vs-after-seo .result-block-mbl .result-row-mbl .value-block .values {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 0; }
        .result-before-seo-vs-after-seo .result-block-mbl .result-row-mbl .value-block .values:last-of-type {
          margin-bottom: 0; }
        .result-before-seo-vs-after-seo .result-block-mbl .result-row-mbl .value-block .values .value {
          font-family: 'Objectivity Bold';
          font-size: 16px;
          font-weight: bold; }
    .result-before-seo-vs-after-seo .result-block-mbl .yearly-rio-after-seo, .result-before-seo-vs-after-seo .result-block-mbl .yearly-rio-before-seo {
      font-size: 1rem;
      color: #fff !important;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 7px;
      width: 100%; }
    .result-before-seo-vs-after-seo .result-block-mbl .yearly-rio-before-seo {
      background: #FF546D; }
    .result-before-seo-vs-after-seo .result-block-mbl .yearly-rio-after-seo {
      background: #3A4AE4; }

.services-that-drives-results h2, .services-that-drives-results .description {
  text-align: center; }

.services-that-drives-results .description {
  width: 544px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 10px; }

.services-that-drives-results svg .fill.fill-030046 {
  fill: #030046; }

.services-that-drives-results svg .fill.fill-3A4AE4 {
  fill: #3A4AE4; }

.services-that-drives-results svg .fill.fill-FF546D {
  fill: #FF546D; }

.services-that-drives-results svg .fill.fill-FA6400 {
  fill: #FA6400; }

.services-that-drives-results svg .fill.fill-476CFF {
  fill: #476CFF; }

.services-that-drives-results svg .fill.fill-FFB500 {
  fill: #FFB500; }

.services-that-drives-results svg .stroke.stroke-FFB500 {
  stroke: #FFB500; }

.services-that-drives-results svg .stroke.stroke-FA6400 {
  stroke: #FA6400; }

@media screen and (max-width: 1200px) {
  .services-that-drives-results svg {
    width: 20px; } }

.services-that-drives-results .list-block {
  margin-top: 70px;
  margin-bottom: 70px; }
  @media screen and (max-width: 1200px) {
    .services-that-drives-results .list-block {
      margin-top: 40px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .services-that-drives-results .list-block .tab-header {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .services-that-drives-results .list-block .tab-header {
      display: none !important; } }
  .services-that-drives-results .list-block .tab-header .tab-title {
    border-bottom: 1px solid #E8E8E8;
    padding: 34px 24px 30px 24px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease 0s;
    cursor: pointer; }
    @media screen and (max-width: 1200px) {
      .services-that-drives-results .list-block .tab-header .tab-title {
        padding: 24px 14px 20px 14px; } }
    @media screen and (max-width: 767px) {
      .services-that-drives-results .list-block .tab-header .tab-title {
        width: 50%;
        padding: 14px 5px 10px 5px; } }
    @media screen and (max-width: 575px) {
      .services-that-drives-results .list-block .tab-header .tab-title {
        width: 100%; } }
    .services-that-drives-results .list-block .tab-header .tab-title p {
      transition: all 0.4s ease 0s; }
    .services-that-drives-results .list-block .tab-header .tab-title .icon {
      margin-right: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 1200px) {
        .services-that-drives-results .list-block .tab-header .tab-title .icon {
          margin-right: 10px; } }
    .services-that-drives-results .list-block .tab-header .tab-title.active {
      border-radius: 7px;
      background: #3A4AE4;
      box-shadow: 0px 12px 50px rgba(57, 56, 81, 0.15); }
      .services-that-drives-results .list-block .tab-header .tab-title.active p {
        color: #ffffff; }
      .services-that-drives-results .list-block .tab-header .tab-title.active .icon svg .fill {
        fill: #ffffff !important; }
      .services-that-drives-results .list-block .tab-header .tab-title.active .icon svg .stroke {
        stroke: #ffffff !important; }
  .services-that-drives-results .list-block .tab-detail .tab-description {
    display: none;
    height: 540px; }
    @media screen and (max-width: 1200px) {
      .services-that-drives-results .list-block .tab-detail .tab-description {
        height: 500px; } }
    @media screen and (max-width: 767px) {
      .services-that-drives-results .list-block .tab-detail .tab-description {
        display: block !important;
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .services-that-drives-results .list-block .tab-detail .tab-description:last-child {
        margin-bottom: 0; } }
    .services-that-drives-results .list-block .tab-detail .tab-description .title {
      font-family: 'Objectivity Bold';
      font-weight: bold;
      margin-bottom: 20px; }
  .services-that-drives-results .list-block .tab-detail .image-block {
    height: 312px;
    border-radius: 7px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.services-that-drives-results .list-block-dropdown {
  margin: 20px 0; }
  .services-that-drives-results .list-block-dropdown .tab-detail .tab-description {
    border-radius: 5px;
    border: solid 1px #dcdcdd;
    margin: 8px 0; }
    .services-that-drives-results .list-block-dropdown .tab-detail .tab-description .title-block {
      display: flex;
      align-items: center;
      position: relative;
      cursor: pointer;
      padding: 14px 14px 10px 14px;
      transition: all 0.4s ease 0s; }
      .services-that-drives-results .list-block-dropdown .tab-detail .tab-description .title-block::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border: 1px solid #4f525c;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        right: 14px;
        top: 25px;
        transition: all 0.4s ease 0s; }
    .services-that-drives-results .list-block-dropdown .tab-detail .tab-description svg {
      width: 24px;
      margin-right: 20px; }
    .services-that-drives-results .list-block-dropdown .tab-detail .tab-description .title {
      font-family: 'Objectivity Medium';
      font-size: 14px;
      font-weight: 500;
      line-height: 1.43;
      color: #7b8993; }
    .services-that-drives-results .list-block-dropdown .tab-detail .tab-description .sub {
      display: none;
      padding: 14px 14px 10px 14px; }
    .services-that-drives-results .list-block-dropdown .tab-detail .tab-description.active .title-block {
      border-bottom: solid 1px #dcdcdd; }
      .services-that-drives-results .list-block-dropdown .tab-detail .tab-description.active .title-block::before {
        transform: rotate(-135deg); }

.services-that-drives-results .button-block {
  text-align: center; }

@media screen and (max-width: 991px) {
  .hide-in-lg {
    display: none !important; } }

.show-in-lg {
  display: none !important; }
  @media screen and (max-width: 991px) {
    .show-in-lg {
      display: block !important; } }

.required-css {
  border-color: red !important;
  border-radius: 0 !important; }

b {
  font-family: 'Objectivity Bold'; }
