main {
  padding-top: 90px;
}
@media (min-width: 768px) {
  main {
    padding-top: 150px;
  }
}

.additional-question {
  padding: 15px 20px 15px 20px;
}
@media (min-width: 992px) {
  .additional-question {
    padding: 61px 47px;
  }
}
.additional-question .additional-question-wrapper {
  max-width: 1095px;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 1px 1px 15px 6px rgba(0, 0, 0, 0.07);
  padding: 42px 40px 51px;
}
@media (min-width: 576px) {
  .additional-question .additional-question-wrapper {
    padding: 42px 0 51px;
  }
}
.additional-question .additional-question-wrapper .additional-question-title {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .additional-question .additional-question-wrapper .additional-question-title {
    margin-bottom: 4rem;
    font-size: 4.4rem;
    line-height: 1;
  }
}
.additional-question .additional-question-wrapper .additional-question-desc {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.additional-question .additional-question-wrapper .btn-primary {
  padding-inline: 4rem;
}

@font-face {
  font-family: "A1 Sans";
  src: url("fonts/a1sans-regular/A1Sans-Regular.eot");
  src: local("A1 Sans"), local("A1Sans-Regular"), url("fonts/A1Sans-Regular/A1Sans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/A1Sans-Regular/A1Sans-Regular.woff2") format("woff2"), url("fonts/A1Sans-Regular/A1Sans-Regular.woff") format("woff"), url("fonts/A1Sans-Regular/A1Sans-Regular.ttf") format("truetype"), url("fonts/A1Sans-Regular/A1Sans-Regular.svg#A1Sans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A1 Sans";
  src: url("fonts/A1Sans-Medium/A1Sans-Medium.eot");
  src: local("A1 Sans Medium"), local("A1Sans-Medium"), url("fonts/A1Sans-Medium/A1Sans-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/A1Sans-Medium/A1Sans-Medium.woff2") format("woff2"), url("fonts/A1Sans-Medium/A1Sans-Medium.woff") format("woff"), url("fonts/A1Sans-Medium/A1Sans-Medium.ttf") format("truetype"), url("fonts/A1Sans-Medium/A1Sans-Medium.svg#A1Sans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A1 Sans";
  src: url("fonts/A1Sans-Light/A1Sans-Light.eot");
  src: local("A1 Sans Light"), local("A1Sans-Light"), url("fonts/A1Sans-Light/A1Sans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/A1Sans-Light/A1Sans-Light.woff2") format("woff2"), url("fonts/A1Sans-Light/A1Sans-Light.woff") format("woff"), url("fonts/A1Sans-Light/A1Sans-Light.ttf") format("truetype"), url("fonts/A1Sans-Light/A1Sans-Light.svg#A1Sans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A1 Sans";
  src: url("fonts/A1Sans-Bold/A1Sans-Bold.eot");
  src: local("A1 Sans Bold"), local("A1Sans-Bold"), url("fonts/A1Sans-Bold/A1Sans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/A1Sans-Bold/A1Sans-Bold.woff2") format("woff2"), url("fonts/A1Sans-Bold/A1Sans-Bold.woff") format("woff"), url("fonts/A1Sans-Bold/A1Sans-Bold.ttf") format("truetype"), url("fonts/A1Sans-Bold/A1Sans-Bold.svg#A1Sans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A1 Serif";
  src: url("fonts/A1Serif-Regular/A1Serif-Regular.eot");
  src: local("A1 Serif"), local("A1Serif-Regular"), url("fonts/A1Serif-Regular/A1Serif-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/A1Serif-Regular/A1Serif-Regular.woff2") format("woff2"), url("fonts/A1Serif-Regular/A1Serif-Regular.woff") format("woff"), url("fonts/A1Serif-Regular/A1Serif-Regular.ttf") format("truetype"), url("fonts/A1Serif-Regular/A1Serif-Regular.svg#A1Serif-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A1 Serif";
  src: url("fonts/A1Serif-Bold/A1Serif-Bold.eot");
  src: local("A1 Serif Bold"), local("A1Serif-Bold"), url("fonts/A1Serif-Bold/A1Serif-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/A1Serif-Bold/A1Serif-Bold.woff2") format("woff2"), url("fonts/A1Serif-Bold/A1Serif-Bold.woff") format("woff"), url("fonts/A1Serif-Bold/A1Serif-Bold.ttf") format("truetype"), url("fonts/A1Serif-Bold/A1Serif-Bold.svg#A1Serif-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  font-size: 10px;
  line-height: 1.2;
  scroll-behavior: smooth;
}

body {
  font-family: "A1 Sans", "sans-serif";
  font-size: 1.6rem;
  line-height: 2.584rem;
  color: #000;
  overflow-x: hidden;
}

.section-title {
  font-size: 3.4rem;
  line-height: 3.8rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .section-title {
    font-size: 4.4rem;
    line-height: 5.3rem;
    margin-bottom: 5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "A1 Serif", "sefif";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

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

p {
  margin-bottom: 1rem;
}

a {
  color: #EB140A;
  text-decoration: none;
}

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.blog-section .img-placeholder:after {
  padding-top: 67.9%;
}
.shops .img-placeholder:after {
  padding-top: 63.8%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url("assets/loader.gif") center no-repeat #fff;
  background-size: 400px auto;
  text-align: center;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 79, 60, 0.6);
  z-index: 10000;
  display: none;
}
.modal.show {
  display: block;
}
.modal .modal-wrapper {
  width: 100%;
  height: 100%;
}
.modal .modal-wrapper .modal-inner {
  background-color: #fff;
  flex: 0 0 500px;
  width: 500px;
  max-width: 90%;
  border-radius: 20px;
}
.modal .modal-wrapper .modal-inner .modal-header {
  padding: 10px 20px;
}
.modal .modal-wrapper .modal-inner .modal-header .modal-title {
  font-size: 24px;
  line-height: 1.2;
}
.modal .modal-wrapper .modal-inner .modal-body {
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-control {
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-group {
    margin-bottom: 1rem;
  }
}
.modal .modal-wrapper .modal-inner .fake-input {
  line-height: 4rem;
  border: 2px solid #d9d9d9;
  font-size: 1.4rem;
  padding: 0 2.5rem;
  border-radius: 9px;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .fake-input {
    font-size: 1.6rem;
  }
}
.modal .modal-wrapper .modal-inner button {
  border: none;
  cursor: pointer;
}
.modal .modal-wrapper .modal-inner .modal-close {
  cursor: pointer;
}
.modal .thankyou-icon, .modal .error-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.modal .thankyou-icon svg, .modal .error-icon svg {
  fill: #fff;
}
.modal .thankyou-icon {
  background-color: #1f4f3c;
}
.modal .error-icon {
  background-color: red;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

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

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

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

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

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

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

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-outline-secondary, .btn-secondary, .btn-outline-primary, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.6rem;
  line-height: 2rem;
  border-radius: 0.6rem;
  font-weight: 700;
  padding: 15px 30px;
}
@media (min-width: 992px) {
  .btn-outline-secondary, .btn-secondary, .btn-outline-primary, .btn-primary {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #EB140A;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #ba1008;
  color: #fff !important;
}

.btn-outline-primary {
  background-color: #fff;
  border: 1px solid #EB140A;
  color: #EB140A !important;
}
.btn-outline-primary:hover {
  background-color: #EB140A;
  color: #fff !important;
}

.bg-primary {
  background-color: #EB140A;
}

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

.btn-secondary {
  background-color: #000;
  color: #fff !important;
}
.btn-secondary:hover {
  background-color: black;
  color: #fff !important;
}

.btn-outline-secondary {
  background-color: #fff;
  border: 1px solid #000;
  color: #000 !important;
}
.btn-outline-secondary:hover {
  background-color: #000;
  color: #fff !important;
}

.bg-secondary {
  background-color: #000;
}

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

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

.col-1 {
  flex: 0 0 calc(100% / (12/1));
  max-width: calc(100% / (12/1));
}

.col-2 {
  flex: 0 0 calc(100% / (12/2));
  max-width: calc(100% / (12/2));
}

.col-3 {
  flex: 0 0 calc(100% / (12/3));
  max-width: calc(100% / (12/3));
}

.col-4 {
  flex: 0 0 calc(100% / (12/4));
  max-width: calc(100% / (12/4));
}

.col-5 {
  flex: 0 0 calc(100% / (12/5));
  max-width: calc(100% / (12/5));
}

.col-6 {
  flex: 0 0 calc(100% / (12/6));
  max-width: calc(100% / (12/6));
}

.col-7 {
  flex: 0 0 calc(100% / (12/7));
  max-width: calc(100% / (12/7));
}

.col-8 {
  flex: 0 0 calc(100% / (12/8));
  max-width: calc(100% / (12/8));
}

.col-9 {
  flex: 0 0 calc(100% / (12/9));
  max-width: calc(100% / (12/9));
}

.col-10 {
  flex: 0 0 calc(100% / (12/10));
  max-width: calc(100% / (12/10));
}

.col-11 {
  flex: 0 0 calc(100% / (12/11));
  max-width: calc(100% / (12/11));
}

.col-12 {
  flex: 0 0 calc(100% / (12/12));
  max-width: calc(100% / (12/12));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }
  .col-xm-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }
  .col-xm-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }
  .col-xm-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }
  .col-xm-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }
  .col-xm-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }
  .col-xm-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }
  .col-xm-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }
  .col-xm-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }
  .col-xm-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }
  .col-xm-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }
  .col-xm-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }
  .d-xm-none {
    display: none !important;
  }
  .d-xm-block {
    display: block !important;
  }
  .d-xm-flex {
    display: flex !important;
  }
  .d-xm-inline-block {
    display: inline-block !important;
  }
  .d-xm-inline-flex {
    display: inline-flex !important;
  }
  .flex-xm-wrap {
    flex-wrap: wrap;
  }
  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xm-row {
    flex-direction: row;
  }
  .flex-xm-column {
    flex-direction: column;
  }
  .align-items-xm-start {
    align-items: flex-start;
  }
  .align-items-xm-end {
    align-items: flex-end;
  }
  .align-items-xm-center {
    align-items: center;
  }
  .align-items-xm-stretch {
    align-items: stretch;
  }
  .align-content-xm-start {
    align-content: flex-start;
  }
  .align-content-xm-end {
    align-content: flex-end;
  }
  .align-content-xm-center {
    align-content: center;
  }
  .align-content-xm-stretch {
    align-content: stretch;
  }
  .align-content-xm-between {
    align-content: space-between;
  }
  .justify-content-xm-start {
    justify-content: flex-start;
  }
  .justify-content-xm-end {
    justify-content: flex-end;
  }
  .justify-content-xm-center {
    justify-content: center;
  }
  .justify-content-xm-between {
    justify-content: space-between;
  }
  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }
  .col-sm-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }
  .col-sm-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }
  .col-sm-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }
  .col-sm-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }
  .col-sm-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }
  .col-sm-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }
  .col-sm-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }
  .col-sm-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }
  .col-sm-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }
  .col-sm-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }
  .col-sm-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .col-md-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }
  .col-md-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }
  .col-md-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }
  .col-md-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }
  .col-md-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }
  .col-md-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }
  .col-md-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }
  .col-md-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }
  .col-md-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }
  .col-md-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }
  .col-md-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }
  .col-md-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }
  .col-lg-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }
  .col-lg-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }
  .col-lg-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }
  .col-lg-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }
  .col-lg-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }
  .col-lg-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }
  .col-lg-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }
  .col-lg-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }
  .col-lg-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }
  .col-lg-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }
  .col-lg-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1265px) {
  .container {
    max-width: 1260px;
  }
  .col-xl-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }
  .col-xl-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }
  .col-xl-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }
  .col-xl-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }
  .col-xl-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }
  .col-xl-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }
  .col-xl-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }
  .col-xl-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }
  .col-xl-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }
  .col-xl-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }
  .col-xl-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }
  .col-xl-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .col-xxl-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }
  .col-xxl-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }
  .col-xxl-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }
  .col-xxl-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }
  .col-xxl-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }
  .col-xxl-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }
  .col-xxl-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }
  .col-xxl-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }
  .col-xxl-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }
  .col-xxl-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }
  .col-xxl-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }
  .col-xxl-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
}
.form-group {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 3rem;
  }
}

