/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*
-------------------------------------------------------------- 
- colors 
--------------------------------------------------------------
*/
/*
-------------------------------------------------------------- 
- navigation
--------------------------------------------------------------
*/
/* menu toggle dimensions */
/*-----------------------------------------*/
/* toggle position */
/* ----- OPTIONS ----- */
/* ------------------- */
/* style options */
/* menu toggle colors */
/* menu more option */
/* fixed variables */
/* ---------- Breakpoints START ---------- */
/* ---------- Breakpoints END ---------- */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1290px;
}

@media screen and (min-width: 1290px ) {
  .container {
    width: 1260px;
  }
}
@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  .container {
    width: 962px;
  }
}
@media screen and (min-width: 768px ) and (max-width: 991px ) {
  .container {
    width: 738px;
  }
}
@media screen and (max-width: 767px ) {
  .container {
    width: auto;
  }
}
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}

/*
-------------------------------------------------------------- 
- Basic UI Elments
-------------------------------------------------------------- 
*/
/* - Buttons */
.btn,
.gform_next_button,
.gform_previous_button,
.gform_button {
  border-radius: 4px;
  border: none;
  margin: 0;
  text-transform: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 1;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  font-size: 16px;
  text-decoration: none;
  font-family: inherit;
  box-sizing: border-box;
}
.btn:hover, .btn:focus,
.gform_next_button:hover,
.gform_next_button:focus,
.gform_previous_button:hover,
.gform_previous_button:focus,
.gform_button:hover,
.gform_button:focus {
  text-decoration: none;
}

.btn[disabled] {
  opacity: 0.5;
}

.btn-xs {
  padding: 9px 14.4px;
  font-size: 13px;
  font-weight: 500;
}

.btn-sm {
  padding: 13px 15.6px;
  font-size: 13px;
  font-weight: 900;
}

.btn-md,
.gform_next_button,
.gform_previous_button,
.gform_button,
header .main-nav .btn {
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
}

.btn-lg {
  padding: 22px 31.46px;
  font-size: 19px;
  font-weight: 700;
}

.btn-xs.btn-link {
  margin: 11px 0;
  padding: 0;
}

.btn-sm.btn-link {
  margin: 13px 0;
  padding: 0;
}

.btn-md.btn-link {
  margin: 16px 0;
  padding: 0;
}

.btn-lg.btn-link {
  margin: 22px 0;
  padding: 0;
}

.gform_previous_button {
  margin-right: 10px;
}

.btn-primary,
.btn-primary:visited,
.gform_next_button,
.gform_button {
  color: #FFF;
  background: #FF6632;
  border: 1px solid #FF6632;
}

.btn-primary:hover,
.gform_next_button:hover,
.gform_button:hover {
  color: #FFF;
  border: 1px solid rgb(254, 64.4292682927, 0);
  background: rgb(254, 64.4292682927, 0);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.gform_next_button:active,
.gform_next_button:focus,
.gform_button:focus,
.gform_button:active {
  color: #FFF;
  border: 1px solid rgb(203, 51.4926829268, 0);
  background: rgb(203, 51.4926829268, 0);
  box-shadow: none;
  outline: none;
}

.btn-default,
.btn-default:visited {
  color: #FFF;
  background: #64666E;
  border: 1px solid #64666E;
}

.btn-default:hover {
  color: #FFF;
  border: 1px solid rgb(75.7142857143, 77.2285714286, 83.2857142857);
  background: rgb(75.7142857143, 77.2285714286, 83.2857142857);
}

.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
  color: #FFF;
  border: 1px solid rgb(51.4285714286, 52.4571428571, 56.5714285714);
  background: rgb(51.4285714286, 52.4571428571, 56.5714285714);
  box-shadow: none;
  outline: none;
}

/* Inputs */
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel] {
  border: 1px solid #E7E7E8;
  border-radius: 4px;
  height: 50px;
  padding: 8px;
  background: transparent;
  box-shadow: none;
  color: #000;
  font-size: 16px;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=search]:hover input[type=tel]:hover,
textarea:hover {
  border: 1px solid rgb(191.9361702128, 191.9361702128, 194.5638297872);
  box-shadow: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus {
  border: 1px solid #FF6632;
  outline: none;
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  border: 1px solid #E7E7E8;
  border-radius: 2px;
  background: transparent;
  color: #E7E7E8;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 21px;
  margin: -0.2rem 0.55rem 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 21px;
  min-width: 21px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: 0.05s border-color ease-in-out;
  position: relative;
}

input[type=checkbox]:hover {
  border: 1px solid rgb(191.9361702128, 191.9361702128, 194.5638297872);
}

input[type=checkbox]:focus {
  border: 1px solid #FF6632;
}

input[type=checkbox]:checked::before {
  content: "";
  background: #FF6632;
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: 2px;
  box-sizing: border-box;
}

input[type=radio] {
  border: 1px solid #E7E7E8;
  border-radius: 50%;
  background: transparent;
  color: #E7E7E8;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 21px;
  margin: -0.2rem 0.55rem 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 21px;
  min-width: 21px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: 0.05s border-color ease-in-out;
  position: relative;
}

input[type=radio]:hover {
  border: 1px solid rgb(191.9361702128, 191.9361702128, 194.5638297872);
}

input[type=radio]:focus {
  border: 1px solid #FF6632;
}

input[type=radio]:checked::before {
  content: "";
  background: #FF6632;
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: 50%;
  box-sizing: border-box;
}

select {
  border: 1px solid #E7E7E8;
  border-radius: 4px;
  height: 50px;
  padding: 8px;
  padding-right: 32px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23a0a0a0%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select[disabled] {
  opacity: 0.5;
}

textarea {
  border: 1px solid #E7E7E8;
  border-radius: 4px;
  padding: 8px;
  height: 150px;
  outline: none;
  resize: none;
  background: transparent;
  color: #000;
  font-size: 16px;
}

/* Placeholders */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

::placeholder { /* Most modern browsers support this now. */
  color: #ccc;
}

/* Tables */
.table-responsive-container {
  position: relative;
  overflow: scroll;
}

table {
  min-height: 0.01%;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}

table td {
  border: 1px solid #E7E7E8;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
}

/*
-------------------------------------------------------------- 
- Helpers
-------------------------------------------------------------- 
*/
.fw {
  width: 100%;
  display: block;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none !important;
}

/*
-------------------------------------------------------------- 
- NS normalize
-------------------------------------------------------------- 
*/
* {
  box-sizing: border-box;
  outline: none !important;
}

body {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 18px;
  line-height: 1.7;
}

ul,
ol {
  font-size: 18px;
  line-height: 1.7;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

ol li:before {
  display: none;
}

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

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}

.wpb_text_column h2 {
  margin-bottom: 1em;
  margin-top: 2em;
}

.wpb_text_column h3 {
  margin-bottom: 1em;
  margin-top: 2em;
}

.wpb_text_column h4 {
  margin-bottom: 1em;
  margin-top: 2em;
}

.wpb_text_column p {
  margin-bottom: 1.25em;
  margin-top: 0;
}

.wpb_text_column ul,
.wpb_text_column ol {
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}

.wpb_text_column li {
  margin-bottom: 0.5em;
}

/*
-------------------------------------------------------------- 
- Signature
-------------------------------------------------------------- 
*/
.small-footer {
  color: #A4A4A4;
  font-size: 13px;
  padding: 20px 0 20px 0;
}

a.ns-link,
a.ns-link:visited {
  float: right;
  color: #A4A4A4;
  text-decoration: none;
}

a.ns-link:hover,
a.ns-link:focus {
  color: #A4A4A4;
  text-decoration: underline;
}

@media screen and (max-width: 767px ) {
  a.ns-link,
  a.ns-link:visited {
    float: none;
  }
}
.ns-logo-svg {
  margin: 0 0 -3px 3px;
}

.ns-logo {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #A4A4A4;
}

.sig-col-left {
  padding-top: 3px;
}

@media screen and (max-width: 767px ) {
  .small-footer {
    text-align: center;
  }
  .ns-link {
    margin-top: 5px;
    float: none;
    display: block;
  }
}
/*
- Gutter manipulation
*/
.wide-gutter .vc_row {
  margin-left: -36px;
  margin-right: -36px;
}

.wide-gutter.vc_section[data-vc-full-width] > .vc_row {
  margin-left: -21px;
  margin-right: -21px;
}

.wide-gutter .vc_column_container > .vc_column-inner,
.wide-gutter .loop-item {
  padding-left: 36px;
  padding-right: 36px;
}

.mid-gutter .vc_row {
  margin-left: -20px;
  margin-right: -20px;
}

.mid-gutter.vc_section[data-vc-full-width] > .vc_row {
  margin-left: -5px;
  margin-right: -5px;
}

.mid-gutter .vc_column_container > .vc_column-inner,
.mid-gutter .loop-item {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px ) {
  .mid-gutter .vc_row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mid-gutter .vc_column_container > .vc_column-inner,
  .mid-gutter .loop-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 30px;
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: 2px solid #00173E !important;
  outline-offset: 2px;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  position: relative;
}

footer,
.content {
  position: relative;
  overflow-x: hidden;
}

h1 {
  font-size: 50px;
  line-height: 1.22;
  font-weight: 400;
  color: #64666E;
}

h2 {
  font-size: 40px;
  line-height: 1.28;
  font-weight: 500;
  color: #64666E;
}

.title-decoration h2:after,
.page-basic-title:after {
  content: "";
  display: block;
  height: 7px;
  width: 60px;
  background: #FF6632;
  margin-bottom: 30px;
  margin-top: 28px;
}

.page-basic-title {
  margin-bottom: 55px;
}

.page-basic-title + .wpb_text_column > .wpb_wrapper h2:first-of-type {
  margin-top: 0;
}

.vc_clearfix + .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:first-of-type > .wpb_wrapper h2:first-of-type {
  margin-top: 15px;
}

h2.title3 {
  font-size: 30px;
  line-height: 1.36;
  font-weight: 500;
  color: #64666E;
}

h3 {
  font-size: 30px;
  line-height: 1.36;
  font-weight: 500;
  color: #64666E;
}

.title-decoration h3:after {
  content: "";
  display: block;
  height: 7px;
  width: 60px;
  background: #FF6632;
  margin-bottom: 20px;
  margin-top: 20px;
}

h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  color: #64666E;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #64666E;
}

@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 34px;
  }
  h2.title3 {
    font-size: 27px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px ) and (max-width: 991px ) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h2.title3 {
    font-size: 26px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px ) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h2.title3 {
    font-size: 24px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 20px;
  }
}
p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}

