:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1360px;
  --font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
.product-header-wrap .product-header-info .titles-box .product-title,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  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%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1359.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  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%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  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%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

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

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

.float-none {
  float: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

h1,
h2,
.product-header-wrap .product-header-info .titles-box .product-title,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.product-header-wrap .product-header-info .titles-box .product-title,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.4rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0;
}

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

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  .product-header-wrap .product-header-info .titles-box .product-title,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  .product-header-wrap .product-header-info .titles-box .product-title,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@media (max-width: 767.98px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

html {
  color: #0e1f2f;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  position: relative;
}

/**
Disable W3C & Bootstrap standard styles for the abbr tag
 */

abbr[title].required {
  border-bottom: none;
  text-decoration: none;
}

.monofont {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#site-header.has-fixed-top-navbar {
  padding-top: 85px;
}

@media screen and (max-width: 1359.98px) and (max-width: 782px) {
  body.admin-bar #site-header nav.navbar.fixed-top {
    top: 46px !important;
  }
}

#site-footer {
  background: #f4f5f7;
}

#site-footer #wc-footer-main {
  padding: 65px 15px 80px;
}

#site-footer .wc-footer-image {
  margin-bottom: 20px;
}

#site-footer .footer-menu {
  margin-bottom: 20px;
}

#site-footer .footer-menu-title {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

#site-footer .footer-menu a {
  display: block;
  color: #212529;
  line-height: 1.7;
}

#site-footer .footer-menu a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#site-footer .location {
  margin-bottom: 10px;
}

#site-footer .location .footer-location-title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

#site-footer .location .location-line-1,
#site-footer .location .location-line-2,
#site-footer .location a {
  display: block;
}

#site-footer .location a {
  color: #212529;
}

#site-footer .location a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#site-footer .opening-hours {
  margin-bottom: 20px;
}

#site-footer .opening-hours-title {
  font-weight: 600;
  margin-bottom: 10px;
}

#site-footer .opening-hours span {
  display: block;
}

#site-footer .wc-footer-social {
  margin-bottom: 20px;
}

#site-footer .wc-footer-social span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#site-footer .wc-footer-social a {
  margin: 0 15px 0 0;
  font-size: 1.4rem;
  color: #212529;
}

#site-footer .wc-footer-social a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#wc-bottom-bar {
  padding: 20px 0;
  background: #fff;
}

@media (max-width: 575.98px) {
  #wc-bottom-bar .wc-footer-copyright {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
}

#wc-bottom-bar .bottom-bar-menu {
  width: 100%;
  text-align: center;
}

#wc-bottom-bar .bottom-bar-menu a {
  color: #212529;
  margin: 10px;
  font-size: 1rem;
}

#wc-bottom-bar .bottom-bar-menu a:hover {
  color: #e1e4e7;
  text-decoration: none;
}

@font-face {
  font-family: 'Sunflower';
  src: url("../../fonts/Sunflower-Light.eot");
  src: url("../../fonts/Sunflower-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Sunflower-Light.woff2") format("woff2"), url("../../fonts/Sunflower-Light.woff") format("woff"), url("../../fonts/Sunflower-Light.svg#Sunflower-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sunflower';
  src: url("../../fonts/Sunflower-Medium.eot");
  src: url("../../fonts/Sunflower-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Sunflower-Medium.woff2") format("woff2"), url("../../fonts/Sunflower-Medium.woff") format("woff"), url("../../fonts/Sunflower-Medium.svg#Sunflower-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sunflower';
  src: url("../../fonts/Sunflower-Bold.eot");
  src: url("../../fonts/Sunflower-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Sunflower-Bold.woff2") format("woff2"), url("../../fonts/Sunflower-Bold.woff") format("woff"), url("../../fonts/Sunflower-Bold.svg#Sunflower-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../../fonts/Roboto-Light.eot");
  src: url("../../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Light.woff2") format("woff2"), url("../../fonts/Roboto-Light.woff") format("woff"), url("../../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../../fonts/Roboto-Regular.eot");
  src: url("../../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../fonts/Roboto-Regular.woff") format("woff"), url("../../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../../fonts/Roboto-Bold.eot");
  src: url("../../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../fonts/Roboto-Bold.woff") format("woff"), url("../../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../../fonts/Roboto-Black.eot");
  src: url("../../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Black.woff2") format("woff2"), url("../../fonts/Roboto-Black.woff") format("woff"), url("../../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  width: 100%;
  height: auto;
  overflow-x: visible;
  box-sizing: border-box;
}

body {
  min-height: auto;
}

.site-wrapper {
  overflow: hidden;
  position: relative;
}

* {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

::-moz-selection {
  background: #e88c00;
  color: #fff;
}

::selection {
  background: #e88c00;
  color: #fff;
}

.container {
  max-width: 1390px !important;
}

h1,
h2,
.product-header-wrap .product-header-info .titles-box .product-title,
h3,
h4,
h5,
h6 {
  font-family: 'Sunflower', sans-serif;
  color: #0e1f2f;
  color: var(--textColor);
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

h1 > span,
h2 > span,
.product-header-wrap .product-header-info .titles-box .product-title > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

h1 > em,
h2 > em,
.product-header-wrap .product-header-info .titles-box .product-title > em,
h3 > em,
h4 > em,
h5 > em,
h6 > em {
  font-family: 'Sunflower', sans-serif;
  color: #e88c00;
  color: var(--mainColor);
  font-style: normal;
  font-weight: 700;
}

h1 {
  font-size: 64px;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 374px) {
  h1 {
    font-size: 34px;
  }
}

h2,
.product-header-wrap .product-header-info .titles-box .product-title {
  font-size: 48px;
}

@media only screen and (max-width: 1024px) {
  h2,
  .product-header-wrap .product-header-info .titles-box .product-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  h2,
  .product-header-wrap .product-header-info .titles-box .product-title {
    font-size: 30px;
  }
}

h3 {
  font-size: 36px;
}

@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 24px;
}

@media only screen and (max-width: 1024px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  p {
    font-size: 15px;
  }
}

p:empty {
  display: none;
}

ol {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

ol li {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 28px;
}

@media only screen and (max-width: 767px) {
  ol li {
    font-size: 16px;
    padding-left: 23px;
  }
}

@media only screen and (max-width: 374px) {
  ol li {
    font-size: 15px;
  }
}

ol li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  color: #0e1f2f;
  color: var(--textColor);
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav) {
  margin-bottom: 30px;
  margin-top: 0;
  list-style: none;
  padding: 0;
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav) li {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  position: relative;
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav) li {
    font-size: 16px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 374px) {
  ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav) li {
    font-size: 15px;
  }
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav) li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0e1f2f;
  background-color: var(--textColor);
}

a {
  color: #e88c00;
  color: var(--mainColor);
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #0e1f2f;
  color: var(--secColor);
}

blockquote {
  max-width: 900px;
  text-align: center;
  margin: 50px auto;
  position: relative;
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  blockquote {
    margin: 30px 0;
    padding-top: 45px;
  }
}

blockquote:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 40px;
  background-size: 46px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/quote-orange.svg);
}

@media only screen and (max-width: 767px) {
  blockquote:before {
    width: 35px;
    height: 30px;
    background-size: 35px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/quote-orange.svg);
  }
}

@media only screen and (max-width: 1360px) {
  blockquote {
    max-width: none;
  }
}

blockquote,
blockquote > p {
  color: #0e1f2f;
  color: var(--textColor);
  font-family: 'Sunflower', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.333333;
}

@media only screen and (max-width: 767px) {
  blockquote,
  blockquote > p {
    font-size: 20px;
  }
}

blockquote span,
blockquote > p span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

blockquote > em,
blockquote > p > em {
  font-family: inherit;
  color: #0e1f2f;
  color: var(--textColor);
  font-style: normal;
  font-weight: 500;
}

ul[id*=menu] {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
}

ul[id*=menu] > li {
  display: inline-block;
  list-style: none;
}

ul[id*=menu] > li > a {
  font-family: 'Sunflower', sans-serif;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

ul[id*=menu] > li > a span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

ul[id*=menu] > li:first-child {
  margin-left: 0;
}

ul[id*=menu] > li:last-child {
  margin-right: 0;
}

ul[id*=menu] > li:first-child {
  padding-left: 0;
}

ul[id*=menu] > li:last-child {
  padding-right: 0;
}

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

.flex-box-parent,
.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  .flex-box-parent,
  .wp-block-columns {
    margin: 0 -15px;
  }
}

