/* Basics */
/* Fonts */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1022px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .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 {
    float: left;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

/* Contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
.form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.form-item textarea {
  resize: none;
}
.form-item-full {
  grid-column: 1/3;
  width: 100%;
}
.form-item-full span {
  width: 100%;
}
.form-item label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333333;
}
.form-item.required label::after {
  content: "*";
  color: #E31E24;
  display: inline-block;
}
.form-item input[type=text],
.form-item input[type=number],
.form-item input[type=phone],
.form-item input[type=email],
.form-item input[type=url],
.form-item input[type=tel],
.form-item textarea {
  border: 1px solid #B7B7B7;
  padding: 0.8125rem 0.9375rem;
  border-radius: 0.3125rem;
  width: 100%;
  font-size: 0.875rem;
  min-width: 299px;
}
.form-item input[type=text]:focus,
.form-item input[type=number]:focus,
.form-item input[type=phone]:focus,
.form-item input[type=email]:focus,
.form-item input[type=url]:focus,
.form-item input[type=tel]:focus,
.form-item textarea:focus {
  outline: none;
}
@media (max-width: 1023px) {
  .form-item input[type=text],
.form-item input[type=number],
.form-item input[type=phone],
.form-item input[type=email],
.form-item input[type=url],
.form-item input[type=tel],
.form-item textarea {
    min-width: unset;
  }
}
.form-contact-grid {
  display: grid;
  gap: 1.5625rem 1.75rem;
  grid-template-columns: 1fr 1fr;
  justify-items: flex-start;
  padding-right: 2.8125rem;
}
@media (max-width: 1023px) {
  .form-contact-grid {
    padding-right: 0;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
  border: none;
  font-weight: 500;
  margin: 1.25rem 0;
  padding: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: block;
  color: #2477B2;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  display: block;
  color: #E31E24;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.tracking-form form {
  display: flex;
  align-items: center;
  margin-left: 3.125rem;
}
.tracking-form form input[type=text],
.tracking-form form input[type=number],
.tracking-form form input[type=phone],
.tracking-form form input[type=email],
.tracking-form form input[type=url],
.tracking-form form input[type=tel],
.tracking-form form textarea {
  border: 1px solid #B7B7B7;
  padding: 0.8125rem 0.9375rem;
  border-radius: 0.3125rem;
  width: 100%;
  font-size: 0.875rem;
  min-width: 18.6875rem;
  margin-right: 1.25rem;
}
.tracking-form form input[type=text]:focus,
.tracking-form form input[type=number]:focus,
.tracking-form form input[type=phone]:focus,
.tracking-form form input[type=email]:focus,
.tracking-form form input[type=url]:focus,
.tracking-form form input[type=tel]:focus,
.tracking-form form textarea:focus {
  outline: none;
}
@media (max-width: 1023px) {
  .tracking-form form input[type=text],
.tracking-form form input[type=number],
.tracking-form form input[type=phone],
.tracking-form form input[type=email],
.tracking-form form input[type=url],
.tracking-form form input[type=tel],
.tracking-form form textarea {
    min-width: unset;
  }
}

#tracking-content .tracking-number h3 {
  background-color: #E31E24;
  color: #FFFFFF;
  padding: 0.875rem 1.5625rem 0.875rem 4.6875rem;
  border-radius: 0.625rem;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  #tracking-content .tracking-number h3 {
    width: auto;
  }
}
#tracking-content .tracking-number h3:before {
  content: "\e912";
  font-family: "dompak-theme";
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5625rem;
  font-size: 35px;
}
#tracking-content .tracking-number h3 span {
  margin-left: 0.625rem;
  letter-spacing: 0.07rem;
}
@media (max-width: 767px) {
  #tracking-content .tracking-number h3 span {
    display: block;
  }
}
#tracking-content .general-tracking-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-block: 1.875rem;
}
#tracking-content .general-tracking-info p {
  margin-bottom: 0;
}
#tracking-content .general-tracking-info .status {
  margin-top: 30px;
  width: 100%;
}
#tracking-content .general-tracking-info .info,
#tracking-content .general-tracking-info .sender,
#tracking-content .general-tracking-info .receiver {
  border: 2px solid #dbdbdb;
  padding: 1.25rem;
  min-width: 21.875rem;
}
@media (max-width: 767px) {
  #tracking-content .general-tracking-info .info,
#tracking-content .general-tracking-info .sender,
#tracking-content .general-tracking-info .receiver {
    margin-bottom: 20px;
    min-width: 100%;
  }
}
#tracking-content .tracking-info table {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-collapse: separate;
}
#tracking-content .tracking-info table thead tr {
  background-color: #54A8E4;
  color: #FFFFFF;
}
#tracking-content .tracking-info table thead tr th {
  padding: 0.875rem 1.875rem;
}
@media (max-width: 767px) {
  #tracking-content .tracking-info table thead tr th {
    font-size: 12px;
    padding: 0.625rem 0.625rem;
  }
}
#tracking-content .tracking-info table thead tr th:first-child {
  border-top-left-radius: 10px;
}
#tracking-content .tracking-info table thead tr th:last-child {
  border-top-right-radius: 10px;
}
#tracking-content .tracking-info table tbody tr {
  border: 2px solid #dbdbdb;
}
#tracking-content .tracking-info table tbody tr td {
  padding: 0.875rem 1.875rem;
  border-bottom: 2px solid #dbdbdb;
}
@media (max-width: 767px) {
  #tracking-content .tracking-info table tbody tr td {
    font-size: 12px;
    padding: 0.625rem 0.625rem;
  }
}
#tracking-content .tracking-info table tbody tr td:first-child {
  border-left: 2px solid #dbdbdb;
}
#tracking-content .tracking-info table tbody tr td:last-child {
  border-right: 2px solid #dbdbdb;
}
#tracking-content .tracking-info table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
#tracking-content .tracking-info table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

select:hover {
  cursor: pointer;
}

.dataTables_wrapper select,
.dataTables_wrapper input[type=search] {
  border: 1px solid #B7B7B7;
  padding: 0.8125rem 0.9375rem;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
}
.dataTables_wrapper select:focus,
.dataTables_wrapper input[type=search]:focus {
  outline: none;
}
.dataTables_wrapper .dataTables_length label select {
  margin: 0 0.625rem;
  color: #565656;
}
.dataTables_wrapper .dataTables_info {
  color: #565656;
  margin-top: 1.25rem;
}
.dataTables_wrapper .paging_simple .paginate_button {
  margin-top: 1.25rem;
  color: #332F32 !important;
  text-decoration: none;
}
.dataTables_wrapper .paging_simple .paginate_button:not(.disabled):hover {
  color: #000000 !important;
  font-weight: 600;
}
.dataTables_wrapper .paging_simple .paginate_button.previous:before {
  content: "\e906";
  font-family: "dompak-theme";
  text-shadow: none;
  font-weight: 600;
  font-size: 15px;
  color: #332F32;
}
.dataTables_wrapper .paging_simple .paginate_button.next:after {
  content: "\e908";
  font-family: "dompak-theme";
  text-shadow: none;
  font-weight: 600;
  font-size: 15px;
  color: #332F32;
}
.dataTables_wrapper .paging_simple .paginate_button.disabled {
  color: #848484 !important;
}
.dataTables_wrapper .paging_simple .paginate_button.disabled:before {
  color: #848484;
}
.dataTables_wrapper .paging_simple .paginate_button.disabled:after {
  color: #848484;
}

.dataTables_length,
.dataTables_filter {
  margin-bottom: 1.25rem;
}
.dataTables_length label,
.dataTables_filter label {
  color: #565656;
}

table.tablepress {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-collapse: separate;
}
table.tablepress thead tr th {
  background-color: #54A8E4;
  color: #FFFFFF;
  padding: 0.875rem 1.875rem;
}
@media (max-width: 767px) {
  table.tablepress thead tr th {
    font-size: 12px;
    padding: 0.625rem 0.625rem;
  }
}
table.tablepress thead tr th:first-child {
  border-top-left-radius: 10px;
}
table.tablepress thead tr th:last-child {
  border-top-right-radius: 10px;
}
table.tablepress tbody tr {
  border: 2px solid #dbdbdb;
}
table.tablepress tbody tr td {
  padding: 0.875rem 1.875rem;
  border-bottom: 2px solid #dbdbdb;
  line-height: 24px;
  color: #565656;
}
@media (max-width: 767px) {
  table.tablepress tbody tr td {
    font-size: 12px;
    padding: 0.625rem 0.625rem;
  }
}
table.tablepress tbody tr td.column-1 div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  table.tablepress tbody tr td.column-1 div {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
table.tablepress tbody tr td.column-1 div p {
  margin-bottom: 0;
  margin-left: 1.25rem;
}
@media (max-width: 767px) {
  table.tablepress tbody tr td.column-1 div p {
    margin-left: 0;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  table.tablepress tbody tr td.column-1 div img {
    max-width: 1.875rem;
  }
}
table.tablepress tbody tr td:first-child {
  border-left: 2px solid #dbdbdb;
  vertical-align: middle;
}
table.tablepress tbody tr td:last-child {
  border-right: 2px solid #dbdbdb;
}
table.tablepress tfoot tr th {
  padding: 0.9375rem 1.875rem;
}
table.tablepress tfoot tr th:first-child {
  border-bottom-left-radius: 10px;
}
table.tablepress tfoot tr th:last-child {
  border-bottom-right-radius: 10px;
}

@media (min-width: 320px) and (max-width: 1023px) {
  #wpadminbar {
    position: fixed;
  }
}
.divider-horizont {
  display: block;
  width: 100%;
  height: 2px;
  background: #DCDCDC;
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
  color: #000000;
}

h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.8125rem;
  color: #000000;
  margin-bottom: 1.625rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  color: #000000;
}

h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  color: #000000;
}

.text-brand {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.1875rem;
  text-transform: uppercase;
  color: #E31E24;
}

/* Is all about adjusting the default block styles to the given layout. */
/* Contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
.site-footer {
  background: #332F32;
  padding: 3.3125rem 0 1.9375rem;
  color: #FFFFFF;
  margin-top: 2.5rem;
}
.site-footer-accordion {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .site-footer-accordion {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer .accordion-title-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
  }
}
.site-footer .accordion-item .accordion-content {
  margin: 1.5rem 0 0.625rem;
}
.site-footer .accordion-icon {
  font-size: 0.8125rem;
}
.site-footer-outer {
  display: grid;
}
@media (min-width: 319px) and (max-width: 1023px) {
  .site-footer-outer {
    grid-template-rows: unset;
    grid-template-columns: 1fr;
  }
}
.site-footer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .site-footer-wrapper {
    flex-direction: column;
  }
}
.site-footer-logo {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .site-footer-logo {
    margin-bottom: 1.25rem;
  }
}
.site-footer-address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-style: unset;
}
.site-footer-address-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.25rem;
}
.site-footer-address-item [class^=icon-],
.site-footer-address-item [class*=" icon-"] {
  font-size: 1.375rem;
  margin-right: 0.75rem;
}
.site-footer-address-item.mail {
  align-items: center;
}
.site-footer-address-item.mail a {
  color: #54A8E4;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
}
.site-footer-address-item.location {
  align-items: flex-start;
}
.site-footer-address-item .location-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: -0.5625rem;
}
.site-footer-address-item .location-item {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-bottom: 0.3125rem;
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer-address-item .location-item a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer-meta {
  max-width: 30%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .site-footer-meta {
    max-width: 100%;
  }
}
.site-footer-meta-heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.375rem;
}
@media (max-width: 767px) {
  .site-footer-meta-heading {
    margin-top: 2.8125rem;
  }
}
.site-footer-meta-description {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #A4A4A4;
  margin-bottom: 1.25rem;
}
.site-footer-meta-social {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.site-footer-meta-social p {
  font-size: 1rem;
  margin-right: 0.375rem;
  margin-bottom: 0;
}
.site-footer-meta-social-links {
  display: flex;
}
.site-footer-meta-social-links .social-link-item {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.5rem;
  margin: 0 0.125rem 0 0.75rem;
}
.site-footer-block {
  display: grid;
  grid-template-columns: 22% 24% 54%;
  min-width: 58%;
  column-gap: 40px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .site-footer-block {
    display: none;
  }
}
.site-footer-copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 86px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .site-footer-copyright {
    flex-direction: column;
    justify-content: unset;
    align-items: flex-start;
    margin-top: 2.375rem;
  }
}
.site-footer-copyright p {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #A4A4A4;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .site-footer-copyright p {
    margin-bottom: 1rem;
  }
}
.site-footer-privacy-block ul {
  display: flex;
  flex-direction: row;
}
.site-footer-privacy-block ul a {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #A4A4A4;
}
.site-footer-privacy-block ul li {
  display: flex;
  margin-right: 1.25rem;
}
.site-footer-privacy-block ul li:after {
  display: flex;
  content: "";
  width: 1px;
  height: 100%;
  margin-left: 1.25rem;
  background: #514E51;
}
.site-footer-privacy-block ul li:last-child {
  margin-right: 0;
}
.site-footer-privacy-block ul li:last-child:after {
  all: unset;
}
.site-footer-item {
  border-right: 2px solid #514E51;
}
.site-footer-item:last-child {
  border-right: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .site-footer-item {
    border-right: none;
  }
}
.site-footer-item-header {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  color: #FFFFFF;
}
.site-footer-item ul#footer_two li.menu-item,
.site-footer-item ul#footer_one li.menu-item {
  margin-bottom: 0.625rem;
}
.site-footer-item ul#footer_two li.menu-item a,
.site-footer-item ul#footer_one li.menu-item a {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.1875rem;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 10px;
}

@media (min-width: 319px) {
  .hamburger-menu {
    display: block;
    position: fixed;
    z-index: 200;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    height: 104px;
  }
  .hamburger-menu.open {
    height: 100%;
    overflow-y: auto;
  }
  .hamburger-menu-onscroll {
    background: #FFFFFF;
    transition: 1s ease;
  }
  .hamburger-menu .wpml-ls-legacy-list-vertical {
    border: none;
  }
  .hamburger-menu .lang-switcher-mobile .wpml-ls {
    width: 100%;
  }
  .hamburger-menu .lang-switcher-mobile ul li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #DCDCDC;
    padding: 0.3125rem 0;
  }
  .hamburger-menu .lang-switcher-mobile ul li:last-child {
    border-bottom: 1px solid #DCDCDC;
  }
  .hamburger-menu .lang-switcher-mobile ul li a {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6875rem;
    color: #000000;
  }
  .hamburger-menu li.menu-item {
    padding: 1rem 1.875rem 1rem;
    border-top: 1px solid #DCDCDC;
  }
  .hamburger-menu li.menu-item a {
    font-size: 1.125rem;
    font-weight: 500;
    color: #000000;
    width: 100%;
    z-index: 5;
  }
  .hamburger-menu li.menu-item a:hover {
    text-decoration: none;
  }
  .hamburger-menu li.menu-item .user {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .hamburger-menu li.menu-item .user .icon-user {
    color: #E31E24;
    margin-right: 1rem;
  }
  .hamburger-menu li.menu-item-has-children {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .hamburger-menu li.menu-item-has-children::after {
    content: "\e905";
    font-family: "dompak-theme";
    color: #E31E24;
    font-size: 1.75rem;
    position: absolute;
    right: 1.5625rem;
    top: 0.75rem;
  }
  .hamburger-menu li.menu-item-has-children ul.sub-menu {
    display: none;
  }
  .hamburger-menu li.menu-item-has-children ul.sub-menu li {
    border-top: none;
    padding: 5px 0;
  }
  .hamburger-menu li.menu-item-has-children ul.sub-menu li a {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #565656;
  }
  .hamburger-menu li.menu-item-has-children.show::after {
    transform: rotate(180deg);
  }
  .hamburger-menu li.menu-item-has-children.show ul.sub-menu {
    display: block;
    margin-top: 10px;
  }
  .hamburger-menu .main-navigation {
    display: none;
  }
  .hamburger-menu .main-navigation-open {
    display: block;
    margin-bottom: 30px;
  }
  .hamburger-menu .main-navigation .mobile-menu-bottom {
    display: flex;
    align-items: flex-end;
    padding: 1.875rem;
  }
  .hamburger-menu .main-navigation .mobile-menu-bottom--item {
    flex: 1 1 0;
  }
  .hamburger-menu .main-navigation .mobile-menu-bottom--item:last-child {
    display: flex;
    justify-content: flex-end;
  }
  .hamburger-menu .main-navigation .mobile-menu-bottom--item a {
    padding: 0.875rem 1.25rem;
  }
  .hamburger-menu .main-navigation .mobile-menu-bottom--item p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3125rem;
    color: #565656;
  }
  .hamburger-menu .main-navigation .mobile-menu-bottom--item_header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .hamburger-menu .main-navigation .mobile-menu-bottom--item_header img {
    width: 2.0625rem;
  }
  .hamburger-menu .main-navigation .mobile-menu-bottom--item_header p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6875rem;
    margin-left: 10px;
    color: #433C41;
  }
  .hamburger-menu .header-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    padding: 1.875rem;
    font-size: 1.6875rem;
  }
}
@media (min-width: 1140px) {
  .hamburger-menu {
    display: none;
  }
}

body:not(.home) .header-row {
  border-bottom: 1px solid #DCDCDC;
}

.custom-menu-item {
  padding: 0.75rem 0;
  border-top: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-menu-item a.none {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6875rem;
  color: #000000;
}

@media (min-width: 319px) {
  #desktop-menu {
    display: none;
  }
}
@media (min-width: 1140px) {
  #desktop-menu {
    display: block;
  }
}

.site-header {
  z-index: 200;
  min-height: 192px;
}

img.custom-logo {
  width: 150px;
}

.custom-logo-link {
  display: flex;
}

.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.header-onscroll {
  background: #FFFFFF;
  transition: 1s ease;
}
.header-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-desktop {
  z-index: 999;
}
.header-desktop-top {
  padding: 1.875rem 0 1.8125rem;
  border-bottom: 1px solid #DCDCDC;
}
.header-desktop-top .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header-desktop-bottom {
  padding: 1.25rem 0;
  /* For pages without slider */
}
.header-desktop-bottom a.header-block-item {
  margin-right: 1.25rem;
  margin-left: 2.1875rem;
  font-size: 0.875rem;
}
.header-desktop-bottom a.header-block-item [class^=icon-] {
  font-size: 1rem;
  align-items: flex-start;
}
.header-desktop-bottom.has-border {
  border-bottom: 1px solid #DCDCDC;
}
.header-desktop-bottom .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header-desktop-bottom .menu {
  display: flex;
  margin-bottom: 0;
}
.header-desktop-bottom .menu li.menu-item {
  margin-right: 2.6875rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-desktop-bottom .menu li.menu-item:last-child {
  margin-right: 0;
}
.header-desktop-bottom .menu li.menu-item-has-children {
  position: relative;
}
.header-desktop-bottom .menu li.menu-item-has-children::after {
  display: block;
  content: "\e905";
  font-family: "dompak-theme";
  color: #E31E24;
  margin-left: 0.25rem;
  cursor: pointer;
  font-size: 1.25rem;
  margin-top: 0.125rem;
}
.header-desktop-bottom .menu li.menu-item-has-children ul.sub-menu.show {
  display: block;
  position: absolute;
  top: 1.25rem;
  left: 0;
  background: #FFFFFF;
  padding: 0.75rem 0;
  width: 15rem;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  z-index: 999;
  margin-top: 0.9375rem;
}
.header-desktop-bottom .menu li.menu-item-has-children ul.sub-menu.show li {
  padding: 0.75rem 1.25rem;
  width: 100%;
}
.header-desktop-bottom .menu li.menu-item-has-children ul.sub-menu.show li:hover {
  background: #DCDCDC;
}
.header-desktop-bottom .menu li.menu-item-has-children ul.sub-menu.show li.current-menu-item {
  background: #DCDCDC;
}
.header-desktop-bottom .menu li.menu-item-has-children ul.sub-menu.show li.current-menu-item::after {
  all: unset;
}
.header-desktop-bottom .menu li.menu-item-has-children ul.sub-menu {
  display: none;
}
.header-desktop-bottom .menu li.menu-item a,
.header-desktop-bottom .menu li.menu-item a:hover,
.header-desktop-bottom .menu li.menu-item a:active,
.header-desktop-bottom .menu li.menu-item a:visited {
  color: #000000;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
}
.header-desktop-bottom .menu li.menu-item.current-menu-item::after {
  display: block;
  content: "";
  width: inherit;
  margin-top: 0.3125rem;
  height: 3px;
  background: #54A8E4;
}
.header-desktop-bottom .menu li.menu-item.current-menu-parent::before {
  display: block;
  content: "";
  width: calc(100% - 20px);
  height: 3px;
  background: #54A8E4;
  position: absolute;
  bottom: -5px;
}
.header-desktop-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-desktop-block a {
  vertical-align: middle;
}
.header-desktop-block .additional-btn {
  margin-right: 1.875rem;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header-desktop-block .additional-btn img {
  margin-right: 0.625rem;
}
.header-desktop-block .additional-btn.none {
  color: #000000;
}
.header-desktop-block .lang-switcher .wpml-ls-legacy-dropdown-click {
  width: 5.1875rem;
}
.header-desktop-block .lang-switcher .wpml-ls-legacy-dropdown-click a {
  background-color: transparent;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
}
.header-desktop-block .lang-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: 0.9375rem;
}
.header-desktop-block .lang-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: "\e905";
  font-family: "dompak-theme";
  color: #848484;
  font-size: 1.25rem;
  border: 0;
  top: 0.375rem;
  right: 0;
}
.header-desktop-block .lang-switcher .wpml-ls-legacy-dropdown-click a span {
  font-size: 0.875rem;
  line-height: 21px;
  font-weight: 500;
  margin-left: 0.5625rem;
}
.header-desktop-block .lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  width: 1.5rem;
  height: 0.9375rem;
}
.header-desktop-block .lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown-click.ls-open .wpml-ls-item-toggle {
  background-color: #FFFFFF;
}
.header-desktop-block .lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown-click.ls-open .wpml-ls-sub-menu {
  border: none;
  background-color: #FFFFFF;
}
.header-desktop-block .lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown-click.ls-open a.wpml-ls-item-toggle:after {
  transform: rotate(180deg);
}
.header-desktop-block .header-block-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 2.5rem;
  text-decoration: none;
  font-size: 0.8125rem;
  line-height: 20px;
  color: #000000;
  font-weight: 500;
}
.header-desktop-block .header-block-item:last-child {
  margin-right: 0;
}
.header-desktop-block .header-block-item.location-item br {
  display: none;
}
.header-desktop-block .header-block-item [class^=icon-],
.header-desktop-block .header-block-item [class*=" icon-"] {
  margin-right: 0.4375rem;
  font-size: 1.5rem;
  color: #E31E24;
}