.input-group {
  display: flex;
  width: 100%;
  min-width: 1px;
}
.input-group input {
  border-right: none !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex: 0 1 100%;
  min-width: 1px;
}
.input-group input:focus {
  border-color: #EB140A;
}
.input-group .btn-primary {
  border-radius: 0;
  font-size: 1.3rem;
  padding: 0 30px;
  border-radius: 0 6px 6px 0;
}
.input-group .btn-primary svg {
  fill: #fff;
}
.input-group .text {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 2px solid #d9d9d9;
  border-left: none;
  border-radius: 0 9px 9px 0;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #a6a6a6;
}
.input-group .text:before {
  content: "";
  width: 1px;
  height: 60%;
  top: 20%;
  background-color: #a6a6a6;
  left: 0;
  position: absolute;
}

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

.form-control, .fake-file {
  height: auto;
  line-height: 4.5rem;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  border: none;
  border-radius: 6px;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  font-weight: 600;
  color: #000;
  outline: none;
}
@media (min-width: 768px) {
  .form-control, .fake-file {
    line-height: 5.5rem;
    padding: 0 2.5rem;
    font-size: 1.6rem;
  }
}
.form-control::placeholder, .fake-file::placeholder {
  opacity: 1;
  color: #a6a6a6;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .form-control::placeholder, .fake-file::placeholder {
    font-size: 1.6rem;
  }
}
.form-control[type=number], .fake-file[type=number] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
@media (min-width: 768px) {
  .form-control[type=number], .fake-file[type=number] {
    text-align: right;
  }
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button, .fake-file::-webkit-outer-spin-button, .fake-file::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.is-invalid, .fake-file.is-invalid {
  border: 1px solid #EB140A;
}
.form-control.is-valid, .fake-file.is-valid {
  border: 1px solid green;
}
.form-control:focus, .fake-file:focus {
  border: 1px solid #FA8A80;
}

.fake-file {
  height: 4.5rem;
  background: url("assets/upload.png") no-repeat right 15px center;
}
@media (min-width: 768px) {
  .fake-file {
    height: 5.5rem;
    padding: 0 2.5rem;
    font-size: 1.6rem;
  }
}
.fake-file .file-name {
  display: inline-flex;
  cursor: pointer;
}
.fake-file .file-name.emptyOn {
  padding: 5px 8px;
  border-radius: 3px;
  background-color: #f2f2f2;
  line-height: 1;
}
.fake-file .file-name.emptyOn:after {
  content: "x";
  margin-left: 1rem;
}

.invalid-feedback {
  padding: 1rem 0 0;
  color: #EB140A;
}

.form-errors {
  color: #EB140A;
  font-size: 1.3rem;
  font-style: italic;
}

input[type=radio],
input[type=checkbox],
input[type=file] {
  opacity: 0;
  width: 0;
  height: 0;
}

.label-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.26px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .label-text {
    font-size: 1.6rem;
  }
}