a,
a:visited {
  color: #FF6632;
  text-decoration: none;
}

a:hover {
  color: rgb(254, 64.4292682927, 0);
  text-decoration: underline;
}

a:active,
a:focus,
a:active:focus,
a:active:hover {
  color: rgb(203, 51.4926829268, 0);
}

li {
  color: #000;
}

li::before {
  content: "";
  color: #FF6632;
  display: inline-block;
  margin-left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  margin-right: 1em;
  background: #FF6632;
  border-radius: 50%;
}

.steps ol {
  list-style: none;
  counter-reset: item;
}

.steps ol li {
  counter-increment: item;
  position: relative;
  padding-left: 2.3em;
  margin-bottom: 2.3em;
}

.steps ol li:before {
  content: counter(item);
  background: transparent;
  border-radius: 50%;
  border: 2px solid #FF6632;
  color: #FF6632;
  font-weight: 500;
  width: 1.5em;
  height: 1.5em;
  font-size: 2em;
  line-height: 1.6em;
  text-align: center;
  display: inline-block;
  margin-left: -2.3em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.wpb_text_column h2:first-of-type() {
  color: #f00;
}

.fs22,
.fs22 p {
  font-size: 22px !important;
}

.fs20,
.fs20 p {
  font-size: 20px !important;
}

.fs18,
.fs18 p {
  font-size: 18px !important;
}

strong,
.bold {
  font-weight: 500;
}

.btn {
  margin-right: 20px;
}

.btn:last-of-type {
  margin-right: 0;
}

.btn:only-of-type {
  margin-right: 0;
}

.btn-white,
.btn-white:visited {
  color: #64666E;
  background: #FFF;
  border: 1px solid #FFF;
}

.btn-white:hover {
  color: #FF6632;
  border: 1px solid rgb(249.9, 249.9, 249.9);
  background: rgb(249.9, 249.9, 249.9);
}

.btn-white:active,
.btn-white:focus,
.btn-white:active:focus,
.btn-white:active:hover {
  color: rgb(203, 51.4926829268, 0);
  border: 1px solid rgb(242.25, 242.25, 242.25);
  background: rgb(242.25, 242.25, 242.25);
  box-shadow: none;
  outline: none;
}

.btn-outline,
.btn-outline:visited,
.gform_previous_button,
header .main-nav .btn {
  color: #FF6632;
  background: transparent;
  border: 1px solid #FF6632;
}

.btn-outline:hover,
.gform_previous_button:hover {
  color: rgb(254, 64.4292682927, 0);
  border: 1px solid rgb(254, 64.4292682927, 0);
  background: transparent;
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:active:focus,
.btn-outline:active:hover,
.gform_previous_button:active,
.gform_previous_button:focus {
  color: rgb(203, 51.4926829268, 0);
  border: 1px solid rgb(203, 51.4926829268, 0);
  background: transparent;
  box-shadow: none;
  outline: none;
}

.btn-link,
.btn-link:visited {
  color: #FF6632;
  background: transparent;
  border: 1px solid transparent;
}

.btn-link:hover {
  color: rgb(254, 64.4292682927, 0);
  border: 1px solid transparent;
  background: transparent;
}

.btn-link:active,
.btn-link:focus,
.btn-link:active:focus,
.btn-link:active:hover {
  color: rgb(203, 51.4926829268, 0);
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.btn-link:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  padding-left: 12px;
}

.btn-gray-outline,
.btn-gray-outline:visited {
  color: #A4A4A4;
  background: transparent;
  border: 1px solid #A4A4A4;
}

.btn-gray-outline:hover {
  color: #64666E;
  border: 1px solid #64666E;
  background: transparent;
}

.btn-gray-outline:active,
.btn-gray-outline:focus,
.btn-gray-outline:active:focus,
.btn-gray-outline:active:hover {
  color: #64666E;
  border: 1px solid #64666E;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.right .wpb_wrapper {
  align-items: flex-end !important;
}

.logo {
  margin-bottom: 0 !important;
  margin-top: 8px;
  z-index: 50;
  position: relative;
}

.logo img {
  max-height: 38px;
  width: auto;
}

@media screen and (max-width: 991px ) {
  .top-header .logo {
    margin-top: 4px;
    position: absolute;
    z-index: 100;
    top: 15px;
  }
  .logo img {
    max-height: 26px;
  }
}
header .btn {
  float: right;
}

.top-header {
  border-bottom: 1px solid #E7E7E8;
  padding-top: 17px;
  padding-bottom: 17px;
}

@media screen and (max-width: 991px ) {
  .top-header {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    z-index: 50 !important;
    overflow: visible !important;
  }
  .top-header .right {
    display: none;
  }
}
/* top nav */
header .wpb-menu.top-nav {
  float: right;
  margin-right: 40px;
}

header .wpb-menu.top-nav li {
  height: 50px;
}

header .wpb-menu.top-nav a {
  font-size: 16px;
  color: #64666E;
}

header .wpb-menu.top-nav .current-page-ancestor a,
header .wpb-menu.top-nav .current-page a,
header .wpb-menu.top-nav a:hover {
  color: rgb(254, 64.4292682927, 0);
}

header .wpb-menu.top-nav .current-page-ancestor a:before,
header .wpb-menu.top-nav .current-page a:before,
header .wpb-menu.top-nav a:hover:before {
  display: none;
}

@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  header .wpb-menu.top-nav {
    margin-right: 20px;
  }
  header .top-header .btn-gray-outline {
    margin-right: 10px;
  }
}
/* main nav */
@media screen and (min-width: 992px) {
  header .wpb-menu.main-nav ul {
    align-items: flex-start;
    justify-content: flex-start;
  }
  header .wpb-menu.main-nav li {
    height: 65px;
    padding-left: 0;
    padding-right: 80px;
  }
  header .wpb-menu.main-nav a {
    font-weight: 500;
    color: #64666E;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .wpb-menu.main-nav .current-page-ancestor a,
  header .wpb-menu.main-nav .current-page a,
  header .wpb-menu.main-nav a:hover {
    color: rgb(254, 64.4292682927, 0);
  }
  header .wpb-menu.main-nav a:hover:before {
    display: none;
  }
  header .wpb-menu.main-nav .current-page-ancestor a:before,
  header .wpb-menu.main-nav .current-page a:before,
  header .wpb-menu.main-nav .current-page-ancestor a:hover:before,
  header .wpb-menu.main-nav .current-page a:hover:before {
    height: 6px;
    background: #FF6632;
    bottom: -6px;
    display: block;
  }
}
@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  header .wpb-menu.main-nav li {
    padding-right: 60px;
  }
  header .wpb-menu.main-nav a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px ) {
  header .wpb-menu.main-nav {
    border-bottom: 1px solid #E7E7E8;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  }
  header .main-nav .btn {
    margin-bottom: 30px;
  }
  header .wpb-menu-content {
    padding: 20px 15px 30px 15px;
  }
}
footer {
  background: #F3F3F3;
  margin-top: 60px;
}

.home footer {
  margin-top: 0;
}

.last-grey {
  margin-bottom: -60px;
}

footer .social-icon {
  margin-bottom: 0;
  float: right;
}

footer .social-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  width: 2em;
  height: 2em;
  border: none;
  padding: 2px;
  margin: 10px 20px;
}

footer .social-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:first-child {
  margin-right: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px ) {
  footer .social-icons-wrap {
    float: left;
    width: auto;
  }
  footer .social-icons-wrap .wpb_wrapper .social-icon.vc_icon_element.vc_icon_element-outer:last-child .vc_icon_element-inner {
    margin-left: 0;
    padding-left: 0;
  }
}
footer .btn {
  margin-bottom: 13px;
}

footer .wpb-menu-wrap {
  margin-bottom: 40px;
}

footer .wpb-menu .wpb-menu-inner > ul {
  margin-top: 30px;
  margin-bottom: 27px;
}

footer .wpb-menu li {
  display: inline-block;
  vertical-align: top;
}

footer .wpb-menu .submenu {
  display: none;
}

footer .wpb-menu .menu-link-wrap {
  display: inline-block;
  vertical-align: middle;
}

footer .wpb-menu ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.15;
  font-size: 16px;
}