.list-join-item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .list-join-item {
    margin-bottom: 1.5rem;
  }
}
.list-join-item [class^=icon-],
.list-join-item [class*=" icon-"] {
  font-size: 48px;
  margin-bottom: 1.875rem;
}
.list-join-item h3 {
  margin-bottom: 0.0625rem;
}
.list-join-item .subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  color: #54A8E4;
  margin-bottom: 1.25rem;
}
.list-join-item p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #565656;
}
.list-offer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  column-gap: 0px;
  row-gap: 2.8125rem;
  margin-block: 3.4375rem;
}
@media (max-width: 1023px) {
  .list-offer-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.875rem;
    margin-block: 3.4375rem 1.5625rem;
  }
}
.list-offer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list-offer-item:hover {
  text-decoration: none;
}
.list-offer-item--icon [class^=icon-],
.list-offer-item--icon [class*=" icon-"] {
  font-size: 3rem;
  color: #433C41;
}
.list-offer-item--title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6875rem;
  margin-block: 1.125rem 0.4375rem;
  color: #433C41;
  text-align: center;
  max-width: 13.125rem;
}
@media (max-width: 767px) {
  .list-offer-item--title {
    margin-block: 0.75rem 0.4375rem;
  }
}
.list-offer-item--action [class^=icon-],
.list-offer-item--action [class*=" icon-"] {
  font-size: 1.5rem;
  color: #54A8E4;
}
.list-advantage-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-block: 4.0625rem 5rem;
}
@media (max-width: 1023px) {
  .list-advantage-container {
    flex-direction: column;
    margin-block: 2.5rem 1.875rem;
  }
  .list-advantage-container .wp-block-columns {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .list-advantage-container .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:first-child {
    flex-basis: 24% !important;
  }
}
.list-advantage-container h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6875rem;
  color: #433C41;
  margin-bottom: 7px;
}
.list-advantage-container p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
  color: #565656;
}
.list-advantage-container figure {
  margin-bottom: 0;
}
.list-advantage-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1023px) {
  .list-advantage-item {
    margin-bottom: 1.25rem;
  }
  .list-advantage-item:last-child {
    margin-bottom: 0;
  }
}
.list-advantage-item--icon [class^=icon-],
.list-advantage-item--icon [class*=" icon-"] {
  font-size: 3rem;
}
.list-advantage-item--block-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6875rem;
  color: #433C41;
}
.list-advantage-item--block-brief {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
  color: #565656;
}