.fake-radio,
.fake-checkbox {
  width: 18px;
  flex: 0 0 18px;
  height: 18px;
  margin-right: 1rem;
  position: relative;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  border-radius: 50%;
}

.fake-checkbox {
  border-radius: 3px;
}

.fake-radio {
  border-radius: 50%;
  background-clip: content-box;
  padding: 3px;
}

input[type=radio]:checked + .fake-radio {
  background-color: #EB140A;
  border-color: #EB140A;
}

input[type=checkbox]:checked + .fake-checkbox {
  background: white url("assets/check.png") no-repeat center center;
  border-color: #EB140A;
}

.radio-label {
  cursor: pointer;
  margin-bottom: 0;
}

.custom-select .selectize-input {
  min-height: 4.5rem;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  border: none;
  border-radius: 6px;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  font-weight: 600;
  color: #000;
}
.custom-select .selectize-input:after {
  background: transparent url("assets/arrow-down.png") no-repeat center center;
  border: none !important;
  width: 24px !important;
  height: 18px !important;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  background-size: 17px auto;
}
@media (min-width: 768px) {
  .custom-select .selectize-input {
    min-height: 5.5rem;
    padding: 0 2.5rem;
    font-size: 1.6rem;
  }
}
.custom-select.single-select .selectize-input {
  line-height: 4.5rem;
}
@media (min-width: 768px) {
  .custom-select.single-select .selectize-input {
    line-height: 5.5rem;
  }
}
.custom-select.multi-select .selectize-input {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.custom-select.multi-select .remove {
  line-height: 2rem;
}
.custom-select.multi-select .item {
  height: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #f2f2f2 !important;
}
.custom-select.multi-select .selectize-dropdown-content .option {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
}
.custom-select.multi-select .selectize-dropdown-content .option:before {
  content: "";
  display: block;
  width: 18px;
  flex: 0 0 18px;
  box-sizing: border-box;
  height: 18px;
  border: 1px solid #d9d9d9;
  margin-right: 1rem;
  border-radius: 3px;
}
.custom-select.multi-select .selectize-dropdown-content .option.selected {
  background-color: transparent !important;
  font-weight: 700;
}
.custom-select.multi-select .selectize-dropdown-content .option.selected:before {
  border-color: #EB140A;
  background: #fff url("assets/check.png") no-repeat center;
  background-size: 100% 100%;
}

/*ANIMACIJJE*/
.animation {
  opacity: 0;
  position: relative;
  animation-fill-mode: forwards;
}

.animation-wrapper {
  overflow: hidden;
}

.to-up-item {
  transform: translate(0, 100%);
  display: block;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideLeft {
  animation-name: slideLeft;
  animation-duration: 1s;
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideRight {
  animation-name: slideRight;
  animation-duration: 1s;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideUp {
  animation-name: slideUp;
  animation-duration: 1s;
}

.zoomIn {
  animation-name: zoomIn;
  animation-duration: 1s;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideDown {
  animation-name: slideDown;
  animation-duration: 1s;
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
}

@keyframes toUp {
  0% {
    transform: translate(0, 100%);
    opacity: 1;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
.toUp {
  animation: toUp 0.6s linear;
  animation-fill-mode: forwards;
}

@keyframes preloaderToBottom {
  0% {
    height: 100%;
    opacity: 1;
  }
  15% {
    bottom: 20px;
    height: 100%;
  }
  30% {
    bottom: 0px;
    height: 100%;
  }
  70% {
    opacity: 1;
  }
  100% {
    height: 0;
    display: none;
    opacity: 0;
  }
}
@keyframes preloaderToLeft {
  0% {
    width: 100%;
    opacity: 1;
  }
  15% {
    left: 20px;
    width: 100%;
  }
  30% {
    left: 0px;
    width: 100%;
  }
  70% {
    opacity: 1;
  }
  100% {
    width: 0;
    display: none;
    opacity: 0;
  }
}
@keyframes preloaderToRight {
  0% {
    width: 100%;
    opacity: 1;
  }
  15% {
    right: 20px;
    width: 100%;
  }
  30% {
    right: 0px;
    width: 100%;
  }
  70% {
    opacity: 1;
  }
  100% {
    width: 0;
    display: none;
    opacity: 0;
  }
}
@keyframes preloaderCircleIn {
  0% {
    transform: scale(1);
    opacity: 1;
    border-radius: 50%;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: scale(0);
    border-radius: 50%;
  }
}
@keyframes preloaderCircleOut {
  0% {
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  99% {
    transform: scale(1);
    border-radius: 50%;
  }
  100% {
    opacity: 0;
    transform: scale(1);
    border-radius: 50%;
  }
}
@keyframes preloaderToTop {
  0% {
    height: 100%;
    opacity: 1;
  }
  15% {
    top: 20px;
    height: 100%;
  }
  30% {
    top: 0px;
    height: 100%;
  }
  70% {
    opacity: 1;
  }
  100% {
    height: 0;
    display: none;
    opacity: 0;
  }
}
@keyframes toRight {
  0% {
    width: 0%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
.toRight {
  animation: toRight 1s ease-out;
  animation-fill-mode: forwards;
}

@keyframes hidePreloader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
.fadeIn {
  animation: fadeIn 1s ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  transition: 0.3s linear;
}
.header.has-bg {
  background-color: #fff;
}
.header.sticky-header {
  background-color: #fff;
}
.header.sticky-header .header-nav .logo, .header.sticky-header .header-nav .custom-logo-link {
  max-width: 4.4rem;
}
@media (min-width: 992px) {
  .header.sticky-header .header-nav .logo, .header.sticky-header .header-nav .custom-logo-link {
    max-width: 6rem;
  }
}
.header .header-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 992px) {
  .header .header-nav {
    flex-wrap: nowrap;
  }
}
.header .header-nav .logo, .header .header-nav .custom-logo-link {
  display: block;
  max-width: 60px;
  transition: 0.3s linear;
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .header .header-nav .logo, .header .header-nav .custom-logo-link {
    max-width: 80px;
  }
}
.header .header-nav .logo img, .header .header-nav .custom-logo-link img {
  display: block;
}
.header .header-nav .toggle-menu {
  border: none;
  background-color: transparent;
  margin-left: auto;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header .header-nav .toggle-menu {
    display: none;
  }
}
.header .header-nav .toggle-menu.active span:first-of-type {
  width: 30px;
  animation: hamburgerLine1 0.3s linear;
  animation-fill-mode: forwards;
}
.header .header-nav .toggle-menu.active span:nth-of-type(2) {
  opacity: 0;
}
.header .header-nav .toggle-menu.active span:last-of-type {
  width: 30px;
  animation: hamburgerLine3 0.3s linear;
  animation-fill-mode: forwards;
}
.header .header-nav .toggle-menu:hover span:first-of-type {
  width: 30px;
}
.header .header-nav .toggle-menu:hover span:nth-of-type(2) {
  width: 16px;
}
.header .header-nav .toggle-menu:hover span:last-of-type {
  width: 30px;
}
.header .header-nav .toggle-menu span {
  display: block;
  height: 3px;
  border-radius: 2px;
  background-color: #212121;
  margin-left: auto;
  transition: 0.2s linear;
  position: relative;
}
.header .header-nav .toggle-menu span:first-of-type {
  width: 16px;
  margin-bottom: 7px;
}
.header .header-nav .toggle-menu span:nth-of-type(2) {
  width: 30px;
  margin-bottom: 7px;
}
.header .header-nav .toggle-menu span:last-of-type {
  width: 16px;
}
.header .header-nav .menu-wrapper {
  flex: 0 0 100%;
  display: none;
  padding: 30px 0;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 85px;
  background-color: #fff;
  z-index: 2;
  padding-inline: 15px;
}
@media (min-width: 992px) {
  .header .header-nav .menu-wrapper {
    padding: 0;
    display: flex !important;
    align-items: center;
    flex: 1;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    padding-top: 0;
    background-color: transparent;
  }
}
.header .header-nav .menu-wrapper .menu-wrapper-inner {
  height: 100%;
  padding-top: 40px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .header .header-nav .menu-wrapper .menu-wrapper-inner {
    overflow-y: visible;
    padding-top: 0px;
    display: flex !important;
    align-items: center;
    flex: 1;
  }
}
.header .header-nav .menu-wrapper .search-wrapper {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .header .header-nav .menu-wrapper .search-wrapper {
    order: 1;
    margin-left: 4rem;
    position: relative;
    margin-bottom: 0rem;
  }
}
@media (min-width: 1265px) {
  .header .header-nav .menu-wrapper .search-wrapper {
    margin-left: 7rem;
  }
}
.header .header-nav .menu-wrapper .search-wrapper .toggle-search {
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header .header-nav .menu-wrapper .search-wrapper .toggle-search {
    display: flex !important;
  }
}
@media (max-width: 991px) {
  .header .header-nav .menu-wrapper .search-wrapper .toggle-search.close-search {
    display: none !important;
  }
}
.header .header-nav .menu-wrapper .search-wrapper .search-form {
  background-color: #fff !important;
}
@media (min-width: 992px) {
  .header .header-nav .menu-wrapper .search-wrapper .search-form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 0px;
    overflow: hidden;
    animation: 0.5s linear;
    z-index: 3;
    border: 1px solid #D9D9D9;
    display: none;
    border-radius: 6px;
  }
  .header .header-nav .menu-wrapper .search-wrapper .search-form.show {
    width: 300px;
    display: block;
  }
}
.header .header-nav .menu-wrapper .search-wrapper .search-form .form-group {
  margin-bottom: 0;
}
.header .header-nav .menu-wrapper .search-wrapper .search-form .form-group .form-control {
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .header .header-nav .menu-wrapper .search-wrapper .search-form .form-group .form-control {
    border: none;
    line-height: 4rem;
    font-size: 1.8rem;
  }
}
.header .header-nav .menu-wrapper .search-wrapper .search-form .form-group .form-control::placeholder {
  font-size: 18px;
  color: #000;
  font-family: "A1 Sans", "sans-serif";
  font-weight: 400;
}
@media (min-width: 992px) {
  .header .header-nav .menu-wrapper .search-wrapper .search-form .form-group .form-control::placeholder {
    font-size: 16px;
    color: #999;
  }
}
.header .header-nav .menu-wrapper .search-wrapper .search-form .form-group .search-btn {
  border: none;
  border-radius: 0;
  background-color: #fff;
  border-bottom: 2px solid #000;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header .header-nav .menu-wrapper .search-wrapper .search-form .form-group .search-btn {
    border: none;
    padding: 0 8px;
  }
}
.header .header-nav .menu-wrapper .main-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .header .header-nav .menu-wrapper .main-menu {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .header .header-nav .menu-wrapper .main-menu .main-menu-item {
    position: relative;
  }
  .header .header-nav .menu-wrapper .main-menu .main-menu-item:not(:last-of-type) {
    margin-right: 4rem;
  }
  .header .header-nav .menu-wrapper .main-menu .main-menu-item:hover .submenu {
    display: block !important;
  }
  .header .header-nav .menu-wrapper .main-menu .main-menu-item:hover .main-menu-link:after {
    width: 100%;
  }
}
@media (min-width: 1265px) {
  .header .header-nav .menu-wrapper .main-menu .main-menu-item:not(:last-of-type) {
    margin-right: 7rem;
  }
}
.header .header-nav .menu-wrapper .main-menu .main-menu-item .main-menu-link {
  color: #000;
  font-size: 2.2rem;
  line-height: 2.8rem;
  padding: 15px 0;
  display: flex;
  font-weight: 500;
  transition: 0.3s linear;
  position: relative;
}
.header .header-nav .menu-wrapper .main-menu .main-menu-item .main-menu-link.active, .header .header-nav .menu-wrapper .main-menu .main-menu-item .main-menu-link:hover {
  color: #EB140A;
}
@media (min-width: 992px) {
  .header .header-nav .menu-wrapper .main-menu .main-menu-item .main-menu-link {
    font-size: 1.6rem;
    line-height: 2.16rem;
    padding: 2rem 0;
  }
  .header .header-nav .menu-wrapper .main-menu .main-menu-item .main-menu-link.active, .header .header-nav .menu-wrapper .main-menu .main-menu-item .main-menu-link:hover {
    color: #000;
  }
  .header .header-nav .menu-wrapper .main-menu .main-menu-item .main-menu-link.active:after, .header .header-nav .menu-wrapper .main-menu .main-menu-item .main-menu-link:hover:after {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header .header-nav .menu-wrapper .main-menu .main-menu-item .main-menu-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    content: "";
    height: 3px;
    background: #EB140A;
    transition: 0.5s linear;
  }
}
.header .header-nav .menu-wrapper .main-menu .main-menu-item .main-menu-link .toggle-submenu {
  width: 40px;
  margin-left: auto;
  display: block;
  background: url("assets/arrow-down.png") no-repeat center;
  background-size: 13px auto;
  transition: 0.3s linear;
}
.header .header-nav .menu-wrapper .main-menu .main-menu-item .main-menu-link .toggle-submenu.active {
  transform: rotateX(180deg);
}
.header .header-nav .menu-wrapper .main-menu .main-menu-item .submenu {
  list-style: none;
  padding: 0;
  display: none;
}
@media (min-width: 992px) {
  .header .header-nav .menu-wrapper .main-menu .main-menu-item .submenu {
    position: absolute;
    display: none !important;
    top: 100%;
    left: 0;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 1px 1px 15px 6px rgba(0, 0, 0, 0.0705882353);
    min-width: 100%;
    background-color: #fff;
  }
}
.header .header-nav .menu-wrapper .main-menu .main-menu-item .submenu .subitem .subitem-link {
  font-size: 1.6rem;
  font-family: "A1 Sans", "sans-serif";
  line-height: 3.4rem;
  color: #000;
  display: block;
  font-weight: 500;
  white-space: nowrap;
}
.header .header-nav .menu-wrapper .main-menu .main-menu-item .submenu .subitem .subitem-link:hover, .header .header-nav .menu-wrapper .main-menu .main-menu-item .submenu .subitem .subitem-link.active {
  color: #EB140A;
}
@media (min-width: 992px) {
  .header .header-nav .menu-wrapper .action-links {
    order: 2;
    margin-left: 4rem;
  }
}
@media (min-width: 1265px) {
  .header .header-nav .menu-wrapper .action-links {
    order: 2;
    margin-left: 7rem;
  }
}
.header .header-nav .menu-wrapper .action-links a {
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1rem 3rem;
  font-weight: 500;
}

@keyframes hamburgerLine1 {
  0% {
    top: 10px;
  }
  50% {
    top: 10px;
    transform: rotate(45deg);
  }
  100% {
    top: 10px;
    transform: rotate(45deg);
  }
}
@keyframes hamburgerLine3 {
  0% {
    top: -10px;
  }
  50% {
    top: -10px;
    transform: rotate(-45deg);
  }
  100% {
    top: -10px;
    transform: rotate(-45deg);
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0deg, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.single-blog-layout {
  display: flex;
  flex-wrap: wrap;
  max-width: 869px;
  margin-inline: auto;
}
.single-blog-layout .single-blog-main {
  flex: 0 0 100%;
  width: 100%;
}
.single-blog {
  margin-bottom: 3rem;
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .single-blog {
    padding-top: 0;
  }
}
@media (min-width: 1265px) {
  .single-blog {
    margin-bottom: 5rem;
  }
}
.single-blog .single-blog-header {
  padding-bottom: 3rem;
}
@media (min-width: 1265px) {
  .single-blog .single-blog-header {
    padding-bottom: 5rem;
  }
}
.single-blog .single-blog-header .back-to-blog {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .single-blog .single-blog-header .back-to-blog {
    padding-bottom: 67px;
  }
}
.single-blog .single-blog-header .category-wrapper {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.single-blog .single-blog-header .category-wrapper a {
  display: block;
  padding: 5px 8px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 700;
  color: #000;
  background-color: #fa8a80;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  white-space: nowrap;
  transition: 0.3s linear;
}
@media (min-width: 992px) {
  .single-blog .single-blog-header .category-wrapper a {
    padding: 9px 14px;
  }
}
.single-blog .single-blog-header .category-wrapper a:hover {
  background-color: red;
  color: #fff;
}
.single-blog .single-blog-header .blog-item-data-info {
  display: flex;
  align-items: center;
  margin-bottom: 2.1rem;
}
.single-blog .single-blog-header .blog-item-data-info .blog-item-data-category {
  font-size: 1.6rem;
  line-height: 2rem;
  display: block;
  font-weight: 500;
}
.single-blog .single-blog-header .blog-item-data-info .separator {
  margin-inline: 8px;
  width: 1.5px;
  height: 14px;
  background-color: #000;
  display: block;
}
.single-blog .single-blog-header .blog-item-data-info .blog-item-data-date {
  font-size: 1.6rem;
  line-height: 2rem;
  display: block;
  font-weight: 400;
}
.single-blog .single-blog-header .single-blog-title {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 3.5rem;
}
@media (min-width: 576px) {
  .single-blog .single-blog-header .single-blog-title {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
}
@media (min-width: 768px) {
  .single-blog .single-blog-header .single-blog-title {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
@media (min-width: 992px) {
  .single-blog .single-blog-header .single-blog-title {
    font-size: 4.4rem;
    line-height: 5.3rem;
  }
}
.single-blog .single-blog-header .single-blog-short-description {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .single-blog .single-blog-header .single-blog-short-description {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .single-blog .single-blog-header .single-blog-short-description p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  .single-blog .single-blog-header .single-blog-short-description p {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}
@media (min-width: 1265px) {
  .single-blog .single-blog-header .single-blog-short-description p {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
.single-blog .single-blog-header .single-blog-short-description p:last-of-type {
  margin-bottom: 0;
}
.single-blog .single-blog-lead-image-wrapper {
  border-bottom: 1px solid #fdc9c4;
  padding-bottom: 5rem;
}
@media (min-width: 1265px) {
  .single-blog .single-blog-lead-image-wrapper {
    padding-bottom: 5rem;
  }
}
.single-blog .single-blog-lead-image-wrapper .single-blog-date {
  color: #EB140A;
  font-weight: 500;
}
.single-blog .single-blog-lead-image-wrapper .single-blog-lead-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.single-blog .single-blog-lead-image-wrapper .single-blog-lead-image:before {
  content: "";
  padding-top: 80%;
  display: block;
  background-color: #eee;
}
.single-blog .single-blog-lead-image-wrapper .single-blog-lead-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-blog-content {
  border-bottom: 1px solid #fdc9c4;
  padding-bottom: 30px;
}
@media (min-width: 1265px) {
  .single-blog-content {
    padding-bottom: 87px;
  }
}
.single-blog-content .single-blog-content-data p,
.single-blog-content .single-blog-content-data li {
  font-size: 1.6rem;
  line-height: 2.66rem;
}
.single-blog-content .single-blog-content-data b,
.single-blog-content .single-blog-content-data strong {
  font-weight: 700;
  font-size: 1.6rem;
}
.single-blog-content .single-blog-content-data h1 {
  font-size: 4rem;
}
.single-blog-content .single-blog-content-data h2 {
  font-size: 3.2rem;
}
.single-blog-content .single-blog-content-data h3 {
  font-size: 2.8rem;
}
.single-blog-content .single-blog-content-data h4 {
  font-size: 2.4rem;
}
.single-blog-content .single-blog-content-data h5 {
  font-size: 2.16rem;
}
.single-blog-content .single-blog-content-data h6 {
  font-size: 1.92rem;
}
.single-blog-content .single-blog-content-data p,
.single-blog-content .single-blog-content-data ul,
.single-blog-content .single-blog-content-data ol,
.single-blog-content .single-blog-content-data h2,
.single-blog-content .single-blog-content-data h3,
.single-blog-content .single-blog-content-data h4,
.single-blog-content .single-blog-content-data h5,
.single-blog-content .single-blog-content-data h6,
.single-blog-content .single-blog-content-data figure,
.single-blog-content .single-blog-content-data img {
  margin-bottom: 3rem;
}
@media (min-width: 1265px) {
  .single-blog-content .single-blog-content-data p,
  .single-blog-content .single-blog-content-data ul,
  .single-blog-content .single-blog-content-data ol,
  .single-blog-content .single-blog-content-data h2,
  .single-blog-content .single-blog-content-data h3,
  .single-blog-content .single-blog-content-data h4,
  .single-blog-content .single-blog-content-data h5,
  .single-blog-content .single-blog-content-data h6,
  .single-blog-content .single-blog-content-data figure,
  .single-blog-content .single-blog-content-data img {
    margin-bottom: 4rem;
  }
}
.single-blog-content .single-blog-content-data p img,
.single-blog-content .single-blog-content-data figure img {
  margin-bottom: 0;
}
.single-blog-content .single-blog-content-data *:last-child {
  margin-bottom: 0 !important;
}
.single-blog-content .single-blog-content-data a {
  font-weight: 700;
  text-decoration: underline;
}
.single-blog-content .single-blog-share {
  background-color: #820000;
  border-radius: 24px;
  width: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .single-blog-content .single-blog-share {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 44px 78px;
  }
}
.single-blog-content .single-blog-share .label {
  color: #fff;
  font-size: 18px;
  line-height: 136.01%;
  font-family: "A1 Sans", "sans-serif";
  font-weight: 700;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-blog-content .single-blog-share .label {
    margin-bottom: 0;
    max-width: 47%;
    font-size: 20px;
    line-height: 138.01%;
  }
}
@media (min-width: 992px) {
  .single-blog-content .single-blog-share .label {
    max-width: 47%;
    font-size: 24px;
    line-height: 142.01%;
    margin-bottom: 0;
  }
}
.single-blog-content .single-blog-share nav {
  display: flex;
  align-items: center;
}
.single-blog-content .single-blog-share nav .tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  padding: 3px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  border-radius: 4px;
  display: none;
}
.single-blog-content .single-blog-share nav a {
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  transition: 0.3s linear;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .single-blog-content .single-blog-share nav a {
    padding: 12px;
  }
}
.single-blog-content .single-blog-share nav a svg {
  fill: #820000;
}
.single-blog-content .single-blog-share nav a:not(:last-of-type) {
  margin-right: 12px;
}
.single-blog-content .single-blog-share nav a:hover svg {
  fill: #000;
}

#sync1 {
  position: relative;
}
#sync1 .item {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
}
#sync1 .item .gallery-item {
  position: relative;
}
#sync1 .item .gallery-item figure {
  position: relative;
  display: block;
}
#sync1 .item .gallery-item figure:after {
  content: "";
  display: block;
  padding-top: 64%;
}
#sync1 .item .gallery-item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
#sync1 .item .gallery-item .display-gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #eb140a;
  border-radius: 6px;
}
@media (min-width: 992px) {
  #sync1 .item .gallery-item .display-gallery {
    padding: 17px 25px;
  }
}
#sync1 .item .gallery-item .display-gallery .gallery-icon {
  display: block;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  #sync1 .item .gallery-item .display-gallery .gallery-icon {
    width: 32px;
    height: 32px;
  }
}
#sync1 .item .gallery-item .display-gallery span:last-of-type {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  margin-left: 13px;
  text-transform: none;
  font-family: "A1 Sans", "sans-serif";
  font-weight: 700;
}
@media (min-width: 768px) {
  #sync1 .item .gallery-item .display-gallery span:last-of-type {
    font-size: 20px;
  }
}

#sync2 {
  padding-bottom: 3rem;
}
@media (min-width: 1265px) {
  #sync2 {
    padding-bottom: 4rem;
  }
}
#sync2 .item {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item .gallery-item figure {
  position: relative;
  display: block;
}
#sync2 .item .gallery-item figure:after {
  content: "";
  display: block;
  padding-top: 64%;
}
#sync2 .item .gallery-item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
#sync2 .current .item {
  background: #0c83e7;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
  padding-top: 3rem;
}
@media (min-width: 1265px) {
  #sync1.owl-theme {
    padding-top: 4rem;
  }
}