footer .wpb-menu li {
  display: block;
  margin-bottom: 10px;
}

footer .wpb-menu li:before {
  display: none;
}

footer .wpb-menu a,
footer .wpb-menu a:visited {
  text-decoration: none;
  color: #64666E;
  font-size: 16px;
}

footer .wpb-menu a:hover,
footer .wpb-menu a:focus {
  color: rgb(254, 64.4292682927, 0);
}

footer .wpb-menu a:before {
  display: none;
}

footer .wpb-menu-toggle,
footer .submenu-toggle {
  display: none;
}

.legal-row .wpb-menu-wrap {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}

footer .legal-row .wpb-menu li {
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}

footer .legal-row .wpb-menu li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px ) {
  footer .office-list-phone {
    text-align: right;
  }
  footer .legal-row .wpb-menu li {
    margin-right: 15px;
  }
  footer .legal-row .wpb-menu li a {
    font-size: 13px;
  }
}
footer h5 {
  padding-bottom: 5px;
}

.lang-row {
  margin-bottom: 25px;
  margin-top: 35px;
}

.numbers-section {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-position: center bottom -45px;
  background-color: #F3F3F3;
  padding-top: 60px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px ) {
  .numbers-section {
    background-size: 250% auto;
    background-position: right bottom -45px;
  }
}
.change-accounting {
  background: #FF6632;
  color: #FFF;
  padding-top: 15px;
  padding-bottom: 70px;
}

.change-accounting h2 {
  color: #FFF;
}

.change-accounting p {
  font-size: 20px;
  max-width: 80%;
  margin: 0 auto;
}

.change-accounting .btn {
  margin-top: 8px;
}

@media screen and (max-width: 767px ) {
  .change-accounting p {
    font-size: 18px;
    max-width: 100%;
  }
}
.testemonials-section.vc_section.vc_section-has-fill {
  padding-top: 35px;
  padding-bottom: 140px;
}

.testemonials-section .vc_row .wpb_text_column h2 {
  margin-bottom: 60px;
  margin-top: 2em !important;
}

.testemonial-card {
  background: #FFF;
  padding: 0 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  filter: drop-shadow(0 0 17.5px rgba(0, 0, 0, 0.15));
  color: #64666E;
  justify-content: center;
  width: 100%;
  margin-bottom: 35px;
}

.testemonial-content {
  padding-top: 40px;
  padding-bottom: 140px;
  text-align: center;
  font-style: italic;
  font-size: 17px;
  line-height: 1.65;
}

.testemonial-content.big-text {
  font-size: 24px;
}

.testemonial-video {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 60%;
  margin-top: 40px;
  margin-bottom: 140px;
}

.testemonial-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

.testemonial-info {
  border-top: 1px solid #E7E7E8;
  padding-top: 25px;
  padding-bottom: 30px;
  font-size: 14px;
  display: flex;
  position: absolute;
  align-items: center;
  left: 40px;
  right: 40px;
  bottom: 0;
}

.testemonial-company {
  font-weight: 700;
}

.testemonial-person {
  width: 70%;
  padding-right: 15px;
}

.testemonial-logo {
  width: 30%;
  text-align: right;
}

.testemonial-logo-img {
  max-height: 50px;
}

@media screen and (max-width: 991px ) {
  .testemonials-section.vc_section.vc_section-has-fill {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .testemonial-card {
    padding: 0 30px;
  }
  .testemonial-info {
    font-size: 13px;
  }
  .testemonial-content.big-text {
    font-size: 17px;
  }
}
/*
-------------------------------------------------------------- 
- WPB Loop
-------------------------------------------------------------- 
*/
.vc_row-o-equal-height .loop-item {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
}

.vc_row-o-equal-height .loop-item > .loop-item-inner {
  max-width: 100%;
}

.vc_row-o-equal-height .loop-item > .loop-item-inner p {
  overflow-wrap: break-word;
  max-width: 100%;
}

.vc_row-o-equal-height .loop-item > .loop-item-inner,
.vc_row-o-equal-height .loop-item > .loop-item-inner > .vc_row,
.vc_row-o-equal-height .loop-item > .loop-item-inner > .vc_row > .wpb_column,
.vc_row-o-equal-height .loop-item > .loop-item-inner > .vc_row > .wpb_column > .vc_column-inner,
.vc_row-o-equal-height .loop-item > .loop-item-inner > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vc_row-o-equal-height .loop-item > .loop-item-inner > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  align-items: flex-start;
}