.wp-block-columns.list-advantage-container:not(.is-not-stacked-on-mobile) .wp-block-column .wp-block-column:not(:first-child) {
  margin-left: 10px;
}

.button {
  all: unset;
  display: flex;
  width: fit-content;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.4375rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3125rem;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: all ease-in 0.3s;
  text-decoration: none;
}
.button:hover {
  color: #ffffff;
  text-decoration: none;
}
.button-outline {
  background: transparent !important;
  border: 2px solid;
}
.button-outline--primary {
  color: #433C41;
  border-color: #E31E24;
}
.button-outline--primary:hover {
  border-color: #AD1115;
  color: #433C41;
}
.button-outline--secondary {
  color: #433C41;
  border-color: #54A8E4;
}
.button-outline--secondary:hover {
  color: #433C41;
  border-color: #2477B2;
}
.button-outline--light {
  color: #433C41;
  border-color: #B1B1B1;
}
.button-outline--light:hover {
  color: #433C41;
  border-color: #FFFFFF;
}
.button-outline--dark {
  color: #433C41;
  border-color: #B1B1B1;
  padding: 5px 18px;
}
.button-outline--dark:hover {
  color: #433C41;
  border-color: #433C41;
}
.button--primary {
  background: #E31E24;
  color: #FFFFFF;
}
.button--primary:hover {
  background: #AD1115;
}
.button--secondary {
  background: #54A8E4;
  color: #FFFFFF;
}
.button--secondary:hover {
  background: #2477B2;
}
.button--light {
  background: #B1B1B1;
  color: #000000;
}
.button--light:hover {
  background: #DCDCDC;
}