.flex-box-child,
.wp-block-columns .wp-block-column {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .flex-box-child,
  .wp-block-columns .wp-block-column {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.nmp-last-el h1:last-child,
.nmp-last-el h2:last-child,
.nmp-last-el .product-header-wrap .product-header-info .titles-box .product-title:last-child,
.product-header-wrap .product-header-info .titles-box .nmp-last-el .product-title:last-child,
.nmp-last-el h3:last-child,
.nmp-last-el h4:last-child,
.nmp-last-el h5:last-child,
.nmp-last-el h6:last-child,
.nmp-last-el ul:last-child,
.nmp-last-el ol:last-child,
.nmp-last-el p:last-child,
.nmp-last-el div:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.sec-margin,
.pagination-wrapper .page-numbers {
  margin-bottom: 150px;
}

@media only screen and (max-width: 1440px) {
  .sec-margin,
  .pagination-wrapper .page-numbers {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin,
  .pagination-wrapper .page-numbers {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin,
  .pagination-wrapper .page-numbers {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-margin,
  .pagination-wrapper .page-numbers {
    margin-bottom: 40px;
  }
}

.sec-double-margin {
  margin: 150px 0;
}

@media only screen and (max-width: 1440px) {
  .sec-double-margin {
    margin: 120px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-margin {
    margin: 70px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-margin {
    margin: 50px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-double-margin {
    margin: 40px 0;
  }
}

.sec-margin-blocks {
  margin-bottom: 120px;
}

@media only screen and (max-width: 1440px) {
  .sec-margin-blocks {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin-blocks {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin-blocks {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-margin-blocks {
    margin-bottom: 10px;
  }
}

.sec-min-margin {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1440px) {
  .sec-min-margin {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-margin {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-min-margin {
    margin-bottom: 40px;
  }
}

.sec-min-double-margin {
  margin: 100px 0;
}

@media only screen and (max-width: 1440px) {
  .sec-min-double-margin {
    margin: 70px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-double-margin {
    margin: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-min-double-margin {
    margin: 40px 0;
  }
}

.sec-min-margin-blocks {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1440px) {
  .sec-min-margin-blocks {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-margin-blocks {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-margin-blocks {
    margin-bottom: 10px;
  }
}

.sec-padding {
  padding-bottom: 150px;
}

@media only screen and (max-width: 1440px) {
  .sec-padding {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-padding {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-padding {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-padding {
    padding-bottom: 40px;
  }
}

.sec-top-padding {
  padding-top: 150px;
}

@media only screen and (max-width: 1440px) {
  .sec-top-padding {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-top-padding {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-top-padding {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-top-padding {
    padding-top: 40px;
  }
}

.sec-min-padding {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1440px) {
  .sec-min-padding {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-padding {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-min-padding {
    padding-bottom: 40px;
  }
}

.sec-double-padding,
.image-links-section.style-2 .il-row {
  padding: 150px 0;
}

@media only screen and (max-width: 1440px) {
  .sec-double-padding,
  .image-links-section.style-2 .il-row {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-padding,
  .image-links-section.style-2 .il-row {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-padding,
  .image-links-section.style-2 .il-row {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-double-padding,
  .image-links-section.style-2 .il-row {
    padding: 40px 0;
  }
}

.sec-min-double-padding {
  padding: 100px 0;
}

@media only screen and (max-width: 1440px) {
  .sec-min-double-padding {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-double-padding {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-min-double-padding {
    padding: 40px 0;
  }
}

.sec-double-padding-blocks {
  padding: 150px 0 120px 0;
}

@media only screen and (max-width: 1440px) {
  .sec-double-padding-blocks {
    padding: 120px 0 90px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-padding-blocks {
    padding: 70px 0 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-padding-blocks {
    padding: 50px 0 20px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-double-padding-blocks {
    padding: 40px 0 10px 0;
  }
}

.sec-min-double-padding-blocks {
  padding: 100px 0 70px 0;
}

@media only screen and (max-width: 1440px) {
  .sec-min-double-padding-blocks {
    padding: 70px 0 40px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-double-padding-blocks {
    padding: 50px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-min-double-padding-blocks {
    padding: 40px 0 10px 0;
  }
}

.video-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-box iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.iframe-holder {
  display: none;
}

.video-pop-up-row {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1390px;
  clear: both;
  position: fixed;
  z-index: 1002;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1440px) {
  .video-pop-up-row {
    max-width: 960px;
  }
}

@media only screen and (max-width: 1360px) {
  .video-pop-up-row {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .video-pop-up-row {
    padding: 0 15px;
  }
}

.video-pop-up-row .video-pop-up {
  display: block;
  width: 100%;
}

.white-content h1,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text h1,
.white-content h2,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text h2,
.white-content .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box .white-content .product-title,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box .footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text .product-title,
.white-content h3,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text h3,
.white-content h4,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text h4,
.white-content h5,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text h5,
.white-content h6,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text h6 {
  color: #fff;
}

.white-content span,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text span {
  color: #fff;
}

.white-content p,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text p,
.white-content li,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text li {
  color: #fff !important;
}

.white-content a,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text a {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  transition: all 0.3s ease-in-out;
}

.white-content a:hover,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text a:hover,
.white-content a:focus,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text a:focus {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.dark-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 999;
}

.dark-overlay.full-dark {
  background-color: black;
}

.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 10px 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .slick-slider .slick-dots {
    margin: 0 0 20px 0;
  }
}

.slick-slider .slick-dots > li {
  list-style: none;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e2e2e2;
  margin: 0 7.5px;
  transition: all 0.3s ease-in-out;
}

.slick-slider .slick-dots > li:first-child {
  margin-left: 0;
}

.slick-slider .slick-dots > li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .slick-slider .slick-dots > li {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
}

.slick-slider .slick-dots > li button {
  display: none;
}

.slick-slider .slick-dots > li.slick-active {
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.titles-box .sub-title,
.titles-box .post-data {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .titles-box .sub-title,
  .titles-box .post-data {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 374px) {
  .titles-box .sub-title,
  .titles-box .post-data {
    font-size: 17px;
  }
}

.titles-box .sub-title > span,
.titles-box .post-data > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.titles-box.decor-box {
  padding-top: 15px;
  position: relative;
}

.titles-box.decor-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.titles-box.decor-box.decor-centered {
  padding-top: 20px;
}

.titles-box.decor-box.decor-centered:before {
  left: 50%;
  transform: translateX(-50%);
}

.titles-box.decor-box.decor-centered.centered-text {
  text-align: center;
  margin-bottom: 50px;
}

.titles-box.line-box {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1440px) {
  .titles-box.line-box {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .titles-box.line-box {
    margin-bottom: 30px;
  }
}

.info-top-line-wrap {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1440px) {
  .info-top-line-wrap {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .info-top-line-wrap {
    margin-bottom: 30px;
  }
}

.info-top-line-wrap .list-desc {
  padding-top: 15px;
}

.info-top-line-wrap .list-button-wrap {
  padding-top: 15px;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .info-top-line-wrap .list-button-wrap {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .info-top-line-wrap .list-button-wrap {
    text-align: left;
  }
}

.info-top-line-wrap.two-columns {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1440px) {
  .info-top-line-wrap.two-columns {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .info-top-line-wrap.two-columns {
    margin-bottom: 10px;
  }
}

.info-top-line-wrap.two-columns .titles-box {
  margin-bottom: 5px;
}

.info-top-line-wrap.two-columns .list-desc {
  margin-bottom: 20px;
}

.info-top-line-wrap.two-columns .list-button-wrap {
  margin-bottom: 20px;
}

.post-type-archive .header-section .hero-box .header-title-box,
.tax-cat_products .header-section .hero-box .header-title-box {
  max-width: none;
}

.play-button {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #e88c00;
  background-color: var(--mainColor);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.play-button:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 23px;
  border: 10px solid transparent;
  border-left: 18px solid #fff;
}

.play-button:hover,
.play-button:focus {
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.simple-preloader {
  display: block;
  width: 100px;
  height: 100px;
  margin: 50px auto 0 auto;
}

.simple-preloader:after {
  content: '';
  display: block;
  width: 84px;
  height: 84px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #e88c00;
  border-color: #e88c00 transparent #e88c00 transparent;
  -webkit-animation: dual-ring 1.2s linear infinite;
  animation: dual-ring 1.2s linear infinite;
}

@-webkit-keyframes dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wp-block-columns {
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .wp-block-columns {
    display: block;
    margin-bottom: 30px;
  }
}

.wp-block-image .aligncenter img {
  display: block;
  margin: 0 auto;
}

.aligncenter .wp-element-caption {
  text-align: center;
}

.wp-block-media-text {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  .wp-block-media-text {
    display: block;
  }
}

.wp-block-media-text .wp-block-media-text__media {
  padding: 0 15px;
  max-width: 450px;
  width: auto;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 15px;
}

.wp-block-gallery.is-layout-flex {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .wp-block-gallery.is-layout-flex {
    display: block;
  }
}

.wp-element-button {
  display: inline-block;
  color: #fff;
  font-family: 'Sunflower', sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #e88c00;
  background-color: var(--mainColor);
  text-transform: uppercase;
  border: none;
  padding: 15px 20px 12px 20px;
  line-height: 1.25;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.wp-element-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d8801c;
  z-index: 1;
  transform: translateX(-110%);
  transition: all 0.3s ease-in-out;
}

.wp-element-button > span,
.wp-element-button > strong {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
  z-index: 3;
}

.wp-element-button:hover,
.wp-element-button:focus {
  color: #fff;
}

.wp-element-button:hover:before,
.wp-element-button:focus:before {
  transform: translateX(0);
}

.wp-block-button.aligncenter {
  text-align: center;
}

.bg-image,
.single-news .single-content .wp-block-columns .wp-block-column .wp-block-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 15;
}

.svg-arrow-0,
.svg-arrow-1,
.svg-arrow-2,
.svg-arrow-3,
.svg-arrow-4,
.svg-arrow-dark-0,
.svg-arrow-dark-1,
.svg-arrow-dark-2,
.svg-arrow-dark-3,
.svg-arrow-dark-4,
.svg-arrow-dark-blue,
.svg-arrow-orange,
.svg-arrow-white,
.svg-chevron-0,
.svg-chevron-1,
.svg-chevron-2,
.svg-chevron-3,
.svg-chevron-4,
.svg-chevron-grey,
.svg-chevron-orange,
.svg-facebook-0,
body.page-color-0 .socials .socials-links .social-link.icon-facebook:after,
.svg-facebook-1,
body.page-color-1 .socials .socials-links .social-link.icon-facebook:after,
.svg-facebook-2,
body.page-color-2 .socials .socials-links .social-link.icon-facebook:after,
.svg-facebook-3,
body.page-color-3 .socials .socials-links .social-link.icon-facebook:after,
.svg-facebook-4,
body.page-color-4 .socials .socials-links .social-link.icon-facebook:after,
.svg-facebook-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-facebook:before,
.svg-facebook-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-facebook:before,
.svg-facebook-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-facebook:before,
.svg-facebook-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-facebook:before,
.svg-facebook-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-facebook:before,
.svg-facebook-dark-blue,
.socials .socials-links .social-link.icon-facebook:before,
.svg-facebook-orange,
.socials .socials-links .social-link.icon-facebook:after,
.svg-facebook-white,
.socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-facebook:before,
.svg-instagram-0,
body.page-color-0 .socials .socials-links .social-link.icon-instagram:after,
.svg-instagram-1,
body.page-color-1 .socials .socials-links .social-link.icon-instagram:after,
.svg-instagram-2,
body.page-color-2 .socials .socials-links .social-link.icon-instagram:after,
.svg-instagram-3,
body.page-color-3 .socials .socials-links .social-link.icon-instagram:after,
.svg-instagram-4,
body.page-color-4 .socials .socials-links .social-link.icon-instagram:after,
.svg-instagram-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-instagram:before,
.svg-instagram-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-instagram:before,
.svg-instagram-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-instagram:before,
.svg-instagram-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-instagram:before,
.svg-instagram-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-instagram:before,
.svg-instagram-dark-blue,
.socials .socials-links .social-link.icon-instagram:before,
.svg-instagram-orange,
.socials .socials-links .social-link.icon-instagram:after,
.svg-instagram-white,
.socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-instagram:before,
.svg-linkedin-0,
body.page-color-0 .socials .socials-links .social-link.icon-linkedin:after,
.svg-linkedin-1,
body.page-color-1 .socials .socials-links .social-link.icon-linkedin:after,
.svg-linkedin-2,
body.page-color-2 .socials .socials-links .social-link.icon-linkedin:after,
.svg-linkedin-3,
body.page-color-3 .socials .socials-links .social-link.icon-linkedin:after,
.svg-linkedin-4,
body.page-color-4 .socials .socials-links .social-link.icon-linkedin:after,
.svg-linkedin-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-linkedin:before,
.svg-linkedin-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-linkedin:before,
.svg-linkedin-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-linkedin:before,
.svg-linkedin-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-linkedin:before,
.svg-linkedin-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-linkedin:before,
.svg-linkedin-dark-blue,
.socials .socials-links .social-link.icon-linkedin:before,
.svg-linkedin-orange,
.socials .socials-links .social-link.icon-linkedin:after,
.svg-linkedin-white,
.socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
.svg-loc-0,
.svg-loc-1,
.svg-loc-2,
.svg-loc-3,
.svg-loc-4,
.svg-loc-dark-0,
.svg-loc-dark-1,
.svg-loc-dark-2,
.svg-loc-dark-3,
.svg-loc-dark-4,
.svg-loc-dark-blue,
.svg-loc-orange,
.svg-mail-0,
.svg-mail-1,
.svg-mail-2,
.svg-mail-3,
.svg-mail-4,
.svg-mail-dark-0,
.svg-mail-dark-1,
.svg-mail-dark-2,
.svg-mail-dark-3,
.svg-mail-dark-4,
.svg-mail-dark-blue,
.svg-mail-orange,
.svg-phone-0,
.svg-phone-1,
.svg-phone-2,
.svg-phone-3,
.svg-phone-4,
.svg-phone-dark-0,
.svg-phone-dark-1,
.svg-phone-dark-2,
.svg-phone-dark-3,
.svg-phone-dark-4,
.svg-phone-dark-blue,
.svg-phone-orange,
.svg-phone-white,
.svg-plus-icon,
.svg-plus-icon-0,
.svg-plus-icon-1,
.svg-plus-icon-2,
.svg-plus-icon-3,
.svg-plus-icon-4,
.svg-quote-0,
.svg-quote-1,
.svg-quote-2,
.svg-quote-3,
.svg-quote-4,
.svg-quote-orange,
.svg-twitter-0,
body.page-color-0 .socials .socials-links .social-link.icon-twitter:after,
.svg-twitter-1,
body.page-color-1 .socials .socials-links .social-link.icon-twitter:after,
.svg-twitter-2,
body.page-color-2 .socials .socials-links .social-link.icon-twitter:after,
.svg-twitter-3,
body.page-color-3 .socials .socials-links .social-link.icon-twitter:after,
.svg-twitter-4,
body.page-color-4 .socials .socials-links .social-link.icon-twitter:after,
.svg-twitter-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-twitter:before,
.svg-twitter-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-twitter:before,
.svg-twitter-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-twitter:before,
.svg-twitter-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-twitter:before,
.svg-twitter-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-twitter:before,
.svg-twitter-dark-blue,
.socials .socials-links .social-link.icon-twitter:before,
.svg-twitter-orange,
.socials .socials-links .social-link.icon-twitter:after,
.svg-twitter-white,
.socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-twitter:before,
.svg-youtube-0,
body.page-color-0 .socials .socials-links .social-link.icon-youtube:after,
.svg-youtube-1,
body.page-color-1 .socials .socials-links .social-link.icon-youtube:after,
.svg-youtube-2,
body.page-color-2 .socials .socials-links .social-link.icon-youtube:after,
.svg-youtube-3,
body.page-color-3 .socials .socials-links .social-link.icon-youtube:after,
.svg-youtube-4,
body.page-color-4 .socials .socials-links .social-link.icon-youtube:after,
.svg-youtube-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-youtube:before,
.svg-youtube-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-youtube:before,
.svg-youtube-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-youtube:before,
.svg-youtube-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-youtube:before,
.svg-youtube-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-youtube:before,
.svg-youtube-dark-blue,
.socials .socials-links .social-link.icon-youtube:before,
.svg-youtube-orange,
.socials .socials-links .social-link.icon-youtube:after,
.svg-youtube-white,
.socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-youtube:before {
  background: url("sprites.svg") no-repeat;
}

.svg-arrow-0 {
  background-position: 0 0;
}

.svg-arrow-0-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-1 {
  background-position: 0.397456279809221% 0.4168403501458941%;
}

.svg-arrow-1-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-2 {
  background-position: 0.794912559618442% 0.8336807002917882%;
}

.svg-arrow-2-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-3 {
  background-position: 1.192368839427663% 1.2505210504376825%;
}

.svg-arrow-3-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-4 {
  background-position: 1.589825119236884% 1.6673614005835764%;
}

.svg-arrow-4-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-dark-0 {
  background-position: 1.987281399046105% 2.084201750729471%;
}

.svg-arrow-dark-0-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-dark-1 {
  background-position: 2.384737678855326% 2.501042100875365%;
}

.svg-arrow-dark-1-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-dark-2 {
  background-position: 2.7821939586645468% 2.9178824510212586%;
}

.svg-arrow-dark-2-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-dark-3 {
  background-position: 3.179650238473768% 3.334722801167153%;
}

.svg-arrow-dark-3-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-dark-4 {
  background-position: 3.577106518282989% 3.751563151313047%;
}

.svg-arrow-dark-4-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-dark-blue {
  background-position: 3.97456279809221% 4.168403501458942%;
}

.svg-arrow-dark-blue-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-orange {
  background-position: 4.372019077901431% 4.585243851604836%;
}

.svg-arrow-orange-dims {
  width: 10px;
  height: 10px;
}

.svg-arrow-white {
  background-position: 4.769475357710652% 5.00208420175073%;
}

.svg-arrow-white-dims {
  width: 10px;
  height: 10px;
}

.svg-chevron-0 {
  background-position: 5.17515923566879% 5.416666666666667%;
}

.svg-chevron-0-dims {
  width: 14px;
  height: 9px;
}

.svg-chevron-1 {
  background-position: 5.732484076433121% 5.791666666666667%;
}

.svg-chevron-1-dims {
  width: 14px;
  height: 9px;
}

.svg-chevron-2 {
  background-position: 6.289808917197452% 6.166666666666667%;
}

.svg-chevron-2-dims {
  width: 14px;
  height: 9px;
}

.svg-chevron-3 {
  background-position: 6.8471337579617835% 6.541666666666667%;
}

.svg-chevron-3-dims {
  width: 14px;
  height: 9px;
}

.svg-chevron-4 {
  background-position: 7.404458598726115% 6.916666666666667%;
}

.svg-chevron-4-dims {
  width: 14px;
  height: 9px;
}

.svg-chevron-grey {
  background-position: 7.961783439490445% 7.291666666666667%;
}

.svg-chevron-grey-dims {
  width: 14px;
  height: 9px;
}

.svg-chevron-orange {
  background-position: 8.519108280254777% 7.666666666666667%;
}

.svg-chevron-orange-dims {
  width: 14px;
  height: 9px;
}

.svg-facebook-0,
body.page-color-0 .socials .socials-links .social-link.icon-facebook:after {
  background-position: 9.062003179650238% 8.078694014231896%;
}

.svg-facebook-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-facebook:after {
  width: 10px;
  height: 20px;
}

.svg-facebook-1,
body.page-color-1 .socials .socials-links .social-link.icon-facebook:after {
  background-position: 9.45945945945946% 8.915864378401004%;
}

.svg-facebook-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-facebook:after {
  width: 10px;
  height: 20px;
}

.svg-facebook-2,
body.page-color-2 .socials .socials-links .social-link.icon-facebook:after {
  background-position: 9.85691573926868% 9.753034742570113%;
}

.svg-facebook-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-facebook:after {
  width: 10px;
  height: 20px;
}

.svg-facebook-3,
body.page-color-3 .socials .socials-links .social-link.icon-facebook:after {
  background-position: 10.254372019077902% 10.590205106739221%;
}

.svg-facebook-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-facebook:after {
  width: 10px;
  height: 20px;
}

.svg-facebook-4,
body.page-color-4 .socials .socials-links .social-link.icon-facebook:after {
  background-position: 10.651828298887123% 11.42737547090833%;
}

.svg-facebook-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-facebook:after {
  width: 10px;
  height: 20px;
}

.svg-facebook-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-facebook:before {
  background-position: 11.049284578696344% 12.264545835077438%;
}

.svg-facebook-dark-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-facebook:before {
  width: 10px;
  height: 20px;
}

.svg-facebook-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-facebook:before {
  background-position: 11.446740858505564% 13.101716199246546%;
}

.svg-facebook-dark-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-facebook:before {
  width: 10px;
  height: 20px;
}

.svg-facebook-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-facebook:before {
  background-position: 11.844197138314785% 13.938886563415656%;
}

.svg-facebook-dark-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-facebook:before {
  width: 10px;
  height: 20px;
}

.svg-facebook-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-facebook:before {
  background-position: 12.241653418124006% 14.776056927584763%;
}

.svg-facebook-dark-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-facebook:before {
  width: 10px;
  height: 20px;
}

.svg-facebook-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-facebook:before {
  background-position: 12.639109697933227% 15.613227291753871%;
}

.svg-facebook-dark-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-facebook:before {
  width: 10px;
  height: 20px;
}

.svg-facebook-dark-blue,
.socials .socials-links .social-link.icon-facebook:before {
  background-position: 13.036565977742448% 16.45039765592298%;
}

.svg-facebook-dark-blue-dims,
.socials .socials-links .social-link.icon-facebook:before {
  width: 10px;
  height: 20px;
}

.svg-facebook-orange,
.socials .socials-links .social-link.icon-facebook:after {
  background-position: 13.43402225755167% 17.28756802009209%;
}

.svg-facebook-orange-dims,
.socials .socials-links .social-link.icon-facebook:after {
  width: 10px;
  height: 20px;
}

.svg-facebook-white,
.socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-facebook:before {
  background-position: 13.83147853736089% 18.124738384261196%;
}

.svg-facebook-white-dims,
.socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-facebook:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-facebook:before {
  width: 10px;
  height: 20px;
}

.svg-instagram-0,
body.page-color-0 .socials .socials-links .social-link.icon-instagram:after {
  background-position: 14.285714285714286% 18.961908748430307%;
}

.svg-instagram-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-instagram:after {
  width: 20px;
  height: 20px;
}

.svg-instagram-1,
body.page-color-1 .socials .socials-links .social-link.icon-instagram:after {
  background-position: 15.083798882681565% 19.799079112599415%;
}

.svg-instagram-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-instagram:after {
  width: 20px;
  height: 20px;
}

.svg-instagram-2,
body.page-color-2 .socials .socials-links .social-link.icon-instagram:after {
  background-position: 15.881883479648844% 20.636249476768523%;
}

.svg-instagram-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-instagram:after {
  width: 20px;
  height: 20px;
}

.svg-instagram-3,
body.page-color-3 .socials .socials-links .social-link.icon-instagram:after {
  background-position: 16.67996807661612% 21.47341984093763%;
}

.svg-instagram-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-instagram:after {
  width: 20px;
  height: 20px;
}

.svg-instagram-4,
body.page-color-4 .socials .socials-links .social-link.icon-instagram:after {
  background-position: 17.4780526735834% 22.310590205106738%;
}

.svg-instagram-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-instagram:after {
  width: 20px;
  height: 20px;
}

.svg-instagram-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-instagram:before {
  background-position: 18.276137270550677% 23.147760569275846%;
}

.svg-instagram-dark-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-instagram:before {
  width: 20px;
  height: 20px;
}

.svg-instagram-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-instagram:before {
  background-position: 19.074221867517956% 23.984930933444957%;
}

.svg-instagram-dark-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-instagram:before {
  width: 20px;
  height: 20px;
}

.svg-instagram-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-instagram:before {
  background-position: 19.872306464485234% 24.822101297614065%;
}

.svg-instagram-dark-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-instagram:before {
  width: 20px;
  height: 20px;
}

.svg-instagram-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-instagram:before {
  background-position: 20.670391061452513% 25.659271661783173%;
}

.svg-instagram-dark-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-instagram:before {
  width: 20px;
  height: 20px;
}

.svg-instagram-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-instagram:before {
  background-position: 21.46847565841979% 26.49644202595228%;
}

.svg-instagram-dark-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-instagram:before {
  width: 20px;
  height: 20px;
}

.svg-instagram-dark-blue,
.socials .socials-links .social-link.icon-instagram:before {
  background-position: 22.26656025538707% 27.333612390121388%;
}

.svg-instagram-dark-blue-dims,
.socials .socials-links .social-link.icon-instagram:before {
  width: 20px;
  height: 20px;
}

.svg-instagram-orange,
.socials .socials-links .social-link.icon-instagram:after {
  background-position: 23.06464485235435% 28.1707827542905%;
}

.svg-instagram-orange-dims,
.socials .socials-links .social-link.icon-instagram:after {
  width: 20px;
  height: 20px;
}

.svg-instagram-white,
.socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-instagram:before {
  background-position: 23.862729449321627% 29.007953118459607%;
}

.svg-instagram-white-dims,
.socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-instagram:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-instagram:before {
  width: 20px;
  height: 20px;
}

.svg-linkedin-0,
body.page-color-0 .socials .socials-links .social-link.icon-linkedin:after {
  background-position: 24.660814046288905% 29.845123482628715%;
}

.svg-linkedin-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-linkedin:after {
  width: 20px;
  height: 20px;
}

.svg-linkedin-1,
body.page-color-1 .socials .socials-links .social-link.icon-linkedin:after {
  background-position: 25.458898643256184% 30.682293846797823%;
}

.svg-linkedin-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-linkedin:after {
  width: 20px;
  height: 20px;
}

.svg-linkedin-2,
body.page-color-2 .socials .socials-links .social-link.icon-linkedin:after {
  background-position: 26.256983240223462% 31.51946421096693%;
}

.svg-linkedin-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-linkedin:after {
  width: 20px;
  height: 20px;
}

.svg-linkedin-3,
body.page-color-3 .socials .socials-links .social-link.icon-linkedin:after {
  background-position: 27.05506783719074% 32.35663457513604%;
}

.svg-linkedin-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-linkedin:after {
  width: 20px;
  height: 20px;
}

.svg-linkedin-4,
body.page-color-4 .socials .socials-links .social-link.icon-linkedin:after {
  background-position: 27.85315243415802% 33.193804939305146%;
}

.svg-linkedin-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-linkedin:after {
  width: 20px;
  height: 20px;
}

.svg-linkedin-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-linkedin:before {
  background-position: 28.651237031125298% 34.03097530347426%;
}

.svg-linkedin-dark-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-linkedin:before {
  width: 20px;
  height: 20px;
}

.svg-linkedin-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-linkedin:before {
  background-position: 29.449321628092576% 34.86814566764337%;
}

.svg-linkedin-dark-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-linkedin:before {
  width: 20px;
  height: 20px;
}

.svg-linkedin-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-linkedin:before {
  background-position: 30.247406225059855% 35.70531603181247%;
}

.svg-linkedin-dark-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-linkedin:before {
  width: 20px;
  height: 20px;
}

.svg-linkedin-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-linkedin:before {
  background-position: 31.045490822027134% 36.542486395981584%;
}

.svg-linkedin-dark-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-linkedin:before {
  width: 20px;
  height: 20px;
}

.svg-linkedin-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-linkedin:before {
  background-position: 31.843575418994412% 37.37965676015069%;
}

.svg-linkedin-dark-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-linkedin:before {
  width: 20px;
  height: 20px;
}

.svg-linkedin-dark-blue,
.socials .socials-links .social-link.icon-linkedin:before {
  background-position: 32.64166001596169% 38.2168271243198%;
}

.svg-linkedin-dark-blue-dims,
.socials .socials-links .social-link.icon-linkedin:before {
  width: 20px;
  height: 20px;
}

.svg-linkedin-orange,
.socials .socials-links .social-link.icon-linkedin:after {
  background-position: 33.43974461292897% 39.05399748848891%;
}

.svg-linkedin-orange-dims,
.socials .socials-links .social-link.icon-linkedin:after {
  width: 20px;
  height: 20px;
}

.svg-linkedin-white,
.socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-linkedin:before {
  background-position: 34.23782920989625% 39.891167852658015%;
}

.svg-linkedin-white-dims,
.socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-linkedin:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-linkedin:before {
  width: 20px;
  height: 20px;
}

.svg-loc-0 {
  background-position: 35.035913806863526% 40.69427017984107%;
}

.svg-loc-0-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-1 {
  background-position: 35.833998403830805% 41.44709326641573%;
}

.svg-loc-1-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-2 {
  background-position: 36.63208300079808% 42.19991635299038%;
}

.svg-loc-2-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-3 {
  background-position: 37.43016759776536% 42.952739439565036%;
}

.svg-loc-3-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-4 {
  background-position: 38.22825219473264% 43.705562526139694%;
}

.svg-loc-4-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-dark-0 {
  background-position: 39.02633679169992% 44.458385612714345%;
}

.svg-loc-dark-0-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-dark-1 {
  background-position: 39.8244213886672% 45.211208699289%;
}

.svg-loc-dark-1-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-dark-2 {
  background-position: 40.622505985634476% 45.964031785863654%;
}

.svg-loc-dark-2-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-dark-3 {
  background-position: 41.420590582601754% 46.71685487243831%;
}

.svg-loc-dark-3-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-dark-4 {
  background-position: 42.21867517956903% 47.46967795901296%;
}

.svg-loc-dark-4-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-dark-blue {
  background-position: 43.01675977653631% 48.22250104558762%;
}

.svg-loc-dark-blue-dims {
  width: 20px;
  height: 18px;
}

.svg-loc-orange {
  background-position: 43.81484437350359% 48.97532413216228%;
}

.svg-loc-orange-dims {
  width: 20px;
  height: 18px;
}

.svg-mail-0 {
  background-position: 44.61292897047087% 49.68658587547012%;
}

.svg-mail-0-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-1 {
  background-position: 45.41101356743815% 50.35520267446719%;
}

.svg-mail-1-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-2 {
  background-position: 46.209098164405425% 51.02381947346427%;
}

.svg-mail-2-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-3 {
  background-position: 47.007182761372704% 51.69243627246134%;
}

.svg-mail-3-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-4 {
  background-position: 47.80526735833998% 52.36105307145842%;
}

.svg-mail-4-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-dark-0 {
  background-position: 48.60335195530726% 53.02966987045549%;
}

.svg-mail-dark-0-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-dark-1 {
  background-position: 49.40143655227454% 53.69828666945257%;
}

.svg-mail-dark-1-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-dark-2 {
  background-position: 50.19952114924182% 54.36690346844964%;
}

.svg-mail-dark-2-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-dark-3 {
  background-position: 50.997605746209096% 55.03552026744672%;
}

.svg-mail-dark-3-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-dark-4 {
  background-position: 51.795690343176375% 55.70413706644379%;
}

.svg-mail-dark-4-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-dark-blue {
  background-position: 52.59377494014365% 56.37275386544087%;
}

.svg-mail-dark-blue-dims {
  width: 20px;
  height: 16px;
}

.svg-mail-orange {
  background-position: 53.39185953711093% 57.04137066443794%;
}

.svg-mail-orange-dims {
  width: 20px;
  height: 16px;
}

.svg-phone-0 {
  background-position: 54.18994413407821% 57.806613645876936%;
}

.svg-phone-0-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-1 {
  background-position: 54.98802873104549% 58.64378401004605%;
}

.svg-phone-1-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-2 {
  background-position: 55.78611332801277% 59.48095437421515%;
}

.svg-phone-2-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-3 {
  background-position: 56.584197924980046% 60.31812473838426%;
}

.svg-phone-3-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-4 {
  background-position: 57.382282521947324% 61.15529510255337%;
}

.svg-phone-4-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-dark-0 {
  background-position: 58.1803671189146% 61.99246546672248%;
}

.svg-phone-dark-0-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-dark-1 {
  background-position: 58.97845171588188% 62.82963583089159%;
}

.svg-phone-dark-1-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-dark-2 {
  background-position: 59.77653631284916% 63.666806195060694%;
}

.svg-phone-dark-2-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-dark-3 {
  background-position: 60.57462090981644% 64.5039765592298%;
}

.svg-phone-dark-3-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-dark-4 {
  background-position: 61.37270550678372% 65.34114692339891%;
}

.svg-phone-dark-4-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-dark-blue {
  background-position: 62.170790103750996% 66.17831728756802%;
}

.svg-phone-dark-blue-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-orange {
  background-position: 62.968874700718274% 67.01548765173713%;
}

.svg-phone-orange-dims {
  width: 20px;
  height: 20px;
}

.svg-phone-white {
  background-position: 63.81789137380192% 67.90950984499372%;
}

.svg-phone-white-dims {
  width: 22px;
  height: 22px;
}

.svg-plus-icon {
  background-position: 64.49044585987261% 68.60125260960334%;
}

.svg-plus-icon-dims {
  width: 14px;
  height: 14px;
}

.svg-plus-icon-0 {
  background-position: 65.04777070063695% 69.18580375782881%;
}

.svg-plus-icon-0-dims {
  width: 14px;
  height: 14px;
}

.svg-plus-icon-1 {
  background-position: 65.60509554140127% 69.77035490605428%;
}

.svg-plus-icon-1-dims {
  width: 14px;
  height: 14px;
}

.svg-plus-icon-2 {
  background-position: 66.1624203821656% 70.35490605427975%;
}

.svg-plus-icon-2-dims {
  width: 14px;
  height: 14px;
}

.svg-plus-icon-3 {
  background-position: 66.71974522292993% 70.93945720250522%;
}

.svg-plus-icon-3-dims {
  width: 14px;
  height: 14px;
}

.svg-plus-icon-4 {
  background-position: 67.27707006369427% 71.52400835073068%;
}

.svg-plus-icon-4-dims {
  width: 14px;
  height: 14px;
}

.svg-quote-0 {
  background-position: 68.70967741935483% 72.89995778809624%;
}

.svg-quote-0-dims {
  width: 46px;
  height: 40px;
}

.svg-quote-1 {
  background-position: 70.56451612903226% 74.58843393837061%;
}

.svg-quote-1-dims {
  width: 46px;
  height: 40px;
}

.svg-quote-2 {
  background-position: 72.41935483870968% 76.276910088645%;
}

.svg-quote-2-dims {
  width: 46px;
  height: 40px;
}

.svg-quote-3 {
  background-position: 74.2741935483871% 77.96538623891938%;
}

.svg-quote-3-dims {
  width: 46px;
  height: 40px;
}

.svg-quote-4 {
  background-position: 76.12903225806451% 79.65386238919375%;
}

.svg-quote-4-dims {
  width: 46px;
  height: 40px;
}

.svg-quote-orange {
  background-position: 77.98387096774194% 81.34233853946813%;
}

.svg-quote-orange-dims {
  width: 46px;
  height: 40px;
}

.svg-twitter-0,
body.page-color-0 .socials .socials-links .social-link.icon-twitter:after {
  background-position: 79.07348242811501% 82.2668339606859%;
}

.svg-twitter-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-twitter:after {
  width: 22px;
  height: 18px;
}

.svg-twitter-1,
body.page-color-1 .socials .socials-links .social-link.icon-twitter:after {
  background-position: 79.9520766773163% 83.01965704726057%;
}

.svg-twitter-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-twitter:after {
  width: 22px;
  height: 18px;
}

.svg-twitter-2,
body.page-color-2 .socials .socials-links .social-link.icon-twitter:after {
  background-position: 80.83067092651757% 83.77248013383522%;
}

.svg-twitter-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-twitter:after {
  width: 22px;
  height: 18px;
}

.svg-twitter-3,
body.page-color-3 .socials .socials-links .social-link.icon-twitter:after {
  background-position: 81.70926517571885% 84.52530322040987%;
}

.svg-twitter-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-twitter:after {
  width: 22px;
  height: 18px;
}

.svg-twitter-4,
body.page-color-4 .socials .socials-links .social-link.icon-twitter:after {
  background-position: 82.58785942492013% 85.27812630698453%;
}

.svg-twitter-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-twitter:after {
  width: 22px;
  height: 18px;
}

.svg-twitter-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-twitter:before {
  background-position: 83.46645367412141% 86.03094939355918%;
}

.svg-twitter-dark-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-twitter-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-twitter:before {
  background-position: 84.34504792332268% 86.78377248013383%;
}

.svg-twitter-dark-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-twitter-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-twitter:before {
  background-position: 85.22364217252397% 87.53659556670848%;
}

.svg-twitter-dark-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-twitter-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-twitter:before {
  background-position: 86.10223642172524% 88.28941865328315%;
}

.svg-twitter-dark-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-twitter-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-twitter:before {
  background-position: 86.98083067092652% 89.0422417398578%;
}

.svg-twitter-dark-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-twitter-dark-blue,
.socials .socials-links .social-link.icon-twitter:before {
  background-position: 87.8594249201278% 89.79506482643245%;
}

.svg-twitter-dark-blue-dims,
.socials .socials-links .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-twitter-orange,
.socials .socials-links .social-link.icon-twitter:after {
  background-position: 88.73801916932908% 90.54788791300712%;
}

.svg-twitter-orange-dims,
.socials .socials-links .social-link.icon-twitter:after {
  width: 22px;
  height: 18px;
}

.svg-twitter-white,
.socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-twitter:before {
  background-position: 89.61661341853035% 91.30071099958177%;
}

.svg-twitter-white-dims,
.socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-twitter:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-youtube-0,
body.page-color-0 .socials .socials-links .social-link.icon-youtube:after {
  background-position: 90.42298483639266% 91.9765984120351%;
}

.svg-youtube-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-youtube:after {
  width: 20px;
  height: 16px;
}

.svg-youtube-1,
body.page-color-1 .socials .socials-links .social-link.icon-youtube:after {
  background-position: 91.22106943335993% 92.64521521103218%;
}

.svg-youtube-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-youtube:after {
  width: 20px;
  height: 16px;
}

.svg-youtube-2,
body.page-color-2 .socials .socials-links .social-link.icon-youtube:after {
  background-position: 92.01915403032721% 93.31383201002926%;
}

.svg-youtube-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-youtube:after {
  width: 20px;
  height: 16px;
}

.svg-youtube-3,
body.page-color-3 .socials .socials-links .social-link.icon-youtube:after {
  background-position: 92.81723862729449% 93.98244880902632%;
}

.svg-youtube-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-youtube:after {
  width: 20px;
  height: 16px;
}

.svg-youtube-4,
body.page-color-4 .socials .socials-links .social-link.icon-youtube:after {
  background-position: 93.61532322426177% 94.6510656080234%;
}

.svg-youtube-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-youtube:after {
  width: 20px;
  height: 16px;
}

.svg-youtube-dark-0,
body.page-color-0 .socials .socials-links .social-link.icon-youtube:before {
  background-position: 94.41340782122904% 95.31968240702048%;
}

.svg-youtube-dark-0-dims,
body.page-color-0 .socials .socials-links .social-link.icon-youtube:before {
  width: 20px;
  height: 16px;
}

.svg-youtube-dark-1,
body.page-color-1 .socials .socials-links .social-link.icon-youtube:before {
  background-position: 95.21149241819633% 95.98829920601756%;
}

.svg-youtube-dark-1-dims,
body.page-color-1 .socials .socials-links .social-link.icon-youtube:before {
  width: 20px;
  height: 16px;
}

.svg-youtube-dark-2,
body.page-color-2 .socials .socials-links .social-link.icon-youtube:before {
  background-position: 96.0095770151636% 96.65691600501462%;
}

.svg-youtube-dark-2-dims,
body.page-color-2 .socials .socials-links .social-link.icon-youtube:before {
  width: 20px;
  height: 16px;
}

.svg-youtube-dark-3,
body.page-color-3 .socials .socials-links .social-link.icon-youtube:before {
  background-position: 96.80766161213089% 97.3255328040117%;
}

.svg-youtube-dark-3-dims,
body.page-color-3 .socials .socials-links .social-link.icon-youtube:before {
  width: 20px;
  height: 16px;
}

.svg-youtube-dark-4,
body.page-color-4 .socials .socials-links .social-link.icon-youtube:before {
  background-position: 97.60574620909816% 97.99414960300878%;
}

.svg-youtube-dark-4-dims,
body.page-color-4 .socials .socials-links .social-link.icon-youtube:before {
  width: 20px;
  height: 16px;
}

.svg-youtube-dark-blue,
.socials .socials-links .social-link.icon-youtube:before {
  background-position: 98.40383080606544% 98.66276640200586%;
}

.svg-youtube-dark-blue-dims,
.socials .socials-links .social-link.icon-youtube:before {
  width: 20px;
  height: 16px;
}

.svg-youtube-orange,
.socials .socials-links .social-link.icon-youtube:after {
  background-position: 99.20191540303271% 99.33138320100292%;
}

.svg-youtube-orange-dims,
.socials .socials-links .social-link.icon-youtube:after {
  width: 20px;
  height: 16px;
}

.svg-youtube-white,
.socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-youtube:before {
  background-position: 100% 100%;
}

.svg-youtube-white-dims,
.socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-0 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-1 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-2 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-3 .socials.color-2 .socials-links .social-link.icon-youtube:before,
body.page-color-4 .socials.color-2 .socials-links .social-link.icon-youtube:before {
  width: 20px;
  height: 16px;
}

.btn {
  display: inline-block;
  color: #fff;
  font-family: 'Sunflower', sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #e88c00;
  background-color: var(--mainColor);
  text-transform: uppercase;
  border: none;
  padding: 15px 20px 12px 20px;
  line-height: 1.25;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d8801c;
  z-index: 1;
  transform: translateX(-110%);
  transition: all 0.3s ease-in-out;
}

.btn > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
  z-index: 3;
}

.btn:hover,
.btn:focus {
  color: #fff;
}

.btn:hover:before,
.btn:focus:before {
  transform: translateX(0);
}

.btn.ghost-btn {
  border: 2px solid #e88c00;
  border-color: #e88c00;
  border-color: var(--mainColor);
  background-color: transparent;
  padding: 13px 20px 10px 20px;
}

.btn.ghost-btn:before {
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.btn.with-arrow,
.btn.short-code {
  padding-right: 50px;
}

.btn.with-arrow:after,
.btn.short-code:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
  z-index: 2;
}

.btn.with-arrow:hover:after,
.btn.short-code:hover:after,
.btn.with-arrow:focus:after,
.btn.short-code:focus:after {
  transform: translateY(-50%) rotate(45deg);
}

.btn.short-code {
  margin-bottom: 30px;
}

.link-btn {
  display: inline-block;
  font-size: 20px;
  color: #0e1f2f;
  color: var(--textColor);
  text-decoration: none;
  padding: 0 30px 0 0;
  position: relative;
  line-height: 1.45;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 374px) {
  .link-btn {
    font-size: 17px;
    padding-right: 25px;
  }
}

.link-btn:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 374px) {
  .link-btn:before {
    top: 8px;
  }
}

.link-btn:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 1;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-blue.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 374px) {
  .link-btn:after {
    top: 8px;
  }
}

.link-btn > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.link-btn:hover,
.link-btn:focus {
  color: #e88c00;
  color: var(--mainColor);
  text-decoration: none;
}

.link-btn:hover:before,
.link-btn:focus:before {
  opacity: 1;
  transform: rotate(45deg);
}

.link-btn:hover:after,
.link-btn:focus:after {
  opacity: 0;
  transform: rotate(45deg);
}

.link-btn.t-text {
  font-family: 'Sunflower', sans-serif;
  text-transform: uppercase;
}

.link-btn.t-text:before {
  opacity: 1;
}

.link-btn.t-text:after {
  opacity: 0;
}

.link-btn.white-link {
  color: #fff;
  font-weight: 300;
  font-family: 'Sunflower', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.link-btn.white-link:before {
  top: 7px;
  opacity: 1;
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
}

.link-btn.white-link:after {
  display: none;
}

.link-btn.short-code {
  margin-bottom: 30px;
}

.back-link {
  color: #0e1f2f;
  color: var(--textColor);
  font-family: 'Sunflower', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
}

.back-link:before,
.back-link:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  transform: scaleX(-1);
  transition: all 0.3s ease-in-out;
}

.back-link:before {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-blue.svg);
}

.back-link:after {
  opacity: 0;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
}

.back-link > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.back-link:hover,
.back-link:focus {
  color: #e88c00;
  color: var(--mainColor);
  text-decoration: none;
}

.back-link:hover:before,
.back-link:focus:before {
  opacity: 0;
  transform: scaleX(-1) rotate(45deg);
}

.back-link:hover:after,
.back-link:focus:after {
  opacity: 1;
  transform: scaleX(-1) rotate(45deg);
}

.bottom-button {
  display: inline-block;
  cursor: default;
  color: #fff;
  font-family: 'Sunflower', sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px 12px 50px;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .bottom-button {
    font-size: 16px;
    padding: 10px 15px 7px 45px;
  }
}

.bottom-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) scale(-1);
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .bottom-button:before {
    left: 15px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-white.svg);
  }
}

.bottom-button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e88c00;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.bottom-button span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.bottom-button:hover:before,
.bottom-button:focus:before {
  transform: translateY(-50%) scale(-1) rotate(-45deg);
}

.bottom-button:hover:after,
.bottom-button:focus:after {
  background-color: #fff;
}

.breadcrumbs-line {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1440px) {
  .breadcrumbs-line {
    background-color: #f9f9f9;
  }
}

.breadcrumbs-line .breadcrumbs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 27px 0 24px 0;
  background-color: #f9f9f9;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .breadcrumbs-line .breadcrumbs {
    padding: 17px 0 14px 0;
  }
}

.breadcrumbs-line .breadcrumbs:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
}

.breadcrumbs-line .breadcrumbs:after {
  content: '';
  position: absolute;
  top: 0;
  right: -95px;
  width: 150px;
  height: 100%;
  background-color: #fff;
  transform: rotate(120deg);
}

@media only screen and (max-width: 1440px) {
  .breadcrumbs-line .breadcrumbs:after {
    display: none;
  }
}

.breadcrumbs-line .breadcrumbs span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .breadcrumbs-line .breadcrumbs span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-line .breadcrumbs span {
    font-size: 15px;
  }
}

.breadcrumbs-line .breadcrumbs span.current-item {
  font-weight: 700;
}

.breadcrumbs-line .breadcrumbs > span {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-line .breadcrumbs > span {
    margin-right: 25px;
  }
}

.breadcrumbs-line .breadcrumbs > span:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -20px;
  width: 5px;
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 1024px) {
  .breadcrumbs-line .breadcrumbs > span:after {
    top: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-line .breadcrumbs > span:after {
    top: 5px;
    right: -15px;
  }
}

.breadcrumbs-line .breadcrumbs > span > a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  font-weight: 300;
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs-line .breadcrumbs > span > a span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.breadcrumbs-line .breadcrumbs > span > a:hover,
.breadcrumbs-line .breadcrumbs > span > a:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.breadcrumbs-line .breadcrumbs > span:last-child {
  margin-right: 0;
}

.breadcrumbs-line .breadcrumbs > span:last-child:after {
  display: none;
}

.breadcrumbs-line .breadcrumbs > span:last-child > span {
  font-weight: 700;
}

.breadcrumbs-line.type-1 {
  background-color: #f9f9f9;
}

.breadcrumbs-line.type-1 .breadcrumbs:after {
  display: none;
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  outline: none !important;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.socials {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 374px) {
  .socials {
    display: block;
  }
}

.socials .socials-label {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 767px) {
  .socials .socials-label {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .socials .socials-label {
    position: static;
    margin-bottom: 10px;
  }
}

.socials .socials-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 374px) {
  .socials .socials-links {
    justify-content: flex-start;
  }
}

.socials .socials-links .social-link {
  position: relative;
  width: 20px;
  height: 20px;
  top: 0;
  margin: 0 15px;
  transition: all .3s ease-in-out;
  overflow: hidden;
  opacity: 1;
}

@media only screen and (max-width: 1390px) {
  .socials .socials-links .social-link {
    margin: 0 12px;
  }
}

@media only screen and (max-width: 767px) {
  .socials .socials-links .social-link {
    margin: 0 10px;
  }
}

.socials .socials-links .social-link:first-child {
  margin-left: 0;
}

.socials .socials-links .social-link:last-child {
  margin-right: 0;
}

.socials .socials-links .social-link:before,
.socials .socials-links .social-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.socials .socials-links .social-link.icon-instagram:before {
  opacity: 1;
}

.socials .socials-links .social-link.icon-instagram:after {
  opacity: 0;
}

.socials .socials-links .social-link.icon-linkedin:before {
  opacity: 1;
}

.socials .socials-links .social-link.icon-linkedin:after {
  opacity: 0;
}

.socials .socials-links .social-link.icon-facebook:before {
  opacity: 1;
}

.socials .socials-links .social-link.icon-facebook:after {
  opacity: 0;
}

.socials .socials-links .social-link.icon-twitter:before {
  opacity: 1;
}

.socials .socials-links .social-link.icon-twitter:after {
  opacity: 0;
}

.socials .socials-links .social-link.icon-youtube:before {
  opacity: 1;
}

.socials .socials-links .social-link.icon-youtube:after {
  opacity: 0;
}

.socials .socials-links .social-link.icon-youtube {
  width: 20px;
  height: 16px;
}

.socials .socials-links .social-link.icon-facebook {
  width: 10px;
}

.socials .socials-links .social-link.icon-twitter {
  width: 22px;
  height: 18px;
}

.socials .socials-links .social-link:hover:before,
.socials .socials-links .social-link:focus:before {
  opacity: 0;
}

.socials .socials-links .social-link:hover:after,
.socials .socials-links .social-link:focus:after {
  opacity: 1;
}

.socials-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  padding: 25px 0 10px 0;
  margin-top: 120px;
}

@media only screen and (max-width: 1440px) {
  .socials-box {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .socials-box {
    margin-top: 50px;
    padding: 15px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .socials-box {
    display: block;
    padding: 15px 0 20px 0;
  }
}

.socials-box .share-icons-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .socials-box .share-icons-box {
    justify-content: flex-end;
    margin-bottom: 0;
  }
}

.socials-box .share-icons-box .share-text {
  display: inline-block;
  color: #fff;
  font-family: 'Sunflower', sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #e88c00;
  background-color: var(--mainColor);
  padding: 14px 30px 11px 35px;
  margin-right: 20px;
  text-transform: uppercase;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

@media only screen and (max-width: 767px) {
  .socials-box .share-icons-box .share-text {
    padding: 9px 20px 6px 25px;
  }
}

.socials-box .back-btn-wrap {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .socials-box .back-btn-wrap {
    margin-bottom: 20px;
  }
}

.socials-box .back-btn-wrap .back-link {
  top: 2px;
}

.addtoany_shortcode .addtoany_list > a {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 0 !important;
  padding: 0;
  margin: 0 7px;
  position: relative;
}

.addtoany_shortcode .addtoany_list > a:first-child {
  margin-left: 0;
}

.addtoany_shortcode .addtoany_list > a:last-child {
  margin-right: 0;
}

.addtoany_shortcode .addtoany_list > a .a2a_svg {
  display: flex;
  align-items: center;
  opacity: 1;
  width: 26px !important;
  height: 26px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}

.addtoany_shortcode .addtoany_list > a .a2a_svg svg {
  display: block;
  width: auto;
  top: 0;
  height: 26px;
}

.addtoany_shortcode .addtoany_list > a .a2a_svg svg path {
  fill: #0e1f2f;
  fill: var(--secColor);
  transition: all 0.3s ease-in-out;
}

.addtoany_shortcode .addtoany_list > a:hover .a2a_svg svg path,
.addtoany_shortcode .addtoany_list > a:focus .a2a_svg svg path {
  fill: #e88c00 !important;
  fill: var(--mainColor) !important;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

body .gform_wrapper {
  margin: 0;
}

body .gform_wrapper input.large,
body .gform_wrapper input.medium,
body .gform_wrapper input.small,
body .gform_wrapper select.large,
body .gform_wrapper select.medium,
body .gform_wrapper select.small,
body .gform_wrapper textarea.large,
body .gform_wrapper textarea.medium,
body .gform_wrapper textarea.small {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 5px !important;
  box-shadow: none;
  color: #43463c;
  height: 50px;
  line-height: 50px;
  font-family: 'Sunflower', sans-serif;
  font-size: 18px !important;
  outline: none;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper input.large,
  body .gform_wrapper input.medium,
  body .gform_wrapper input.small,
  body .gform_wrapper select.large,
  body .gform_wrapper select.medium,
  body .gform_wrapper select.small,
  body .gform_wrapper textarea.large,
  body .gform_wrapper textarea.medium,
  body .gform_wrapper textarea.small {
    font-size: 16px !important;
  }
}

body .gform_wrapper input:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.05);
}

body .gform_wrapper select {
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 13px 8px;
  padding: 10px 15px !important;
  height: 50px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  font-family: 'Sunflower', sans-serif;
  border-radius: 5px !important;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper select {
    padding: 10px 15px !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body .gform_wrapper select {
    top: -1px;
  }
}

@-moz-document url-prefix()  {
  body .gform_wrapper select {
    top: 1px;
  }
}

body .gform_wrapper textarea {
  padding: 10px 15px !important;
  height: 200px !important;
  line-height: normal !important;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper textarea {
    height: 160px !important;
  }
}

body .gform_wrapper select::-ms-expand {
  display: none;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 15px;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper .top_label div.ginput_container {
    margin-bottom: 0;
  }
}

body .gform_wrapper .top_label .gfield_label {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Sunflower', sans-serif;
  line-height: 1;
  margin-bottom: 15px;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  margin-bottom: 20px;
}

body .gform_wrapper ul li.gfield.gfield_html p {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 16px;
  margin-bottom: 20px;
}

body .gform_wrapper.gravity-theme .gform_footer {
  padding: 15px 0 0 0;
  margin: 0;
}

body .gform_wrapper.gravity-theme .gform_footer .btn {
  margin: 0;
}

body .gform_wrapper ul.gform_fields li.gfield {
  line-height: 1;
  padding-right: 0;
}

.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 0;
}

body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper .top_label input.medium,
  body .gform_wrapper .top_label select.medium {
    width: 100%;
  }
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
  border-color: #d16915;
}

.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
  padding-top: 0 !important;
}

.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important;
}

.gf_simple_horizontal_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

body .gf_simple_horizontal_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gf_simple_horizontal div.gform_footer.top_label {
  width: auto !important;
  vertical-align: top !important;
}

.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
  line-height: 26px;
  font-size: 13px;
  padding: 0 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
  padding-right: 0 !important;
  padding-left: 15px !important;
}

@media only screen and (max-width: 1360px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 7.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 0 !important;
  }
}

.gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 15px !important;
}

@media only screen and (max-width: 1360px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 7.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 0 !important;
  }
}

.gform_wrapper .gfield_required {
  position: relative;
}

.gform_wrapper .gfield_required:before {
  content: '*';
  color: #e88c00;
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 500;
  top: 0;
  left: 0;
  margin-left: 5px;
}

.gform_wrapper .gfield_required .gfield_required_text {
  display: none;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 0 !important;
  margin-top: 1px !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 0 !important;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
  max-width: 50% !important;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
    max-width: none !important;
  }
}

.gform_wrapper li.gfield.gfield_error {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

.gform_wrapper .validation_message {
  color: #e88c00 !important;
  color: var(--mainColor) !important;
  font-weight: 300 !important;
  padding-top: 0 !important;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0 !important;
  margin-top: 5px;
}

.gform_wrapper div.validation_error {
  font-size: 18px !important;
  color: #e88c00 !important;
  color: var(--mainColor) !important;
  font-weight: 500 !important;
  border-top-color: #e88c00 !important;
  border-bottom-color: #e88c00 !important;
  border-color: #e88c00 !important;
  border-color: var(--mainColor) !important;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper div.validation_error {
    font-size: 18px !important;
  }
}

.gform_confirmation_message {
  color: #e88c00;
  color: var(--mainColor);
  font-weight: 500;
  font-size: 22px;
  padding: 20px;
  line-height: 1.25;
  text-align: center;
  border: 1px solid #e88c00;
  border-color: #e88c00;
  border-color: var(--mainColor);
  text-transform: uppercase;
}

@media only screen and (max-width: 960px) {
  .gform_confirmation_message {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .gform_confirmation_message {
    font-size: 20px;
    padding: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 374px) {
  .gform_confirmation_message {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_radio {
    margin-bottom: 0;
  }
}

.gform_wrapper .gfield_radio > div {
  margin-bottom: 10px;
}

.gform_wrapper .gfield_radio > div label {
  color: #000;
  display: inline-block;
  cursor: pointer;
  font-family: 'Sunflower', sans-serif;
  font-size: 18px !important;
  line-height: 1.25;
  font-weight: 400;
  position: relative;
  padding-left: 36px;
  padding-top: 4px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_wrapper .gfield_radio > div label:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio > div label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
}

.gform_wrapper .gfield_radio > div input[type=radio] {
  display: none;
}

.gform_wrapper .gfield_radio > div input[type=radio]:checked + label:after {
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_checkbox {
    margin-bottom: 0;
  }
}

.gform_wrapper .gfield_checkbox > div {
  margin-bottom: 15px;
}

.gform_wrapper .gfield_checkbox > div label {
  color: #000;
  display: inline-block;
  cursor: pointer;
  font-family: 'Sunflower', sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
  padding-left: 36px;
  padding-top: 4px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_wrapper .gfield_checkbox > div label:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox] {
  display: none;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.gform_wrapper .ginput_container_consent label {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding-left: 35px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_wrapper .ginput_container_consent label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  border: 1px solid #f8f3ec;
  background-color: #ccc;
}

.gform_wrapper .ginput_container_consent label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: transparent;
}

.gform_wrapper .ginput_container_consent input[type=checkbox] {
  display: none;
}

.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label {
  font-weight: 400;
}

.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:after {
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #ccc !important;
}

.gform_wrapper .ginput_complex label {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}

.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  border: 1px solid #f9f9f9;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #f9f9f9;
  height: 45px;
  line-height: 45px;
  font-size: 16px !important;
  font-weight: 400;
  outline: none;
}

.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]):focus {
  border-color: #e88c00;
  border-color: var(--mainColor);
}

.gform_wrapper .gform_validation_errors {
  margin-bottom: 40px !important;
  margin-top: 0 !important;
  padding: 0 0 10px 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-bottom: 1px solid #e88c00 !important;
  background-color: transparent !important;
}

.gform_wrapper .gform_validation_errors > h2,
.gform_wrapper .product-header-wrap .product-header-info .titles-box .gform_validation_errors > .product-title,
.product-header-wrap .product-header-info .titles-box .gform_wrapper .gform_validation_errors > .product-title {
  color: #e88c00 !important;
  color: var(--mainColor) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}

.gform_wrapper .gform_validation_errors > h2 .gform-icon,
.gform_wrapper .product-header-wrap .product-header-info .titles-box .gform_validation_errors > .product-title .gform-icon,
.product-header-wrap .product-header-info .titles-box .gform_wrapper .gform_validation_errors > .product-title .gform-icon {
  display: none !important;
}

.gform_wrapper .gfield_description {
  border: none !important;
  font-size: 15px !important;
  color: #e88c00 !important;
  color: var(--mainColor) !important;
  padding: 0 !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  background: none !important;
}

.pagination-wrapper {
  margin-top: -100px;
}

@media only screen and (max-width: 1440px) {
  .pagination-wrapper {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 1024px) {
  .pagination-wrapper {
    margin-top: -20px;
  }
}

.pagination-wrapper .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}

.pagination-wrapper .page-numbers li .page-numbers {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  color: #0e1f2f;
  color: var(--secColor);
  border: 1px solid #f1f1f1;
  font-size: 20px;
  font-weight: 700;
  margin: 0 5px;
  position: relative;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    margin: 0 3px;
  }
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon {
    width: 32px;
    height: 32px;
  }
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 19px;
  left: 18px;
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:after {
    left: 10px;
    top: 11px;
  }
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:hover,
.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:focus {
  background-color: #e8eaf3;
}

.pagination-wrapper .page-numbers li .page-numbers.next {
  margin-right: 0;
}

.pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
  left: 18px;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
    left: 10px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-orange.svg);
  }
}

.pagination-wrapper .page-numbers li .page-numbers.prev {
  margin-left: 0;
}

.pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
  transform: rotate(45deg) scale(-1);
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-orange.svg);
  }
}

.pagination-wrapper .page-numbers li .page-numbers.dots {
  cursor: default;
  background-color: #fff !important;
}

.pagination-wrapper .page-numbers li .page-numbers:hover {
  background-color: #f1f1f1;
}

.pagination-wrapper .page-numbers li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e88c00 !important;
  background-color: var(--mainColor) !important;
}

.pagination-wrapper .page-numbers li a {
  text-decoration: none;
}

/* COLOURS */

/* RESETS */

/* GLOBE */

.globe {
  position: absolute;
  top: -25%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 3;
  opacity: 0.15;
}

@media only screen and (max-width: 1920px) {
  .globe {
    top: -10%;
  }
}

@media only screen and (max-width: 1440px) {
  .globe {
    top: -30%;
  }
}

@media only screen and (max-width: 1280px) {
  .globe {
    top: -25%;
  }
}

@media only screen and (max-width: 1024px) {
  .globe {
    top: -50%;
  }
}

.globe .globe-list {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  display: none;
}

.globe .globe-list {
  opacity: 0;
  transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list.active {
  opacity: 1;
}

.globe .globe-list > li {
  opacity: 0.4;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00FFD3;
  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list > li.active {
  opacity: 1;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.globe .globe-list > li:before {
  content: "";
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00FFD3;
  -webkit-animation: 2s pulse infinite linear;
  animation: 2s pulse infinite linear;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.globe .globe-list > li.active:before {
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.globe .globe-list > li.active,
.globe .globe-list > li.active:before {
  background: #FFFFFF;
}

.globe .globe-list .text {
  position: absolute;
  opacity: 0.8;
  right: 21px;
  top: 50%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: right;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  color: #FFFFFF;
  white-space: nowrap;
  transform: translateY(-50%);
}

.globe .globe-list > li.active .text {
  opacity: 1;
  right: 29px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.globe .globe-canvas {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.globe svg {
  height: 100%;
  width: 100%;
  opacity: .3;
  -webkit-animation: rotation 10s linear infinite;
  animation: rotation 10s linear infinite;
}

.svg-wrapper {
  opacity: 0;
  display: inline-block;
  position: absolute;
  width: 80vh;
  height: 80%;
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
  transform: scale(0.5);
  transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s;
}

.svg-wrapper.active {
  display: none;
  opacity: 1;
  transform: none;
}

@-webkit-keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }

  100% {
    transform: scaleX(-1) rotate(0deg);
  }
}

@keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }

  100% {
    transform: scaleX(-1) rotate(0deg);
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.header:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 45px;
  background-color: #f9f9f9;
  transition: all 0.3s ease-in-out;
}

.header .header-line {
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1520px) {
  .header .header-line .container {
    max-width: 1200px !important;
  }
}

@media only screen and (max-width: 1390px) {
  .header .header-line .container {
    max-width: 1390px !important;
  }
}

.header .header-line .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 130px;
  padding: 30px 0;
}

@media only screen and (max-width: 1024px) {
  .header .header-line .header-box {
    height: 100px;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-line .header-box {
    height: 80px;
  }
}

.header .header-line .header-box .logo-box {
  margin-right: 30px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 101;
}

@media only screen and (max-width: 767px) {
  .header .header-line .header-box .logo-box {
    margin-right: 0;
  }
}

.header .header-line .header-box .logo-box .logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.header .header-line .header-box .logo-box .top-logo {
  width: auto;
  max-height: 70px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .logo-box .top-logo {
    max-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-line .header-box .logo-box .top-logo {
    max-height: 50px;
  }
}

.header .header-line .header-box .logo-box .top-logo.dark-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}

.header .header-line .header-box .right-part {
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .header .header-line .header-box .right-part .main-menu-box {
    display: none;
  }
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] {
  text-align: right;
  padding: 2px 0 0 0;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li {
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
  position: relative;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li:first-child {
  margin-left: 0;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li:last-child {
  margin-right: 0;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li:first-child {
  padding-left: 0;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li:last-child {
  padding-right: 0;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a {
    font-size: 18px;
  }
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:hover,
.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a,
.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a {
  padding-right: 20px;
  position: relative;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
  .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
    top: 5px;
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-orange.svg);
  }
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:hover:after,
.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:focus:after,
.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:hover:after,
.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:focus:after {
  top: 8px;
  transform: scaleY(-1);
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:hover:after,
  .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:focus:after,
  .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:hover:after,
  .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:focus:after {
    top: 6px;
  }
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a.active,
.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a.active {
  color: #e88c00;
  color: var(--mainColor);
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a.active:after,
.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a.active:after {
  top: 8px;
  transform: scaleY(-1);
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a.active:after,
  .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a.active:after {
    top: 6px;
  }
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children {
  position: static;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% - 51px);
  padding: 60px 0 25px 0;
  margin: 0;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu {
    top: calc(100% - 53px);
  }
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu:before {
  position: absolute;
  top: 0;
  left: -1500px;
  width: 5000px;
  height: 46px;
  background-color: #f9f9f9;
  transition: all 0.3s ease-in-out;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu:after {
  content: '';
  position: absolute;
  top: 51px;
  left: -1500px;
  width: 5000px;
  height: calc(100% - 51px);
  background-color: #f9f9f9;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu:after {
    top: 53px;
    height: calc(100% - 53px);
  }
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li {
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
  max-width: 25%;
  position: relative;
  z-index: 2;
  padding: 0 15px;
  margin-bottom: 25px;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-family: 'Sunflower', sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 60px 9px 25px;
  text-decoration: none;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  opacity: 0;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
  transition: all 0.3s ease-in-out;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  opacity: 1;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-blue.svg);
  transition: all 0.3s ease-in-out;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a > span {
  display: block;
  color: #0e1f2f;
  color: var(--textColor);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:hover,
.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:focus {
  background-color: #fff;
  border-color: #fff;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:hover:before,
.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:focus:before {
  opacity: 1;
  transform: rotate(45deg) translateY(-50%);
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:hover:after,
.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:focus:after {
  opacity: 0;
  transform: rotate(45deg) translateY(-50%);
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > .sub-menu,
.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children.small-menu {
  position: relative;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children.small-menu > .sub-menu {
  display: block;
  top: calc(100% - 5px);
  left: 50%;
  width: 270px;
  transform: translateX(-50%);
  padding-top: 30px;
  padding-bottom: 0;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children.small-menu > .sub-menu:after {
  display: none;
  width: auto;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children.small-menu > .sub-menu > li {
  max-width: none;
  padding: 0;
  margin: 0;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children.small-menu > .sub-menu > li > a {
  border-top: none;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
  padding: 15px 40px 15px 15px;
  text-align: left;
  line-height: 1.25;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children.small-menu > .sub-menu > li > a:before,
.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children.small-menu > .sub-menu > li > a:after {
  right: 20px;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children.small-menu > .sub-menu > li > a:hover,
.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children.small-menu > .sub-menu > li > a:focus {
  background-color: #f9f9f9;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children.small-menu > .sub-menu > li:first-child > a {
  border-radius: 5px 5px 0 0;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children.small-menu > .sub-menu > li:last-child > a {
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item:before {
  content: '';
  position: absolute;
  top: -49px;
  left: 5px;
  width: calc(100% - 10px);
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item:before {
    top: -50px;
  }
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item:first-child:before {
  left: -10px;
  width: calc(100% + 5px);
}

.header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item:last-child:before {
  width: calc(100% + 5px);
}

.header .header-line .header-box .right-part > div:first-child {
  margin-left: 0;
}

.header .header-line .header-box .right-part > div:last-child {
  margin-right: 0;
}

.header .header-line .header-box .right-part > div:first-child {
  padding-left: 0;
}

.header .header-line .header-box .right-part > div:last-child {
  padding-right: 0;
}

.header .header-line .header-box .right-part .right-box {
  display: flex;
  align-items: center;
  margin-left: 100px;
  position: relative;
  z-index: 101;
}

@media only screen and (max-width: 1440px) {
  .header .header-line .header-box .right-part .right-box {
    margin-left: 50px;
  }
}

.header .header-line .header-box .right-part .right-box > a:first-child,
.header .header-line .header-box .right-part .right-box > div:first-child {
  margin-left: 0;
}

.header .header-line .header-box .right-part .right-box > a:last-child,
.header .header-line .header-box .right-part .right-box > div:last-child {
  margin-right: 0;
}

.header .header-line .header-box .right-part .right-box .btn {
  margin-left: 35px;
}

@media only screen and (max-width: 1024px) {
  .header .header-line .header-box .right-part .right-box .btn {
    display: none;
  }
}

.header .header-line .header-box .right-part .right-box .hamburger {
  display: none;
  margin-left: 30px;
}

@media only screen and (max-width: 1200px) {
  .header .header-line .header-box .right-part .right-box .hamburger {
    display: block;
  }
}

.header.header-type-1 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:before,
.header.header-type-4 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:before {
  display: none;
}

.header.header-type-1 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:hover,
.header.header-type-1 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:focus,
.header.header-type-4 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:hover,
.header.header-type-4 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.header.header-type-2,
.header.header-type-3,
.header.header-type-4 {
  top: 45px;
}

@media only screen and (max-width: 1440px) {
  .header.header-type-2,
  .header.header-type-3,
  .header.header-type-4 {
    top: 0;
  }
}

.header.header-type-2 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item:before,
.header.header-type-3 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item:before,
.header.header-type-4 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item:before {
  top: -94px;
}

@media only screen and (max-width: 1440px) {
  .header.header-type-2 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item:before,
  .header.header-type-3 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item:before,
  .header.header-type-4 .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item:before {
    top: -50px;
  }
}

.header.white-header:before,
.header.active:before,
.header.sticky.headroom--not-top:before {
  opacity: 1;
}

.header.white-header .header-line,
.header.active .header-line,
.header.sticky.headroom--not-top .header-line {
  background-color: #f9f9f9;
}

.header.white-header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a,
.header.active .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a,
.header.sticky.headroom--not-top .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a {
  color: #0e1f2f;
  color: var(--textColor);
}

.header.white-header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:before,
.header.active .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:before,
.header.sticky.headroom--not-top .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:before {
  display: none;
}

.header.white-header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:after,
.header.active .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:after,
.header.sticky.headroom--not-top .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:after {
  top: 8px;
}

@media only screen and (max-width: 1440px) {
  .header.white-header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:after,
  .header.active .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:after,
  .header.sticky.headroom--not-top .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:after {
    top: 6px;
  }
}

.header.white-header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:hover,
.header.active .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:hover,
.header.sticky.headroom--not-top .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:hover,
.header.white-header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:focus,
.header.active .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:focus,
.header.sticky.headroom--not-top .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li > a:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.header.white-header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.header.active .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.header.sticky.headroom--not-top .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item > a {
  color: #0e1f2f;
  color: var(--secColor);
}

.header.white-header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item > a:hover,
.header.active .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item > a:hover,
.header.sticky.headroom--not-top .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item > a:hover,
.header.white-header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item > a:focus,
.header.active .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item > a:focus,
.header.sticky.headroom--not-top .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.current-menu-item > a:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.header.white-header .header-line .header-box .right-part .right-box .hamburger .hamburger-inner,
.header.active .header-line .header-box .right-part .right-box .hamburger .hamburger-inner,
.header.sticky.headroom--not-top .header-line .header-box .right-part .right-box .hamburger .hamburger-inner {
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.header.white-header .header-line .header-box .right-part .right-box .hamburger .hamburger-inner:before,
.header.active .header-line .header-box .right-part .right-box .hamburger .hamburger-inner:before,
.header.sticky.headroom--not-top .header-line .header-box .right-part .right-box .hamburger .hamburger-inner:before,
.header.white-header .header-line .header-box .right-part .right-box .hamburger .hamburger-inner:after,
.header.active .header-line .header-box .right-part .right-box .hamburger .hamburger-inner:after,
.header.sticky.headroom--not-top .header-line .header-box .right-part .right-box .hamburger .hamburger-inner:after {
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.header.active .header-line .header-box .logo-box .top-logo {
  opacity: 0;
}

.header.active .header-line .header-box .logo-box .top-logo.dark-logo {
  opacity: 1;
}

.header.active.header-color-2 .header-line .header-box .logo-box .top-logo {
  opacity: 1;
}

.header.sticky {
  position: fixed;
}

.header.sticky.headroom.headroom--unpinned {
  transform: translateY(-100%);
}

.header.sticky.headroom.headroom--pinned {
  transform: translateY(0);
}

.header.sticky.headroom--not-top {
  box-shadow: 0 2px 15px rgba(16, 0, 61, 0.1);
}

.header.sticky.headroom--not-top.header-color-1 .header-line .header-box .logo-box .top-logo {
  opacity: 0;
}

.header.sticky.headroom--not-top.header-color-1 .header-line .header-box .logo-box .top-logo.dark-logo {
  opacity: 1;
}

.header-section {
  position: relative;
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.header-section .img-globe {
  display: block;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1440px) {
  .header-section .img-globe {
    top: 130px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section .img-globe {
    width: 100%;
    height: auto;
    top: auto;
    bottom: -30px;
  }
}

@media only screen and (max-width: 960px) {
  .header-section .img-globe {
    width: 1024px;
    height: auto;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .img-globe {
    width: 120%;
  }
}

@media only screen and (max-width: 640px) {
  .header-section .img-globe {
    width: 170%;
    bottom: 0;
  }
}

.header-section .decor-line {
  display: inline-block;
  align-items: center;
  position: absolute;
  bottom: 30%;
  left: 70px;
  padding-top: 7px;
  z-index: 3;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

@media only screen and (max-width: 1630px) {
  .header-section .decor-line {
    left: 15px;
  }
}

@media only screen and (max-width: 1520px) {
  .header-section .decor-line {
    left: 30px;
  }
}

.header-section .decor-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  width: 14px;
  height: 2px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 1440px) {
  .header-section .decor-line {
    left: 30px;
    bottom: 20%;
  }
}

@media only screen and (max-width: 1390px) {
  .header-section .decor-line {
    display: none;
  }
}

.header-section .decor-line > span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.header-section .decor-line > span.bold-text {
  font-weight: 700;
}

.header-section .hero-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .header-section .hero-box {
    background-position: 25% 50%;
  }
}

.header-section .hero-box .header-title-box {
  max-width: 660px;
  position: relative;
  z-index: 4;
}

@media only screen and (max-width: 1024px) {
  .header-section .hero-box .header-title-box {
    max-width: none;
  }
}

.header-section .hero-box.with-overlay {
  position: relative;
}

.header-section .hero-box.with-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: linear-gradient(133deg, #0e1f2f 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

.header-section .hero-box.with-overlay.bg-video:before {
  opacity: 0.2;
  background-image: none;
  background-color: #000;
}

.header-section .hero-box.full-hero {
  height: 100vh;
}

.header-section .hero-box.full-hero .titles-box {
  max-width: 970px;
}

@media only screen and (max-width: 1024px) {
  .header-section .hero-box.full-hero .titles-box {
    max-width: none;
  }
}

.header-section .hero-box.full-hero .titles-box .header-sub-title {
  font-size: 25px;
  padding-left: 6px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1440px) {
  .header-section .hero-box.full-hero .titles-box .header-sub-title {
    font-size: 20px;
    padding-left: 5px;
    margin-bottom: 5px;
  }
}

.header-section .hero-box.full-hero .titles-box .header-title {
  font-size: 100px;
  line-height: 1;
}

@media only screen and (max-width: 1440px) {
  .header-section .hero-box.full-hero .titles-box .header-title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section .hero-box.full-hero .titles-box .header-title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .hero-box.full-hero .titles-box .header-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 374px) {
  .header-section .hero-box.full-hero .titles-box .header-title {
    font-size: 46px;
  }
}

.header-section .hero-box.full-hero .titles-box.decor-box:before {
  left: 5px;
}

@media only screen and (max-width: 1440px) {
  .header-section .hero-box.full-hero .titles-box.decor-box:before {
    left: 3px;
  }
}

.header-section .hero-box .video-background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.header-section .hero-box .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.header-section .hero-box .video-background .video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16 / 9) {
  .header-section .hero-box .video-background .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .header-section .hero-box .video-background .video-foreground {
    width: 300%;
    left: -100%;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section .hero-box .video-background .video-foreground {
    display: none;
  }
}

.header-section .hero-box .video-background video {
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}

.header-section .hero-box .video-background.both-videos video {
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .header-section .hero-box .video-background.both-videos video {
    opacity: 1;
  }
}

.header-section .bottom-button-line {
  display: block;
  position: absolute;
  left: 0;
  bottom: 75px;
  width: 100%;
  z-index: 2;
}

@media only screen and (max-width: 1440px) {
  .header-section .bottom-button-line {
    bottom: 60px;
  }
}

@media only screen and (max-width: 1390px) {
  .header-section .bottom-button-line {
    bottom: 20px;
  }
}

.header-section .bottom-button-line .bottom-button-wrap {
  text-align: right;
}

.header-section.type-1 {
  padding-top: 130px;
}

@media only screen and (max-width: 1024px) {
  .header-section.type-1 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-1 {
    padding-top: 80px;
  }
}

.header-section.type-2 {
  overflow: hidden;
}

@media only screen and (max-width: 1520px) {
  .header-section.type-2 .container:not(.bc-container) {
    max-width: 1200px !important;
  }
}

@media only screen and (max-width: 1390px) {
  .header-section.type-2 .container:not(.bc-container) {
    max-width: 1390px !important;
  }
}

.header-section.type-2 .hero-box {
  height: 770px;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-2 .hero-box {
    height: 550px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section.type-2 .hero-box {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-2 .hero-box {
    height: auto;
    padding: 150px 0 50px 0;
  }
}

.header-section.type-2 .hero-box .titles-box .header-sub-title {
  padding-left: 4px;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-2 .hero-box .titles-box .header-sub-title {
    padding-left: 3px;
  }
}

.header-section.type-2 .hero-box .titles-box.decor-box:before {
  left: 4px;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-2 .hero-box .titles-box.decor-box:before {
    left: 3px;
  }
}

.header-section.type-3 {
  overflow: hidden;
  /*.decor-line {
      width: 14px;
      height: 180px;
    }*/
}

@media only screen and (max-width: 1520px) {
  .header-section.type-3 .container:not(.bc-container) {
    max-width: 1200px !important;
  }
}

@media only screen and (max-width: 1390px) {
  .header-section.type-3 .container:not(.bc-container) {
    max-width: 1390px !important;
  }
}

.header-section.type-4 {
  overflow: hidden;
}

@media only screen and (max-width: 1520px) {
  .header-section.type-4 .container:not(.bc-container) {
    max-width: 1200px !important;
  }
}

@media only screen and (max-width: 1390px) {
  .header-section.type-4 .container:not(.bc-container) {
    max-width: 1390px !important;
  }
}

.header-section.type-4 .hero-box {
  height: 650px;
  justify-content: flex-end;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-4 .hero-box {
    height: 550px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section.type-4 .hero-box {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-4 .hero-box {
    height: auto;
    padding: 120px 0 50px 0;
  }
}

.header-section.type-4 .hero-box .titles-box {
  margin-bottom: 110px;
}

@media only screen and (max-width: 1024px) {
  .header-section.type-4 .hero-box .titles-box {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-4 .hero-box .titles-box {
    margin-bottom: 0;
  }
}

.header-section.type-4 .hero-box .titles-box .header-sub-title {
  padding-left: 3px;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-4 .hero-box .titles-box .header-sub-title {
    padding-left: 2px;
  }
}

.header-section.type-4 .hero-box .titles-box.decor-box:before {
  left: 3px;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-4 .hero-box .titles-box.decor-box:before {
    left: 2px;
  }
}

.header-section.type-4 .hero-box.cpt-hero {
  height: 570px;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-4 .hero-box.cpt-hero {
    height: 450px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section.type-4 .hero-box.cpt-hero {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-4 .hero-box.cpt-hero {
    height: auto;
    padding: 120px 0 50px 0;
  }
}

.header-section.type-4 .hero-box.product-hero {
  height: auto;
  padding-top: 175px;
}

@media only screen and (max-width: 1440px) {
  .header-section.type-4 .hero-box.product-hero {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section.type-4 .hero-box.product-hero {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-4 .hero-box.product-hero {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1440px) {
  .header-section.type-4.header-color-2 .hero-box {
    height: 550px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section.type-4.header-color-2 .hero-box {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-4.header-color-2 .hero-box {
    height: auto;
    padding: 150px 0 50px 0;
  }
}

.header-section.header-color-2 .img-globe {
  top: 170px;
}

@media only screen and (max-width: 1024px) {
  .header-section.header-color-2 .img-globe {
    top: 130px;
  }
}

.header-section.header-color-2 .hero-box {
  justify-content: center;
  padding-top: 130px;
}

@media only screen and (max-width: 1024px) {
  .header-section.header-color-2 .hero-box {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.header-color-2 .hero-box {
    height: auto;
    padding: 150px 0 30px 0;
  }
}

.header-section.header-color-2 .hero-box .titles-box {
  margin-bottom: 0;
}

.home .sub-site-2 .header-section {
  margin-bottom: 75px;
}

.mobile-menu-box {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .mobile-menu-box {
    top: 80px;
  }
}

.mobile-menu-box .inner-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 0 25px 0;
  overflow: auto;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] {
  margin: 0;
  padding: 0;
  display: block;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li {
  display: block;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li a {
  display: block;
  font-family: 'Sunflower', sans-serif;
  color: #0e1f2f;
  color: var(--textColor);
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  padding: 13px 0 12px 0;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li a {
    font-size: 18px;
  }
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li a:hover,
.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li a:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children {
  position: relative;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 10px;
  transition: all 0.35s ease-in-out;
  transform: scaleY(1);
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-blue.svg);
}

@media only screen and (max-width: 767px) {
  .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
    top: 19px;
  }
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children.opened:after {
  transform: scaleY(-1);
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu {
  display: none;
  padding: 0;
  margin: 10px 0;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li {
  display: block;
  padding: 2px 20px;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li:before {
  display: block;
  top: 15px;
  left: 8px;
  width: 7px;
  height: 7px;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li a {
  font-family: 'Sunflower', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: unset;
}

@media only screen and (max-width: 767px) {
  .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li a {
    font-size: 16px;
  }
}

.big-menu-wrapper {
  display: none;
  position: fixed;
  top: 175px;
  left: 0;
  width: 100%;
  height: calc(100vh - 175px);
  background-color: #f9f9f9;
  z-index: 20;
}

@media only screen and (max-width: 1440px) {
  .big-menu-wrapper {
    top: 130px;
    height: calc(100vh - 130px);
  }
}

@media only screen and (max-width: 1024px) {
  .big-menu-wrapper {
    top: 100px;
    height: calc(100vh - 100px);
  }
}

@media only screen and (max-width: 767px) {
  .big-menu-wrapper {
    top: 80px;
    height: calc(100vh - 80px);
  }
}

.big-menu-wrapper .big-menu-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.big-menu-wrapper .big-menu-container > .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.big-menu-wrapper .big-menu-container > .container > .row {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.big-menu-wrapper .big-menu-container > .container > .row > .col {
  height: 100%;
}

.big-menu-wrapper .big-menu-container .big-menu-box {
  height: 100%;
  border-top: 1px solid #f1f1f1;
}

.big-menu-wrapper .big-menu-container .big-menu-box > .row {
  height: 100%;
}

.big-menu-wrapper .big-menu-container .big-menu-box > .row > .bm-col {
  height: 100%;
}

.big-menu-wrapper .big-menu-container .big-menu-box > .row > .bm-col:first-child {
  padding-left: 0;
}

.big-menu-wrapper .big-menu-container .big-menu-box > .row > .bm-col:last-child {
  padding-right: 0;
  position: relative;
}

.big-menu-wrapper .big-menu-container .big-menu-box > .row > .bm-col:last-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #f9f9f9;
  z-index: 10;
}

.big-menu-wrapper .big-menu-container .big-menu-box > .row > .bm-col:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  background-color: #f9f9f9;
}

.big-menu-wrapper .big-menu-container .big-menu-box .products-lists {
  height: 100%;
  overflow: auto;
  padding-right: 20px;
  margin-right: -20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list {
  padding-top: 50px;
}

.big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-family: 'Sunflower', sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 60px 9px 25px;
  text-decoration: none;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  opacity: 0;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
  transition: all 0.3s ease-in-out;
}

.big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  opacity: 1;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-blue.svg);
  transition: all 0.3s ease-in-out;
}

.big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a > span {
  display: block;
  color: #000;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}

.big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:hover,
.big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:focus {
  background-color: #fff;
  border-color: #fff;
}

.big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:hover:before,
.big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:focus:before {
  opacity: 1;
  transform: rotate(45deg) translateY(-50%);
}

.big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:hover:after,
.big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:focus:after {
  opacity: 0;
  transform: rotate(45deg) translateY(-50%);
}

.big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap.active > a {
  background-color: #fff;
  border-color: #fff;
}

.big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap.active > a:before {
  opacity: 1;
  transform: rotate(45deg) translateY(-50%);
}

.big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap.active > a:after {
  opacity: 0;
  transform: rotate(45deg) translateY(-50%);
}

.big-menu-wrapper .big-menu-container .big-menu-box .products-list-wrap {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .big-menu-wrapper .big-menu-container .big-menu-box .products-list-wrap .products-list .product-item {
    flex-basis: 50%;
  }
}

.big-menu-wrapper .big-menu-container .big-menu-box .products-list-wrap .products-list .product-item .product-box {
  padding: 30px;
}

.big-menu-wrapper .big-menu-container .big-menu-box .products-list-wrap .products-list .product-item .product-box .product-img-box img {
  max-height: 230px;
}

.big-menu-wrapper .big-menu-container .big-menu-box .products-list-wrap .products-list .product-item .product-box .product-title {
  font-size: 18px;
}

.big-menu-wrapper .big-menu-container .big-menu-box .products-list-wrap .products-list .product-item .product-box .more-link-wrap .link-btn {
  font-size: 16px;
}

.big-menu-wrapper .big-menu-container .big-menu-box .products-list-wrap .products-list .product-item .product-box .more-link-wrap .link-btn:before {
  top: 6px;
}

body.admin-bar .header.sticky {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  body.admin-bar .header.sticky {
    top: 46px;
  }
}

body.admin-bar .big-menu-wrapper {
  top: 207px;
  height: calc(100vh - 207px);
}

@media only screen and (max-width: 1440px) {
  body.admin-bar .big-menu-wrapper {
    top: 162px;
    height: calc(100vh - 162px);
  }
}

@media only screen and (max-width: 1024px) {
  body.admin-bar .big-menu-wrapper {
    top: 132px;
    height: calc(100vh - 132px);
  }
}

@media only screen and (max-width: 782px) {
  body.admin-bar .big-menu-wrapper {
    top: 146px;
    height: calc(100vh - 146px);
  }
}

@media only screen and (max-width: 767px) {
  body.admin-bar .big-menu-wrapper {
    top: 126px;
    height: calc(100vh - 126px);
  }
}

body.admin-bar .mobile-menu-box {
  top: 162px;
}

@media only screen and (max-width: 1024px) {
  body.admin-bar .mobile-menu-box {
    top: 132px;
  }
}

@media only screen and (max-width: 782px) {
  body.admin-bar .mobile-menu-box {
    top: 146px;
  }
}

@media only screen and (max-width: 767px) {
  body.admin-bar .mobile-menu-box {
    top: 126px;
  }
}

body.admin-bar .header-section .hero-box.full-hero {
  height: calc(100vh - 32px);
}

@media only screen and (max-width: 782px) {
  body.admin-bar .header-section .hero-box.full-hero {
    height: calc(100vh - 46px);
  }
}

.footer {
  padding-top: 60px;
  background-color: #fff;
  border-top: 1px solid #dbdee0;
}

@media only screen and (max-width: 1024px) {
  .footer {
    padding-top: 40px;
  }
}

.footer .footer-row {
  padding-bottom: 30px;
}

@media only screen and (max-width: 1390px) {
  .footer .footer-row {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer .footer-row {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-logo-box {
    display: block;
    margin-bottom: 30px;
  }
}

.footer .footer-logo-box .footer-logo {
  display: inline-flex;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer .footer-logo-box .footer-logo .logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.footer .footer-logo-box .footer-logo .bot-logo {
  width: auto;
  max-height: 70px;
}

@media only screen and (max-width: 1440px) {
  .footer .footer-logo-box .footer-logo .bot-logo {
    max-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-logo-box .footer-logo .bot-logo {
    max-height: 50px;
  }
}

.footer .footer-columns-wrap .footer-columns .footer-column {
  flex-basis: 30%;
  max-width: 30%;
}

@media only screen and (max-width: 767px) {
  .footer .footer-columns-wrap .footer-columns .footer-column {
    flex-basis: 100%;
    max-width: none;
  }
}

.footer .footer-columns-wrap .footer-columns .footer-column.contact-col {
  flex-basis: 40%;
  max-width: 40%;
}

@media only screen and (max-width: 767px) {
  .footer .footer-columns-wrap .footer-columns .footer-column.contact-col {
    flex-basis: 100%;
    max-width: none;
  }
}

.footer .footer-columns-wrap .footer-columns .footer-column.contact-col .footer-col {
  max-width: 280px;
}

@media only screen and (max-width: 960px) {
  .footer .footer-columns-wrap .footer-columns .footer-column.contact-col .footer-col {
    max-width: none;
  }
}

.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  padding: 30px 0 15px 0;
  border-top: 1px solid #dbdee0;
}

@media only screen and (max-width: 960px) {
  .footer .footer-bottom {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .footer .footer-bottom {
    font-size: 15px;
  }
}

.footer .footer-bottom .copyrights {
  display: block;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom .copyrights {
    margin-bottom: 5px;
  }
}

.footer .footer-bottom .copyrights > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer .footer-bottom .footer-links {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom .footer-links {
    margin-bottom: 10px;
  }
}

.footer .footer-bottom .footer-links .footer-link {
  color: #0e1f2f;
  color: var(--textColor);
  text-decoration: none;
  margin: 0 15px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom .footer-links .footer-link {
    margin: 0 10px;
  }
}

.footer .footer-bottom .footer-links .footer-link > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer .footer-bottom .footer-links .footer-link:after {
  content: '';
  position: absolute;
  top: 5px;
  right: -16px;
  width: 1px;
  height: 16px;
  background-color: #0e1f2f;
  background-color: var(--textColor);
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom .footer-links .footer-link:after {
    right: -11px;
  }
}

.footer .footer-bottom .footer-links .footer-link:hover,
.footer .footer-bottom .footer-links .footer-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.footer .footer-bottom .footer-links .footer-link:first-child {
  margin-left: 0;
}

.footer .footer-bottom .footer-links .footer-link:last-child {
  margin-right: 0;
}

.footer .footer-bottom .footer-links .footer-link:last-child:after {
  display: none;
}

.footer .footer-bottom .socials {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom .socials {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.footer.footer-bg-2 {
  border-top: none;
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.footer.footer-bg-2 .footer-col .footer-col-title {
  color: #fff;
  font-weight: 500;
}

.footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link {
  color: #fff;
  font-weight: 300;
}

.footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link:hover,
.footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  top: 6px;
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-orange.svg);
}

.footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-orange.svg);
}

.footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  top: 3px;
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-orange.svg);
}

.footer.footer-bg-2 .footer-col .col-links .col-link-wrap .col-link {
  color: #fff;
  font-weight: 300;
}

.footer.footer-bg-2 .footer-col .col-links .col-link-wrap .col-link:hover,
.footer.footer-bg-2 .footer-col .col-links .col-link-wrap .col-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.footer.footer-bg-2 .footer-bottom {
  color: #fff;
}

.footer.footer-bg-2 .footer-bottom .copyrights {
  font-weight: 300;
}

.footer.footer-bg-2 .footer-bottom .footer-links .footer-link {
  color: #fff;
  font-weight: 300;
}

.footer.footer-bg-2 .footer-bottom .footer-links .footer-link:after {
  background-color: #fff;
}

.footer.footer-bg-2 .footer-bottom .footer-links .footer-link:hover,
.footer.footer-bg-2 .footer-bottom .footer-links .footer-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.footer-col .footer-col-title {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footer-col .footer-col-title {
    margin-bottom: 15px;
  }
}

.footer-col .footer-col-title:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 5px;
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.footer-col .footer-col-title .title-link {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-col .footer-col-title .title-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer-col .footer-col-title .title-link:hover,
.footer-col .footer-col-title .title-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.footer-col .col-links .col-link-wrap {
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .footer-col .col-links .col-link-wrap {
    margin-bottom: 0;
  }
}

.footer-col .col-links .col-link-wrap:last-child {
  margin-bottom: 0;
}

.footer-col .col-links .col-link-wrap .col-link {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  text-decoration: none;
}

.footer-col .col-links .col-link-wrap .col-link > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer-col .col-links .col-link-wrap .col-link:hover,
.footer-col .col-links .col-link-wrap .col-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.footer-col .col-links .col-link-wrap .col-link.with-number {
  position: relative;
}

.footer-col .col-links .col-link-wrap .col-link.with-number .num {
  position: absolute;
  top: -5px;
  right: -20px;
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
  font-style: normal;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.footer-col .contact-links .contact-link-item {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .footer-col .contact-links .contact-link-item {
    margin-bottom: 5px;
  }
}

.footer-col .contact-links .contact-link-item:last-child {
  margin-bottom: 0;
}

.footer-col .contact-links .contact-link-item .contact-link {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  padding-left: 45px;
  position: relative;
}

.footer-col .contact-links .contact-link-item .contact-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.footer-col .contact-links .contact-link-item .contact-link > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  top: 6px;
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-dark-blue.svg);
}

.footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-dark-blue.svg);
}

.footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  top: 3px;
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-dark-blue.svg);
}

.footer-col .contact-links .contact-link-item .contact-link:hover,
.footer-col .contact-links .contact-link-item .contact-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.footer-col .contact-links .contact-link-item.top-space {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .footer-col .contact-links .contact-link-item.top-space {
    margin-top: 0;
  }
}

.footer-first-column {
  display: flex;
}

@media only screen and (max-width: 1390px) {
  .footer-first-column {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-first-column {
    display: block;
  }
}

.footer-first-column .footer-col {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .footer-first-column .footer-col {
    margin-left: 0;
  }
}

.footer-cta {
  background-color: #f8f3ec;
}

.footer-cta .footer-cta-info {
  text-align: center;
}

.footer-cta .footer-cta-info .cta-button-wrap {
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .footer-cta .footer-cta-info .cta-button-wrap {
    margin-top: 30px;
  }
}

.footer-cta.cta-bg-1 {
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text p,
.footer-cta.cta-bg-1 .footer-cta-info .footer-cta-text li {
  font-weight: 300;
}

.newsletter-section {
  background-color: #fff;
  padding: 40px 0;
}

@media only screen and (max-width: 1024px) {
  .newsletter-section {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 960px) {
  .newsletter-section {
    padding: 40px 0;
  }
}

.newsletter-section .col-sm-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 960px) {
  .newsletter-section .col-sm-12 {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .newsletter-section .newsletter-titles {
    margin-bottom: 20px;
  }
}

.newsletter-section .newsletter-titles .newsletter-sub-title {
  display: inline-block;
  color: #0e1f2f;
  color: var(--textColor);
  font-family: 'Sunflower', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .newsletter-section .newsletter-titles .newsletter-sub-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .newsletter-section .newsletter-titles .newsletter-sub-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-section .newsletter-titles .newsletter-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 374px) {
  .newsletter-section .newsletter-titles .newsletter-title {
    font-size: 20px;
  }
}

.newsletter-section .newsletter-form .gform_wrapper .gform_validation_errors {
  display: none;
}

.newsletter-section .newsletter-form .gform_wrapper .gfield_validation_message {
  margin: 5px 0 0 0;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-family: 'Sunflower', sans-serif;
}

.newsletter-section .newsletter-form .gform_wrapper form {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .newsletter-section .newsletter-form .gform_wrapper form {
    display: block;
  }
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body {
  flex-grow: 1;
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email] {
  border: none;
  height: 50px;
  line-height: 50px;
  color: #0e1f2f;
  color: var(--textColor);
  font-weight: 400;
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif;
  outline: none !important;
  padding: 10px 10px 10px 60px !important;
  background-color: #f9f9f9;
  background-image: url(../../resources/images/svg/mail-dark-blue.svg);
  background-position: 20px 17px;
  background-repeat: no-repeat;
  background-size: 20px 16px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 374px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email] {
    font-size: 15px;
  }
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]::-webkit-input-placeholder {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.75;
}

@media only screen and (max-width: 374px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]::-webkit-input-placeholder {
    font-size: 15px;
  }
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:-moz-placeholder {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.75;
}

@media only screen and (max-width: 374px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:-moz-placeholder {
    font-size: 15px;
  }
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]::-moz-placeholder {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.75;
}

@media only screen and (max-width: 374px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]::-moz-placeholder {
    font-size: 15px;
  }
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:-ms-input-placeholder {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.75;
}

@media only screen and (max-width: 374px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:-ms-input-placeholder {
    font-size: 15px;
  }
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:focus {
  box-shadow: none;
  background-color: #f8f3ec;
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon.gfield_error input[type=email] {
  border: 1px solid #0e1f2f;
  border-color: #0e1f2f;
  border-color: var(--secColor);
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_footer .btn {
  display: block;
  height: 50px;
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 1024px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_footer .btn {
    margin: 0;
  }
}

@media only screen and (max-width: 960px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_footer .btn {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_footer .btn {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

.newsletter-section .newsletter-form .gform_wrapper form .gform_footer .gform_ajax_spinner {
  display: block;
  position: absolute;
  top: 16px;
  right: calc(100% + 20px);
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .newsletter-section .newsletter-form .gform_wrapper form .gform_footer .gform_ajax_spinner {
    right: auto;
    left: 15px;
  }
}

.newsletter-section .newsletter-form .gform_confirmation_message {
  border: 2px solid #e88c00;
  border-color: #e88c00;
  border-color: var(--mainColor);
  padding: 15px;
  color: #e88c00;
  color: var(--mainColor);
  font-family: 'Sunflower', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .newsletter-section .newsletter-form .gform_confirmation_message {
    font-size: 16px;
  }
}

@media only screen and (max-width: 960px) {
  .newsletter-section .newsletter-form .gform_confirmation_message {
    font-size: 18px;
  }
}

/*
0 - Default (Orange/Dark-Blue)
1 - Van Es Group (Red/Blue)
2 - PVECranes (Red/Black)
3 - Swift Drilling (Red/Blue)\
4 - Jack-Up Barge (Blue/Black)
*/

body.page-color-0 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-0 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-0.svg);
}

@media only screen and (max-width: 1440px) {
  body.page-color-0 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
  body.page-color-0 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-0.svg);
  }
}

body.page-color-0 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

body.page-color-0 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-0.svg);
}

body.page-color-0 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

body.page-color-0 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-0.svg);
}

body.page-color-0 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-0.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-0 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-dark-0.svg);
  }
}

body.page-color-0 .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-0.svg);
}

body.page-color-0 .slider-section .images-slider-wrap .images-slider .slick-arrow {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

body.page-color-0 .slider-arrow:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-0 .slider-arrow:before {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-0.svg);
  }
}

body.page-color-0 .faq-section .faq-list-wrap .faq-list .faq-item .faq-box:after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-0.svg);
}

body.page-color-0 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-0.svg);
}

@media only screen and (max-width: 1280px) {
  body.page-color-0 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/plus-icon-0.svg);
  }
}

body.page-color-0 .link-btn:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-0.svg);
}

body.page-color-0 .link-btn:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

body.page-color-0 .link-btn.white-link:before {
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
}

body.page-color-0 .back-link:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-0.svg);
}

body.page-color-0 .back-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

body.page-color-0 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-0 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-0.svg);
  }
}

body.page-color-0 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-0.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-0 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-0.svg);
  }
}

body.page-color-0 blockquote:before {
  width: 46px;
  height: 40px;
  background-size: 46px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/quote-0.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-0 blockquote:before {
    width: 35px;
    height: 30px;
    background-size: 35px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/quote-0.svg);
  }
}

body.page-color-0 .gform_wrapper select {
  background-image: url("../../resources/images/svg/chevron-0.svg");
}

body.page-color-0 .filter-wrap .filter-holder .filter-select {
  background-image: url("../../resources/images/svg/chevron-0.svg");
}

body.page-color-0 .simple-preloader:after {
  border-color: #e88c00 transparent #e88c00 transparent;
}

body.page-color-0 .ajax-posts-list-wrap .preloader .preloader-circle:after {
  border-color: #e88c00 transparent #e88c00 transparent;
}

body.page-color-0 .gform_wrapper .gform_validation_errors {
  border-bottom: 1px solid #e88c00 !important;
}

body.page-color-0 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-dark-0.svg);
}

body.page-color-0 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-dark-0.svg);
}

body.page-color-0 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-dark-0.svg);
}

body.page-color-0 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-0.svg);
}

body.page-color-0 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-0.svg);
}

body.page-color-0 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-0.svg);
}

body.page-color-1 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-1 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-1.svg);
}

@media only screen and (max-width: 1440px) {
  body.page-color-1 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
  body.page-color-1 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-1.svg);
  }
}

body.page-color-1 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

body.page-color-1 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-1.svg);
}

body.page-color-1 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

body.page-color-1 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-1.svg);
}

body.page-color-1 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-1.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-1 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-dark-1.svg);
  }
}

body.page-color-1 .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-1.svg);
}

body.page-color-1 .slider-section .images-slider-wrap .images-slider .slick-arrow {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

body.page-color-1 .slider-arrow:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-1 .slider-arrow:before {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-1.svg);
  }
}

body.page-color-1 .faq-section .faq-list-wrap .faq-list .faq-item .faq-box:after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-1.svg);
}

body.page-color-1 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-1.svg);
}

@media only screen and (max-width: 1280px) {
  body.page-color-1 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/plus-icon-1.svg);
  }
}

body.page-color-1 .link-btn:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-1.svg);
}

body.page-color-1 .link-btn:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

body.page-color-1 .link-btn.white-link:before {
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
}

body.page-color-1 .back-link:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-1.svg);
}

body.page-color-1 .back-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

body.page-color-1 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-1 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-1.svg);
  }
}