.post-img-cover-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.post-img-cover {
  padding-bottom: 70%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

.vc_section.vc_section-has-fill.advice-section {
  padding-top: 60px;
  padding-bottom: 190px;
}

.advice-section .loop-item-inner {
  background: #fff;
  filter: drop-shadow(0 0 17.5px rgba(0, 0, 0, 0.15));
  margin-bottom: 40px;
}

.advice-card h4 {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.advice-card h4 a {
  color: #64666E;
}

.advice-card .post-date {
  font-size: 16px;
  color: #64666E;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
}

.advice-card p {
  padding-left: 30px;
  padding-right: 30px;
}

.advice-card .btn {
  margin-left: 30px;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px ) and (max-width: 991px ) {
  .vc_section.vc_section-has-fill.advice-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px ) {
  .vc_section.vc_section-has-fill.advice-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.newsletter-box > .vc_column-inner > .wpb_wrapper {
  background: #FF6632;
  color: #FFF;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px;
  margin-right: 20px;
}

.newsletter-box h3 {
  color: #FFF;
}

.newsletter-box input[type=checkbox]:checked::before {
  background: #FFF;
}

@media screen and (max-width: 991px ) {
  .news-row {
    display: flex;
    flex-wrap: wrap;
  }
  .newsletter-col {
    order: 2;
  }
  .news-col {
    order: 1;
  }
  .newsletter-box > .vc_column-inner > .wpb_wrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px ) {
  .newsletter-box > .vc_column-inner > .wpb_wrapper {
    margin-right: 0;
  }
}
.mc-subscription-form-email-field {
  width: 100%;
  margin-bottom: 20px;
}

.mc-subscription-terms-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mc-subscription-form a {
  color: #FFF;
}

.mc-subscription-form input[type=email] {
  color: #FFF;
}

.mc-subscription-form input[type=email]:focus {
  border-color: #fff;
}

.vizija-in-numbers {
  background: #FF6632;
  color: #FFF;
  padding-top: 120px;
  padding-bottom: 120px;
}

.vizija-in-numbers h2 {
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0;
}

.vizija-in-numbers .numbers {
  color: #FFF;
}

.vizija-in-numbers .numbers .number-count {
  color: #FFF;
}

.vizija-in-numbers .wpb_text_column {
  margin-bottom: 0;
}

@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  .vizija-in-numbers {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .vizija-in-numbers h2 {
    text-align: center;
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 991px ) {
  .vizija-in-numbers {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .vizija-in-numbers h2 {
    text-align: center;
    margin-bottom: 35px !important;
  }
}
.promo {
  background: #FFF;
  filter: drop-shadow(0 0 17.5px rgba(0, 0, 0, 0.15));
  display: block;
  position: relative;
  padding-bottom: 90%;
  border-radius: 4px;
  will-change: filter;
  margin-bottom: 35px;
}

.promo:hover {
  filter: drop-shadow(0 0 17.5px rgba(0, 0, 0, 0.3));
  text-decoration: none;
}

.promo-content {
  position: absolute;
  padding: 30px;
  width: 100%;
}

.promo-img {
  width: 100%;
}

.promo-img img {
  position: absolute;
  max-height: 40px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 55px;
}

.promo-title {
  color: #64666E;
  font-size: 18px;
  text-align: center;
  position: absolute;
  padding: 30px;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
}

.promo-title:before {
  content: "";
  display: block;
  height: 7px;
  width: 60px;
  background: #FF6632;
  margin: 0 auto;
  margin-bottom: 20px;
  display: none;
}

.promo .btn {
  position: absolute;
  bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  left: 50%;
  transform: translateX(-50%);
}

.promo2 {
  background: #FFF;
  filter: drop-shadow(0 0 17.5px rgba(0, 0, 0, 0.15));
  display: block;
  position: relative;
  padding-bottom: 90%;
  border-radius: 4px;
  will-change: filter;
  margin-bottom: 35px;
}

.promo2:hover {
  filter: drop-shadow(0 0 17.5px rgba(0, 0, 0, 0.3));
  text-decoration: none;
}

.promo2 .promo-title {
  color: #64666E;
  font-size: 32px;
  text-align: center;
  position: absolute;
  padding: 30px;
  top: 35%;
  transform: translateY(-30%);
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  .promo2 .promo-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px ) {
  .promo2 .promo-title {
    font-size: 25px;
    top: 15%;
    transform: translateY(-10%);
  }
}
.promo2 .btn {
  position: absolute;
  bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  left: 50%;
  transform: translateX(-50%);
}

.calc-promo .promo-img img {
  position: absolute;
  max-height: 70px;
  margin-top: 80px;
}

.calc-promo .promo-title {
  font-size: 20px;
}

.calc-promo .btn {
  bottom: 50px;
}

@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  .calc-promo .promo-img img {
    margin-top: 0;
  }
  .calc-promo .promo-title {
    margin-top: 35px;
  }
  .promo-img {
    padding-bottom: 15%;
  }
  .promo-img img {
    top: 20%;
    max-height: 28px;
    margin-top: -14px;
  }
  .promo-title {
    font-size: 16px;
    top: 50%;
  }
  .promo .btn {
    bottom: 15px;
  }
}
@media screen and (max-width: 767px ) {
  .promo {
    padding-bottom: 120%;
  }
  .promo-content {
    padding: 10px;
  }
  .promo-img img {
    position: absolute;
    max-height: 30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .promo-title {
    font-size: 14px;
    top: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .promo .btn {
    bottom: 10px;
  }
}
@media screen and (max-width: 350px) {
  .promo {
    padding-bottom: 150%;
  }
}
.hero {
  min-height: 700px;
  background-position: center center;
  background-size: cover;
}

.hero:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 40%;
  display: block !important;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 24%, #ffffff 74%, #f0f0f0 100%);
}

.hero p {
  font-size: 20px;
}

.hero h1 {
  margin-top: 15px;
}

.hero h3 {
  margin-bottom: 0;
  margin-top: 20px;
}

@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  .hero {
    background-size: cover;
    min-height: 580px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px ) {
  .hero {
    background-size: cover;
    min-height: 500px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px ) {
  .hero {
    background-position: top right -50px;
    background-size: 170%;
    background-repeat: no-repeat;
    min-height: 400px;
    padding-top: 160px;
    padding-bottom: 15px;
  }
  .hero .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
  }
  .hero p {
    font-size: 16px;
  }
  .hero h1 {
    font-size: 24px;
  }
  .hero h3 {
    font-size: 20px;
  }
  .hero .btn {
    margin-top: 10px;
  }
  .hero:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90%;
    display: block !important;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 24%, #ffffff 30%, #f0f0f0 100%);
  }
}
.vc_section.vc_section-has-fill.services-section {
  padding-top: 30px;
  padding-bottom: 95px;
}

.services-section {
  background-color: #fff;
}

.services-section p {
  font-size: 20px;
}

.services-section .services-section-text {
  margin-bottom: 55px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.services-short-text {
  margin-top: 22px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px ) {
  .vc_section.vc_section-has-fill.services-section {
    padding-top: 0;
  }
  .services-section .wpb_text_column h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .services-section .wpb_text_column h2 {
    margin-bottom: 20px;
  }
  .services-section .wpb_content_element {
    margin-bottom: 20px;
  }
  .services-section .services-section-text {
    margin-bottom: 40px;
    max-width: 100%;
  }
  .services-section p {
    font-size: 16px;
  }
  .services-section .vc_col-xs-6 {
    width: 100%;
  }
}
.advantage-section {
  padding-top: 100px;
  padding-bottom: 45px;
}

.advantage-section h2 {
  margin-top: 0;
  position: relative;
  padding-right: 40px;
}

.advantage-section h2:after {
  content: "";
  display: block;
  height: 7px;
  width: 60px;
  background: #FF6632;
  margin-bottom: 30px;
  margin-top: 28px;
}

.advantage-section h3 {
  font-size: 22px;
  margin-top: 30px;
}

.advantage-section .wpb_column {
  margin-bottom: 35px;
}

.advantage-section .wpb_content_element {
  margin-bottom: 10px;
}

.about-section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.about-section .vc_row {
  max-width: 80%;
}

.about-section .wpb_video_widget {
  margin-top: 70px;
}

@media screen and (max-width: 991px ) {
  .about-section {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .about-section .vc_row {
    max-width: 100%;
  }
  .about-section .wpb_video_widget {
    margin-top: 40px;
  }
}
.offices-content {
  max-width: 420px;
  margin-left: 80px;
}

.offices-section h2 {
  margin-top: 0;
}

.offices-section h2:after {
  content: "";
  display: block;
  height: 7px;
  width: 60px;
  background: #FF6632;
  margin-bottom: 30px;
  margin-top: 28px;
}

.offices-map img {
  max-height: 850px;
  width: auto;
}

@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  .offices-content {
    max-width: 350px;
    margin-left: 60px;
  }
}
@media screen and (min-width: 768px ) and (max-width: 991px ) {
  .offices-section .offices-content {
    order: 1;
    margin-bottom: 60px;
  }
  .offices-section .offices-content h2 {
    margin-top: 10px;
  }
  .offices-section .offices-map-wrap {
    order: 2;
  }
  .offices-content {
    max-width: 708px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px ) {
  .offices-section .offices-content {
    order: 1;
    margin-bottom: 40px;
  }
  .offices-section .offices-map-wrap {
    order: 2;
  }
  .offices-content {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.vc_section.vc_section-has-fill + .vc_row-full-width + .certificates-section.vc_section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.certificates-section h2 {
  margin-top: 0;
}

.certificates-section h2:after {
  content: "";
  display: block;
  height: 7px;
  width: 60px;
  background: #FF6632;
  margin-bottom: 30px;
  margin-top: 28px;
}

.certificates-section .wpb_single_image {
  margin-bottom: 0;
}

@media screen and (max-width: 767px ) {
  .certificates-section .btn {
    margin-bottom: 35px;
  }
}
.carrer-section {
  margin-bottom: 30px;
}

.carrer-row {
  background: #FF6632;
  color: #FFF;
  padding-top: 80px;
  padding-bottom: 80px;
}

.carrer-section h2 {
  color: #FFF;
  margin-top: 0;
}

.carrer-section p {
  font-size: 18px;
  margin-top: 0;
}

.carrer-section .btn {
  margin-bottom: 0;
}

.carrer-section .wpb_content_element {
  margin-bottom: 0;
}

@media screen and (max-width: 991px ) {
  .carrer-row {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .carrer-section h2 {
    padding-bottom: 20px;
  }
  .carrer-section .btn {
    margin-top: 25px;
  }
  .carrer-section .right .wpb_wrapper {
    align-items: flex-start !important;
  }
}
.quick-offer-row {
  background: #FF6632;
  color: #FFF;
  padding-top: 80px;
  padding-bottom: 80px;
}

.quick-offer-section h2 {
  color: #FFF;
  margin-top: 0;
}

.quick-offer-section p {
  font-size: 18px;
  margin-top: 0;
}

.quick-offer-section .btn {
  margin-bottom: 0;
}

.quick-offer-section .wpb_content_element {
  margin-bottom: 0;
}

@media screen and (max-width: 991px ) {
  .quick-offer-section h2 {
    margin-bottom: 20px !important;
  }
  .quick-offer-section .btn {
    margin-top: 25px;
  }
  .quick-offer-section .right .wpb_wrapper {
    align-items: flex-start !important;
  }
}
.page-title-hero-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.page-title-hero {
  padding-top: 40px;
  padding-bottom: 60px;
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.page-title-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 40%;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(243, 243, 243, 0.7) 24%, #f3f3f3 74%, #f3f3f3 100%);
}

.page-title-content {
  width: 40%;
  position: relative;
  z-index: 1;
}

.page-title-icons {
  display: none;
}

@media screen and (min-width: 768px ) and (max-width: 991px ) {
  .page-title-content {
    width: 50%;
  }
}
@media screen and (max-width: 991px ) {
  .page-title-hero {
    min-height: 0;
  }
}
@media screen and (max-width: 767px ) {
  .page-title-content {
    width: 100%;
  }
  .page-title-hero:before {
    right: 0;
    background-color: rgba(243, 243, 243, 0.7);
  }
  .page-title-hero .container {
    width: 100%;
  }
}
.page-title-content .page-title {
  margin-bottom: 0.4em;
}

.page-title-content p {
  font-size: 20px;
  margin-bottom: 1.7em;
  color: #64666E;
}

.page-breadcrumbs {
  margin-bottom: 60px;
}

.ns-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #A4A4A4;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7E7E8;
}

.ns-breadcrumbs li {
  display: inline;
  color: #A4A4A4;
}

.ns-breadcrumbs li:before {
  display: none;
}

.ns-breadcrumbs li:after {
  content: " /";
  color: #A4A4A4;
  padding-left: 10px;
  padding-right: 10px;
}

.ns-breadcrumbs li:last-child:after {
  display: none;
}

.ns-breadcrumbs li a {
  color: #A4A4A4;
  text-decoration: none;
}

.ns-breadcrumbs li a:hover {
  color: #FF6632;
}

@media screen and (max-width: 767px ) {
  .page-breadcrumbs {
    margin-bottom: 40px;
  }
  .ns-breadcrumbs {
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 12px;
  }
  .ns-breadcrumbs li:after {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.content-card {
  background: #F3F3F3;
  margin-right: 0;
  margin-left: 0;
  margin-top: 80px;
  margin-bottom: 115px;
}

.content-card + .vc_row h2:first-of-type,
.content-card + .vc_row h3:first-of-type {
  margin-top: 0;
}

.content-card .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

.content-card.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: block;
}

.content-card .wpb_single_image {
  margin-bottom: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.content-card .vc_figure,
.content-card .vc_single_image-wrapper,
.content-card .vc_single_image-wrapper img {
  height: 100%;
}

.content-card .vc_single_image-wrapper img {
  width: auto;
  height: 100%;
  position: absolute;
  max-width: none;
  left: 50%;
  transform: translate(-50%, 0);
}

.content-card .content-part {
  padding: 50px 50px;
}

.content-card .content-part h2 {
  margin-top: 0;
}

@media screen and (max-width: 991px ) {
  .content-card .vc_single_image-wrapper img {
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }
  .content-card h3 {
    margin-top: 0;
  }
}
.activities-section {
  background: #F3F3F3;
  padding-top: 60px;
  padding-bottom: 80px;
}

.accounting-services-section {
  padding-top: 30px;
  padding-bottom: 100px;
}

.subpages-list {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.subpages-list a {
  color: #64666E;
}

.subpages-list a:hover {
  color: #FF6632;
}

.page-item {
  background: #fff;
  flex: 0 0 calc(20% - 30px);
  margin: 15px;
  min-height: 230px;
  color: #64666E;
  padding: 20px;
  font-size: 18px;
}

.page-item:hover {
  text-decoration: none;
}

.page-item-icon {
  width: 100px;
  height: 80px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px ) and (max-width: 991px ) {
  .subpages-list {
    margin-left: -16px;
    margin-right: -16px;
  }
  .page-item {
    flex: 0 0 calc(25% - 16px);
    margin: 8px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px ) {
  .subpages-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-item {
    flex: 0 0 calc(50% - 10px);
    margin: 5px;
    padding: 15px;
    font-size: 16px;
  }
}
.numbers-section-grey {
  background: #F3F3F3;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 80px;
  margin-bottom: 50px;
}

.btn-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 30px;
}

.btn-icon:before {
  content: "";
  background-size: contain;
  background-position: center center;
  display: block;
  width: 50px;
  height: 50px;
}

.btn-icon-phone:before {
  background-image: url(../images/icon-phone.svg);
}

.btn-icon-email:before {
  background-image: url(../images/icon-mail.svg);
}

.btn-icon-location:before {
  background-image: url(../images/icon-location.svg);
}

.office-main-section {
  margin-bottom: 35px;
}

.route-section {
  margin-top: 130px;
  margin-bottom: 100px;
}

.route-section .title-decoration {
  margin-bottom: 0;
}

.route-section .title-decoration h2 {
  margin-top: 0;
}

.route-section .btn-primary {
  margin-top: 25px;
}

.office-gallery-section {
  margin-top: 30px;
  margin-bottom: 60px;
}

/*
ACF gallery
*/
.ns-post-gallery-container {
  margin-bottom: 35px;
}

.ns-post-gallery-container figure {
  margin: 0;
}

.ns-post-gallery-item,
.ns-post-big-img-item {
  display: block;
  background-size: cover;
  background-position: center center;
}

.ns-post-gallery-item {
  padding-bottom: 75%;
  border-radius: 4px;
}

.ns-post-gallery {
  overflow: hidden;
}

.ns-post-gallery .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.ns-post-gallery-item-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.ns-post-gallery-container .slick-dots {
  display: block !important;
  text-align: center;
  bottom: 0;
  margin: 0;
  padding: 0;
  margin-top: 60px;
}

.ns-post-gallery-container .slick-dots li {
  display: inline-block;
}

.ns-post-gallery-container .slick-dots li:before {
  display: none;
}

.ns-post-gallery-container .slick-dots li button {
  background: #E7E7E8;
  height: 7px;
  width: 35px;
  font-size: 0;
  margin-left: 5px;
  margin-right: 5px;
  border: none;
}

.ns-post-gallery-container .slick-dots li button:hover {
  background: #64666E;
  border: transparent;
}

.ns-post-gallery-container .slick-dots li.slick-active button {
  background: #64666E;
}

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

.office-manager-img {
  filter: drop-shadow(0 0 17.5px rgba(0, 0, 0, 0.15));
}

.office-manager-info {
  margin-top: 15px;
  margin-bottom: 35px;
}

.office-manager-name {
  font-weight: 700;
}

.field a {
  font-size: 18px;
  line-height: 1.7;
}

.field p {
  margin-bottom: 15px;
  margin-top: 15px;
}

.office-item {
  border-radius: 4px;
  border: 1px solid #E7E7E8;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}

.office-item-img-wrap {
  position: relative;
  overflow: hidden;
}

.office-item-img {
  padding-bottom: 70%;
  display: block;
  background-position: center center;
  background-size: cover;
  transition: 0.3s;
}

.office-item-img:hover,
.office-item-img:focus {
  transform: scale(1.1);
}

.office-item-content a:hover {
  text-decoration: none;
}

.office-item-content a:hover h2.office-title {
  text-decoration: none;
  color: #FF6632;
}

h2.office-title {
  font-size: 20px;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 5px;
  display: inline-block;
}

.office-item-actions {
  padding: 0 20px 15px 20px;
}

.office-item-actions .action-link {
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.office-item-actions .action-link:hover {
  text-decoration: underline;
}

.office-item-info {
  border-bottom: 1px solid #E7E7E8;
  margin-bottom: 13px;
  padding: 15px 20px 0 20px;
}

.office-item .btn-icon {
  width: 33px;
  height: 33px;
  margin-right: 5px;
  margin-bottom: 0;
}

.office-item .btn-icon:before {
  width: 33px;
  height: 33px;
}

.office-item .btn {
  float: right;
}

@media screen and (max-width: 991px ) {
  .office-item-img {
    display: none;
  }
}
/*
---------------------------------------
*/
.office-plain-item {
  border-bottom: 1px solid #E7E7E8;
  width: 100%;
}

.offices-loop .loop-item:last-child .office-plain-item {
  border-bottom: none;
}

.office-plain-item-content {
  display: flex;
  padding: 20px;
}

.office-plain-item-content-col {
  width: 50%;
}

.office-title-wrap {
  display: inline-block;
}

.office-title-wrap:hover {
  text-decoration: none;
}

.office-plain-item h2.office-title {
  font-size: 35px;
  margin-bottom: 0;
  line-height: 1.1;
  margin-top: 15px;
}

.office-plain-item h2.office-title:hover {
  text-decoration: none;
  color: #FF6632;
}

.office-plain-item-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.office-plain-item-icons .btn-icon {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 10px;
  filter: saturate(1);
}

.office-plain-item-icons .btn-icon:hover {
  filter: saturate(4);
}

.office-plain-actions-mobile {
  display: none;
}

.office-plain-actions-desktop {
  text-align: right;
}

.action-link {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  display: inline-block;
}

.ti-section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.spot-ti-section {
  padding-top: 20px;
  padding-bottom: 0;
}

.ti-section-last {
  padding-top: 110px;
  padding-bottom: 20px;
}

.ti-section h2 {
  margin-top: 0;
}

.ti-section .title-decoration {
  margin-bottom: 0;
}

.office-qr-code-wrap {
  position: relative;
}

.office-qr-code-wrap:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 109px;
  display: block;
  z-index: 1;
  background-image: url(../images/puscica.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -35px;
  bottom: 25px;
}

.office-qr-code {
  position: relative;
}

.office-qr-code:before {
  content: "";
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  background-image: url(../images/qr_top_corner.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -10px;
  left: -10px;
}

.office-qr-code:after {
  content: "";
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  background-image: url(../images/qr_bottom_corner.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: -10px;
  bottom: -10px;
}

.office-qr-code svg {
  width: 100%;
  height: auto;
}

.office-qr-note {
  font-weight: 500;
  width: 80%;
  color: #FF6632;
}

.office-name a,
.office-name a:visited {
  color: #64666E;
}

.office-name a:hover {
  text-decoration: none;
  color: #FF6632;
}

.loop-item .field a {
  font-size: 16px;
}

.wpb_wrapper > .field {
  width: 100%;
}

footer .loop-item {
  margin-bottom: 1px;
}

footer .loop-item .vc_row {
  flex-direction: row !important;
}

.pricelist {
  height: 100%;
  width: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.pricelist-title {
  background-color: #FF6632;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  padding: 20px 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
}

.pricelist-subtitle {
  background-color: #F3F3F3;
  color: #64666E;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  text-align: center;
}

.pricelist-content {
  border: 1px solid #F3F3F3;
  padding: 0 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 100%;
}

.pricelist-content p,
.pricelist-content ol,
.pricelist-content ul {
  font-size: 16px;
}

.pricelist-content ul {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricelist-content li {
  margin-bottom: 5px;
}

.numbers-section-grey {
  padding-top: 115px;
  padding-bottom: 115px;
}

.numbers {
  display: flex;
  width: 100%;
  justify-content: stretch;
  color: #64666E;
}

.number-item {
  text-align: center;
  width: 100%;
}

.number-count {
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 15px;
  color: #FF6632;
}

.number-text {
  font-size: 20px;
}

@media screen and (min-width: 768px ) and (max-width: 991px ) {
  .number-count {
    font-size: 48px;
  }
  .number-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px ) {
  .numbers {
    flex-wrap: wrap;
  }
  .number-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .number-count {
    font-size: 48px;
  }
  .number-text {
    font-size: 18px;
  }
}
.certificate {
  border-radius: 4px;
  border: 1px solid #E7E7E8;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  margin-bottom: 40px;
}

.certificate-img-wrap {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.certificate-text-wrap {
  width: 65%;
  padding: 40px 60px;
  border-left: 1px solid #E7E7E8;
}

.person-card-wrap {
  height: 100%;
  margin-bottom: 30px;
}

.person-card {
  border: 1px solid #E7E7E8;
  border-radius: 4px;
  height: 100%;
}

.person-name {
  margin: 0;
  padding: 15px 30px 0 30px;
}

.person-function {
  font-size: 22px;
  color: #A4A4A4;
  display: block;
  padding: 2px 30px 15px 30px;
}

.person-specializations {
  padding: 10px 0 10px 0;
  border-top: 1px solid #E7E7E8;
}

.person-specializations ul {
  font-weight: 400;
  color: #64666E;
  font-size: 16px;
  padding: 0 30px 0 56px;
}

.person-specializations ul li {
  margin-bottom: 10px;
}

.person-mail {
  font-weight: 400;
  margin: 5px 30px 30px 30px;
  display: inline-block;
}

.inmedia-section .loop-item-inner {
  background: #fff;
  filter: drop-shadow(0 0 17.5px rgba(0, 0, 0, 0.15));
  margin-bottom: 40px;
}

.promo2 > .vc_column-inner > .wpb_wrapper {
  padding: 30px 50px 50px 50px;
  padding-top: 0;
  align-items: center !important;
  border-radius: 4px;
  background: #fff;
  filter: drop-shadow(0 0 17.5px rgba(0, 0, 0, 0.15));
}

.promo2 > .vc_column-inner > .wpb_wrapper h3 a {
  color: #64666E;
}

.promo2 > .vc_column-inner > .wpb_wrapper h3 a:hover {
  color: #FF6632;
  text-decoration: none;
}

.before-footer {
  margin-bottom: -60px;
}

.gform_body input[type=text],
.gform_body input[type=email],
.gform_body textarea {
  width: 100%;
}

.gform_body input[aria-invalid=true],
.gform_body textarea[aria-invalid=true] {
  border-color: #FF4858;
}

.gform_body .gfield {
  margin-bottom: 25px;
}

.gform_body .validation_message {
  font-weight: 500;
  color: #FF4858;
  margin-top: 8px;
}

.gfield_label {
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 500;
  color: #64666E;
}

.gfield_required {
  padding-left: 3px;
}

.hidden_label .gfield_label {
  display: none;
}

.gform_body fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.gform_required_legend {
  display: none;
}

.gf_page_steps {
  width: 320px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 40px;
}

.gf_step {
  background: #E7E7E8;
  width: 100%;
  margin: 0 4px;
  height: 8px;
}

.gf_step_completed {
  background: #64666E;
}

.gf_step_completed:hover {
  background: #64666E;
}

.gf_step_active,
.gf_step_active:hover {
  background: #FF6632;
}

.gf_step_number {
  display: none;
}

.content-form {
  border: 1px solid #E7E7E8;
  border-radius: 4px;
  padding: 40px;
  margin-bottom: 35px;
  margin-top: 60px;
}

.content-form .gsection_title {
  margin-top: 0;
}

.gchoice {
  margin-top: 4px;
  margin-bottom: 4px;
}

.gchoice strong {
  color: #64666E;
}

.radio-buttons .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.radio-buttons .gfield_radio .gchoice {
  width: 25%;
  text-align: center;
  padding: 8px;
  margin-top: 0;
  margin-bottom: 0;
}

.radio-buttons .gfield_radio .gchoice label {
  width: 100%;
  display: block;
  border: 1px solid #E7E7E8;
  padding: 15px;
  font-weight: 500;
  color: #000;
  border-radius: 4px;
}

.radio-buttons .gfield_radio .gchoice label:hover {
  border: 1px solid rgb(191.9361702128, 191.9361702128, 194.5638297872);
}

.radio-buttons .gfield_radio .gchoice input:checked + label {
  border: 1px solid #FF6632;
  color: #FF6632;
}

.radio-buttons .gfield_radio .gchoice input {
  display: none;
}

.ginput_container_consent {
  padding-left: 34px;
}

.ginput_container_consent input {
  position: absolute;
  margin-left: -34px;
}

.gfield_consent_label {
  margin-left: 0;
}

.quote-title {
  border-bottom: 1px solid #E7E7E8;
  padding-bottom: 30px;
  margin-bottom: 80px;
}

.quote-title h2 {
  font-weight: 300;
  font-size: 48px;
}

.quote-header {
  margin-bottom: 17px;
  margin-top: 17px;
}

.quote-form {
  margin-bottom: 40px;
}

.form-divider {
  border-bottom: 1px solid #E7E7E8;
}

.form-note p {
  font-size: 14px;
  color: #A4A4A4;
  margin-top: 0;
  margin-bottom: 20px;
}

.gform_confirmation_wrapper + .form-note {
  display: none;
}

.company-bool .gchoice {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 767px ) {
  .radio-buttons .gfield_radio .gchoice {
    width: 50%;
  }
  .radio-buttons .gfield_radio .gchoice label {
    padding: 15px 10px;
  }
  .quote-title {
    border-bottom: 1px solid #E7E7E8;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .quote-title h2 {
    font-size: 28px;
  }
}
.autocomplete-suggestions {
  border: 1px solid #E7E7E8;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 8px 10px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
}

.autocomplete-selected {
  background: #F3F3F3;
}

.autocomplete-suggestions strong {
  font-weight: 400;
  color: #FF6632;
}

.autocomplete-suggestion {
  cursor: pointer;
}

.noUi-connect {
  background: #FF6632;
}

.noUi-handle {
  box-shadow: none;
  border: 1px solid #E7E7E8;
  border-radius: 4px;
}

.noUi-handle:hover,
.noUi-handle:focus {
  border: 1px solid rgb(191.9361702128, 191.9361702128, 194.5638297872);
}

.noUi-horizontal .noUi-handle {
  width: 36px;
  height: 36px;
  right: -18px;
  top: -9px;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 2px;
  border: none;
  font-weight: 500;
  background: none;
}

.noUi-target {
  margin-top: 10px;
  margin-bottom: 40px;
  box-shadow: none;
  border: none;
  background: #F3F3F3;
  border-radius: 4px;
}

.job-item {
  margin-bottom: 35px;
}

.job-item h4 {
  margin-bottom: 0;
  margin-top: 0;
}

/*
gallery
*/
.ns-gallery-el:after {
  content: "";
  display: table;
  clear: both;
}

.ns-gallery {
  float: left;
}

.nsg-p2 {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 33px;
  width: calc(100% + 4px);
}

.nsg-p5 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
  width: calc(100% + 10px);
}

.nsg-p10 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
  width: calc(100% + 20px);
}

.nsg-p15 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  width: calc(100% + 30px);
}

.nsg-p2 .nsg-gitem {
  padding: 2px;
}

.nsg-p5 .nsg-gitem {
  padding: 5px;
}

.nsg-p10 .nsg-gitem {
  padding: 10px;
}

.nsg-p15 .nsg-gitem {
  padding: 15px;
}

.nsg-c10 {
  width: 10%;
}

.nsg-c6 {
  width: 16.666%;
}

.nsg-c5 {
  width: 20%;
}

.nsg-c4 {
  width: 25%;
}

.nsg-c3 {
  width: 33.333%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nsg-c10 {
    width: 10%;
  }
  .nsg-c6 {
    width: 16.666%;
  }
  .nsg-c5 {
    width: 20%;
  }
  .nsg-c4 {
    width: 25%;
  }
  .nsg-c3 {
    width: 33.333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nsg-c10 {
    width: 20%;
  }
  .nsg-c6 {
    width: 25%;
  }
  .nsg-c5 {
    width: 33.333%;
  }
  .nsg-c4 {
    width: 25%;
  }
  .nsg-c3 {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .nsg-c10 {
    width: 50%;
  }
  .nsg-c6 {
    width: 50%;
  }
  .nsg-c5 {
    width: 50%;
  }
  .nsg-c4 {
    width: 50%;
  }
  .nsg-c3 {
    width: 100%;
  }
}
.nsg-r1-1 {
  padding-bottom: 100%;
}

.nsg-r4-3 {
  padding-bottom: 75%;
}

.nsg-r3-2 {
  padding-bottom: 66.666%;
}

.nsg-r16-9 {
  padding-bottom: 56.25%;
}

.nsg-gitem {
  float: left;
}

.nsg-img-container {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: block;
}

.nsg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

.vc-pagination {
  padding-top: 5px;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 35px;
}

.page-numbers,
.page-numbers:visited {
  padding: 11px 8px 9px 8px;
  border: 1px solid #E7E7E8;
  background: #fff;
  font-weight: 600;
  color: #64666E;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  transition: 0.2s;
}

.page-numbers:hover {
  text-decoration: none;
  border: 1px solid #FF6632;
  background: #fff;
}

.page-numbers.current {
  border: 1px solid #FF6632;
  background: #fff;
  color: #FF6632;
}

.page-numbers.next i {
  margin-left: 4px;
}

.page-numbers.prev i {
  margin-right: 4px;
}

.page-numbers.next,
.page-numbers.prev {
  border: 1px solid #E7E7E8;
  background: #fff;
  font-size: 23px;
  padding: 7px 8px 5px 8px;
  display: inline-block;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
  border: 1px solid #FF6632;
  background: #fff;
}

form th {
  padding: 15px 5px;
  border: 1px solid #E7E7E8;
}

form td {
  vertical-align: middle;
  border-color: #E7E7E8;
}

form td .btn {
  width: 100%;
}

#resultsPlace {
  margin-top: 60px;
}

.login-form {
  border: 1px solid #E7E7E8;
  padding: 30px;
  background: #F3F3F3;
  border-radius: 4px;
  margin-top: 45px;
  margin-bottom: 20px;
}

.login-form input[type=text],
.login-form input[type=email],
.login-form input[type=password],
.login-form input[type=search],
.login-form input[type=tel] {
  background: #fff;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 5px;
  width: 50%;
}

.login-form label {
  font-weight: 500;
  display: block;
}

.login-form .btn {
  display: inline-block;
  margin-left: 15px;
}

.bc-counter {
  border: 1px solid #E7E7E8;
  width: 100%;
  display: inline-block;
  padding: 30px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 30px;
  min-height: 172px;
}

.bc-counter-title {
  font-size: 20px;
}

.bc-counter-num {
  font-size: 40px;
  font-weight: 700;
  color: #FF6632;
  padding-top: 18px;
}

.just-breadcrumbs {
  border-top: 1px solid #E7E7E8;
}

.just-breadcrumbs .ns-breadcrumbs {
  border-bottom: none;
}

.basic-title {
  font-size: 42px;
}

.basic-title:after {
  content: "";
  display: block;
  height: 7px;
  width: 60px;
  background: #FF6632;
  margin-bottom: 30px;
  margin-top: 28px;
}

.club-section {
  margin-bottom: 90px;
  margin-top: 30px;
}

.club-section .bc-counter-wrap {
  margin-top: 130px;
}

.country-selector-wrap {
  display: flex;
  align-items: center;
}

.country-selector-title {
  color: #A4A4A4;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  margin-right: 15px;
}

@media screen and (max-width: 991px ) {
  .country-selector-title {
    display: block;
    margin-bottom: 10px;
  }
  .country-selector-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px ) {
  .country-selector-wrap {
    margin-bottom: 30px;
  }
}
.country-selector-btn {
  color: #64666E;
  font-weight: 300;
  border: 1px solid #D1D1D1;
  margin-bottom: 0 !important;
  position: relative;
  padding-right: 53px;
}

.country-selector-btn:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 17px;
}

.country-selector-country {
  font-weight: 500;
}

.country-selector-flag {
  width: 25px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  margin-left: 8px;
  margin-bottom: -3px;
}

@media screen and (max-width: 767px ) {
  .country-selector-btn {
    font-size: 14px;
  }
}
.country-selector-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: block;
  z-index: 40;
  display: none;
  height: 100vh;
  overflow-y: auto;
}

.country-selector-overlay.active {
  display: block;
}

.cso-header {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 130px;
  position: fixed;
  left: 0;
  z-index: 10;
}

.cso-content {
  width: 100%;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 100px;
  display: flex;
  border-radius: 4px;
  position: relative;
  border: 2px solid #F3F3F3;
}

.cso-content-list {
  background: #fff;
  width: 40%;
}

.cso-content-map {
  background: url(../images/cso-map.svg);
  width: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cso-content.RS .cso-content-map,
.cso-content.BA .cso-content-map,
.cso-content.ME .cso-content-map,
.cso-content.HR .cso-content-map {
  background: url(../images/cso-map-rs.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 991px ) {
  .cso-header {
    height: 80px;
  }
  .cso-content {
    margin-top: 100px;
    flex-direction: column;
  }
  .cso-content-list {
    width: 100%;
  }
  .cso-content-map {
    width: 100%;
    padding-bottom: 80%;
  }
}
.cso-section {
  border: 1px solid #F3F3F3;
  padding: 30px 30px 20px 30px;
}

.cso-section-active {
  background: #F3F3F3;
}

.cso-section-title {
  font-size: 26px;
  font-weight: 500;
  color: #64666E;
  margin-bottom: 7px;
}

.cso-section-title-text {
  display: block;
}

.cso-section-link-wrap {
  margin-bottom: 15px;
}

.cso-section-link {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  background: #F3F3F3;
  border-radius: 4px;
  padding: 5px 8px;
}

.cso-section-active .cso-section-link {
  background: #fff;
}

.cso-languages {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cso-languages li {
  width: 49%;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}

.cso-languages li:before {
  display: none;
}

.cso-languages a {
  color: #000;
}

.cso-language-flag {
  width: 25px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  margin-right: 8px;
}

.cso-close {
  width: 32px;
  height: 32px;
  margin-top: 25px;
  float: right;
  position: relative;
}

.cso-close:before {
  content: "";
  width: 32px;
  height: 3px;
  background: #64666E;
  display: block;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}

.cso-close:after {
  content: "";
  width: 32px;
  height: 3px;
  background: #64666E;
  display: block;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
}

@media screen and (max-width: 991px ) {
  .cso-close {
    width: 24px;
    height: 24px;
    margin-top: 20px;
  }
  .cso-close:before {
    content: "";
    width: 24px;
  }
  .cso-close:after {
    content: "";
    width: 24px;
  }
}
.club-members-list {
  margin-top: 20px;
}

.cm-item {
  width: 100%;
  border-bottom: 1px solid #E7E7E8;
  padding: 8px;
}

.cm-item-title {
  width: 50%;
  display: inline-block;
  padding-right: 15px;
}

.cm-item-address {
  width: 50%;
  display: inline-block;
}

#moove-gdpr-menu li:before {
  display: none;
}

.offices-map-svg-wrap {
  width: 100%;
}

.offices-map-svg-wrap svg {
  width: 100%;
  height: auto;
}

.offices-page-title-hero:before {
  display: none;
}

.offices-page-title-hero {
  background: #F9FAFC;
}

.hero-map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #F9FAFC;
  width: 100%;
  max-width: 2060px;
}

.hero-map svg {
  width: auto;
  height: 110%;
  min-height: 100%;
  right: -150px;
  top: -30px;
  position: absolute;
}

@media screen and (min-width: 1450px) {
  .hero-map svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
  }
}
@media screen and (max-width: 767px ) {
  .hero-map svg {
    display: none;
  }
}
.rs-calc {
  background: #F3F3F3;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 35px;
}

.rs-calc-wrap input[type=button] {
  margin-bottom: 30px;
}

.rs-calc-interactive input[type=text] {
  background: #fff;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.rs-calc-interactive {
  border-bottom: 1px solid #E7E7E8;
  margin-bottom: 30px;
}

.rs-calc-result-label {
  display: inline-block;
}

.rs-calc-result-line input[type=text] {
  border: none;
  font-weight: 700;
}

.ns-yt-youtube {
  background-color: transparent;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  background-position: center center;
  background-size: cover;
}

.ns-yt-youtube:before {
  content: "";
  position: absolute;
  /*  z-index: 5000;
  display: block;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background-color: transparent;
  pointer-events: none;
  border: 3px solid #f7f7f7;
  border-radius: 30px;*/
}

.ns-yt-youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
  display: none;
}

.ns-yt-youtube .ns-yt-play-button {
  width: 90px;
  height: 60px;
  background-color: #FF6632;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.ns-yt-youtube .ns-yt-play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.ns-yt-youtube img,
.ns-yt-youtube .ns-yt-play-button {
  cursor: pointer;
}

.ns-yt-youtube img,
.ns-yt-youtube iframe,
.ns-yt-youtube .ns-yt-play-button,
.ns-yt-youtube .ns-yt-play-button:before {
  position: absolute;
}

.ns-yt-youtube .ns-yt-play-button,
.ns-yt-youtube .ns-yt-play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.ns-yt-youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.form-top-tip,
.form-bottom-tip,
.form-star-tip {
  font-size: 14px;
  color: #A4A4A4;
  position: absolute;
  width: 100%;
  display: block;
}

.form-top-tip {
  margin-top: -120px;
}

.form-star-tip {
  margin-top: 50px;
}

.form-bottom-tip {
  margin-top: 90px;
}

.gform_validation_container {
  display: none !important;
}

@media screen and (max-width: 767px ) {
  .certificate {
    flex-direction: column;
  }
  .certificate-img-wrap {
    width: 100%;
    border-bottom: 1px solid #E7E7E8;
  }
  .certificate-text-wrap {
    width: 100%;
  }
}
.placeCalculator td {
  padding: 4px 8px;
}

.placeCalculator tr td:nth-child(1) {
  padding: 4px 16px;
}

.placeCalculator tr.section-row td {
  background: #F3F3F3;
  font-weight: 500;
  padding: 4px 8px;
}

.calc input[type=text] {
  width: 100%;
}

.calc-field-wrap {
  position: relative;
}

.calc-field-wrap .symbol {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1em;
  font-weight: 400;
}

header .wpb-menu-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
header .wpb-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
header .wpb-menu li {
  position: relative;
  background: #fff;
  text-align: center;
  margin: 0 1px;
  padding: 0;
  line-height: 1;
  padding-top: 1px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  height: 76px;
}
header .wpb-menu li:before {
  display: none;
}
header .wpb-menu a {
  text-decoration: none;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  position: relative;
}
header .wpb-menu .current-page-ancestor a:before,
header .wpb-menu .current-page a:before,
header .wpb-menu a:hover:before {
  content: "";
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -4px;
  width: 100%;
  left: 0;
}
header .wpb-menu .submenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: none;
}
header .wpb-menu-toggle-icon-wrap {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: transparent;
  display: none;
  margin: 10px 10px 10px 10px;
  border: 0 solid transparent;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 0;
}
header .wpb-menu-toggle-icon {
  background: #000;
  width: 30px;
  height: 2px;
  position: relative;
  transition: background 8ms 240ms ease;
  transform: translateY(14px);
}
header .wpb-menu-toggle-icon:before,
header .wpb-menu-toggle-icon:after {
  transition: top 240ms 280ms ease, transform 240ms 40ms ease;
  position: absolute;
  background: #000;
  width: 30px;
  height: 2px;
  content: "";
}
header .wpb-menu-toggle-icon:before {
  top: -7.5px;
}
header .wpb-menu-toggle-icon:after {
  top: 7.5px;
}
header .wpb-menu-toggle.hidden {
  display: none;
}
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon {
  background: transparent;
}
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:after,
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:before {
  transition: top 240ms 40ms ease, transform 240ms 280ms ease;
  top: 0;
}
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:before {
  transform: rotate(45deg);
}
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:after {
  transform: rotate(-45deg);
}
header .submenu-toggle.hidden {
  display: none;
}
header .wpb-menu-more.hidden {
  display: none;
}
header .wpb-menu-more-icon-wrap {
  display: none;
}
@media screen and (min-width: 991px) {
  header .wpb-menu-more-icon-wrap {
    width: 30px;
    height: 76px;
    margin-left: 30px;
    display: none;
  }
  header .wpb-menu-more-icon {
    text-align: center;
    vertical-align: middle;
    margin-top: 25px;
  }
  header .wpb-menu-more-icon:before {
    content: "\f142";
    font-family: "Font Awesome 5 Free";
    height: 76px;
    font-size: 24px;
    color: #999;
    font-weight: 700;
  }
  header .wpb-menu-more-icon-wrap:hover .wpb-menu-more-icon:before {
    color: #000;
  }
  header .wpb-menu ul li:nth-child(n+1001) {
    display: none;
  }
  header .wpb-menu-more:checked ~ .wpb-menu-more-icon-wrap .wpb-menu-more-icon:before {
    color: #000;
  }
  header .wpb-menu-more:checked + ul li:nth-child(n+1001) {
    background: #fff;
    display: block;
    position: absolute;
    top: 76px;
    right: 0;
    z-index: 1;
    height: 60px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 200px;
    border-top: 1px solid #E7E7E8;
    border-right: 1px solid #E7E7E8;
    border-left: 1px solid #E7E7E8;
  }
}
@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  header .wpb-menu a {
    font-size: 19px;
  }
  header .wpb-menu li {
    padding-left: 20px;
  }
  header .wpb-menu li:first-child {
    padding-left: 0;
  }
  header .wpb-menu-more-icon-wrap {
    margin-left: 8px;
  }
}
@media screen and (max-width: 991px ) {
  header .wpb-menu-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  header .wpb-menu {
    width: 100%;
    position: absolute;
    margin: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 60px;
    z-index: 100;
    height: 0;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: ease;
    display: block;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
  }
  header .wpb-menu-toggle-icon-wrap {
    display: block;
  }
  header .wpb-menu-toggle:checked ~ .wpb-menu {
    height: auto;
    opacity: 1;
  }
  header .wpb-menu ul {
    display: block;
    width: 100%;
  }
  header .wpb-menu li {
    text-align: left;
    display: block;
    margin: 0;
    padding: 8px 10px;
    height: auto !important;
  }
  header .wpb-menu .menu-link-wrap {
    padding-right: 50px;
    display: block;
    width: 100%;
  }
  header .wpb-menu a {
    width: 100%;
    display: block;
    padding: 8px 5px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
  }
  header .wpb-menu .current-page-ancestor a:before,
  header .wpb-menu .current-page a:before,
  header .wpb-menu a:hover:before {
    display: none;
  }
  header .wpb-menu > ul > li > .submenu:before {
    content: "";
    display: block;
    height: 1px;
    margin-left: -15px;
    margin-right: -15px;
  }
  header .wpb-menu .submenu {
    position: relative;
    margin-top: 8px;
    margin-bottom: -8px;
  }
  header .wpb-menu .submenu li {
    padding: 4px 0 4px 10px;
  }
  header .wpb-menu .submenu li:last-child {
    border-bottom: none;
  }
  header .wpb-menu .submenu a {
    font-size: 14px;
    font-weight: normal;
  }
  header .wpb-menu .submenu .submenu {
    margin-top: 4px;
    margin-bottom: -4px;
  }
  header .wpb-menu .submenu .submenu li {
    padding: 2.6666666667px 0 2.6666666667px 5px;
  }
  header .wpb-menu .submenu .submenu a {
    font-size: 13px;
  }
  header .wpb-menu .submenu-toggle {
    display: none !important;
  }
  header .wpb-menu .submenu-toggle:checked ~ .submenu {
    display: block !important;
  }
  header .wpb-menu .submenu-toggle-icon {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 8px;
  }
  header .wpb-menu .submenu-toggle-icon:before {
    content: "\f078";
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 32px;
  }
  header .wpb-menu .submenu-toggle:checked ~ .submenu-toggle-icon:before {
    content: "\f077";
  }
  header .wpb-menu .submenu .submenu-toggle-icon {
    width: 30px;
    height: 30px;
    right: 5px;
    top: 4px;
  }
}