.wp-btn a {
  all: unset;
  display: flex;
  width: fit-content;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.4375rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3125rem;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: all ease-in 0.3s;
  text-decoration: none;
}
.wp-btn-outline a {
  background: transparent !important;
  border: 2px solid;
}
.wp-btn-outline--primary a {
  color: #433C41;
  border-color: #E31E24;
}
.wp-btn-outline--primary a:hover {
  border-color: #AD1115;
}
.wp-btn-outline--secondary a {
  color: #433C41;
  border-color: #54A8E4;
}
.wp-btn-outline--secondary a:hover {
  border-color: #2477B2;
}
.wp-btn-outline--light a {
  color: #433C41;
  border-color: #B1B1B1;
}
.wp-btn-outline--light a:hover {
  border-color: #FFFFFF;
}
.wp-btn-outline--dark a {
  color: #433C41;
  border-color: #B1B1B1;
  padding: 5px 18px;
}
.wp-btn-outline--dark a:hover {
  border-color: #433C41;
}
.wp-btn--primary a {
  background: #E31E24;
  color: #FFFFFF;
}
.wp-btn--primary a:hover {
  background: #AD1115;
}
.wp-btn--secondary a {
  background: #54A8E4;
  color: #FFFFFF;
}
.wp-btn--secondary a:hover {
  background: #2477B2;
}
.wp-btn--light a {
  background: #B1B1B1;
  color: #000000;
}
.wp-btn--light a:hover {
  background: #DCDCDC;
}