body.page-color-1 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-1.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-1 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-1.svg);
  }
}

body.page-color-1 blockquote:before {
  width: 46px;
  height: 40px;
  background-size: 46px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/quote-1.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-1 blockquote:before {
    width: 35px;
    height: 30px;
    background-size: 35px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/quote-1.svg);
  }
}

body.page-color-1 .gform_wrapper select {
  background-image: url("../../resources/images/svg/chevron-1.svg");
}

body.page-color-1 .filter-wrap .filter-holder .filter-select {
  background-image: url("../../resources/images/svg/chevron-1.svg");
}

body.page-color-1 .simple-preloader:after {
  border-color: #d5151a transparent #d5151a transparent;
}

body.page-color-1 .ajax-posts-list-wrap .preloader .preloader-circle:after {
  border-color: #d5151a transparent #d5151a transparent;
}

body.page-color-1 .gform_wrapper .gform_validation_errors {
  border-bottom: 1px solid #d5151a !important;
}

body.page-color-1 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-dark-1.svg);
}

body.page-color-1 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-dark-1.svg);
}

body.page-color-1 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-dark-1.svg);
}

body.page-color-1 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-1.svg);
}

body.page-color-1 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-1.svg);
}

body.page-color-1 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-1.svg);
}

body.page-color-2 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-2 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-2.svg);
}