#sync2.owl-theme .owl-next,
#sync2.owl-theme .owl-prev {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  font-size: 41px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 576px) {
  #sync2.owl-theme .owl-next,
  #sync2.owl-theme .owl-prev {
    width: 46px;
    height: 46px;
    margin-top: -20px;
  }
}
#sync2.owl-theme .owl-prev {
  left: -20px;
}
#sync2.owl-theme .owl-next {
  right: -20px;
}

.share .label {
  margin-bottom: 1rem;
}
.share .tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  padding: 3px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  border-radius: 4px;
  display: none;
}
.share .share-links {
  display: flex;
  flex-wrap: wrap;
}
.share .share-links a {
  fill: #999;
  transition: 0.3s linear;
  display: block;
  position: relative;
}
.share .share-links a:not(:last-of-type) {
  margin-right: 5px;
}
.share .share-links a:hover {
  fill: #000;
}

.blog-item:hover .blog-item-image img {
  transform: scale(1.1);
}
.blog-item .blog-item-image {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 12px 12px 0 0;
  margin-bottom: 2rem;
}
.blog-item .blog-item-image::before {
  content: "";
  padding-top: 80%;
  display: block;
}
.blog-item .blog-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s linear;
}
.blog-item .blog-item-data .blog-item-data-info {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.blog-item .blog-item-data .blog-item-data-info .blog-item-data-category {
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: block;
  font-weight: 500;
}
.blog-item .blog-item-data .blog-item-data-info .separator {
  margin-inline: 8px;
  width: 1.5px;
  height: 14px;
  background-color: #000;
  display: block;
}
.blog-item .blog-item-data .blog-item-data-info .blog-item-data-date {
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: block;
  font-weight: 400;
}
.blog-item .blog-item-data .blog-item-title {
  margin-bottom: 1rem;
}
.blog-item .blog-item-data .blog-item-title a {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "A1 Sans", "sans-serif";
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}
.blog-item .blog-item-data .blog-item-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 2rem;
}
.blog-item .blog-item-data .read-more {
  color: #EB140A;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 700;
}