input[type=submit] {
  all: unset;
  display: flex;
  width: fit-content;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.4375rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3125rem;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: all ease-in 0.3s;
  text-decoration: none;
  background: #E31E24;
  color: #FFFFFF;
}
input[type=submit]:hover {
  background: #AD1115;
}
input[type=submit]:disabled {
  background: #AD1115;
}

.home-slider {
  position: relative;
  width: 100%;
}
@media (min-width: 1501px) {
  .home-slider {
    height: 740px;
  }
}
.home-slider-functions-wrapper {
  display: flex;
  position: relative;
  max-width: 58.125rem;
  border-radius: 0px 50px 0px 0px;
  background: #FFFFFF;
  z-index: 101;
  padding: 2.0625rem 3.125rem 2.0625rem 0;
  height: 100%;
}
.home-slider-functions-wrapper::before {
  content: "";
  display: block;
  width: 9999px;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  z-index: 1;
  left: -9999px;
}
.home-slider-functions-block {
  display: flex;
  position: absolute;
  width: 100vw;
  bottom: 1.25rem;
  height: 15.75rem;
  z-index: 102;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .home-slider-functions-block {
    display: none;
  }
}
.home-slider-functions-block .divider {
  display: block;
  height: 11.25rem;
  width: 1px;
  margin: 0 2.5rem;
  background: #E0E0E0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .home-slider-functions-block .divider {
    display: none;
  }
}
.home-slider-functions-block .function-item {
  max-width: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-slider-functions-block .function-item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-slider-functions-block .function-item-header p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #433C41;
}
.home-slider-functions-block .function-item-header img {
  width: 33px;
  height: 33px;
  margin-right: 1.25rem;
}
.home-slider-functions-block .function-item-action {
  margin: 1rem 0 1.25rem;
  max-width: inherit;
}
.home-slider-functions-block .function-item-action p {
  color: #565656;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.3125rem;
  margin-bottom: 7px;
}
.home-slider-functions-block .function-item-action .form-item {
  max-width: inherit;
}
.home-slider-functions-block .function-item-action .form-item input[type=text],
.home-slider-functions-block .function-item-action .form-item input[type=number],
.home-slider-functions-block .function-item-action .form-item input[type=phone],
.home-slider-functions-block .function-item-action .form-item input[type=email],
.home-slider-functions-block .function-item-action .form-item input[type=url],
.home-slider-functions-block .function-item-action .form-item input[type=tel],
.home-slider-functions-block .function-item-action .form-item textarea {
  width: 14.6875rem;
  font-size: 0.875rem;
  line-height: 18px;
  min-width: auto;
  margin-bottom: 1.4375rem;
}
.home-slider-functions-block .function-item-action .form-item input[type=text]::placeholder,
.home-slider-functions-block .function-item-action .form-item input[type=number]::placeholder,
.home-slider-functions-block .function-item-action .form-item input[type=phone]::placeholder,
.home-slider-functions-block .function-item-action .form-item input[type=email]::placeholder,
.home-slider-functions-block .function-item-action .form-item input[type=url]::placeholder,
.home-slider-functions-block .function-item-action .form-item input[type=tel]::placeholder,
.home-slider-functions-block .function-item-action .form-item textarea::placeholder {
  font-weight: 500;
  color: #000000;
}
.home-slider-functions-block .function-item-action .form-item input[type=text] input[type=submit],
.home-slider-functions-block .function-item-action .form-item input[type=number] input[type=submit],
.home-slider-functions-block .function-item-action .form-item input[type=phone] input[type=submit],
.home-slider-functions-block .function-item-action .form-item input[type=email] input[type=submit],
.home-slider-functions-block .function-item-action .form-item input[type=url] input[type=submit],
.home-slider-functions-block .function-item-action .form-item input[type=tel] input[type=submit],
.home-slider-functions-block .function-item-action .form-item textarea input[type=submit] {
  width: auto;
}
.home-slider-arrows {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.875rem;
  cursor: pointer;
}
.home-slider-arrows [class^=icon-],
.home-slider-arrows [class*=" icon-"] {
  font-size: 48px;
  color: #433C41;
}
@media (min-width: 320px) and (max-width: 768px) {
  .home-slider-arrows {
    display: none;
  }
}
.home-slider-arrows-container {
  position: absolute;
  top: 48%;
  width: 100%;
  z-index: 100;
}
.home-slider-arrows .arrow-left {
  position: absolute;
  left: -80px;
  margin-top: -100px;
}
@media (min-width: 769px) and (max-width: 1140px) {
  .home-slider-arrows .arrow-left {
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: unset;
  }
}
@media (min-width: 1141px) and (max-width: 1600px) {
  .home-slider-arrows .arrow-left {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: unset;
  }
}
.home-slider-arrows .arrow-right {
  position: absolute;
  right: -80px;
  margin-top: -100px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home-slider-arrows .arrow-right {
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: unset;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .home-slider-arrows .arrow-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: unset;
  }
}
@media (max-width: 768px) {
  .home-slider-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
  }
}
@media (max-width: 768px) {
  .home-slider-wrapper.slow-view {
    visibility: visible;
    opacity: 1;
  }
}
.home-slider-item {
  display: block;
  position: relative;
}
@media (min-width: 1025px) and (max-width: 1499px) {
  .home-slider-item {
    height: 90vh;
    width: max-content;
  }
}
@media (min-width: 1501px) {
  .home-slider-item {
    height: 90vh;
    width: max-content;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .home-slider-item {
    height: 250px;
    width: max-content;
  }
}
@media (max-width: 768px) {
  .home-slider-item {
    position: unset;
  }
}
.home-slider-item-counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 3.125rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .home-slider-item-counter {
    margin: 2.5rem 0 0.625rem;
  }
}
.home-slider-item-counter .counter-current {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
}
.home-slider-item-counter .counter-current:after {
  content: "/";
  display: inline-block;
  color: #BABABA;
  margin: 0 0.625rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.home-slider-item-counter .counter-total {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
}
.home-slider-item-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -20px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .home-slider-item-text {
    justify-content: flex-end;
    margin-top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .home-slider-item-text .container {
    padding: 0 3.75rem;
  }
}
@media (max-width: 768px) {
  .home-slider-item-text {
    position: unset;
    padding-top: 6.25rem;
  }
}
.home-slider-item-text h1 {
  font-size: 2.75rem;
  line-height: 4.1875rem;
  font-weight: 700;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .home-slider-item-text h1 {
    font-size: 1.875rem;
    line-height: 2.75rem;
  }
}
.home-slider-item-text p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #565656;
  margin-bottom: 1.25rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .home-slider-item-text p {
    font-size: 0.875rem;
    line-height: 21px;
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .home-slider-item-image {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
  }
}
.home-slider-item-image img {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 701px) and (max-width: 1022px) {
  .home-slider-item-image img {
    width: 100% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1499px) {
  .home-slider-item-image img {
    height: 740px;
    object-fit: cover;
    width: 100% !important;
    max-width: unset;
  }
}
@media (min-width: 1501px) {
  .home-slider-item-image img {
    height: 740px;
    object-fit: cover;
    width: 100% !important;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .home-slider-item-image img {
    height: 100%;
    object-fit: cover;
    width: calc(100% + 400px) !important;
    max-width: unset;
  }
}

.test-container {
  display: flex;
  position: absolute;
  width: 100vw;
  bottom: 5px;
  background: #54A8E4;
  height: 250px;
  z-index: 200;
}

.slider-partners {
  background: #F3F3F3;
}
.slider-partners .slick-track {
  margin-left: -120px;
}
@media (max-width: 767px) {
  .slider-partners .slick-track {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .slider-partners-container {
    background: #F3F3F3;
    padding: 0 10px;
  }
}
.slider-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 212px;
}
@media (max-width: 767px) {
  .slider-image-container {
    width: 120px;
    height: 139px;
    padding: 0 10px;
  }
}
.slider-image-container img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
  transition: all 1s;
}

.slick-active .slider-image-container img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.safariOnly::before {
  content: "";
  background: none !important;
}
.safariOnly::after {
  content: "";
  background: none !important;
}

@media (min-width: 1025px) {
  .masthead-functions {
    display: none;
  }
}
@media (max-width: 1024px) {
  .masthead-functions .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .masthead-functions .container .home-slider-functions-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 28px 0 0;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .masthead-functions .container .home-slider-functions-wrapper {
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  .masthead-functions .container .home-slider-functions-wrapper::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .masthead-functions .container .home-slider-functions-wrapper .function-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    max-width: 100%;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .masthead-functions .container .home-slider-functions-wrapper .function-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-bottom: none;
    flex: 1 1 0;
  }
}
@media (max-width: 1024px) {
  .masthead-functions .container .home-slider-functions-wrapper .function-item:last-child {
    border-bottom: none;
    margin-top: -10px;
    margin-bottom: 1.5625rem;
  }
}
@media (max-width: 1024px) {
  .masthead-functions .container .home-slider-functions-wrapper .function-item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.125rem;
  }
  .masthead-functions .container .home-slider-functions-wrapper .function-item-header img {
    height: 33px;
  }
  .masthead-functions .container .home-slider-functions-wrapper .function-item-header p {
    margin-left: 0.9375rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6875rem;
  }
}
@media (max-width: 1024px) {
  .masthead-functions .container .home-slider-functions-wrapper .function-item-action {
    margin-bottom: 1.5625rem;
  }
  .masthead-functions .container .home-slider-functions-wrapper .function-item-action p {
    color: #848484;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3125rem;
  }
  .masthead-functions .container .home-slider-functions-wrapper .function-item-action p br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .masthead-functions .container .home-slider-functions-wrapper .function-item input[type=text],
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=number],
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=phone],
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=email],
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=url],
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=tel],
.masthead-functions .container .home-slider-functions-wrapper .function-item textarea {
    width: 11.875rem;
    font-size: 0.875rem;
    line-height: 18px;
    min-width: auto;
    padding-left: 1.6875rem;
    margin-bottom: 1.4375rem;
  }
  .masthead-functions .container .home-slider-functions-wrapper .function-item input[type=text]::placeholder,
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=number]::placeholder,
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=phone]::placeholder,
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=email]::placeholder,
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=url]::placeholder,
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=tel]::placeholder,
.masthead-functions .container .home-slider-functions-wrapper .function-item textarea::placeholder {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
  }
  .masthead-functions .container .home-slider-functions-wrapper .function-item input[type=text] input[type=submit],
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=number] input[type=submit],
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=phone] input[type=submit],
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=email] input[type=submit],
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=url] input[type=submit],
.masthead-functions .container .home-slider-functions-wrapper .function-item input[type=tel] input[type=submit],
.masthead-functions .container .home-slider-functions-wrapper .function-item textarea input[type=submit] {
    width: auto;
  }
}