@media only screen and (max-width: 1440px) {
  body.page-color-2 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
  body.page-color-2 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-2.svg);
  }
}

body.page-color-2 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

body.page-color-2 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-2.svg);
}

body.page-color-2 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

body.page-color-2 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-2.svg);
}

body.page-color-2 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-2.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-2 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-dark-2.svg);
  }
}

body.page-color-2 .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-2.svg);
}

body.page-color-2 .slider-section .images-slider-wrap .images-slider .slick-arrow {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

body.page-color-2 .slider-arrow:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-2 .slider-arrow:before {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-2.svg);
  }
}

body.page-color-2 .faq-section .faq-list-wrap .faq-list .faq-item .faq-box:after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-2.svg);
}

body.page-color-2 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-2.svg);
}

@media only screen and (max-width: 1280px) {
  body.page-color-2 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/plus-icon-2.svg);
  }
}

body.page-color-2 .link-btn:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-2.svg);
}

body.page-color-2 .link-btn:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

body.page-color-2 .link-btn.white-link:before {
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
}

body.page-color-2 .back-link:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-2.svg);
}

body.page-color-2 .back-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

body.page-color-2 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-2 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-2.svg);
  }
}

body.page-color-2 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-2.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-2 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-2.svg);
  }
}

body.page-color-2 blockquote:before {
  width: 46px;
  height: 40px;
  background-size: 46px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/quote-2.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-2 blockquote:before {
    width: 35px;
    height: 30px;
    background-size: 35px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/quote-2.svg);
  }
}