.blog-list {
  display: grid;
  grid-row-gap: 5rem;
  grid-column-gap: 0;
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}
@media (min-width: 576px) {
  .blog-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}
@media (min-width: 992px) {
  .blog-list {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.4rem;
    grid-row-gap: 5rem;
  }
}
@media (min-width: 576px) {
  .first-page .blog-list .blog-item:first-of-type {
    grid-column: 1/3;
  }
}
@media (min-width: 768px) {
  .first-page .blog-list .blog-item:first-of-type {
    grid-column: 1/3;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .first-page .blog-list .blog-item:first-of-type {
    grid-column: 1/4;
  }
}
@media (min-width: 768px) {
  .first-page .blog-list .blog-item:first-of-type .blog-item-image {
    flex: 0 0 50%;
    border-radius: 12px;
  }
}
@media (min-width: 768px) {
  .first-page .blog-list .blog-item:first-of-type .blog-item-data {
    flex: 0 0 50%;
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .first-page .blog-list .blog-item:first-of-type .blog-item-data {
    padding-left: 7rem;
  }
}
@media (min-width: 1265px) {
  .first-page .blog-list .blog-item:first-of-type .blog-item-data {
    padding-left: 10rem;
  }
}
.first-page .blog-list .blog-item:first-of-type .blog-item-data .blog-item-title a {
  font-family: "A1 Serif", "sefif";
  font-size: 2.8rem;
  line-height: 3.4rem;
}
@media (min-width: 576px) {
  .first-page .blog-list .blog-item:first-of-type .blog-item-data .blog-item-title a {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  .first-page .blog-list .blog-item:first-of-type .blog-item-data .blog-item-title a {
    font-size: 3.8rem;
    line-height: 4.4rem;
  }
}
@media (min-width: 992px) {
  .first-page .blog-list .blog-item:first-of-type .blog-item-data .blog-item-title a {
    font-size: 4.4rem;
    line-height: 5.3rem;
  }
}

@media (min-width: 992px) {
  .related-blog .blog-list .blog-item:last-of-type {
    display: none;
  }
}

.scale-section {
  padding: 151px 0 210px;
  position: relative;
  opacity: 1 !important;
}
@media (min-width: 768px) {
  .scale-section {
    padding: 210px 0 170px;
  }
}
.scale-section.scaleBg .image-placeholder img.img-1 {
  transform: scale(1.1);
}
.scale-section.scaleBg .image-placeholder img.img-2 {
  top: 20%;
}
@media (min-width: 992px) {
  .scale-section.scaleBg .image-placeholder img.img-2 {
    top: 0%;
  }
}
.scale-section .image-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.scale-section .image-placeholder img.img-1 {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 1s linear;
}
.scale-section .image-placeholder img.img-2 {
  position: absolute;
  top: 60%;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top center;
  transition: 1.5s linear;
}
@media (min-width: 992px) {
  .scale-section .image-placeholder img.img-2 {
    object-position: right top;
  }
}
.scale-section .image-placeholder .overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: linear-gradient(89.8deg, rgba(0, 0, 0, 0.24) 0.17%, rgba(0, 0, 0, 0) 99.2%);
}
.scale-section .container {
  position: relative;
  z-index: 3;
}
.scale-section .scale-title {
  font-size: 4.4rem;
  line-height: 4.7rem;
  margin-bottom: 2rem;
  color: #fff;
  max-width: 800px;
}
@media (min-width: 576px) {
  .scale-section .scale-title {
    font-size: 5.2rem;
    line-height: 6rem;
  }
}
@media (min-width: 768px) {
  .scale-section .scale-title {
    font-size: 6rem;
    line-height: 7rem;
  }
}
@media (min-width: 992px) {
  .scale-section .scale-title {
    font-size: 6.4rem;
    line-height: 7.5rem;
  }
}

footer {
  border-top: 1px solid #FDC9C4;
  padding: 3rem 0 5rem;
}
@media (min-width: 768px) {
  footer {
    padding: 4rem 0rem;
  }
}
footer .footer-nav {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  footer .footer-nav {
    display: flex;
    align-items: center;
    margin-bottom: 0rem;
  }
}
footer .footer-nav a {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #000;
}
footer .footer-nav a.active, footer .footer-nav a:hover {
  color: #EB140A;
}
@media (min-width: 992px) {
  footer .footer-nav a {
    padding: 0 10px;
    line-height: 2rem;
  }
  footer .footer-nav a + a {
    border-left: 1px solid #FDC9C4;
  }
}
footer .copyright {
  text-align: center;
}
@media (min-width: 992px) {
  footer .copyright {
    display: flex;
    align-items: center;
  }
}
footer .copyright p, footer .copyright a {
  color: #999;
  font-size: 1.4rem;
  line-height: 2.3rem;
  margin-bottom: 0;
}

/*# sourceMappingURL=single-blog.css.map */