.site {
  overflow-x: hidden;
}

.site-content {
  min-height: calc(100vh - 380px);
  overflow-x: hidden;
}

@media (max-width: 1023px) {
  .site-main {
    padding-top: 104px;
  }
}

@media (min-width: 1024px) {
  .mobile-view {
    display: none;
  }
}

@media (max-width: 1023px) {
  .desktop-view {
    display: none;
  }
}

@media (max-width: 1023px) {
  .mobile-not-center {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .wp-block-column {
    margin-bottom: 20px;
  }
}

img {
  max-width: 100%;
}

.entry-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #565656;
  margin-bottom: 1.5625rem;
}
@media (max-width: 767px) {
  .entry-content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.625rem;
  }
}
.entry-content p.has-wpdc-text-1-font-size {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.25rem;
  color: #433C41;
}
.entry-content a {
  text-decoration: underline;
}

/*-------------------------------------*/
.accordion-item {
  padding: 1.4375rem 0 0.9375rem;
  border-bottom: 1px solid #514E51;
}
@media (max-width: 1023px) {
  .accordion-item {
    padding: 1.4375rem 0 1.25rem;
  }
}
.accordion-item:last-child {
  border-bottom: none;
}
.accordion-item .accordion-title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.accordion-item .accordion-title .accordion-arrow {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.accordion-item .accordion-title .accordion-arrow .ic {
  font-size: 13px;
}
.accordion-item .accordion-title .accordion-arrow .ic.icon-minus:before {
  content: "\e90f" !important;
}
.accordion-item .accordion-rotate {
  transform: rotate(225deg);
}
.accordion-item .accordion-content {
  margin: 1rem 0 0.875rem 1.5rem;
  font-size: 0.875rem;
  display: none;
}
@media (max-width: 767px) {
  .accordion-item .accordion-content {
    margin: 1.3125rem 0 0.875rem 1.0625rem;
  }
}

/* ====== Custom accordion styles ====== */
.block-faq {
  margin: 0 auto;
  margin-block: 2.6875rem 4.375rem;
}
@media (max-width: 1023px) {
  .block-faq {
    max-width: 100%;
    margin-block: 1.5rem 1.875rem;
  }
}
.block-faq .accordion-icon {
  font-size: 13px;
}
.block-faq .accordion-item {
  border-bottom: 1px solid #D7D7D7;
}
.block-faq .accordion-title-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}
@media (max-width: 767px) {
  .block-faq .accordion-title-text {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
.block-faq .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
  color: #888888;
}
@media (max-width: 767px) {
  .block-faq .accordion-content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.625rem;
  }
}