body.page-color-2 .gform_wrapper select {
  background-image: url("../../resources/images/svg/chevron-2.svg");
}

body.page-color-2 .filter-wrap .filter-holder .filter-select {
  background-image: url("../../resources/images/svg/chevron-2.svg");
}

body.page-color-2 .simple-preloader:after {
  border-color: #d20a10 transparent #d20a10 transparent;
}

body.page-color-2 .ajax-posts-list-wrap .preloader .preloader-circle:after {
  border-color: #d20a10 transparent #d20a10 transparent;
}

body.page-color-2 .gform_wrapper .gform_validation_errors {
  border-bottom: 1px solid #d20a10 !important;
}

body.page-color-2 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-dark-2.svg);
}

body.page-color-2 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-dark-2.svg);
}

body.page-color-2 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-dark-2.svg);
}

body.page-color-2 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-2.svg);
}

body.page-color-2 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-2.svg);
}

body.page-color-2 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-2.svg);
}

body.page-color-3 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-3 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-3.svg);
}

@media only screen and (max-width: 1440px) {
  body.page-color-3 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
  body.page-color-3 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-3.svg);
  }
}

body.page-color-3 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

body.page-color-3 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-3.svg);
}

body.page-color-3 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

body.page-color-3 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-3.svg);
}

body.page-color-3 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-3.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-3 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-dark-3.svg);
  }
}

body.page-color-3 .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-3.svg);
}

body.page-color-3 .slider-section .images-slider-wrap .images-slider .slick-arrow {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

body.page-color-3 .slider-arrow:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-3 .slider-arrow:before {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-3.svg);
  }
}

body.page-color-3 .faq-section .faq-list-wrap .faq-list .faq-item .faq-box:after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-3.svg);
}

body.page-color-3 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-3.svg);
}

@media only screen and (max-width: 1280px) {
  body.page-color-3 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/plus-icon-3.svg);
  }
}

body.page-color-3 .link-btn:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-3.svg);
}

body.page-color-3 .link-btn:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

body.page-color-3 .link-btn.white-link:before {
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
}

body.page-color-3 .back-link:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-3.svg);
}

body.page-color-3 .back-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

body.page-color-3 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-3 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-3.svg);
  }
}

body.page-color-3 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-3.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-3 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-3.svg);
  }
}

body.page-color-3 blockquote:before {
  width: 46px;
  height: 40px;
  background-size: 46px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/quote-3.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-3 blockquote:before {
    width: 35px;
    height: 30px;
    background-size: 35px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/quote-3.svg);
  }
}

body.page-color-3 .gform_wrapper select {
  background-image: url("../../resources/images/svg/chevron-3.svg");
}

body.page-color-3 .filter-wrap .filter-holder .filter-select {
  background-image: url("../../resources/images/svg/chevron-3.svg");
}

body.page-color-3 .simple-preloader:after {
  border-color: #e4231b transparent #e4231b transparent;
}

body.page-color-3 .ajax-posts-list-wrap .preloader .preloader-circle:after {
  border-color: #e4231b transparent #e4231b transparent;
}

body.page-color-3 .gform_wrapper .gform_validation_errors {
  border-bottom: 1px solid #e4231b !important;
}

body.page-color-3 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-dark-3.svg);
}

body.page-color-3 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-dark-3.svg);
}

body.page-color-3 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-dark-3.svg);
}

body.page-color-3 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-3.svg);
}

body.page-color-3 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-3.svg);
}

body.page-color-3 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-3.svg);
}

body.page-color-4 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
body.page-color-4 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-4.svg);
}

@media only screen and (max-width: 1440px) {
  body.page-color-4 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
  body.page-color-4 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.products-menu > a:after {
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-4.svg);
  }
}

body.page-color-4 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

body.page-color-4 .header .header-line .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-4.svg);
}

body.page-color-4 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

body.page-color-4 .big-menu-wrapper .big-menu-container .big-menu-box .cat-links-list .cal-link-wrap > a:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-4.svg);
}

body.page-color-4 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-4.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-4 .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-dark-4.svg);
  }
}

body.page-color-4 .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-4.svg);
}

body.page-color-4 .slider-section .images-slider-wrap .images-slider .slick-arrow {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

body.page-color-4 .slider-arrow:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-4 .slider-arrow:before {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-4.svg);
  }
}

body.page-color-4 .faq-section .faq-list-wrap .faq-list .faq-item .faq-box:after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-4.svg);
}

body.page-color-4 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon-4.svg);
}

@media only screen and (max-width: 1280px) {
  body.page-color-4 .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/plus-icon-4.svg);
  }
}

body.page-color-4 .link-btn:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-4.svg);
}

body.page-color-4 .link-btn:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

body.page-color-4 .link-btn.white-link:before {
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
}

body.page-color-4 .back-link:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-4.svg);
}

body.page-color-4 .back-link:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

body.page-color-4 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-4 .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-4.svg);
  }
}

body.page-color-4 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-4.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-4 .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-4.svg);
  }
}

body.page-color-4 blockquote:before {
  width: 46px;
  height: 40px;
  background-size: 46px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/quote-4.svg);
}

@media only screen and (max-width: 767px) {
  body.page-color-4 blockquote:before {
    width: 35px;
    height: 30px;
    background-size: 35px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/quote-4.svg);
  }
}

body.page-color-4 .gform_wrapper select {
  background-image: url("../../resources/images/svg/chevron-4.svg");
}

body.page-color-4 .filter-wrap .filter-holder .filter-select {
  background-image: url("../../resources/images/svg/chevron-4.svg");
}

body.page-color-4 .simple-preloader:after {
  border-color: #0bbbef transparent #0bbbef transparent;
}

body.page-color-4 .ajax-posts-list-wrap .preloader .preloader-circle:after {
  border-color: #0bbbef transparent #0bbbef transparent;
}

body.page-color-4 .gform_wrapper .gform_validation_errors {
  border-bottom: 1px solid #0bbbef !important;
}

body.page-color-4 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-dark-4.svg);
}

body.page-color-4 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-dark-4.svg);
}

body.page-color-4 .footer .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-dark-4.svg);
}

body.page-color-4 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-mail:before {
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-4.svg);
}

body.page-color-4 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-phone:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-4.svg);
}

body.page-color-4 .footer.footer-bg-2 .footer-col .contact-links .contact-link-item .contact-link.icon-loc:before {
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-4.svg);
}

body.page-color-0 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #0e1f2f 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-1 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #163f74 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-2 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #1d1d1b 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-3 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #1867ac 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-4 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #002632 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-0 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #0e1f2f 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-1 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #163f74 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-2 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #1d1d1b 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-3 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #1867ac 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-color-4 .header-section .hero-box.with-overlay:before {
  background-image: linear-gradient(133deg, #002632 0%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 1440px) {
  body.page-color-0 .breadcrumbs-line {
    background-color: #f9f9f9;
  }
}

body.page-color-0 .breadcrumbs-line .breadcrumbs {
  background-color: #f9f9f9;
}

body.page-color-0 .breadcrumbs-line .breadcrumbs:before {
  background-color: #f9f9f9;
}

body.page-color-0 .breadcrumbs-line.type-1 {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1440px) {
  body.page-color-1 .breadcrumbs-line {
    background-color: #EEEEF3;
  }
}

body.page-color-1 .breadcrumbs-line .breadcrumbs {
  background-color: #EEEEF3;
}

body.page-color-1 .breadcrumbs-line .breadcrumbs:before {
  background-color: #EEEEF3;
}

body.page-color-1 .breadcrumbs-line.type-1 {
  background-color: #EEEEF3;
}

@media only screen and (max-width: 1440px) {
  body.page-color-2 .breadcrumbs-line {
    background-color: #f9f9f9;
  }
}

body.page-color-2 .breadcrumbs-line .breadcrumbs {
  background-color: #f9f9f9;
}

body.page-color-2 .breadcrumbs-line .breadcrumbs:before {
  background-color: #f9f9f9;
}

body.page-color-2 .breadcrumbs-line.type-1 {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1440px) {
  body.page-color-3 .breadcrumbs-line {
    background-color: #f9f9f9;
  }
}

body.page-color-3 .breadcrumbs-line .breadcrumbs {
  background-color: #f9f9f9;
}

body.page-color-3 .breadcrumbs-line .breadcrumbs:before {
  background-color: #f9f9f9;
}

body.page-color-3 .breadcrumbs-line.type-1 {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1440px) {
  body.page-color-4 .breadcrumbs-line {
    background-color: #f5fcff;
  }
}

body.page-color-4 .breadcrumbs-line .breadcrumbs {
  background-color: #f5fcff;
}

body.page-color-4 .breadcrumbs-line .breadcrumbs:before {
  background-color: #f5fcff;
}

body.page-color-4 .breadcrumbs-line.type-1 {
  background-color: #f5fcff;
}

body.page-color-0 .btn:before,
body.page-color-0 .wp-element-button:before {
  background-color: #d8801c;
}

body.page-color-1 .btn:before,
body.page-color-1 .wp-element-button:before {
  background-color: #a7080d;
}

body.page-color-2 .btn:before,
body.page-color-2 .wp-element-button:before {
  background-color: #b61c16;
}

body.page-color-3 .btn:before,
body.page-color-3 .wp-element-button:before {
  background-color: #b61c16;
}

body.page-color-4 .btn:before,
body.page-color-4 .wp-element-button:before {
  background-color: #0996bf;
}

body .counters-section .counters-box .counters-list .counter-item .counter-box {
  background-color: #f8f3ec;
}

body .gform_wrapper .ginput_container_consent label:before {
  border-color: #f8f3ec;
}

body .footer-cta {
  background-color: #f8f3ec;
}