.dropdown {
  position: relative;
  cursor: pointer;
}
.dropdown-current {
  display: flex;
}
.dropdown-current::after {
  display: block;
  content: "\e905";
  font-family: "dompak-theme";
  color: #E31E24;
  margin-left: 0.5rem;
  cursor: pointer;
}
.dropdown-items {
  display: none !important;
}
.dropdown-items--active {
  display: flex !important;
  position: absolute;
  flex-direction: column;
  top: 20px;
  background: #FFFFFF;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}
.dropdown-items--active li {
  padding: 1rem 1.25rem;
  width: 100%;
}
.dropdown-items--active li:hover {
  background: #DCDCDC;
}
.dropdown-items--active .current-menu-item::after {
  display: none !important;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: none;
  padding: 0;
  margin-block: 1.625rem;
}
.breadcrumb-item {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.03125rem;
  color: #565656;
}
.breadcrumb-item + .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: flex;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #E31E24;
  content: "\e907";
  font-family: "dompak-theme";
  font-size: 0.5rem;
}
.breadcrumb-item a {
  color: #565656;
}

.theme-tabs .nav-tabs {
  border-bottom: 2px solid #DCDCDC;
}
.theme-tabs .nav-tabs .nav-link {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  border: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #565656;
  padding: 1.25rem;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.theme-tabs .nav-tabs .nav-link:hover {
  color: #565656;
}
.theme-tabs .nav-tabs .nav-link.active {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3125rem;
  color: #54A8E4;
  background-color: #fff;
  border-color: #DCDCDC #DCDCDC transparent #DCDCDC;
  border-bottom: 4px solid transparent;
}
.theme-tabs .nav-tabs .nav-item {
  margin-bottom: -3px;
  max-width: 11.25rem;
  text-align: center;
  display: flex;
  align-items: center;
  padding-left: 0;
}

.card {
  border: 1px solid #DCDCDC;
  border-radius: 0px;
  padding: 1.875rem 1.25rem 1.25rem 1.5rem;
  height: 100%;
}
.card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 0.625rem;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .card-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card-columns.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 1.875rem;
}
@media (max-width: 767px) {
  .card-columns.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .card-columns .wp-block-column {
    margin-bottom: 20px;
  }
}
.card-inner-col {
  display: grid;
  grid-template-rows: auto;
  gap: 10px;
}
.card-inner-col h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.card-contact {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 1023px) {
  .card-contact {
    margin-bottom: 1.5rem;
  }
}
.card-contact--heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  color: #565656;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  display: block;
}
.card-contact--text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: #565656;
}
.card-contact-meta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.card-contact-meta-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-contact-meta [class^=icon-],
.card-contact-meta [class*=" icon-"] {
  font-size: 1.625rem;
  color: #54A8E4;
}
.card-contact-meta--text {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-left: 1.1875rem;
}
.card-contact-meta--text p {
  font-size: 0.875rem;
  line-height: 26px;
  margin-bottom: 0;
}
.card-contact-meta--text a {
  font-size: 0.875rem;
  color: #54A8E4;
  text-decoration: underline;
  line-height: 26px;
}
.card-contact-meta--text.phone-field a {
  color: #565656;
  text-decoration: none;
}