body .footer-cta.cta-bg-1 {
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

body .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:focus {
  background-color: #f8f3ec;
}

body .cta-section.light-bg {
  background-color: #f8f3ec;
}

body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.small,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.small,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.small {
  border-color: #f8f3ec;
  background-color: #f8f3ec;
}

body .faq-section {
  background-color: #f8f3ec;
}

body .features-section.with-bg {
  background-color: #f8f3ec;
}

body .form-section {
  background-color: #f8f3ec;
}

body .filter-wrap .filter-holder .filter-select {
  background-color: #f8f3ec;
}

body .counters-section .counters-box .counters-list .counter-item .counter-box {
  background-color: #f9f9f9;
}

body .gform_wrapper .ginput_container_consent label:before {
  border-color: #f9f9f9;
}

body .footer-cta {
  background-color: #f9f9f9;
}

body .footer-cta.cta-bg-1 {
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

body .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:focus {
  background-color: #f9f9f9;
}

body .cta-section.light-bg {
  background-color: #f9f9f9;
}

body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.small,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.small,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.small {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
}

body .faq-section {
  background-color: #f9f9f9;
}

body .features-section.with-bg {
  background-color: #f9f9f9;
}

body .form-section {
  background-color: #f9f9f9;
}

body .filter-wrap .filter-holder .filter-select {
  background-color: #f9f9f9;
}

body .counters-section .counters-box .counters-list .counter-item .counter-box {
  background-color: #f8f3ec;
}

body .gform_wrapper .ginput_container_consent label:before {
  border-color: #f8f3ec;
}

body .footer-cta {
  background-color: #f8f3ec;
}

body .footer-cta.cta-bg-1 {
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

body .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:focus {
  background-color: #f8f3ec;
}

body .cta-section.light-bg {
  background-color: #f8f3ec;
}

body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.small,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.small,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.small {
  border-color: #f8f3ec;
  background-color: #f8f3ec;
}

body .faq-section {
  background-color: #f8f3ec;
}

body .features-section.with-bg {
  background-color: #f8f3ec;
}

body .form-section {
  background-color: #f8f3ec;
}

body .filter-wrap .filter-holder .filter-select {
  background-color: #f8f3ec;
}

body .counters-section .counters-box .counters-list .counter-item .counter-box {
  background-color: #f9f9f9;
}

body .gform_wrapper .ginput_container_consent label:before {
  border-color: #f9f9f9;
}

body .footer-cta {
  background-color: #f9f9f9;
}

body .footer-cta.cta-bg-1 {
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

body .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:focus {
  background-color: #f9f9f9;
}

body .cta-section.light-bg {
  background-color: #f9f9f9;
}

body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.small,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.small,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.small {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
}

body .faq-section {
  background-color: #f9f9f9;
}

body .features-section.with-bg {
  background-color: #f9f9f9;
}

body .form-section {
  background-color: #f9f9f9;
}

body .filter-wrap .filter-holder .filter-select {
  background-color: #f9f9f9;
}

body .counters-section .counters-box .counters-list .counter-item .counter-box {
  background-color: #f2f4f5;
}

body .gform_wrapper .ginput_container_consent label:before {
  border-color: #f2f4f5;
}

body .footer-cta {
  background-color: #f2f4f5;
}

body .footer-cta.cta-bg-1 {
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

body .newsletter-section .newsletter-form .gform_wrapper form .gform_body .mail-icon input[type=email]:focus {
  background-color: #f2f4f5;
}

body .cta-section.light-bg {
  background-color: #f2f4f5;
}

body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.small,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.small,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.large,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.medium,
body .cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.small {
  border-color: #f2f4f5;
  background-color: #f2f4f5;
}

body .faq-section {
  background-color: #f2f4f5;
}

body .features-section.with-bg {
  background-color: #f2f4f5;
}

body .form-section {
  background-color: #f2f4f5;
}

body .filter-wrap .filter-holder .filter-select {
  background-color: #f2f4f5;
}

.sub-site-2 .default-text-section {
  margin-bottom: 75px;
}

.masonry-section .masonry-img-wrap {
  margin-bottom: 30px;
  position: relative;
}

.masonry-section .masonry-img-wrap .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.masonry-section .masonry-img-wrap .masonry-image {
  height: 430px;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 960px) {
  .masonry-section .masonry-img-wrap .masonry-image {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .masonry-section .masonry-img-wrap .masonry-image {
    height: auto;
    padding-top: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .masonry-section .masonry-img-wrap.image-2 .masonry-image {
    height: auto;
    padding-top: 83.14087759815242%;
  }
}

@media only screen and (max-width: 960px) {
  .masonry-section .masonry-img-wrap.image-2 .masonry-image {
    padding-top: 100%;
  }
}

.masonry-section .masonry-img-wrap.image-3 .masonry-image {
  height: auto;
  padding-top: 83.14087759815242%;
}

@media only screen and (max-width: 1390px) {
  .masonry-section .masonry-img-wrap.image-3 .masonry-image {
    padding-top: 100%;
  }
}

.masonry-section .masonry-img-wrap.image-4 .masonry-image {
  height: auto;
  padding-top: 100%;
}

.features-section .features-list-wrap {
  padding: 75px 0 15px 0;
  border-top: 1px solid #868f97;
  border-bottom: 1px solid #868f97;
}

@media only screen and (max-width: 1024px) {
  .features-section .features-list-wrap {
    padding: 50px 0 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .features-section .features-list-wrap {
    padding: 40px 0 0 0;
  }
}

.features-section .features-list-wrap .features-list .feature-item {
  flex-basis: 50%;
  flex-grow: 1;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .features-section .features-list-wrap .features-list .feature-item {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .features-section .features-list-wrap .features-list .feature-item {
    flex-basis: 100%;
  }
}

.features-section .features-list-wrap .features-list .feature-item .feature-box {
  display: flex;
}

@media only screen and (max-width: 960px) {
  .features-section .features-list-wrap .features-list .feature-item .feature-box {
    display: block;
  }
}

.features-section .features-list-wrap .features-list .feature-item .feature-box .fs-icon-wrap {
  margin-right: 70px;
}

@media only screen and (max-width: 1390px) {
  .features-section .features-list-wrap .features-list .feature-item .feature-box .fs-icon-wrap {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .features-section .features-list-wrap .features-list .feature-item .feature-box .fs-icon-wrap {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 960px) {
  .features-section .features-list-wrap .features-list .feature-item .feature-box .fs-icon-wrap {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .features-section .features-list-wrap .features-list .feature-item .feature-box .fs-icon-wrap {
    margin-bottom: 20px;
  }
}

.features-section .features-list-wrap .features-list .feature-item .feature-box .fs-icon-wrap img {
  display: block;
  width: 45px;
  height: auto;
  max-width: 45px;
}

.features-section .features-list-wrap .features-list .feature-item .feature-box .fs-info .feature-title {
  margin-bottom: 15px;
}

.features-section .features-list-wrap .features-list .feature-item .feature-box .fs-info .feature-desc {
  padding-right: 20px;
}

@media only screen and (max-width: 1390px) {
  .features-section .features-list-wrap .features-list .feature-item .feature-box .fs-info .feature-desc {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .features-section .features-list-wrap .features-list .feature-item .feature-box .fs-info .feature-desc p,
  .features-section .features-list-wrap .features-list .feature-item .feature-box .fs-info .feature-desc li {
    font-size: 16px;
  }
}

.features-section.with-bg {
  background-color: #f8f3ec;
}

.slider-section .images-slider-wrap .images-slider .image-slide .slide-image-wrap .slide-image {
  padding-top: 38.97058823529412%;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1024px) {
  .slider-section .images-slider-wrap .images-slider .image-slide .slide-image-wrap .slide-image {
    padding-top: 45%;
  }
}

@media only screen and (max-width: 960px) {
  .slider-section .images-slider-wrap .images-slider .image-slide .slide-image-wrap .slide-image {
    padding-top: 56.25%;
  }
}

@media only screen and (max-width: 767px) {
  .slider-section .images-slider-wrap .images-slider .image-slide .slide-image-wrap .slide-image {
    padding-top: 70%;
  }
}

.slider-section .images-slider-wrap .images-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  background-color: #fff;
  font-size: 0;
  opacity: 0.75;
  color: transparent;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .slider-section .images-slider-wrap .images-slider .slick-arrow {
    opacity: 0.65;
  }
}

.slider-section .images-slider-wrap .images-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 19px;
  transform: rotate(-45deg) scaleX(-1);
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
}

.slider-section .images-slider-wrap .images-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.slider-section .images-slider-wrap .images-slider .slick-arrow.slick-next:before {
  transform: rotate(45deg) scaleX(1);
}

.slider-section .images-slider-wrap .images-slider .slick-arrow:hover,
.slider-section .images-slider-wrap .images-slider .slick-arrow:focus {
  opacity: 1;
}

.counters-section .counters-box .counters-list .counter-item {
  flex-basis: 33.333333333%;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .counters-section .counters-box .counters-list .counter-item {
    flex-basis: 100%;
  }
}

.counters-section .counters-box .counters-list .counter-item .counter-box {
  padding: 35px;
  background-color: #f8f3ec;
}

@media only screen and (max-width: 1440px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box {
    padding: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 960px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box {
    padding: 20px;
  }
}

.counters-section .counters-box .counters-list .counter-item .counter-box .counter-icon-wrap {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box .counter-icon-wrap {
    margin-bottom: 15px;
  }
}

.counters-section .counters-box .counters-list .counter-item .counter-box .counter-icon-wrap img {
  display: block;
  width: auto;
  height: 45px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box .counter-icon-wrap img {
    height: 40px;
  }
}

.counters-section .counters-box .counters-list .counter-item .counter-box .counter-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0e1f2f;
  color: var(--textColor);
  font-family: 'Sunflower', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter-wrap {
    font-size: 46px;
  }
}

@media only screen and (max-width: 960px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter-wrap {
    font-size: 40px;
  }
}

.counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter-wrap > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter-wrap > span.counter-symbol {
  line-height: 1;
  margin-left: 3px;
  transform: translateY(-4px);
}

.counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter-label {
  display: block;
  text-align: center;
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter-label {
    padding-top: 15px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 960px) {
  .counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter-label {
    font-size: 16px;
  }
}

.counters-section .counters-box .counters-list .counter-item .counter-box .counter-info .counter-label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.cta-section .cta-title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .cta-section .cta-title {
    padding-bottom: 20px;
  }
}

.cta-section .cta-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .cta-section .cta-text-box .cta-desc {
    margin-top: 30px;
  }
}

.cta-section .cta-text-box .cta-brn-wrap {
  margin-top: 30px;
}

.cta-section .cta-text-box .cta-form {
  margin-top: 30px;
}

.cta-section.light-bg {
  background-color: #f8f3ec;
}

.cta-section.dark-bg {
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.cta-section.dark-bg .gform_wrapper .gfield_description {
  color: #fff !important;
}

.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.large,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.medium,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper input.small,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.large,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.medium,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper select.small,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.large,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.medium,
.cta-section.default-bg .cta-text-box .cta-form .gform_wrapper textarea.small {
  border-color: #f8f3ec;
  background-color: #f8f3ec;
}

@media only screen and (max-width: 1024px) {
  .usp-section .col-sm-12 {
    position: static;
  }
}

@media only screen and (max-width: 1360px) {
  .usp-section .usp-sec-desc {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .usp-section .usp-sec-desc {
    margin-bottom: 30px;
  }
}

.usp-section .usp-sec-desc .usp-btn-wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .usp-section .usp-sec-desc .usp-btn-wrap {
    margin-top: 0;
    position: absolute;
    bottom: 30px;
    left: 15px;
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 960px) {
  .usp-section .usp-sec-desc .usp-btn-wrap {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-sec-desc .usp-btn-wrap .btn {
    display: block;
    width: 100%;
  }
}

.usp-section .usp-list-wrap .usp-list {
  margin-top: -10px;
}

@media only screen and (max-width: 1440px) {
  .usp-section .usp-list-wrap .usp-list {
    margin-top: 0;
  }
}

.usp-section .usp-list-wrap .usp-list .usp-item {
  flex-basis: 50%;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-list-wrap .usp-list .usp-item {
    flex-basis: 100%;
  }
}

.usp-section .usp-list-wrap .usp-list .usp-item .usp-box {
  margin-top: 10px;
}

@media only screen and (max-width: 1440px) {
  .usp-section .usp-list-wrap .usp-list .usp-item .usp-box {
    margin-top: 0;
  }
}

.usp-section .usp-list-wrap .usp-list .usp-item .usp-box .usp-icon-wrap {
  margin-bottom: 30px;
}

.usp-section .usp-list-wrap .usp-list .usp-item .usp-box .usp-icon-wrap img {
  display: block;
  height: 45px;
  width: auto;
}

.usp-section.with-button {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .usp-section.with-button {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section.with-button {
    padding-bottom: 80px;
  }
}

.logos-section {
  position: relative;
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.logos-section .img-globe {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.logos-section .partners-info {
  position: relative;
  z-index: 1;
}

.logos-section .logos-list-wrap {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .logos-section .logos-list-wrap {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section .logos-list-wrap {
    margin-top: 0;
  }
}

.logos-section .logos-list-wrap .logos-list {
  justify-content: center;
  align-items: center;
}

.logos-section .logos-list-wrap .logos-list .logo-item {
  flex-basis: 16.66666666666667%;
  max-width: 16.66666666666667%;
}

@media only screen and (max-width: 1024px) {
  .logos-section .logos-list-wrap .logos-list .logo-item {
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 960px) {
  .logos-section .logos-list-wrap .logos-list .logo-item {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section .logos-list-wrap .logos-list .logo-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.logos-section .logos-list-wrap .logos-list .logo-item .logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap {
  width: auto;
  position: relative;
}

.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap .logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap .state-logo {
  position: relative;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap .hover-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap.hovered:hover .state-logo,
.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap.hovered:focus .state-logo {
  opacity: 0;
}

.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap.hovered:hover .hover-logo,
.logos-section .logos-list-wrap .logos-list .logo-item .logo-box .logo-wrap.hovered:focus .hover-logo {
  opacity: 1;
}

.logos-slider {
  padding: 0 80px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .logos-slider {
    padding: 0 50px;
  }
}

.logos-slider .slick-track {
  display: flex !important;
}

.logos-slider .slick-slide {
  height: inherit !important;
  margin-bottom: 0;
}

.logos-slider .slick-slide .logo-box {
  display: flex;
  align-items: center;
  height: 100%;
}

.logos-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  font-size: 0;
  opacity: 0.75;
  color: transparent;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .logos-slider .slick-arrow {
    opacity: 0.65;
  }
}

.logos-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 17px;
  left: 17px;
  transform: rotate(-45deg) scaleX(-1);
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
}

.logos-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.logos-slider .slick-arrow.slick-next:before {
  transform: rotate(45deg) scaleX(1);
}

.logos-slider .slick-arrow:hover,
.logos-slider .slick-arrow:focus {
  opacity: 1;
}

.image-links-section .il-row {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media only screen and (max-width: 960px) {
  .image-links-section .il-row {
    padding: 0 !important;
  }
}

.image-links-section .col-lg-6 {
  display: flex;
  flex-direction: column;
  padding: 0;
}

@media only screen and (max-width: 960px) {
  .image-links-section .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.image-links-section .img-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.image-links-section .img-wrap .il-image {
  flex-grow: 1;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
}

.image-links-section .text-box {
  flex-grow: 1;
  padding: 70px 80px;
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1440px) {
  .image-links-section .text-box {
    padding: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .image-links-section .text-box {
    padding: 40px;
  }
}

@media only screen and (max-width: 960px) {
  .image-links-section .text-box {
    padding: 25px 0;
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .image-links-section .text-box {
    padding: 20px 0;
  }
}

.image-links-section .text-box .il-desc {
  margin-bottom: 30px;
}

.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap {
  border-top: 1px solid rgba(14, 31, 47, 0.25);
}

.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link {
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 15px 15px 15px 0;
  text-decoration: none;
  line-height: 1.25;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 374px) {
  .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link {
    font-size: 16px;
  }
}

.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-blue.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-dark-blue.svg);
  }
}

.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:hover,
.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:hover:after,
.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap .il-link:focus:after {
  transform: translateY(-50%) rotate(45deg);
}

.image-links-section .text-box .il-links-wrap .il-links .il-link-wrap:last-child {
  border-bottom: 1px solid rgba(14, 31, 47, 0.25);
}

.image-links-section .text-box .il-button-wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .image-links-section .text-box .il-button-wrap .btn {
    display: block;
    width: 100%;
  }
}

.image-links-section.style-2 {
  background-color: #fff;
}

@media only screen and (max-width: 960px) {
  .image-links-section.style-2 {
    margin-top: 50px;
  }
}

.image-links-section.style-2 .il-row {
  position: relative;
}

.image-links-section.style-2 .il-row:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 90px;
  width: 5000px;
  background-color: #f9f9f9;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
}

@media only screen and (max-width: 960px) {
  .image-links-section.style-2 .il-row:before {
    display: none;
  }
}

.image-links-section.style-2 .il-row.flex-lg-row-reverse:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 90px;
  width: 5000px;
  background-color: #f9f9f9;
  -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}

.image-links-section.style-2 .text-box {
  background-color: #fff;
}

.image-links-section.style-2 .text-box .il-links-wrap .il-links .il-link-wrap {
  border-color: #f9f9f9;
}

@media only screen and (max-width: 960px) {
  .image-links-section.style-2 .text-box .il-links-wrap .il-links .il-link-wrap {
    border-color: rgba(14, 31, 47, 0.25);
  }
}

.services-section .projects-list-wrap .projects-list {
  justify-content: center;
}

@media only screen and (max-width: 960px) {
  .services-section .projects-list-wrap .projects-list {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.services-section .projects-list-wrap .projects-list .project-item {
  flex-basis: 33.3333333%;
  max-width: 33.3333333%;
  flex-grow: 1;
}

@media only screen and (max-width: 960px) {
  .services-section .projects-list-wrap .projects-list .project-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media only screen and (max-width: 767px) {
  .services-section .projects-list-wrap .projects-list .project-item {
    flex-basis: 100%;
    max-width: none;
  }
}

.services-section .projects-list-wrap .projects-list .project-item .project-box {
  border-radius: 5px;
  overflow: hidden;
}

.services-section .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-th {
  padding-top: 100%;
}

.services-section .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .project-title {
  font-size: 24px;
}

@media only screen and (max-width: 1024px) {
  .services-section .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .project-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1024px) {
  .services-section .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .link-btn {
    bottom: 30px;
  }
}

.spec-table-section {
  background-color: #f9f9f9;
}

.spec-table-section .info-top-line-wrap {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .spec-table-section .info-top-line-wrap {
    margin-bottom: 50px;
  }
}

.spec-table-section .spec-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .spec-table-section .spec-col {
    align-items: flex-start;
    flex-basis: 100%;
  }
}

.spec-table-section .spec-table-wrap .spec-table .st-item {
  flex-basis: 50%;
  flex-grow: 1;
  margin-bottom: 23px;
}

@media only screen and (max-width: 1024px) {
  .spec-table-section .spec-table-wrap .spec-table .st-item {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 960px) {
  .spec-table-section .spec-table-wrap .spec-table .st-item {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .spec-table-section .spec-table-wrap .spec-table .st-item {
    flex-basis: 100%;
    margin-bottom: 13px;
  }
}

.spec-table-section .spec-table-wrap .spec-table .st-item .st-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #c3c7cb;
}

@media only screen and (max-width: 1024px) {
  .spec-table-section .spec-table-wrap .spec-table .st-item .st-line {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .spec-table-section .spec-table-wrap .spec-table .st-item .st-line {
    display: block;
    padding-bottom: 10px;
  }
}

.spec-table-section .spec-table-wrap .spec-table .st-item .st-line > span {
  display: inline-block;
  color: #0e1f2f;
  color: var(--textColor);
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 1024px) {
  .spec-table-section .spec-table-wrap .spec-table .st-item .st-line > span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .spec-table-section .spec-table-wrap .spec-table .st-item .st-line > span {
    display: block;
    width: 100%;
  }
}

.spec-table-section .spec-table-wrap .spec-table .st-item .st-line .st-label > span {
  display: inline-block;
  font-family: 'Sunflower', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .spec-table-section .spec-table-wrap .spec-table .st-item .st-line .st-label > span {
    padding-left: 0;
    padding-right: 15px;
  }
}

.spec-table-section .spec-table-wrap .spec-table .st-item .st-line .st-label > span:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .spec-table-section .spec-table-wrap .spec-table .st-item .st-line .st-label > span:before {
    left: auto;
    right: 0;
  }
}

.spec-table-section .spec-table-wrap .spec-table .st-item .st-line .st-value[data-val='2'] {
  display: none;
}

.spec-table-section .spec-table-button {
  margin-top: 20px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .spec-table-section .spec-table-button .btn {
    display: block;
    width: 100%;
  }
}

.spec-tab-links {
  display: flex;
  align-items: center;
  padding-top: 15px;
}

@media only screen and (max-width: 767px) {
  .spec-tab-links {
    margin-top: 20px;
  }
}

.spec-tab-links .spec-tab {
  display: inline-block;
  color: #c3c7cb;
  font-family: 'Sunflower', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.spec-tab-links .spec-tab:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e88c00;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.spec-tab-links .spec-tab:first-child {
  margin-left: 0;
}

.spec-tab-links .spec-tab:hover,
.spec-tab-links .spec-tab:focus {
  color: #e88c00;
  color: var(--mainColor);
}

.spec-tab-links .spec-tab.active {
  color: #0e1f2f;
  color: var(--textColor);
  cursor: default;
}

.spec-tab-links .spec-tab.active:after {
  width: 100%;
}

.form-section {
  background-color: #f8f3ec;
}

.form-section .form-desc {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .form-section .gform_wrapper .gform_footer .btn {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .text-and-image-section .tai-image-wrap {
    margin-bottom: 30px;
  }
}

.text-and-image-section .tai-image-wrap img {
  display: block;
  width: 100%;
}

.text-and-image-section .tai-btn-wrap {
  margin-top: 30px;
}

.text-section .text-columns {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns {
    display: block;
  }
}

.text-section .text-columns .text-column {
  flex-grow: 1;
  /*h1,h2,h3 {
        &:first-child {
          position: relative;
          padding-top: 15px;
          &:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 64px;
            height: 4px;
            border-radius: 2px;
            background-color: $primary-color;
          }
        }
      }*/
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns .text-column {
    margin-bottom: 30px;
  }

  .text-section .text-columns .text-column:last-child {
    margin-bottom: 0;
  }
}

.text-section .text-columns.cols-2 {
  margin: 0 -15px;
}

.text-section .text-columns.cols-2 .text-column {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-2 .text-column {
    max-width: none;
  }
}

.text-section .text-columns.cols-3 {
  margin: 0 -15px;
}

.text-section .text-columns.cols-3 .text-column {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-3 .text-column {
    max-width: none;
  }
}

.text-section.no-margin {
  margin-bottom: 40px;
}

.text-section.with-bg {
  background-color: #f9f9f9;
}

.text-section.with-bg.no-margin {
  margin-bottom: 0;
}

.text-section.with-bg.no-top-padding {
  padding-top: 0;
}

.text-section.with-bg.no-bot-padding {
  padding-bottom: 40px;
}

.faq-section {
  background-color: #f8f3ec;
}

.faq-section .faq-btn-wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 960px) {
  .faq-section .faq-list-wrap {
    margin-top: 40px;
  }
}

.faq-section .faq-list-wrap .faq-list .faq-item {
  cursor: pointer;
}

.faq-section .faq-list-wrap .faq-list .faq-item .faq-box {
  border-bottom: 1px solid #eceae5;
  padding: 26px 15px 24px 100px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-list-wrap .faq-list .faq-item .faq-box {
    padding: 21px 15px 19px 70px;
  }
}

.faq-section .faq-list-wrap .faq-list .faq-item .faq-box:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-list-wrap .faq-list .faq-item .faq-box:before {
    top: 12px;
  }
}

.faq-section .faq-list-wrap .faq-list .faq-item .faq-box:after {
  content: '';
  position: absolute;
  top: 33px;
  left: 13px;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-list-wrap .faq-list .faq-item .faq-box:after {
    top: 25px;
  }
}

.faq-section .faq-list-wrap .faq-list .faq-item .faq-box .faq-question {
  color: #0e1f2f;
  color: var(--textColor);
  font-family: 'Sunflower', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-list-wrap .faq-list .faq-item .faq-box .faq-question {
    font-size: 20px;
  }
}

.faq-section .faq-list-wrap .faq-list .faq-item .faq-box .faq-answer {
  display: none;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-list-wrap .faq-list .faq-item .faq-box .faq-answer {
    margin-left: -70px;
    padding-top: 25px;
  }
}

.faq-section .faq-list-wrap .faq-list .faq-item .faq-box.active:after {
  transform: rotate(45deg);
}

.faq-section .faq-list-wrap .faq-list .faq-item:first-child {
  border-top: 1px solid #eceae5;
}

.hotspot-section .hotspot-images .hs-image-wrap {
  flex-basis: 50%;
  flex-grow: 1;
}

@media only screen and (max-width: 960px) {
  .hotspot-section .hotspot-images .hs-image-wrap {
    flex-basis: 100%;
  }
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box {
  position: relative;
  overflow: hidden;
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot-image {
  padding-top: 79.69924812030075%;
  background-size: cover;
  background-position: center;
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot {
  display: block;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 1280px) {
  .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot {
    width: 30px;
    height: 30px;
  }
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 13px;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/plus-icon.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1280px) {
  .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:before {
    top: 9px;
    left: 9px;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/plus-icon.svg);
  }
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-circle:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  opacity: 0;
  border-radius: 50%;
  border: 1px dashed #fff;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 300px;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-bottom: 10px solid white;
}

@media only screen and (max-width: 1280px) {
  .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info:before {
    border: 9px solid transparent;
    border-bottom: 9px solid white;
    top: -17px;
  }
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc h1,
.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc h2,
.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc .product-title,
.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1280px) {
  .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc h1,
  .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc h2,
  .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc .product-header-wrap .product-header-info .titles-box .product-title,
  .product-header-wrap .product-header-info .titles-box .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc .product-title,
  .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc h3 {
    font-size: 17px;
    margin-bottom: 7px;
  }
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc p,
.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}

@media only screen and (max-width: 1280px) {
  .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc p,
  .hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot .hotspot-info .hs-desc li {
    font-size: 15px;
  }
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot:hover .hotspot-circle:after,
.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot:focus .hotspot-circle:after {
  opacity: 1;
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot.active:after {
  opacity: 1;
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot.active .hotspot-circle:before {
  transform: rotate(45deg);
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot.active .hotspot-info {
  top: calc(100% + 25px);
  visibility: visible;
  opacity: 1;
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot.top-position .hotspot-info {
  top: auto;
  bottom: calc(100% + 10px);
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot.top-position .hotspot-info:before {
  top: auto;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid white;
}

.hotspot-section .hotspot-images .hs-image-wrap .hs-image-box .hotspot.top-position.active .hotspot-info {
  top: auto;
  bottom: calc(100% + 25px);
}

.slider-block {
  max-width: 890px;
  margin: 90px auto 110px;
}

.slider-block .slider-image img {
  height: 100%;
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .slider-block .slider-image img {
    max-height: 200px;
  }
}

.slider-block .slide-arrow {
  position: absolute;
  bottom: -90px;
  border-radius: 5px;
  border: 2px solid var(--mainColor);
  display: flex;
  width: 50px;
  height: 50px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: transparent;
}

.slider-block .slide-arrow.slick-disabled {
  opacity: 0.5;
}

.slider-block .slide-arrow.next-arrow {
  right: 0;
}

.slider-block .slide-arrow.next-arrow:after {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-mask: url(../../resources/images/svg/arrow-white.svg) no-repeat;
  mask: url(../../resources/images/svg/arrow-white.svg) no-repeat;
  background-color: var(--mainColor);
  transform: rotate(45deg);
}

.slider-block .slide-arrow.prev-arrow {
  right: 65px;
}

.slider-block .slide-arrow.prev-arrow:after {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-mask: url(../../resources/images/svg/arrow-white.svg) no-repeat;
  mask: url(../../resources/images/svg/arrow-white.svg) no-repeat;
  background-color: var(--mainColor);
  transform: rotate(-135deg);
}

.posts-section.with-button {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .posts-section.with-button {
    padding-bottom: 100px;
  }
}

.posts-section.with-button .col,
.posts-section.with-button .rel-col {
  position: static;
}

@media only screen and (max-width: 767px) {
  .posts-section.with-button .list-button-wrap {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 15px;
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .posts-section.with-button .list-button-wrap .btn {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .posts-list-wrap .posts-list {
    padding: 0 7.5px;
  }
}

.posts-list-wrap .posts-list .post-item {
  display: flex;
  flex-direction: column;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

@media only screen and (max-width: 1024px) {
  .posts-list-wrap .posts-list .post-item {
    padding: 0 7.5px;
  }
}

@media only screen and (max-width: 960px) {
  .posts-list-wrap .posts-list .post-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .posts-list-wrap .posts-list .post-item {
    flex-basis: 100%;
    max-width: none;
  }
}

.posts-list-wrap .posts-list .post-item .post-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.posts-list-wrap .posts-list .post-item .post-box .post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.posts-list-wrap .posts-list .post-item .post-box .post-th-wrap {
  overflow: hidden;
  position: relative;
}

.posts-list-wrap .posts-list .post-item .post-box .post-th-wrap .post-th {
  padding-top: 55.81395348837209%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.posts-list-wrap .posts-list .post-item .post-box .post-th-wrap .post-th.no-image {
  transform: scale(1) !important;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.posts-list-wrap .posts-list .post-item .post-box .post-th-wrap .no-th-logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  min-height: 70px;
  width: auto;
  z-index: 1;
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 25px;
  border: 2px solid #f1f1f1;
  border-top: none;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box {
    padding: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box {
    padding: 15px;
  }
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block {
    margin-bottom: 15px;
  }
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data {
  margin-bottom: 15px;
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data > div {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 374px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data > div {
    font-size: 15px;
  }
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data > div:after {
  content: '';
  position: absolute;
  top: 10px;
  right: -19px;
  width: 5px;
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data > div > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data > div:last-child {
  margin-right: 0;
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data > div:last-child:after {
  display: none;
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data .post-categories {
  color: #0e1f2f;
  color: var(--textColor);
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info-block .post-data .post-date {
  color: #868f97;
  text-transform: lowercase;
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-title {
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  line-height: 1.25;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-title {
    font-size: 18px;
  }
}

.posts-list-wrap .posts-list .post-item .post-box .post-info-box .post-info {
  margin-top: auto;
}

.posts-list-wrap .posts-list .post-item .post-box:hover,
.posts-list-wrap .posts-list .post-item .post-box:focus {
  top: -10px;
}

@media only screen and (max-width: 1200px) {
  .posts-list-wrap .posts-list .post-item .post-box:hover,
  .posts-list-wrap .posts-list .post-item .post-box:focus {
    top: 0;
  }
}

.posts-list-wrap .posts-list .post-item .post-box:hover .post-th-wrap .post-th,
.posts-list-wrap .posts-list .post-item .post-box:focus .post-th-wrap .post-th {
  transform: scale(1.05);
}

.posts-list-wrap .posts-list .post-item .post-box:hover .post-info-box .post-info .link-btn,
.posts-list-wrap .posts-list .post-item .post-box:focus .post-info-box .post-info .link-btn {
  color: #e88c00;
  color: var(--mainColor);
  text-decoration: none;
}

.posts-list-wrap .posts-list .post-item .post-box:hover .post-info-box .post-info .link-btn:before,
.posts-list-wrap .posts-list .post-item .post-box:focus .post-info-box .post-info .link-btn:before {
  opacity: 1;
  transform: rotate(45deg);
}

.posts-list-wrap .posts-list .post-item .post-box:hover .post-info-box .post-info .link-btn:after,
.posts-list-wrap .posts-list .post-item .post-box:focus .post-info-box .post-info .link-btn:after {
  opacity: 0;
  transform: rotate(45deg);
}

.posts-slider.slick-initialized {
  padding-left: 7.5px;
  padding-right: 0;
}

.posts-slider.slick-initialized:before {
  content: '';
  position: absolute;
  top: 0;
  left: 7.5px;
  width: 7.5px;
  height: 100%;
  background-color: #fff;
  z-index: 5;
}

.posts-slider.slick-initialized .slick-list {
  padding-right: 4%;
}

@media only screen and (max-width: 767px) {
  .posts-slider.slick-initialized .slick-list {
    padding-right: 8%;
  }
}

.posts-slider.slick-initialized .slick-list .slick-track {
  display: flex !important;
}

.posts-slider.slick-initialized .slick-list .slick-track .slick-slide {
  height: inherit !important;
  padding: 0 7.5px;
}

.posts-slider.slick-initialized .slick-dots {
  padding-left: 7.5px;
  padding-right: 15px;
}

.single-info-section .post-th-wrap {
  position: relative;
  z-index: 3;
  margin-top: -390px;
}

@media only screen and (max-width: 1440px) {
  .single-info-section .post-th-wrap {
    margin-top: -360px;
  }
}

@media only screen and (max-width: 1024px) {
  .single-info-section .post-th-wrap {
    margin-top: -310px;
  }
}

@media only screen and (max-width: 960px) {
  .single-info-section .post-th-wrap {
    margin-top: -270px;
  }
}

@media only screen and (max-width: 767px) {
  .single-info-section .post-th-wrap {
    margin-top: -200px;
  }
}

.single-info-section .post-th-wrap .post-th-box {
  position: relative;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .single-info-section .post-th-wrap .post-th-box {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 374px) {
  .single-info-section .post-th-wrap .post-th-box {
    margin-bottom: 40px;
  }
}

.single-info-section .post-th-wrap .post-th-box .post-th {
  padding-top: 480px;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 960px) {
  .single-info-section .post-th-wrap .post-th-box .post-th {
    padding-top: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .single-info-section .post-th-wrap .post-th-box .post-th {
    padding-top: 300px;
  }
}

@media only screen and (max-width: 374px) {
  .single-info-section .post-th-wrap .post-th-box .post-th {
    padding-top: 250px;
  }
}

.single-info-section .post-th-wrap .post-th-box .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.single-info-section .single-content-box .single-content > h1,
.single-info-section .single-content-box .single-content h2,
.single-info-section .single-content-box .single-content .product-header-wrap .product-header-info .titles-box .product-title,
.product-header-wrap .product-header-info .titles-box .single-info-section .single-content-box .single-content .product-title,
.single-info-section .single-content-box .single-content h3,
.single-info-section .single-content-box .single-content h4,
.single-info-section .single-content-box .single-content h5,
.single-info-section .single-content-box .single-content h6,
.single-info-section .single-content-box .single-content p,
.single-info-section .single-content-box .single-content li {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .single-info-section .single-content-box .single-content > h1,
  .single-info-section .single-content-box .single-content h2,
  .single-info-section .single-content-box .single-content .product-header-wrap .product-header-info .titles-box .product-title,
  .product-header-wrap .product-header-info .titles-box .single-info-section .single-content-box .single-content .product-title,
  .single-info-section .single-content-box .single-content h3,
  .single-info-section .single-content-box .single-content h4,
  .single-info-section .single-content-box .single-content h5,
  .single-info-section .single-content-box .single-content h6,
  .single-info-section .single-content-box .single-content p,
  .single-info-section .single-content-box .single-content li {
    max-width: none;
  }
}

.single-info-section .single-content-box .single-content .wp-block-columns {
  margin-top: 70px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .single-info-section .single-content-box .single-content .wp-block-columns {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single-info-section .single-content-box .single-content .wp-block-columns {
    margin-bottom: 30px;
  }
}

.single-info-section .single-content-box .single-content .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  .single-info-section .single-content-box .single-content .wp-block-gallery {
    max-width: none;
    grid-template-columns: repeat(2, 1fr);
  }
}

.single-info-section .single-content-box .single-content .wp-block-gallery .wp-block-image {
  margin: 0;
}

.single-info-section .single-content-box .single-content .wp-block-gallery .wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hero-box.post-hero {
  height: auto !important;
}

.post-header-wrap .post-header-box .titles-box {
  padding-top: 20px;
}

.post-header-wrap .post-header-box .titles-box .post-data {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 20px;
}

.post-header-wrap .post-header-box .titles-box .post-data > div {
  font-weight: 300;
  margin-right: 35px;
  position: relative;
}

.post-header-wrap .post-header-box .titles-box .post-data > div:after {
  content: '';
  position: absolute;
  top: 13px;
  right: -19px;
  width: 5px;
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 374px) {
  .post-header-wrap .post-header-box .titles-box .post-data > div:after {
    top: 10px;
  }
}

.post-header-wrap .post-header-box .titles-box .post-data > div > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.post-header-wrap .post-header-box .titles-box .post-data > div:last-child {
  margin-right: 0;
}

.post-header-wrap .post-header-box .titles-box .post-data > div:last-child:after {
  display: none;
}

.post-header-wrap .post-header-box .titles-box .titles-wrap .title {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .post-header-wrap .post-header-box .titles-box .titles-wrap .title {
    font-size: 32px;
  }
}

.post-header-wrap .post-header-box .titles-box.decor-box:before {
  left: 0 !important;
}

.post-header-wrap.with-media {
  padding-bottom: 300px;
  padding-top: 245px;
}

@media only screen and (max-width: 1440px) {
  .post-header-wrap.with-media {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 1024px) {
  .post-header-wrap.with-media {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 960px) {
  .post-header-wrap.with-media {
    padding-bottom: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .post-header-wrap.with-media {
    padding-top: 0;
    padding-bottom: 160px;
  }
}

.post-header-wrap.with-media .post-header-box .titles-box {
  margin-bottom: 0;
}

.post-header-wrap.no-media {
  padding-top: 245px;
}

@media only screen and (max-width: 1440px) {
  .post-header-wrap.no-media {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 1024px) {
  .post-header-wrap.no-media {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .post-header-wrap.no-media {
    padding-top: 0;
  }
}

.posts-filter-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .posts-filter-col {
    align-items: flex-start;
    flex-basis: 100%;
  }
}

.filter-button {
  padding: 0;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}

.ajax-posts-list-wrap {
  position: relative;
  min-height: 250px;
}

.ajax-posts-list-wrap .preloader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.ajax-posts-list-wrap .preloader .preloader-circle {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
}

.ajax-posts-list-wrap .preloader .preloader-circle:after {
  content: '';
  display: block;
  width: 84px;
  height: 84px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #e88c00;
  border-color: #e88c00 transparent #e88c00 transparent;
  -webkit-animation: dual-ring 1.2s linear infinite;
  animation: dual-ring 1.2s linear infinite;
}

.ajax-no-posts-info {
  display: none;
  text-align: center;
  padding: 15px;
  border: 1px solid #e88c00;
  border-color: #e88c00;
  border-color: var(--mainColor);
}

.ajax-no-posts-info span {
  color: #e88c00;
  color: var(--mainColor);
  font-family: 'Sunflower', sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

.single-news .header-section .img-globe {
  top: 150px;
}

@media only screen and (max-width: 1024px) {
  .single-news .header-section .img-globe {
    top: 130px;
    bottom: auto;
  }
}

.single-news .single-content .wp-block-columns .wp-block-column {
  flex-grow: 1;
}

.single-news .single-content .wp-block-columns .wp-block-column .wp-block-image {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

.projects-list-wrap .projects-list .project-item {
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 960px) {
  .projects-list-wrap .projects-list .project-item {
    flex-basis: 100%;
    max-width: none;
  }
}

.projects-list-wrap .projects-list .project-item .project-box {
  position: relative;
}

.projects-list-wrap .projects-list .project-item .project-box .project-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap {
  overflow: hidden;
  position: relative;
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #0e1f2f;
  background-color: var(--secColor);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap:before {
    opacity: 0.65;
  }
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-th {
  padding-top: 70%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #e88c00;
  background-color: var(--mainColor);
  transition: all 0.5s ease-in-out;
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .project-title {
  color: #fff;
  font-size: 32px;
  top: 10px;
  margin-bottom: 0;
  padding: 0 20px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .project-title {
    font-size: 24px;
  }
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .project-title:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background-color: #e88c00;
  background-color: var(--mainColor);
  transition: all 0.5s ease-in-out;
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .link-btn {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .link-btn {
    bottom: 25px;
    font-size: 16px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 374px) {
  .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .link-btn {
    position: relative;
    top: 20px;
    left: auto;
    bottom: auto;
    transform: translate(0);
  }
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .link-btn:before {
  top: 6px;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .projects-list-wrap .projects-list .project-item .project-box .project-th-wrap .project-info .link-btn:before {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-white.svg);
  }
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap.no-image:before {
  display: none;
}

.projects-list-wrap .projects-list .project-item .project-box .project-th-wrap.no-image .project-th {
  transform: scale(1) !important;
  background-color: #0e1f2f;
  background-color: var(--secColor);
}

.projects-list-wrap .projects-list .project-item .project-box:hover .project-th-wrap:before,
.projects-list-wrap .projects-list .project-item .project-box:focus .project-th-wrap:before {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .projects-list-wrap .projects-list .project-item .project-box:hover .project-th-wrap:before,
  .projects-list-wrap .projects-list .project-item .project-box:focus .project-th-wrap:before {
    opacity: 0.35;
  }
}

.projects-list-wrap .projects-list .project-item .project-box:hover .project-th-wrap .project-th,
.projects-list-wrap .projects-list .project-item .project-box:focus .project-th-wrap .project-th {
  transform: scale(1.05);
}

.projects-list-wrap .projects-list .project-item .project-box:hover .project-th-wrap .project-info:after,
.projects-list-wrap .projects-list .project-item .project-box:focus .project-th-wrap .project-info:after {
  width: 100%;
}

.projects-list-wrap .projects-list .project-item .project-box:hover .project-th-wrap .project-info .project-title,
.projects-list-wrap .projects-list .project-item .project-box:focus .project-th-wrap .project-info .project-title {
  top: 0;
}

.projects-list-wrap .projects-list .project-item .project-box:hover .project-th-wrap .project-info .link-btn:before,
.projects-list-wrap .projects-list .project-item .project-box:focus .project-th-wrap .project-info .link-btn:before {
  transform: rotate(45deg);
}

.projects-list-wrap .load-more-btn-wrap {
  display: none;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.project-data-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1390px) {
  .project-data-box {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .project-data-box {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .project-data-box {
    display: block;
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.project-data-box .project-data {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .project-data-box .project-data {
    display: block;
  }
}

.project-data-box .project-data .data-item {
  display: flex;
  flex-direction: column;
  margin-right: 80px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .project-data-box .project-data .data-item {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .project-data-box .project-data .data-item:last-child {
    margin-bottom: 0;
  }
}

.project-data-box .project-data .data-item .data-label {
  align-self: flex-start;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding-right: 20px;
  text-transform: uppercase;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .project-data-box .project-data .data-item .data-label {
    font-size: 16px;
  }
}

.project-data-box .project-data .data-item .data-label:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 5px;
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .project-data-box .project-data .data-item .data-label:after {
    top: 8px;
  }
}

.project-data-box .project-data .data-item .data-info {
  color: #ffffff;
  font-family: 'Sunflower', sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .project-data-box .project-data .data-item .data-info {
    font-size: 22px;
  }
}

.project-data-box .project-data .data-item:last-child {
  margin-right: 0;
}

.project-data-box .bottom-button-wrap {
  margin-bottom: 36px;
}

@media only screen and (max-width: 1024px) {
  .project-data-box .bottom-button-wrap {
    display: none;
    margin-bottom: 0;
  }
}

.single-projects .header-section .img-globe {
  top: 270px;
}

@media only screen and (max-width: 1024px) {
  .single-projects .header-section .img-globe {
    top: 130px;
    bottom: auto;
  }
}

.single-projects .header-section.type-4 .hero-box .titles-box {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1390px) {
  .single-projects .header-section.type-4 .hero-box .titles-box {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 1024px) {
  .single-projects .header-section.type-4 .hero-box .titles-box {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .single-projects .header-section.type-4 .hero-box .titles-box {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .single-projects .header-section.type-4 .hero-box .titles-box .titles-wrap .post-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 960px) {
  .single-projects .header-section.type-4 .hero-box .titles-box .titles-wrap .post-title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .single-projects .header-section.type-4 .hero-box .titles-box .titles-wrap .post-title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 374px) {
  .single-projects .header-section.type-4 .hero-box .titles-box .titles-wrap .post-title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .single-projects .related-posts-section {
    position: relative;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .single-projects .related-posts-section .info-top-line-wrap {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single-projects .related-posts-section .rel-col {
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  .single-projects .related-posts-section .list-button-wrap {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    text-align: center;
  }
}

.products-section.with-bg {
  background-color: #f9f9f9;
}

.filter-wrap {
  margin-bottom: 35px;
}

.filter-wrap .filter-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.filter-wrap .filter-box .filter-label {
  display: block;
  margin-bottom: 15px;
  color: #0e1f2f;
  color: var(--textColor);
  font-family: 'Sunflower', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.filter-wrap .filter-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filter-wrap .filter-holder .filter-select {
  min-width: 160px;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 13px 8px;
  background-color: #f8f3ec;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px 40px 10px 20px;
  font-size: 17px;
  font-weight: 400;
  color: #0e1f2f;
  color: var(--secColor);
  height: 50px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  margin-right: 25px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .filter-wrap .filter-holder .filter-select {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .filter-wrap .filter-holder .filter-select {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.filter-wrap .filter-holder .filter-select option {
  font-size: 17px;
  color: #0e1f2f;
  color: var(--textColor);
  background-color: #fff;
}

.filter-wrap .filter-holder .filter-select::-ms-expand {
  display: none !important;
}

.filter-wrap .filter-holder .filter-select:disabled {
  color: #ccc;
  background-image: url(../../resources/images/svg/chevron-grey.svg);
}

.filter-wrap .filter-holder .filter-select:last-child {
  margin-right: 0;
}

.products-list-wrap .products-list .product-item {
  display: flex;
  flex-direction: column;
  flex-basis: 33.3333333%;
  flex-grow: 1;
}

@media only screen and (max-width: 1024px) {
  .products-list-wrap .products-list .product-item {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .products-list-wrap .products-list .product-item {
    flex-basis: 100%;
  }
}

.products-list-wrap .products-list .product-item .product-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 40px;
  border-radius: 5px;
  outline: 3px solid #f9f9f9;
  background-color: #fff;
  position: relative;
  top: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1390px) {
  .products-list-wrap .products-list .product-item .product-box {
    padding: 30px;
  }
}

@media only screen and (max-width: 960px) {
  .products-list-wrap .products-list .product-item .product-box {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .products-list-wrap .products-list .product-item .product-box {
    padding: 20px 15px;
  }
}

.products-list-wrap .products-list .product-item .product-box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.products-list-wrap .products-list .product-item .product-box .product-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .products-list-wrap .products-list .product-item .product-box .product-link {
    display: none;
  }
}

.products-list-wrap .products-list .product-item .product-box .product-img-box {
  margin-bottom: 30px;
}

.products-list-wrap .products-list .product-item .product-box .product-img-box img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 260px;
}

.products-list-wrap .products-list .product-item .product-box .product-title {
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .products-list-wrap .products-list .product-item .product-box .product-title {
    margin-bottom: 10px;
  }
}

.products-list-wrap .products-list .product-item .product-box .more-link-wrap {
  text-align: center;
  margin-top: auto;
}

.products-list-wrap .products-list .product-item .product-box {
  background-color: #fff;
}

.products-list-wrap .products-list .product-item .product-box:hover,
.products-list-wrap .products-list .product-item .product-box:focus {
  top: -5px;
  outline-color: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.products-list-wrap .products-list .product-item .product-box:hover:after,
.products-list-wrap .products-list .product-item .product-box:focus:after {
  width: 100%;
}

.products-list-wrap .products-list .product-item .product-box:hover .link-btn,
.products-list-wrap .products-list .product-item .product-box:focus .link-btn {
  color: #e88c00;
  color: var(--mainColor);
}

.products-list-wrap .products-list .product-item .product-box:hover .link-btn:before,
.products-list-wrap .products-list .product-item .product-box:focus .link-btn:before {
  opacity: 1;
  transform: rotate(45deg);
}

.products-list-wrap .products-list .product-item .product-box:hover .link-btn:after,
.products-list-wrap .products-list .product-item .product-box:focus .link-btn:after {
  opacity: 0;
  transform: rotate(45deg);
}

.products-list-wrap.grid-slider-box .grid-slider {
  max-width: 1390px;
  margin: 0;
}

.products-list-wrap.grid-slider-box .products-big-slider.slick-initialized {
  padding-left: 15px;
  margin-top: -15px;
}

.products-list-wrap.grid-slider-box .products-big-slider.slick-initialized .slick-list {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1390px) {
  .products-list-wrap.grid-slider-box .products-big-slider.slick-initialized .slick-list {
    padding-right: 4%;
  }
}

.products-list-wrap.grid-slider-box .products-big-slider.slick-initialized .slick-list .slick-track {
  display: flex !important;
}

.products-list-wrap.grid-slider-box .products-big-slider.slick-initialized .slick-slide {
  height: inherit !important;
  width: 463.33333px;
  flex-basis: 463.33333px;
  flex-grow: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1390px) {
  .products-list-wrap.grid-slider-box .products-big-slider.slick-initialized .slick-slide {
    width: auto;
    flex-basis: auto;
    padding: 0 7.5px;
  }
}

.products-list-wrap.grid-slider-box .products-big-slider.slick-initialized.slides-1 .slick-slide {
  width: 1390px;
  flex-basis: 1390px;
}

@media only screen and (max-width: 1390px) {
  .products-list-wrap.grid-slider-box .products-big-slider.slick-initialized.slides-1 .slick-slide {
    width: 100%;
    flex-basis: 100%;
  }
}

.products-slider.slick-initialized {
  padding-left: 0;
  padding-right: 0;
}

.products-slider.slick-initialized:before {
  position: absolute;
  top: 0;
  left: 7.5px;
  width: 7.5px;
  height: 100%;
  background-color: #fff;
  z-index: 5;
}

.products-slider.slick-initialized .slick-list {
  padding-right: 4%;
}

@media only screen and (max-width: 767px) {
  .products-slider.slick-initialized .slick-list {
    padding-right: 8%;
    padding-left: 7.5px;
  }
}

.products-slider.slick-initialized .slick-list .slick-track {
  display: flex !important;
}

.products-slider.slick-initialized .slick-list .slick-track .slick-slide {
  height: inherit !important;
  padding: 0 7.5px;
}

.products-slider.slick-initialized .slick-list .slick-track .slick-slide .product-box {
  outline: none;
  border: none;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.03);
}

.products-slider.slick-initialized .slick-list .slick-track .slick-slide.slick-active .product-box {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.products-slider.slick-initialized .slick-dots {
  padding-left: 7.5px;
  padding-right: 15px;
}

.product-header-wrap {
  padding: 70px 0 100px 0;
}

@media only screen and (max-width: 1440px) {
  .product-header-wrap {
    padding: 30px 0 70px 0;
  }
}

@media only screen and (max-width: 1390px) {
  .product-header-wrap {
    padding: 20px 0 50px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .product-header-wrap {
    padding: 35px 0 50px 0;
  }
}

@media only screen and (max-width: 960px) {
  .product-header-wrap {
    padding: 25px 0 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap {
    padding: 0;
  }
}

.product-header-wrap .info-col {
  display: flex;
  flex-direction: column;
}

.product-header-wrap .product-header-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info {
    padding-top: 30px;
  }
}

.product-header-wrap .product-header-info .titles-box {
  margin-bottom: 20px !important;
}

.product-header-wrap .product-header-info .titles-box:before {
  left: 0 !important;
}

.product-header-wrap .product-header-info .titles-box .product-title {
  color: #fff;
  padding-right: 120px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1440px) {
  .product-header-wrap .product-header-info .titles-box .product-title {
    padding-right: 0;
    font-size: 44px;
  }
}

@media only screen and (max-width: 1390px) {
  .product-header-wrap .product-header-info .titles-box .product-title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-header-wrap .product-header-info .titles-box .product-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 960px) {
  .product-header-wrap .product-header-info .titles-box .product-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info .titles-box .product-title {
    font-size: 34px;
  }
}

.product-header-wrap .product-header-info .product-desc {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .product-header-wrap .product-header-info .product-desc {
    margin-bottom: 30px;
  }
}

.product-header-wrap .product-header-info .product-desc p,
.product-header-wrap .product-header-info .product-desc li {
  font-weight: 300;
}

@media only screen and (max-width: 1440px) {
  .product-header-wrap .product-header-info .product-desc p,
  .product-header-wrap .product-header-info .product-desc li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 960px) {
  .product-header-wrap .product-header-info .product-desc p,
  .product-header-wrap .product-header-info .product-desc li {
    font-size: 14px;
  }
}

.product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

@media only screen and (max-width: 1440px) {
  .product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row {
    padding: 11px 0 9px 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row {
    display: block;
  }
}

.product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 1024px) {
  .product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span {
    display: block;
  }
}

.product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span.spec-label {
  font-family: 'Sunflower', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 20px;
  padding-left: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span.spec-label {
    display: inline-block;
    padding-left: 0;
    padding-right: 20px;
  }
}

.product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span.spec-label:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #e88c00;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 1024px) {
  .product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span.spec-label:after {
    top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row > span.spec-label:after {
    left: auto;
    right: 0;
  }
}

.product-header-wrap .product-header-info .spec-table-box .spec-table .spec-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.product-header-wrap .product-header-info .product-buttons {
  padding-top: 30px;
  margin-top: auto;
}

@media only screen and (max-width: 1024px) {
  .product-header-wrap .product-header-info .product-buttons {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info .product-buttons {
    margin-bottom: 0;
  }
}

.product-header-wrap .product-header-info .product-buttons .btn {
  margin-right: 30px;
  margin-top: 15px;
}

@media only screen and (max-width: 1024px) {
  .product-header-wrap .product-header-info .product-buttons .btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .product-header-info .product-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}

.product-header-wrap .product-header-info .product-buttons .btn:last-child {
  margin-right: 0;
}

.product-header-wrap .img-col {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .img-col {
    padding: 0;
  }
}

.product-header-wrap .img-col .product-img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  border-radius: 5px;
  padding: 60px;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 1440px) {
  .product-header-wrap .img-col .product-img-wrap {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .img-col .product-img-wrap {
    border-radius: 0;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}

.product-header-wrap .img-col .product-img-wrap img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 500px;
}

@media only screen and (max-width: 767px) {
  .product-header-wrap .img-col .product-img-wrap img {
    max-height: 300px;
  }
}

@media only screen and (max-width: 1440px) {
  .product-header-wrap.no-image {
    padding: 0 0 70px 0;
  }
}

@media only screen and (max-width: 1390px) {
  .product-header-wrap.no-image {
    padding: 0 0 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-wrap.no-image {
    padding: 0;
  }
}

@media only screen and (max-width: 1390px) {
  .product-header-wrap.no-image .info-col {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media only screen and (max-width: 960px) {
  .product-header-wrap.no-image .info-col {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.products-slider-section {
  background-color: #f9f9f9;
}

.controls-line.controls-1 {
  display: none;
}

.controls-line.controls-2 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .controls-line.controls-2 {
    display: block;
  }
}

.controls-line.controls-3 {
  display: none;
}

@media only screen and (max-width: 1390px) {
  .controls-line.controls-3 {
    display: block;
  }
}

.slider-controls {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .slider-controls {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.slider-controls > div {
  margin-right: 60px;
}

@media only screen and (max-width: 1024px) {
  .slider-controls > div {
    margin-right: 40px;
  }
}

.slider-controls > div:last-child {
  margin-right: 0;
}

.slider-controls .slides-count {
  color: #0e1f2f;
  color: var(--textColor);
  font-family: 'Sunflower', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  order: 1;
}

@media only screen and (max-width: 767px) {
  .slider-controls .slides-count {
    order: 2;
    font-size: 18px;
  }
}

.slider-controls .slides-count span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.slider-controls .slider-progress-bar {
  flex-grow: 1;
  flex-basis: 100%;
  height: 4px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  order: 2;
}

@media only screen and (max-width: 767px) {
  .slider-controls .slider-progress-bar {
    order: 1;
    width: 100%;
    height: 3px;
    min-width: 100%;
    margin-bottom: 20px;
  }
}

.slider-controls .slider-progress-bar .progress-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #e88c00;
  background-color: var(--mainColor);
  transition: all 0.5s ease-in-out;
}

.slider-controls .slider-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 114px;
  min-width: 114px;
  height: 50px;
  padding: 0;
  order: 3;
}

@media only screen and (max-width: 767px) {
  .slider-controls .slider-arrows {
    width: 70px;
    min-width: 70px;
    height: 30px;
  }
}

.slider-arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .slider-arrow {
    width: 30px;
    height: 30px;
    border-radius: 0;
  }
}

.slider-arrow:before {
  content: '';
  position: absolute;
  top: 17px;
  left: 17px;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .slider-arrow:before {
    top: 8px;
    left: 8px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/arrow-orange.svg);
  }
}

.slider-arrow.prev-arrow:before,
.slider-arrow.slick-prev:before {
  transform: rotate(-45deg) scaleX(-1);
}

.slider-arrow:hover,
.slider-arrow:focus {
  background-color: #fff;
}

.slider-arrow.slick-disabled {
  cursor: default;
}

.slider-arrow.slick-disabled:before {
  opacity: 0.25;
}

.slider-arrow.slick-disabled:hover,
.slider-arrow.slick-disabled:focus {
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .post-type-archive-products {
    background-color: #f9f9f9;
  }
}