.attention-card {
  padding: 2.0625rem 2.1875rem;
  border: 2px solid #DBDBDB;
}
.attention-card h4 {
  font-size: 20px;
  color: #000000;
}
.attention-card .wp-block-image {
  margin-bottom: 0;
}
.attention-card .wp-block-columns {
  margin: 1.25rem 0;
}
@media (max-width: 767px) {
  .attention-card .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.attention-card .wp-block-columns p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.attention-card p {
  margin-bottom: 0;
}
.attention-card .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 1.25rem;
}
@media (max-width: 767px) {
  .attention-card .wp-block-columns:where(.has-background) {
    padding: 1.625rem 1.0625rem 1.625rem 1.375rem;
  }
}
@media (max-width: 767px) {
  .attention-card .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:first-child {
    flex-basis: 20% !important;
  }
}

.list-logos {
  margin-bottom: 2.5rem;
}
.list-logos .card-container {
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5625rem;
  margin-top: 3.25rem;
}
@media (max-width: 767px) {
  .list-logos .card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.list-logos .card-contact {
  min-height: 12.4375rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .list-logos .card-contact {
    min-height: 8.1875rem;
    padding: 0.9375rem;
  }
}
.list-logos-slider-container.slick-initialized .slick-slide {
  display: grid;
}
.list-logos-slider-content {
  padding: 0 40px;
  position: relative;
}
.list-logos-slider-content .slider-arrow-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  font-size: 48px;
}
.list-logos-slider-content .slider-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  font-size: 48px;
}
.list-logos-slider-content .nav-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 70px;
}
.list-logos-slider-content .nav-item p {
  max-width: 150px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #565656;
  text-transform: uppercase;
}

.map-cards .card-container {
  margin-top: 3.125rem;
  gap: 3.125rem;
}
.map-cards .card-contact {
  min-height: 18.5625rem;
}
.map-cards .card-contact--heading {
  font-size: 14px;
}
.map-cards .map-slider-content {
  padding: 0 40px;
  position: relative;
}
.map-cards .map-slider-content .slider-arrow-left--map {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  font-size: 48px;
}
.map-cards .map-slider-content .slider-arrow-right--map {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  font-size: 48px;
}
.map-cards .map-slider-content .nav-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 70px;
}
.map-cards .map-slider-content .nav-item p {
  max-width: 150px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #565656;
  text-transform: uppercase;
}

/* Wordpress Gutenberg overrides */
.alert {
  padding: 0.9375rem;
  margin-bottom: 1.25rem;
  border: 1px solid transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.625rem;
}
.alert [class^=icon-],
.alert [class*=" icon-"] {
  margin-right: 1.25rem;
  font-size: 1.875rem;
}
.alert-danger {
  background: #E31E24 !important;
  color: #FFFFFF !important;
}

.location-map {
  margin-top: 80px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .location-map {
    margin-bottom: 50px;
  }
}
.location-map #map {
  height: 860px;
  width: 100%;
}
@media (max-width: 767px) {
  .location-map #map {
    height: 400px;
  }
}

#map {
  height: 600px;
  width: 640px;
}
@media (max-width: 767px) {
  #map {
    height: 326px;
    width: 100%;
  }
}
#map h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 22px;
  color: #212f3d;
  margin-bottom: 10px;
}
#map p {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 22px;
  color: #004780;
  margin-bottom: 5px;
}
#map button:focus {
  outline: none;
}

/* Utilities */
@media (min-width: 1140px) {
  .container {
    max-width: 1350px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*# sourceMappingURL=common.css.map */
