@font-face {
  font-family: FontRegular;
  src: url("../../fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontThin;
  src: url("../../fonts/Montserrat-Thin.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontMedium;
  src: url("../../fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontItalic;
  src: url("../../fonts/Montserrat-Italic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBold;
  src: url("../../fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontSemiBold;
  src: url("../../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontExtraBold;
  src: url("../../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBoldItalic;
  src: url("../../fonts/Montserrat-BoldItalic.ttf") format("truetype");
  font-display: block;
}
.font-regular {
  font-family: FontRegular !important;
}

.font-thin {
  font-family: FontThin !important;
}

.font-medium {
  font-family: FontMedium;
}

.font-italic {
  font-family: FontItalic;
}

.font-bold {
  font-family: FontBold;
}

.font-semi-bold {
  font-family: FontSemiBold;
}

.font-extra-bold {
  font-family: FontExtraBold !important;
}

.font-bold-italic {
  font-family: FontBoldItalic;
}

strong, b {
  font-family: FontBold;
}

i, em {
  font-family: FontItalic;
}

strong i, strong em, b i, b em, i strong, i b, em strong, em b {
  font-family: FontBoldItalic;
}

.white-color {
  color: #fff;
}

.border-radius-10px {
  border-radius: 10px;
}

.title-color {
  color: #1d2a34;
}

.title-color-secondary {
  color: #404040;
}

.modal-open {
  overflow-y: hidden;
}

.black-color {
  color: #000;
}

.default-text-color {
  color: #5a5a5a;
}

.default-color {
  color: #e94843;
}

.background-white {
  background-color: #fff;
}

.background-black {
  background-color: #000;
}

.background-default {
  background-color: #e94843;
}

.default-hover {
  color: #5a5a5a;
}
.default-hover:hover {
  color: #e94843;
}

.default-link {
  position: relative;
  color: #2782ae;
}
.default-link:hover:before, .default-link:hover:after {
  width: 100%;
  opacity: 1;
}
.default-link:after {
  left: 0;
  background-color: #2782ae;
}
.default-link:before, .default-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.default-link:hover {
  color: #2782ae;
}

a {
  text-decoration: none;
  transition: all 0.2s linear;
}
a:hover {
  transition: all 0.2s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:before, a:after {
  transition: all 0.2s linear;
}

input, textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
  transition: all 0.2s linear;
}
input:hover, textarea:hover, button:hover {
  transition: all 0.2s linear;
}
input:focus, textarea:focus, button:focus {
  transition: all 0.2s linear;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder {
  transition: all 0.2s linear;
}
input::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
  transition: all 0.2s linear;
}
input:-moz-placeholder, textarea:-moz-placeholder, button:-moz-placeholder {
  transition: all 0.2s linear;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder {
  transition: all 0.2s linear;
}

input[type=submit], button {
  cursor: pointer;
}

.transition-default {
  transition: all 0.2s linear;
}
.transition-default:hover {
  transition: all 0.2s linear;
}

.transition-default-longer {
  transition: all 0.4s linear;
}
.transition-default-longer:hover {
  transition: all 0.4s linear;
}

.transition-default-long {
  transition: all 0.6s linear;
}
.transition-default-long:hover {
  transition: all 0.6s linear;
}

.absolute-cover-img, .darkness-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.darkness-effect {
  background-color: rgba(0, 0, 0, 0.5);
}

.radius-50-px {
  border-radius: 50px;
}

.radius-50-percents {
  border-radius: 50%;
}

.m-auto-horizontal {
  margin: 0 auto;
}

.m-auto-vertical {
  margin: auto 0;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.background-image-default {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.backface-hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.non-default-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fz-0 {
  font-size: 0;
}

.last-child-without-margin > *:last-child {
  margin-bottom: 0 !important;
}

.default-menu-styles > ul > li:nth-last-of-type(1) {
  margin: 0 !important;
}

.white-color-wrapper * {
  color: #fff;
}

.white-color-wrapper.wysiwyg-styles .wp-caption-text {
  color: #fff;
}
.white-color-wrapper.wysiwyg-styles > h2 {
  color: #fff;
}

.thumb-placeholder {
  object-fit: contain;
  padding: 16px;
}

.mix-blend-mode {
  mix-blend-mode: multiply;
}

.body-with-admin-bar .navbar-header {
  top: 32px;
}

.body-with-admin-bar .mobile-menu {
  top: calc(116px + 32px);
}

.prevent-shaking-animation {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.prevent-shaking-animation:hover {
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
}

.prevent-shaking-animation-small:hover {
  transform: translateY(-3px) perspective(1000px);
  -webkit-transform: translateY(-3px) perspective(1000px);
}

@media screen and (min-width: 1181px) {
  .modal-open body, .modal-open .navbar-header {
    padding-right: 8px !important;
  }
}
@media screen and (max-width: 782px) {
  .body-with-admin-bar .navbar-header {
    top: 46px;
  }
  .body-with-admin-bar .mobile-menu {
    top: calc(116px + 46px);
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body {
  font-family: FontRegular;
  color: #5a5a5a;
  font-size: 18px;
  padding-top: 116px;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #e94843;
}

.default-page-height {
  min-height: calc(100vh - 116px);
}

.default-text {
  font-size: 18px;
  line-height: 27px;
}

.main-container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1344px;
}

.main-title {
  font-size: 40px;
  line-height: 48px;
  font-family: FontExtraBold;
}

.main-subtitle {
  font-size: 28px;
  line-height: 36px;
  font-family: FontSemiBold;
}

.main-small-title {
  font-size: 18px;
  line-height: 22px;
  font-family: FontSemiBold;
}

.default-button {
  display: inline-block;
  padding: 12px 25px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  font-family: FontBold;
}

.default-button-smaller {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  font-family: FontBold;
}

.default-button-with-image {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 10px;
}

.default-button-simple {
  color: #fff !important;
  background-color: #e94843 !important;
  border: 2px solid #e94843 !important;
}
.default-button-simple:hover {
  color: #fff !important;
  background-color: #df201a !important;
  border: 2px solid #df201a !important;
}

.single-arrow {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  background-color: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
}

.text-divider {
  width: 125px;
  height: 8px;
  background-color: #e94843;
  margin: 20px 0;
}

@media screen and (max-width: 1024px) {
  .single-arrow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 32px;
    line-height: 40px;
  }
  .main-subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  .main-container {
    padding: 0 16px;
  }
  .main-title {
    font-size: 22px;
    line-height: 30px;
  }
  .main-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
@keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scalingBigger {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes sideMovingAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes verticalSideMovingAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes verticalSideMovingAnimationSmall {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounce-link-with-image-on-hover:hover img, .bounce-link-with-image-on-hover:hover svg {
  animation: bounce 0.5s linear infinite;
  -webkit-animation: bounce 0.5s linear infinite;
}

@keyframes movement-rotation-effect-first {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  17% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  34% {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
  }
  51% {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
  }
  68% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  85% {
    transform: translate(-4px, 0);
    -webkit-transform: translate(-4px, 0);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-second {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(-4px, 4px);
    -webkit-transform: translate(-4px, 4px);
  }
  40% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  60% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  80% {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-third {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  17% {
    transform: translate(4px, 4px);
    -webkit-transform: translate(4px, 4px);
  }
  34% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  51% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  68% {
    transform: translate(-4px, 4px);
    -webkit-transform: translate(-4px, 4px);
  }
  85% {
    transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-fourth {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  40% {
    transform: translate(0px, 4px);
    -webkit-transform: translate(0px, 4px);
  }
  60% {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
  }
  80% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
.first-animation-move {
  animation: movement-rotation-effect-first 10s linear infinite;
  -webkit-animation: movement-rotation-effect-first 10s linear infinite;
}

.second-animation-move {
  animation: movement-rotation-effect-second 10s linear infinite;
  -webkit-animation: movement-rotation-effect-second 10s linear infinite;
}

.third-animation-move {
  animation: movement-rotation-effect-third 10s linear infinite;
  -webkit-animation: movement-rotation-effect-third 10s linear infinite;
}

.fourth-animation-move {
  animation: movement-rotation-effect-fourth 10s linear infinite;
  -webkit-animation: movement-rotation-effect-fourth 10s linear infinite;
}

.before-animation-visibility-backface {
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.before-animation-visibility-gallery {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1) rotate(90deg);
  -webkit-transform: scale(0.1) rotate(90deg);
}

.before-animation-visibility {
  opacity: 0;
  visibility: hidden;
}

.before-animation-left {
  transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
}

.before-animation-right {
  transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
}

@keyframes leftSideAnimationSimple {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rightSideAnimationSimple {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.left-side-animation-simple {
  -webkit-animation: leftSideAnimationSimple 1s ease-out forwards;
  animation: leftSideAnimationSimple 1s ease-out forwards;
  opacity: 1 !important;
}

.right-side-animation-simple {
  -webkit-animation: rightSideAnimationSimple 1s ease-out forwards;
  animation: rightSideAnimationSimple 1s ease-out forwards;
  opacity: 1 !important;
}

.animation-fix {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  will-change: transform;
}

.before-fade-in {
  opacity: 0;
}

@keyframes bottomSideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(32px);
    -webkit-transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes leftSideFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-32px);
    -webkit-transform: translateX(-32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes simpleFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.left-side-fade-in {
  -webkit-animation: leftSideFadeIn 1.25s ease forwards;
  animation: leftSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in {
  -webkit-animation: bottomSideFadeIn 1.25s ease forwards;
  animation: bottomSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in-small-delay {
  -webkit-animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
  animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
}

.simple-fade-in {
  -webkit-animation: simpleFadeIn 1.25s ease 0.25s forwards;
  animation: simpleFadeIn 1.25s ease 0.25s forwards;
}

.no-lazy-load {
  animation: none !important;
  -webkit-animation: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.navbar-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 0.25s ease;
}

.header-menu-wrapper {
  margin-left: auto;
}

.header-gradient {
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  height: 160px;
  opacity: 1;
  visibility: visible;
  transition: background 0.2s ease;
}
.header-gradient:after {
  content: "";
  position: absolute;
  inset: 0;
  height: 116px;
  background: #454d60;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}

.navbar-scrolled .header-gradient:after, .modal-open .header-gradient:after {
  opacity: 1;
  visibility: visible;
}

.navbar-hidden {
  transform: translateY(-100%);
}

.navbar-scrolled {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
}
.navbar-scrolled .header-logo img {
  max-width: 116px;
  max-height: 116px;
}

.header-content {
  min-height: 116px;
  gap: 40px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.header-logo img {
  max-width: 135px;
  max-height: 135px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.header-main {
  gap: 16px;
}

.header-languages {
  min-height: 44px;
}
.header-languages .option {
  transition: all 0.2s linear;
}

.contact-us-btn a {
  padding: 2px 10px;
  font-size: 13px;
}

.header-link {
  display: inline-flex;
}
.header-link a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: all 0.2s linear;
}
.header-link a:hover {
  color: #e94843;
}

.header-phone span svg {
  width: 16px;
  height: 24px;
}
.header-phone span svg path {
  transition: all 0.2s linear;
}
.header-phone a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  gap: 8px;
  transition: all 0.2s linear;
}
.header-phone:hover span svg {
  animation: bounce 0.5s linear infinite;
  -webkit-animation: bounce 0.5s linear infinite;
}
.header-phone:hover span svg path {
  fill: #e94843;
}
.header-phone:hover a {
  color: #e94843;
}

.header-menu > ul > li {
  font-size: 0;
}
.header-menu > ul > li > a {
  font-family: FontMedium;
  color: #fff !important;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.header-menu > ul .menu-item-has-children {
  position: relative;
}
.header-menu > ul .menu-item-has-children > a {
  background-image: url("../../images/dropdown-white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) calc(50% + 1px);
  padding-right: 26px !important;
}
.header-menu > ul .menu-item-has-children .sub-menu > li {
  margin-bottom: 4px;
}
.header-menu > ul .menu-item-has-children .sub-menu > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.header-menu > ul .menu-item-has-children .sub-menu > li > a {
  font-family: FontMedium;
  padding: 4px 8px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #fff !important;
}
.header-menu > ul .menu-item-has-children .sub-menu .current-menu-item > a, .header-menu > ul .menu-item-has-children .sub-menu .current_page_ancestor > a, .header-menu > ul .menu-item-has-children .sub-menu .current-menu-ancestor > a {
  background-color: #1d2a34;
  color: #e94843 !important;
}
.header-menu > ul .menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
}
.header-menu > ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: unset;
  right: calc(100% + 12px);
  transform: none;
  -webkit-transform: none;
}
.header-menu > ul .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu, .header-menu > ul .menu-item-has-children .sub-menu .menu-item-has-children.menu-item-active .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-menu > ul .current-menu-item > a, .header-menu > ul .current_page_ancestor > a, .header-menu > ul .current-menu-ancestor > a {
  color: #e94843 !important;
}

.header-menu-desktop > ul {
  display: flex;
  display: -webkit-flex;
}
.header-menu-desktop > ul > li {
  padding: 8px 0;
  margin-right: 36px;
}
.header-menu-desktop > ul > li > a {
  font-size: 16px;
}
.header-menu-desktop > ul > li > a:hover {
  color: #e94843 !important;
}
.header-menu-desktop > ul .menu-item-has-children > a {
  background-size: 12px 10px;
}
.header-menu-desktop > ul .menu-item-has-children:hover > a {
  color: #e94843 !important;
  background-image: url("../../images/dropdown-color.svg");
}
.header-menu-desktop > ul .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header-menu-desktop > ul .menu-item-has-children .sub-menu {
  padding: 12px;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  background-color: #454d60;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.header-menu-desktop > ul .menu-item-has-children .sub-menu > li > a {
  white-space: nowrap;
}
.header-menu-desktop > ul .menu-item-has-children .sub-menu > li > a:hover {
  background-color: #1d2a34;
  color: #e94843 !important;
}
.header-menu-desktop > ul .menu-item-has-children.current-menu-ancestor > a, .header-menu-desktop > ul .menu-item-has-children.current_page_ancestor > a, .header-menu-desktop > ul .menu-item-has-children.current-menu-item > a {
  background-image: url("../../images/dropdown-color.svg");
}
.header-menu-desktop > ul .current-menu-item > a, .header-menu-desktop > ul .current_page_ancestor > a, .header-menu-desktop > ul .current-menu-ancestor > a {
  color: #e94843 !important;
}

@media screen and (min-width: 1025px) {
  .header-burger, .mobile-menu, .mobile-header-main {
    display: none !important;
  }
  .header-content > *:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .header-burger {
    cursor: pointer;
  }
  .mobile-menu {
    background-color: #454d60;
    max-width: 320px;
    width: 100%;
    height: calc(100vh - 116px);
    top: 116px;
    right: 0;
    padding: 24px 24px 96px;
    overflow: auto;
  }
  .mobile-menu::-webkit-scrollbar {
    width: 0;
  }
  .mobile-menu::-webkit-scrollbar-track, .mobile-menu::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .header-menu-desktop, .header-menu-wrapper {
    display: none;
  }
  .mobile-menu-hidden {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
  }
  .mobile-header-main {
    gap: 8px 16px;
    margin-bottom: 16px;
  }
  .mobile-background {
    width: 100%;
    height: calc(100vh - 116px);
    top: 116px;
    left: 0;
    z-index: 1019;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .mobile-background-hidden {
    visibility: hidden;
    opacity: 0;
  }
  .header-menu-mobile {
    margin-bottom: 32px;
  }
  .header-menu-mobile > ul > li {
    margin-bottom: 12px;
  }
  .header-menu-mobile > ul > li > a {
    font-size: 18px;
    display: block;
    padding: 4px 12px;
  }
  .header-menu-mobile > ul > li > a:hover {
    background-color: #e94843;
    color: #fff !important;
  }
  .header-menu-mobile > ul .menu-item-has-children > a {
    display: block;
    padding: 4px 12px;
    color: #fff !important;
    background-size: 14px 14px;
    background-position: calc(100% - 7px) calc(50% + 1px);
  }
  .header-menu-mobile > ul .menu-item-has-children:hover > a {
    background-image: url("../../images/dropdown-white.svg");
  }
  .header-menu-mobile > ul .menu-item-has-children .sub-menu {
    display: none;
    padding: 12px;
  }
  .header-menu-mobile > ul .menu-item-has-children .sub-menu > li > a:hover {
    background-color: #e94843;
    color: #fff !important;
  }
  .header-menu-mobile > ul .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu, .header-menu-mobile > ul .menu-item-has-children .sub-menu .menu-item-has-children.menu-item-active .sub-menu, .header-menu-mobile > ul .menu-item-has-children .sub-menu .menu-item-has-children.current-menu-item .sub-menu, .header-menu-mobile > ul .menu-item-has-children .sub-menu .menu-item-has-children.current-menu-ancestor .sub-menu, .header-menu-mobile > ul .menu-item-has-children .sub-menu .menu-item-has-children.current_page_ancestor .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-menu-mobile > ul .menu-item-has-children:hover > a, .header-menu-mobile > ul .menu-item-has-children.menu-item-active > a {
    color: #fff !important;
    background-color: #e94843;
  }
  .header-menu-mobile > ul .menu-item-has-children.current-menu-ancestor > a, .header-menu-mobile > ul .menu-item-has-children.current_page_ancestor > a, .header-menu-mobile > ul .menu-item-has-children.current-menu-item > a {
    background-image: url("../../images/dropdown-white.svg");
  }
  .header-menu-mobile > ul .current-menu-item > a, .header-menu-mobile > ul .current_page_ancestor > a, .header-menu-mobile > ul .current-menu-ancestor > a {
    color: #fff !important;
    background-color: #e94843;
  }
}
.footer {
  background-color: #1d2a34;
}
.footer .footer-overlay {
  z-index: 0;
  pointer-events: none;
  width: 389px;
  height: 404px;
  right: 15%;
  top: 32px;
}
.footer .footer-privacy {
  background-color: #454d60;
  padding: 24px 0;
  font-size: 15px;
}
.footer .footer-privacy a {
  transition: all 0.2s linear;
}
.footer .footer-privacy a:hover {
  color: #e94843;
}
.footer .footer-privacy .footer-privacy-link.active {
  color: #e94843;
}
.footer .footer-inner-wrapper {
  gap: 40px;
  padding: 0 0 56px;
}
.footer .footer-text {
  color: #ead994;
}
.footer .footer-title {
  margin-bottom: 20px;
}
.footer .footer-single-contact {
  border-left: 4px solid #ead994;
  margin-bottom: 55px;
  padding-left: 20px;
  font-size: 15px;
}
.footer .footer-inner {
  width: calc(100% - 130px - 40px);
  gap: 45px;
  padding-top: 115px;
}
.footer .footer-menus-wrapper {
  gap: 24px;
  padding-left: 24px;
}
.footer .footer-menus-wrapper:before {
  content: "";
  width: 4px;
  margin-top: 46px;
  left: 0;
  height: calc(100% - 46px);
  position: absolute;
  background-color: #ead994;
}
.footer .footer-contact-wrapper {
  width: 240px;
}
.footer .single-menu-wrapper {
  width: 230px;
}
.footer .footer-menu > ul > li {
  margin-bottom: 20px;
}
.footer .footer-menu > ul > li > a {
  font-size: 15px;
  color: #ead994;
}
.footer .footer-menu > ul > li > a:hover {
  color: #e94843 !important;
}
.footer .footer-menu > ul .current-menu-item > a, .footer .footer-menu > ul .current_page_ancestor > a, .footer .footer-menu > ul .current-menu-ancestor > a {
  color: #e94843 !important;
}
.footer .footer-logo img {
  width: 130px;
}

@media screen and (max-width: 1280px) {
  .footer .footer-inner {
    gap: 24px;
  }
  .footer .single-menu-wrapper {
    width: calc((100% - 72px) / 3);
  }
}
@media screen and (max-width: 1180px) {
  .footer .footer-logo img {
    width: 100px;
  }
  .footer .footer-inner-wrapper {
    gap: 24px;
  }
  .footer .footer-inner {
    width: calc(100% - 24px - 100px);
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-logo {
    width: 100% !important;
  }
  .footer .footer-inner-wrapper {
    justify-content: center !important;
  }
  .footer .footer-inner {
    width: 100%;
    padding-top: 50px;
    gap: 24px;
  }
  .footer .footer-menus-wrapper {
    gap: 40px 12px;
    padding-left: 24px;
  }
  .footer .single-menu-wrapper {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-inner {
    flex-direction: column;
    gap: 48px;
  }
  .footer .footer-overlay {
    right: 32px;
    width: 200px;
    height: 215px;
  }
  .footer .footer-contact-wrapper {
    width: 100%;
  }
  .footer .footer-contact-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
  }
  .footer .footer-contact-inner .footer-single-contact:nth-of-type(2n + 1) {
    border-left: 4px solid #ead994;
    padding-left: 20px;
  }
  .footer .footer-contact-inner .footer-single-contact {
    border-left: none;
    padding-left: 0;
    width: calc((100% - 32px) / 2);
  }
}
@media screen and (max-width: 570px) {
  .footer .single-menu-wrapper {
    width: calc((100% - 36px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .footer .single-menu-wrapper {
    width: 100%;
  }
  .footer .footer-single-contact {
    width: 100% !important;
    border-left: 4px solid #ead994 !important;
    padding-left: 20px !important;
    margin-bottom: 0;
  }
  .footer .footer-inner {
    gap: 32px;
  }
}
.wysiwyg-styles blockquote {
  padding-left: 32px;
  padding-bottom: 16px;
  border-left: 6px solid #1d2a34;
  margin: 0 0 32px -100px;
  font-size: 27px;
  line-height: 32px;
}
.wysiwyg-styles blockquote p {
  margin: 0;
}
.wysiwyg-styles .wp-caption {
  width: 100% !important;
  margin: 0 0 32px;
}
.wysiwyg-styles .wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin: 8px 0 0;
  color: #5a5a5a;
  font-family: FontBold;
}
.wysiwyg-styles > p > img, .wysiwyg-styles .wp-caption > img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.wysiwyg-styles > p {
  margin-bottom: 32px;
}
.wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
  max-width: 50% !important;
  max-height: 500px !important;
  height: auto !important;
  object-fit: cover !important;
}
.wysiwyg-styles > p .alignleft {
  float: left;
  margin: 0 32px 32px 0;
}
.wysiwyg-styles > p .alignright {
  float: right;
  margin: 0 0 32px 32px;
}
.wysiwyg-styles > ul, .wysiwyg-styles > ol {
  margin-bottom: 24px;
}
.wysiwyg-styles > ol {
  padding: 0 0 0 24px;
}
.wysiwyg-styles > ul {
  list-style: square;
  padding-left: 24px;
}
.wysiwyg-styles > ul li {
  display: list-item;
  margin-bottom: 12px;
}
.wysiwyg-styles > p, .wysiwyg-styles > ul li, .wysiwyg-styles > ol li {
  font-size: 16px;
  line-height: 27px;
}
.wysiwyg-styles > p > a:not(.default-button), .wysiwyg-styles > ul li > a:not(.default-button), .wysiwyg-styles > ol li > a:not(.default-button) {
  color: #2782ae;
  position: relative;
}
.wysiwyg-styles > p > a:not(.default-button):hover:before, .wysiwyg-styles > p > a:not(.default-button):hover:after, .wysiwyg-styles > ul li > a:not(.default-button):hover:before, .wysiwyg-styles > ul li > a:not(.default-button):hover:after, .wysiwyg-styles > ol li > a:not(.default-button):hover:before, .wysiwyg-styles > ol li > a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles > p > a:not(.default-button):after, .wysiwyg-styles > ul li > a:not(.default-button):after, .wysiwyg-styles > ol li > a:not(.default-button):after {
  left: 0;
  background-color: #2782ae;
}
.wysiwyg-styles > p > a:not(.default-button):before, .wysiwyg-styles > p > a:not(.default-button):after, .wysiwyg-styles > ul li > a:not(.default-button):before, .wysiwyg-styles > ul li > a:not(.default-button):after, .wysiwyg-styles > ol li > a:not(.default-button):before, .wysiwyg-styles > ol li > a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles > p > a:not(.default-button):hover, .wysiwyg-styles > ul li > a:not(.default-button):hover, .wysiwyg-styles > ol li > a:not(.default-button):hover {
  color: #2782ae;
}
.wysiwyg-styles > h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: FontBold;
  margin-bottom: 12px;
}
.wysiwyg-styles > h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: FontBold;
  margin-bottom: 12px;
}
.wysiwyg-styles > h4 {
  font-size: 18px;
  line-height: 26px;
  font-family: FontBold;
  margin-bottom: 12px;
}
.wysiwyg-styles > h5 {
  font-size: 16px;
  line-height: 26px;
  font-family: FontBold;
  margin-bottom: 12px;
}
.wysiwyg-styles > ul li > strong a:not(.default-button), .wysiwyg-styles > ul li > b a:not(.default-button), .wysiwyg-styles > ul li > i a:not(.default-button), .wysiwyg-styles > ul li > em a:not(.default-button), .wysiwyg-styles > ul li > strong > i a:not(.default-button), .wysiwyg-styles > ul li > strong > em a:not(.default-button), .wysiwyg-styles > ul li > b > i a:not(.default-button), .wysiwyg-styles > ul li > b > em a:not(.default-button), .wysiwyg-styles > ul li > i > strong a:not(.default-button), .wysiwyg-styles > ul li > i > b a:not(.default-button), .wysiwyg-styles > ul li > em > strong a:not(.default-button), .wysiwyg-styles > ul li > em > b a:not(.default-button) {
  color: #2782ae;
  position: relative;
}
.wysiwyg-styles > ul li > strong a:not(.default-button):hover:before, .wysiwyg-styles > ul li > strong a:not(.default-button):hover:after, .wysiwyg-styles > ul li > b a:not(.default-button):hover:before, .wysiwyg-styles > ul li > b a:not(.default-button):hover:after, .wysiwyg-styles > ul li > i a:not(.default-button):hover:before, .wysiwyg-styles > ul li > i a:not(.default-button):hover:after, .wysiwyg-styles > ul li > em a:not(.default-button):hover:before, .wysiwyg-styles > ul li > em a:not(.default-button):hover:after, .wysiwyg-styles > ul li > strong > i a:not(.default-button):hover:before, .wysiwyg-styles > ul li > strong > i a:not(.default-button):hover:after, .wysiwyg-styles > ul li > strong > em a:not(.default-button):hover:before, .wysiwyg-styles > ul li > strong > em a:not(.default-button):hover:after, .wysiwyg-styles > ul li > b > i a:not(.default-button):hover:before, .wysiwyg-styles > ul li > b > i a:not(.default-button):hover:after, .wysiwyg-styles > ul li > b > em a:not(.default-button):hover:before, .wysiwyg-styles > ul li > b > em a:not(.default-button):hover:after, .wysiwyg-styles > ul li > i > strong a:not(.default-button):hover:before, .wysiwyg-styles > ul li > i > strong a:not(.default-button):hover:after, .wysiwyg-styles > ul li > i > b a:not(.default-button):hover:before, .wysiwyg-styles > ul li > i > b a:not(.default-button):hover:after, .wysiwyg-styles > ul li > em > strong a:not(.default-button):hover:before, .wysiwyg-styles > ul li > em > strong a:not(.default-button):hover:after, .wysiwyg-styles > ul li > em > b a:not(.default-button):hover:before, .wysiwyg-styles > ul li > em > b a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles > ul li > strong a:not(.default-button):after, .wysiwyg-styles > ul li > b a:not(.default-button):after, .wysiwyg-styles > ul li > i a:not(.default-button):after, .wysiwyg-styles > ul li > em a:not(.default-button):after, .wysiwyg-styles > ul li > strong > i a:not(.default-button):after, .wysiwyg-styles > ul li > strong > em a:not(.default-button):after, .wysiwyg-styles > ul li > b > i a:not(.default-button):after, .wysiwyg-styles > ul li > b > em a:not(.default-button):after, .wysiwyg-styles > ul li > i > strong a:not(.default-button):after, .wysiwyg-styles > ul li > i > b a:not(.default-button):after, .wysiwyg-styles > ul li > em > strong a:not(.default-button):after, .wysiwyg-styles > ul li > em > b a:not(.default-button):after {
  left: 0;
  background-color: #2782ae;
}
.wysiwyg-styles > ul li > strong a:not(.default-button):before, .wysiwyg-styles > ul li > strong a:not(.default-button):after, .wysiwyg-styles > ul li > b a:not(.default-button):before, .wysiwyg-styles > ul li > b a:not(.default-button):after, .wysiwyg-styles > ul li > i a:not(.default-button):before, .wysiwyg-styles > ul li > i a:not(.default-button):after, .wysiwyg-styles > ul li > em a:not(.default-button):before, .wysiwyg-styles > ul li > em a:not(.default-button):after, .wysiwyg-styles > ul li > strong > i a:not(.default-button):before, .wysiwyg-styles > ul li > strong > i a:not(.default-button):after, .wysiwyg-styles > ul li > strong > em a:not(.default-button):before, .wysiwyg-styles > ul li > strong > em a:not(.default-button):after, .wysiwyg-styles > ul li > b > i a:not(.default-button):before, .wysiwyg-styles > ul li > b > i a:not(.default-button):after, .wysiwyg-styles > ul li > b > em a:not(.default-button):before, .wysiwyg-styles > ul li > b > em a:not(.default-button):after, .wysiwyg-styles > ul li > i > strong a:not(.default-button):before, .wysiwyg-styles > ul li > i > strong a:not(.default-button):after, .wysiwyg-styles > ul li > i > b a:not(.default-button):before, .wysiwyg-styles > ul li > i > b a:not(.default-button):after, .wysiwyg-styles > ul li > em > strong a:not(.default-button):before, .wysiwyg-styles > ul li > em > strong a:not(.default-button):after, .wysiwyg-styles > ul li > em > b a:not(.default-button):before, .wysiwyg-styles > ul li > em > b a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles > ul li > strong a:not(.default-button):hover, .wysiwyg-styles > ul li > b a:not(.default-button):hover, .wysiwyg-styles > ul li > i a:not(.default-button):hover, .wysiwyg-styles > ul li > em a:not(.default-button):hover, .wysiwyg-styles > ul li > strong > i a:not(.default-button):hover, .wysiwyg-styles > ul li > strong > em a:not(.default-button):hover, .wysiwyg-styles > ul li > b > i a:not(.default-button):hover, .wysiwyg-styles > ul li > b > em a:not(.default-button):hover, .wysiwyg-styles > ul li > i > strong a:not(.default-button):hover, .wysiwyg-styles > ul li > i > b a:not(.default-button):hover, .wysiwyg-styles > ul li > em > strong a:not(.default-button):hover, .wysiwyg-styles > ul li > em > b a:not(.default-button):hover {
  color: #2782ae;
}
.wysiwyg-styles .wysiwyg-table-wrapper {
  overflow-x: auto;
  margin: 32px auto;
  position: relative;
  border: 1px solid #333333;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar {
  height: 4px;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar-track {
  background-color: #333333;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #e94843;
}
.wysiwyg-styles .wysiwyg-table-wrapper table {
  margin: 0;
}
.wysiwyg-styles table {
  width: 100%;
  margin: 32px auto;
  color: #5a5a5a;
}
.wysiwyg-styles table thead {
  position: relative;
}
.wysiwyg-styles table thead:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
}
.wysiwyg-styles table thead td {
  font-family: FontBold;
  background-color: #EDECEA;
  color: #5a5a5a;
  border-bottom: 1px solid #777777;
  padding: 4px 8px;
  vertical-align: center;
}
.wysiwyg-styles table tbody > tr:first-child > td {
  vertical-align: middle;
}
.wysiwyg-styles table tr {
  background-color: transparent;
}
.wysiwyg-styles table td {
  font-size: 14px;
  line-height: 21px;
  padding: 4px 8px;
  word-wrap: break-word;
  white-space: normal;
  vertical-align: top;
}
.wysiwyg-styles table td a {
  color: #e94843;
  position: relative;
}
.wysiwyg-styles table td a:hover:before, .wysiwyg-styles table td a:hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles table td a:after {
  left: 0;
  background-color: #e94843;
}
.wysiwyg-styles table td a:before, .wysiwyg-styles table td a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles table td:nth-of-type(1) {
  border-left: none;
}
.wysiwyg-styles table td:nth-last-of-type(1) {
  border-right: none;
}
.wysiwyg-styles table td table {
  width: 100%;
  padding: 0 16px;
  margin: 16px 0 !important;
}
.wysiwyg-styles table td table td {
  border-bottom: 1px solid #777777;
  font-size: 14px;
  line-height: 21px;
  padding: 4px 8px;
  word-wrap: break-word;
  white-space: normal;
  vertical-align: top;
}
.wysiwyg-styles table td table a {
  color: #e94843;
  position: relative;
}
.wysiwyg-styles table td table a:hover:before, .wysiwyg-styles table td table a:hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles table td table a:after {
  left: 0;
  background-color: #e94843;
}
.wysiwyg-styles table td table a:before, .wysiwyg-styles table td table a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles table td table:nth-of-type(1) {
  border-left: none;
}
.wysiwyg-styles table td table:nth-last-of-type(1) {
  border-right: none;
}
.wysiwyg-styles .wysiwyg-button {
  margin-bottom: 32px;
}
.wysiwyg-styles > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:last-child > img {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:first-child {
  margin-top: 0 !important;
}

.video-wysiwyg {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg-gallery {
  margin: 0 0 32px;
  gap: 16px;
}
.wysiwyg-gallery .single-gallery-element {
  width: calc((100% - 48px) / 4.001);
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wysiwyg-gallery .slider-image-link {
  overflow: hidden;
}
.wysiwyg-gallery .additional-number {
  right: 16px;
  bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
    float: none !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 500px) {
  .wysiwyg-gallery {
    gap: 12px;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 6px);
  }
}
.preloader {
  position: absolute;
  width: 80px;
  height: 15px;
  transition: all 0.1s linear;
  visibility: hidden;
  opacity: 0;
}
.preloader div {
  background-color: #e94843;
  position: absolute;
  top: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader div:nth-child(1) {
  left: 8px;
  animation: preloader-animation-1 0.6s infinite;
}
.preloader div:nth-child(2) {
  left: 8px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(3) {
  left: 32px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(4) {
  left: 56px;
  animation: preloader-animation-3 0.6s infinite;
}

.preloader-visible {
  visibility: visible;
  opacity: 1;
}

.preloader-circle {
  width: 32px;
  height: 32px;
  animation: rotating 5s linear infinite;
  -webkit-animation: rotating 5s linear infinite;
  display: none;
}

.left-side-preloader {
  right: calc(100% + 8px);
  top: calc(50% - 16px);
}

.right-side-preloader {
  left: calc(100% + 8px);
  top: calc(50% - 16px);
}

@keyframes preloader-animation-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes preloader-animation-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes preloader-animation-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.common-form-preloader {
  top: calc(100% + 12px);
  left: calc(50% - 40px);
}

.ui-datepicker-next, .ui-datepicker-prev {
  top: 3.5px !important;
  transition: all 0.2s linear !important;
  cursor: pointer !important;
  border: 1px solid transparent !important;
  background: #ededed !important;
  font-weight: normal !important;
  color: #2b2b2b !important;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
  border: 1px solid #ccc !important;
}
.ui-datepicker-next .ui-icon, .ui-datepicker-prev .ui-icon {
  background-size: 16px 16px !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}

.ui-datepicker-next {
  right: 2px !important;
}
.ui-datepicker-next .ui-icon {
  background-image: url("../../images/arrow-next.svg") !important;
}

.ui-datepicker-prev {
  left: 2px !important;
}
.ui-datepicker-prev .ui-icon {
  background-image: url("../../images/arrow-prev.svg") !important;
}

.ui-state-highlight {
  border: 1px solid #c5c5c5 !important;
  background: #c5c5c5 !important;
  color: #5a5a5a !important;
}

.ui-state-active {
  border: 1px solid #c5c5c5 !important;
  background: #e94843 !important;
  color: #fff !important;
}

.ui-datepicker-current {
  display: none !important;
  background: #df201a !important;
  color: #5a5a5a !important;
  border: 1px solid #df201a !important;
  box-shadow: 0 0 30px rgba(251, 187, 0, 0.15);
  opacity: 1 !important;
  font-family: FontBold !important;
}
.ui-datepicker-current:hover {
  box-shadow: 0 0 30px rgba(0, 174, 239, 0.3) !important;
  color: #fff !important;
  background-color: #e94843 !important;
  border: 1px solid #e94843 !important;
}

.ui-datepicker-close {
  float: left !important;
  border: 1px solid #e94843 !important;
  background: #e94843 !important;
  color: #fff !important;
  font-family: FontBold !important;
  box-shadow: 0 0 30px rgba(0, 174, 239, 0.3);
}
.ui-datepicker-close:hover {
  box-shadow: 0 0 30px rgba(0, 174, 239, 0.3) !important;
  color: #fff !important;
  background-color: #e94843 !important;
  border: 1px solid #e94843 !important;
}

.form-checkbox-container {
  margin: auto 0 16px 0;
  font-size: 0;
}
.form-checkbox-container input {
  left: -9999px;
}
.form-checkbox-container input:checked ~ .checkbox-label .checkbox-back .checkbox-mark {
  opacity: 1;
  transition: all 0.1s linear;
}
.form-checkbox-container .checkbox-label {
  margin: 0;
}
.form-checkbox-container .checkbox-title {
  text-align: left;
  font-size: 15px;
  line-height: 23px;
  cursor: pointer;
  color: #5a5a5a;
  transition: all 0.2s linear;
}
.form-checkbox-container .form-privacy-link {
  color: #5a5a5a;
}
.form-checkbox-container .form-privacy-link a {
  color: #2782ae;
  text-decoration: none;
  position: relative;
}
.form-checkbox-container .form-privacy-link a:hover:before, .form-checkbox-container .form-privacy-link a:hover:after {
  width: 100%;
  opacity: 1;
}
.form-checkbox-container .form-privacy-link a:after {
  left: 0;
  background-color: #2782ae;
}
.form-checkbox-container .form-privacy-link a:before, .form-checkbox-container .form-privacy-link a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.form-checkbox-container .checkbox-back {
  width: 23px;
  height: 23px;
  cursor: pointer;
  margin-right: 8px;
  transition: all 0.2s linear;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
}
.form-checkbox-container .checkbox-back .checkbox-mark {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
}
.form-checkbox-container .checkbox-back .checkbox-mark img {
  width: 16px;
}

.common-input-styling .warning-validation .form-label, .common-input-styling .warning-validation .obligatory-input {
  color: #F42835;
}
.common-input-styling .warning-validation .form-input, .common-input-styling .warning-validation .form-textarea {
  border: 1px solid #F42835 !important;
}
.common-input-styling .warning-validation .checkbox-back {
  border: 1px solid #F42835 !important;
}
.common-input-styling .warning-validation .checkbox-title {
  color: #F42835;
}
.common-input-styling .warning-validation .checkbox-title a {
  color: #F42835;
}
.common-input-styling .warning-validation .checkbox-title a:hover:before, .common-input-styling .warning-validation .checkbox-title a:hover:after {
  width: 100%;
  opacity: 1;
}
.common-input-styling .warning-validation .checkbox-title a:after {
  left: 0;
  background-color: #F42835;
}
.common-input-styling .warning-validation .checkbox-title a:before, .common-input-styling .warning-validation .checkbox-title a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.common-input-styling .form-input-container {
  margin-bottom: 24px;
}
.common-input-styling .form-label {
  margin-bottom: 8px;
  transition: all 0.2s linear;
}
.common-input-styling .obligatory-input {
  color: #8a1f11;
  transition: all 0.2s linear;
}
.common-input-styling input, .common-input-styling textarea {
  padding: 8px;
  border: 1px solid #bbb;
  background-color: #f5f8fa;
  transition: all 0.2s linear;
}
.common-input-styling input:hover, .common-input-styling input:focus, .common-input-styling textarea:hover, .common-input-styling textarea:focus {
  border: 1px solid #666;
}
.common-input-styling textarea {
  resize: none;
  height: 250px;
}
.common-input-styling textarea::-webkit-scrollbar {
  width: 4px;
}
.common-input-styling textarea::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 8px 0;
}
.common-input-styling textarea::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #e94843;
}
.common-input-styling .checkbox-container-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 8px;
}
.common-input-styling .checkbox-container-wrapper-inner {
  font-size: 15px;
  line-height: 23px;
}
.common-input-styling .checkbox-subtitle {
  margin-bottom: 4px;
}

.forms-block-info-success {
  padding: 20px 0;
  margin: auto 0;
  min-height: 510px;
  align-content: center;
  background-color: #f5f8fa;
  border-radius: 10px;
  border: 1px solid #bbb;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.success-image {
  margin-bottom: 16px;
}
.success-image img {
  width: 200px;
}

.image-modal-window .modal {
  overflow-y: scroll;
}
.image-modal-window .modal::-webkit-scrollbar {
  width: 0;
}
.image-modal-window .modal::-webkit-scrollbar-track, .image-modal-window .modal::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}
.image-modal-window .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
  border-radius: 0;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .align-modal-helper {
  padding: 16px !important;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .slide-image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  width: 1420px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  position: relative;
  margin: auto;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.image-modal-window .modal-dialog .modal-content .carousel, .image-modal-window .modal-dialog .modal-content .carousel-inner, .image-modal-window .modal-dialog .modal-content .carousel-item {
  height: 100% !important;
  background-color: transparent !important;
}
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  width: 48px;
  height: 48px;
  background-color: #e94843;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0.75;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev img, .image-modal-window .carousel-control-next img {
  width: 22px !important;
  height: 15px !important;
}
.image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev {
  margin-left: 16px;
}
.image-modal-window .carousel-control-next {
  margin-right: 16px;
}
.image-modal-window .modal-cross {
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background-color: #e94843;
  border-radius: 50%;
  opacity: 1;
  padding: 0;
  border: none;
  cursor: pointer;
}
.image-modal-window .modal-cross img {
  width: 20px !important;
  height: 20px !important;
}
.image-modal-window .modal-cross:hover {
  opacity: 1;
}
.image-modal-window .modal-cross:focus {
  outline: none;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover, .image-modal-window .modal-cross:hover {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus, .image-modal-window .modal-cross:focus {
    opacity: 0.75;
  }
}
.common-selectize-wrapper .selectize-control {
  font-size: 0;
}
.common-selectize-wrapper .selectize-input {
  font-size: 0 !important;
  line-height: normal !important;
  box-shadow: none !important;
  transition: all 0.2s linear !important;
  width: 100% !important;
}
.common-selectize-wrapper .selectize-input:focus {
  outline: none;
}
.common-selectize-wrapper .selectize-input:before, .common-selectize-wrapper .selectize-input:after {
  display: none !important;
}
.common-selectize-wrapper .selectize-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100% !important;
  margin: 0 !important;
}
.common-selectize-wrapper .selectize-input .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100% !important;
}
.common-selectize-wrapper .selectize-input .item ~ input {
  display: none !important;
}
.common-selectize-wrapper .selectize-dropdown {
  background-color: #fff !important;
  overflow: hidden !important;
  cursor: pointer;
  box-shadow: none;
  width: 100% !important;
  left: 0 !important;
  border: 2px solid #E7E6E6 !important;
  border-radius: 8px !important;
}
.common-selectize-wrapper .selectize-dropdown .active {
  background-color: #e94843 !important;
  color: #fff !important;
}
.common-selectize-wrapper .selectize-dropdown .selected {
  background-color: #fff;
}

.header-languages-selectize {
  width: 48px;
}
.header-languages-selectize .selectize-input {
  padding: 8px 4px !important;
  border-radius: 0 !important;
  border: 2px solid transparent !important;
  background-color: transparent !important;
  background-image: url("../../images/dropdown-white.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 100% 51% !important;
  background-size: 13px 7px !important;
}
.header-languages-selectize .selectize-input input, .header-languages-selectize .selectize-input .item {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #fff;
  font-family: FontMedium;
  transition: all 0.2s linear;
}
.header-languages-selectize .selectize-dropdown {
  text-align: center;
  top: 40px !important;
}
.header-languages-selectize .selectize-dropdown .option {
  padding: 4px 0;
  font-size: 14px;
  line-height: 21px;
  color: #5a5a5a;
  font-family: FontMedium;
  letter-spacing: 0.14px;
}
.header-languages-selectize .selectize-dropdown-content::-webkit-scrollbar {
  width: 0;
}
.header-languages-selectize .selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.header-languages-selectize .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.header-languages-mobile .header-languages-selectize {
  width: 40px;
}
.header-languages-mobile .header-languages-selectize .selectize-input {
  padding: 8px 0 !important;
  background-position: 110% 50% !important;
  background-image: url("../../images/dropdown-white.svg") !important;
}
.header-languages-mobile .header-languages-selectize .selectize-input input, .header-languages-mobile .header-languages-selectize .selectize-input .item {
  font-size: 16px !important;
  line-height: 150% !important;
  color: #fff;
  font-family: FontBold;
  transition: all 0.2s linear;
}

.default-selectize .selectize-input {
  padding: 10px 45px 10px 16px !important;
  border-radius: 8px !important;
  border: 2px solid #E7E6E6 !important;
  background-color: #fff !important;
  background-image: url("../../images/dropdown.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 16px) 50% !important;
  background-size: 13px 7px !important;
  transition: all 0.2s linear;
}
.default-selectize .selectize-input:hover {
  border: 2px solid #939CAB !important;
}
.default-selectize .selectize-input input, .default-selectize .selectize-input .item {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #5a5a5a;
  transition: all 0.2s linear;
}
.default-selectize .selectize-input input::-webkit-input-placeholder {
  color: #5a5a5a;
}
.default-selectize .selectize-input input::-moz-placeholder {
  color: #5a5a5a;
}
.default-selectize .selectize-input input:-moz-placeholder {
  color: #5a5a5a;
}
.default-selectize .selectize-input input:-ms-input-placeholder {
  color: #5a5a5a;
}
.default-selectize .selectize-dropdown {
  top: 47px !important;
}
.default-selectize .selectize-dropdown .option {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #5a5a5a;
}
.default-selectize .selectize-dropdown-content::-webkit-scrollbar {
  width: 4px;
}
.default-selectize .selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: #fff;
}
.default-selectize .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #e94843;
}
.default-selectize .input-active {
  background-color: #fff !important;
  border: 2px solid #939CAB !important;
  border-radius: 8px 8px 0 0 !important;
}
.default-selectize .input-active ~ .selectize-dropdown {
  border: 2px solid #939CAB !important;
  border-radius: 0 0 8px 8px !important;
}

.default-selectize.warning-validation .selectize-input {
  border: 2px solid #F42835 !important;
  background-image: url("../../images/dropdown.svg") !important;
}
.default-selectize.warning-validation .selectize-input input::-webkit-input-placeholder {
  color: #F42835;
}
.default-selectize.warning-validation .selectize-input input::-moz-placeholder {
  color: #F42835;
}
.default-selectize.warning-validation .selectize-input input:-moz-placeholder {
  color: #F42835;
}
.default-selectize.warning-validation .selectize-input input:-ms-input-placeholder {
  color: #F42835;
}
.default-selectize.warning-validation .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #F42835;
}
.default-selectize.warning-validation .input-active {
  border: 2px solid #F42835 !important;
}
.default-selectize.warning-validation .input-active ~ .selectize-dropdown {
  border: 2px solid #F42835 !important;
}

.hero-header {
  padding: 0;
}

.hero-overlay {
  background-color: #000;
  opacity: 0.55;
}

.hero-small .hero-block-wrapper, .hero-small .hero-block-container {
  min-height: 400px;
}

.hero-with-under-info {
  margin-bottom: 120px;
}

.hero-big .hero-block-wrapper, .hero-big .hero-block-container {
  min-height: calc(100vh - 120px);
}

.hero-block .hero-block-inner {
  padding: 64px 0;
  max-width: 755px;
}
.hero-block .hero-block-title {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .hero-block .hero-block-inner {
    padding: 48px 0;
  }
}
@media screen and (max-width: 500px) {
  .hero-block .hero-block-inner {
    padding: 32px 0;
  }
}
.hero-under-info-block-wrapper {
  bottom: -60px;
  right: 0;
}
.hero-under-info-block-wrapper .hero-under-info-block {
  padding: 24px 0;
  background-color: #fff;
  max-width: 1320px;
  margin-left: auto;
  box-shadow: -15px 15px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.hero-under-info-block-wrapper .hero-under-info-text-wrapper {
  max-width: 960px;
  padding: 12px 18px 0;
}
.hero-under-info-block-wrapper .hero-under-subtext {
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .hero-under-info-block-wrapper .hero-under-info-block {
    max-width: 1180px;
  }
}
@media screen and (max-width: 1280px) {
  .hero-under-info-block-wrapper .hero-under-info-block {
    max-width: 980px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-under-info-block-wrapper .hero-under-info-block {
    max-width: 760px;
  }
}
@media screen and (max-width: 768px) {
  .hero-under-info-block-wrapper .hero-under-info-block {
    width: calc(100% - 108px);
  }
}
@media screen and (max-width: 600px) {
  .hero-under-info-block-wrapper .hero-under-info-block {
    width: calc(100% - 48px);
  }
}
.info-block-container .info-block-item {
  min-height: 100vh;
}
.info-block-container .info-block-item .info-block-item-text-inner {
  max-width: 720px;
}
.info-block-container .single-arrow {
  background-color: #fff;
}
.info-block-container .info-block-item-without-image {
  min-height: unset;
}
.info-block-container .info-block-item-without-image .info-block-item-text-inner {
  max-width: none;
}
.info-block-container .info-block-item-text-wrapper, .info-block-container .info-block-item-image-wrapper {
  width: 50%;
}
.info-block-container .info-block-item-text-wrapper {
  padding: 96px 0;
}
.info-block-container .info-block-subtext, .info-block-container .info-block-item-text {
  margin-bottom: 16px;
}

@media screen and (max-width: 1440px) {
  .info-block-container .info-block-item {
    height: auto;
    min-height: unset;
  }
  .info-block-container .info-block-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .info-block-container .info-block-item {
    min-height: unset;
    flex-direction: column !important;
  }
  .info-block-container .info-block-item-text-wrapper, .info-block-container .info-block-item-image-wrapper {
    width: 100%;
  }
  .info-block-container .info-block-item-text-wrapper {
    padding: 48px 0;
    order: 2;
  }
  .info-block-container .info-block-item-image-wrapper {
    order: 1;
  }
  .info-block-container .info-block-item-image-wrapper:before {
    content: "";
    display: block;
    padding-top: 80%;
  }
}
@media screen and (max-width: 500px) {
  .info-block-container .info-block-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.home-services-block {
  margin-top: 96px;
}
.home-services-block .home-services-title {
  margin-bottom: 48px;
}
.home-services-block .services-list .single-service-wrapper:nth-of-type(4n + 3), .home-services-block .services-list .single-service-wrapper:nth-of-type(4n + 4) {
  flex-direction: row-reverse;
}
.home-services-block .single-service-wrapper {
  width: 50%;
  background-color: #454d60;
  min-height: 500px;
  color: #fff;
}
.home-services-block .single-service-inner {
  padding: 16px 0;
}
.home-services-block .single-service-image-wrapper, .home-services-block .single-service-inner {
  width: 50%;
}
.home-services-block .single-service-title-wrapper {
  margin-bottom: 12px;
}
.home-services-block .service-short-desc {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 22px;
}
.home-services-block .single-service-permalink {
  color: #fff;
  transition: all 0.2s linear;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
.home-services-block .single-service-permalink:hover {
  color: lightgray;
}
.home-services-block .single-service-permalink span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400 !important;
}
.home-services-block .single-service-permalink h2 {
  font-size: 22px;
  line-height: 26px;
}

@media screen and (max-width: 1440px) {
  .home-services-block {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1280px) {
  .home-services-block {
    margin-top: 48px;
  }
  .home-services-block .single-service-wrapper {
    min-height: unset;
  }
  .home-services-block .single-service-image-wrapper {
    max-width: 320px;
  }
  .home-services-block .single-service-image-wrapper:before {
    content: "";
    display: block;
    padding-top: 136.5%;
  }
}
@media screen and (max-width: 1023px) {
  .home-services-block {
    margin-top: 32px;
  }
  .home-services-block .single-service-wrapper, .home-services-block .single-service-inner, .home-services-block .single-service-image-wrapper {
    width: 100%;
  }
  .home-services-block .single-service-image-wrapper {
    max-width: none;
  }
  .home-services-block .home-services-title {
    margin-bottom: 32px;
  }
  .home-services-block .single-service-wrapper {
    flex-direction: column !important;
    gap: 24px;
    padding-bottom: 40px;
    min-height: unset;
  }
  .home-services-block .single-service-image-wrapper {
    order: 1;
  }
  .home-services-block .single-service-image-wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .home-services-block .single-service-inner {
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .home-services-block .single-service-wrapper {
    padding-bottom: 24px;
  }
}
.partners-container {
  margin: 64px 0;
}
.partners-container .partners-inner {
  gap: 24px;
}
.partners-container .partners-image-container, .partners-container .partners-content {
  width: calc(50% - 12px);
}
.partners-container .partners-image-container img {
  max-width: 500px;
}

@media screen and (max-width: 1280px) {
  .partners-container {
    margin: 48px 0;
  }
}
@media screen and (max-width: 1024px) {
  .partners-container {
    margin: 32px 0;
  }
  .partners-container .partners-inner {
    display: block !important;
  }
  .partners-container .partners-image-container, .partners-container .partners-content {
    width: 100%;
  }
  .partners-container .partners-image-container {
    margin-bottom: 32px;
  }
}
.single-contact-block {
  margin-top: 64px;
  background-color: #fff;
}
.single-contact-block .single-contact-inner {
  gap: 24px;
}
.single-contact-block .contact-image, .single-contact-block .single-contact-info-wrapper {
  width: calc(50% - 12px);
}
.single-contact-block .single-contact-info-wrapper {
  max-width: 600px;
  margin-left: auto;
}
.single-contact-block .contact-image {
  max-width: 900px;
}
.single-contact-block .contact-image:before {
  content: "";
  display: block;
  padding-top: 111%;
}
.single-contact-block .single-contact-subtext {
  margin-bottom: 16px;
  font-family: FontRegular !important;
}
.single-contact-block .contact-text {
  margin-bottom: 16px;
}

@media screen and (max-width: 1280px) {
  .single-contact-block {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .single-contact-block {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .single-contact-block {
    margin-bottom: 32px;
  }
  .single-contact-block .single-contact-inner {
    flex-direction: column;
  }
  .single-contact-block .contact-image, .single-contact-block .single-contact-info-wrapper {
    width: 100%;
  }
  .single-contact-block .contact-image {
    max-width: 400px;
  }
  .single-contact-block .single-contact-info-wrapper {
    max-width: none;
  }
}
.single-info-list .single-arrow {
  background-color: #1d2a34;
}
.single-info-list .single-info-wrapper:nth-of-type(4n + 3), .single-info-list .single-info-wrapper:nth-of-type(4n + 4) {
  flex-direction: row-reverse;
}
.single-info-list .single-info-wrapper {
  width: 50%;
  background-color: #1d2a34;
  min-height: 500px;
  color: #fff;
}
.single-info-list .single-info-image-wrapper, .single-info-list .single-info-inner {
  width: 50%;
}
.single-info-list .single-info-title-wrapper {
  margin-bottom: 12px;
}
.single-info-list .info-short-desc {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 22px;
}
.single-info-list .single-info-permalink {
  color: #f1da92;
  transition: all 0.2s linear;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  display: inline-flex;
}
.single-info-list .single-info-permalink h2 {
  font-size: 22px;
  line-height: 26px;
}
.single-info-list .single-info-permalink-title:hover {
  color: #e94843;
}
.single-info-list .single-info-permalink-btn {
  position: relative;
}
.single-info-list .single-info-permalink-btn:hover:before, .single-info-list .single-info-permalink-btn:hover:after {
  width: 100%;
  opacity: 1;
}
.single-info-list .single-info-permalink-btn:after {
  left: 0;
  background-color: #f1da92;
}
.single-info-list .single-info-permalink-btn:before, .single-info-list .single-info-permalink-btn:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}

.single-services-page .single-info-list .single-info-permalink {
  color: #fff;
  transition: all 0.2s linear;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  display: inline-flex;
}
.single-services-page .single-info-list .single-info-permalink h2 {
  font-size: 22px;
  line-height: 26px;
}
.single-services-page .single-info-list .single-info-permalink-title:hover {
  color: #e94843;
}
.single-services-page .single-info-list .single-info-permalink-btn {
  position: relative;
}
.single-services-page .single-info-list .single-info-permalink-btn:hover:before, .single-services-page .single-info-list .single-info-permalink-btn:hover:after {
  width: 100%;
  opacity: 1;
}
.single-services-page .single-info-list .single-info-permalink-btn:after {
  left: 0;
  background-color: #fff;
}
.single-services-page .single-info-list .single-info-permalink-btn:before, .single-services-page .single-info-list .single-info-permalink-btn:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .single-info-list .single-info-wrapper, .single-info-list .single-info-inner, .single-info-list .single-info-image-wrapper {
    width: 100%;
  }
  .single-info-list .home-infos-title {
    margin-bottom: 32px;
  }
  .single-info-list .single-info-wrapper {
    flex-direction: column !important;
    gap: 24px;
    padding-bottom: 40px;
    min-height: unset;
  }
  .single-info-list .single-info-image-wrapper {
    order: 1;
  }
  .single-info-list .single-info-image-wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .single-info-list .single-info-inner {
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .single-info-list .single-info-wrapper {
    padding-bottom: 16px;
  }
}
.info-block-overlay .info-block-overlay-inner {
  padding: 48px 0;
  max-width: 900px;
}
.info-block-overlay .info-block-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.info-block-overlay .info-block-overlay-container {
  min-height: 400px;
}
.info-block-overlay .info-block-overlay-subtitle {
  margin-bottom: 16px;
}
.info-block-overlay .info-block-overlay-title {
  margin-bottom: 0;
}
.info-block-overlay .default-button {
  padding: 8px 18px;
}

.info-block-overlay.info-block-overlay-big .info-block-overlay-container {
  min-height: 700px;
}

@media screen and (max-width: 767px) {
  .info-block-overlay .info-block-overlay-container {
    min-height: unset;
  }
  .info-block-overlay .info-block-overlay-inner {
    padding: 48px 0;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .info-block-overlay .info-block-overlay-inner {
    padding: 32px 0;
    text-align: center;
  }
}
.photo-block-container {
  margin: 48px 0;
}
.photo-block-container .photo-block-title {
  margin-bottom: 40px;
}
.photo-block-container .photo-block-image {
  margin-top: 64px;
  max-width: 50%;
  width: 100%;
  max-height: 400px;
}
.photo-block-container .photo-block-inner {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .photo-block-container .photo-block-image {
    margin: 0 32px 32px;
    justify-content: start !important;
  }
  .photo-block-container .photo-block-image img {
    max-width: 700px;
    width: 100%;
    height: auto;
  }
  .photo-block-container .photo-block-inner {
    width: 100%;
  }
}
.gallery-container .gallery-item {
  width: 25%;
}
.gallery-container .gallery-item:before {
  content: "";
  display: block;
  padding-top: 130%;
}

@media screen and (max-width: 1280px) {
  .gallery-container .gallery-item {
    width: 33.3333333333%;
  }
  .gallery-container .gallery-item:before {
    content: "";
    display: block;
    padding-top: 119%;
  }
}
@media screen and (max-width: 767px) {
  .gallery-container .gallery-item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .gallery-container .gallery-item {
    width: 100%;
  }
}
.faq-container {
  margin: 64px 0;
}
.faq-container .faq-text-wrapper {
  max-width: 850px;
  margin: 0 auto 48px;
}
.faq-container .faq-title {
  margin-bottom: 16px;
}
.faq-container .faq-wrapper {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 64px;
  background-color: #f8f8f8;
}
.faq-container .accordion-tab {
  margin-bottom: 40px;
}
.faq-container .accordion-tab p {
  padding-bottom: 16px;
}
.faq-container .accordion-tab.active .accordion-tab-title {
  margin-bottom: 16px;
  color: #e94843;
}
.faq-container .accordion-tab-link:hover .accordion-tab-title {
  color: #414141;
}
.faq-container .accordion-tab-link:hover .faq-closed {
  background-color: #414141;
}
.faq-container .accordion-tab-link:hover .accordion-tab-status-main:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.faq-container .accordion-tab-status-main {
  margin-right: 24px;
}
.faq-container .accordion-tab-status-main svg {
  width: 70px;
  height: 70px;
}
.faq-container .accordion-tab-status-main:before {
  content: "";
  position: absolute;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  left: -7px;
  top: -7px;
  border: 2px solid #414141;
  border-radius: 50%;
}
.faq-container .accordion-tab-status-secondary .faq-closed {
  width: 30px;
  height: 30px;
  background-color: #8b8b8b;
  border-radius: 50%;
  transition: all 0.25s linear;
  margin-left: 24px;
}
.faq-container .accordion-tab-status-secondary svg {
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.faq-container .accordion-tab-link:not(.collapsed) .accordion-tab-title {
  color: #e94843;
}
.faq-container .accordion-tab-link:not(.collapsed) .accordion-tab-status-secondary svg {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.faq-container .accordion-tab-link:not(.collapsed):hover .accordion-tab-status-secondary .faq-closed {
  background-color: #e94843;
}
.faq-container .accordion-tab-link:not(.collapsed):hover .accordion-tab-status-main:before {
  border: 2px solid #e94843;
}
.faq-container .accordion-tab-title {
  border-bottom: 2px solid #ddd;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
  padding: 16px 0;
  color: #5a5a5a;
  max-width: calc(100% - 16px);
}
.faq-container .accordion-tab-content {
  margin: 0 54px 0 94px;
  padding: 32px 0;
}

@media screen and (max-width: 1280px) {
  .faq-container .faq-wrapper {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .faq-container .accordion-tab-status-main {
    margin-right: 16px;
  }
  .faq-container .accordion-tab-status-main svg {
    width: 36px;
    height: 36px;
  }
  .faq-container .faq-wrapper {
    padding: 32px 24px;
  }
  .faq-container .accordion-tab-title {
    font-size: 18px;
  }
  .faq-container .accordion-tab-content {
    margin: 0 34px 0 52px;
  }
  .faq-container .accordion-tab-status-secondary .faq-closed {
    margin-left: 14px;
    width: 20px;
    height: 20px;
  }
  .faq-container .accordion-tab-status-secondary svg {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .faq-container {
    margin: 32px 0;
  }
  .faq-container .faq-wrapper {
    padding: 24px 16px;
  }
}
.categories-container {
  padding: 24px 0;
  background-color: #f8f8f8;
}
.categories-container .categories-inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.categories-container .single-category-link-separator {
  margin: 0 12px;
  font-size: 18px;
  color: #8b8b8b;
}
.categories-container .single-category-link {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 24px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.categories-container .single-category-link:hover {
  color: #e94843;
}
.categories-container .active.single-category-link {
  color: #e94843;
}

.home-page .info-block-overlay .info-block-overlay {
  background-color: rgba(0, 0, 0, 0.25);
}

.simple-page .page-content-container {
  margin: 48px auto;
  max-width: 850px;
}

.single-page {
  background-color: #f2f2f2;
}
.single-page .single-article-permalink {
  padding: 0 16px 32px;
}
.single-page .single-article-permalink a {
  font-size: 13px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.single-page .single-article-permalink a:hover {
  color: #e94843;
}
.single-page .hero-under-title {
  color: #e94843;
}
.single-page .categories-container {
  padding: 0;
  background-color: transparent;
  margin: 24px 0 12px;
}
.single-page .single-category-link {
  color: #5a5a5a;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.single-page .single-category-link:hover {
  color: #646464;
}
.single-page .categories-inner {
  justify-content: start !important;
}
.single-page .wysiwyg-styles > p {
  font-size: 18px;
  line-height: 27px;
}
.single-page .wysiwyg-styles > p > a:not(.default-button) {
  color: #2782ae;
  position: relative;
}
.single-page .wysiwyg-styles > p > a:not(.default-button):hover:before, .single-page .wysiwyg-styles > p > a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.single-page .wysiwyg-styles > p > a:not(.default-button):after {
  left: 0;
  background-color: #2782ae;
}
.single-page .wysiwyg-styles > p > a:not(.default-button):before, .single-page .wysiwyg-styles > p > a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.single-page .wysiwyg-styles > p > a:not(.default-button):hover {
  color: #2782ae;
}
.single-page .posts-container {
  padding: 64px 0;
}
.single-page .posts-inner {
  gap: 30px 40px;
}
.single-page .single-blog-article {
  background-color: #fff;
  width: calc((100% - 80px) / 3);
}
.single-page .single-blog-article-thumb {
  width: 100%;
}
.single-page .single-blog-article-thumb:before {
  content: "";
  display: block;
  padding-top: 39.75%;
}
.single-page .single-blog-article-inner {
  padding: 24px 16px;
}
.single-page .single-blog-article-title {
  font-size: 22px;
  margin-bottom: 24px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.single-page .single-blog-article-title:hover {
  color: #e94843;
}
.single-page .single-blog-article-desc {
  margin-bottom: 24px;
}
.single-page .single-article-permalink a {
  font-size: 13px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.single-page .single-article-permalink a:hover {
  color: #e94843;
}
.single-page .single-page-arrow {
  font-size: 20px;
  line-height: 28px;
}
.single-page .single-page-arrow svg {
  width: 18px;
  height: 18px;
}

.page-404 {
  padding: 48px 0;
}
.page-404 .title-404 {
  font-size: 100px;
  line-height: 110%;
  margin-bottom: 24px;
}
.page-404 .content-404 {
  max-width: 850px;
  margin-bottom: 24px;
}

.default-page .default-page-content {
  margin: 48px auto;
  max-width: 850px;
}
.default-page .info-block-overlay-list-container {
  margin: 48px 0;
}
.default-page .info-block-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.single-services-page .default-page-content {
  margin: 48px auto;
  max-width: 850px;
}

.simple-page {
  margin: 64px 0;
}
.simple-page .page-title {
  margin-bottom: 32px;
}

@media screen and (max-width: 1280px) {
  .simple-page {
    margin: 48px 0;
  }
}
@media screen and (max-width: 1180px) {
  .single-page .single-blog-article, .blog-page .single-blog-article {
    width: calc((100% - 40px) / 2) !important;
  }
}
@media screen and (max-width: 1024px) {
  .simple-page {
    margin: 32px 0;
  }
}
@media screen and (max-width: 767px) {
  .single-page .single-blog-article, .blog-page .single-blog-article {
    width: 100% !important;
  }
  .single-page .single-contact-block, .blog-page .single-contact-block {
    padding: 32px 0;
    margin: 0;
  }
  .single-page .single-contact-block .contact-image, .blog-page .single-contact-block .contact-image {
    display: none;
  }
}
.join-us-page .default-page-content {
  margin: 48px auto;
  max-width: 850px;
}
.join-us-page .info-block-container {
  margin-bottom: 0;
}

.employees-page .hero-overlay {
  opacity: 0.25;
  background-color: #000;
}
.employees-page .team-title-wrapper {
  max-width: 850px;
  margin: 64px auto;
  text-align: center;
}
.employees-page .background-blue {
  color: #fff;
}
.employees-page .background-blue .single-person {
  background-color: #454d60;
}
.employees-page .background-blue .single-person-link a {
  color: #fff;
}
.employees-page .background-blue .single-person-link a:hover {
  color: #e94843;
}
.employees-page .background-yellow {
  color: #1d2a34;
}
.employees-page .background-yellow .single-person {
  background-color: #ead994;
}
.employees-page .background-yellow .single-person-link a {
  color: #1d2a34;
}
.employees-page .background-yellow .single-person-link a:hover {
  color: #2782ae;
}
.employees-page .background-red {
  color: #fff;
}
.employees-page .background-red .single-person {
  background-color: #e94843;
}
.employees-page .background-red .single-person-link a {
  color: #fff;
}
.employees-page .background-red .single-person-link a:hover {
  color: #ead994;
}
.employees-page .team-single-block-content-wrapper {
  margin-bottom: 64px;
}
.employees-page .team-main-container {
  margin: 64px 0;
}
.employees-page .single-person-name {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 24px;
}
.employees-page .single-person-content, .employees-page .single-person-subtext {
  font-size: 15px;
  line-height: 22px;
}
.employees-page .single-person-content .single-person-link a, .employees-page .single-person-subtext .single-person-link a {
  font-size: 15px;
  line-height: 22px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.employees-page .single-block-title {
  margin-bottom: 32px;
}
.employees-page .single-block-title .main-title {
  margin-bottom: 16px;
}
.employees-page .single-person, .employees-page .single-person-image, .employees-page .single-person-inner {
  width: 50%;
}
.employees-page .single-person {
  min-height: 320px;
}
.employees-page .single-person-inner {
  padding-left: 24px;
}
.employees-page .single-person-image:before {
  content: "";
  display: block;
  padding-top: 150.86%;
}

@media screen and (max-width: 1280px) {
  .employees-page .team-title-wrapper {
    margin: 48px auto;
  }
  .employees-page .team-main-container {
    margin: 48px 0;
  }
  .employees-page .team-single-block-content-wrapper {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .employees-page .team-title-wrapper {
    margin: 32px auto;
  }
  .employees-page .single-block-title {
    margin-bottom: 24px;
  }
  .employees-page .team-main-container {
    margin: 32px 0;
  }
  .employees-page .single-person, .employees-page .single-person-image, .employees-page .single-person-inner {
    width: 100%;
  }
  .employees-page .single-person {
    flex-direction: column !important;
    gap: 24px;
    padding-bottom: 40px;
    min-height: unset;
  }
  .employees-page .single-person-image:before {
    padding-top: 50%;
  }
}
.services-page .services-container {
  padding: 64px 0;
  background-color: #454d60;
}
.services-page .info-block-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.services-page .services-title {
  margin-bottom: 32px;
}
.services-page .single-service-image {
  margin-bottom: 16px;
}
.services-page .single-service-image img {
  height: 150px;
}
.services-page .single-service {
  width: 50%;
  padding: 24px;
}
.services-page .single-service-title, .services-page .single-service-excerpt {
  margin-bottom: 16px;
}
.services-page .single-service-excerpt {
  max-width: 600px;
  margin: 0 auto 16px;
}
.services-page .single-service-permalink a {
  position: relative;
  color: #e94843;
  font-size: 18px;
  line-height: 27px;
}
.services-page .single-service-permalink a:hover:before, .services-page .single-service-permalink a:hover:after {
  width: 100%;
  opacity: 1;
}
.services-page .single-service-permalink a:after {
  left: 0;
  background-color: #e94843;
}
.services-page .single-service-permalink a:before, .services-page .single-service-permalink a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}

@media screen and (max-width: 1280px) {
  .services-page .services-container {
    padding: 48px 0;
  }
}
@media screen and (max-width: 1024px) {
  .services-page .services-container {
    padding: 32px 0;
  }
  .services-page .services-inner {
    display: block !important;
  }
  .services-page .services-inner .single-service {
    width: 100%;
    padding: 24px 0;
  }
  .services-page .services-inner .single-service-excerpt {
    max-width: none;
  }
}
.contact-us-page {
  background-color: #f2f2f2;
}
.contact-us-page .contact-us-main-content, .contact-us-page .contact-form-block, .contact-us-page .locations-container, .contact-us-page .find-it-consultant-main-content, .contact-us-page .find-it-consultant-block {
  max-width: 850px;
  margin: 64px auto;
}
.contact-us-page .hero-overlay {
  background-color: #000;
  opacity: 0.2;
}
.contact-us-page .locations-text-wrapper {
  margin-bottom: 24px;
}
.contact-us-page .locations-title {
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 42px;
}
.contact-us-page .location-name {
  font-size: 22px;
  line-height: 30px;
}
.contact-us-page .location-name, .contact-us-page .location-content {
  margin-bottom: 16px;
}
.contact-us-page .location-link a {
  position: relative;
  color: #2782ae;
}
.contact-us-page .location-link a:hover:before, .contact-us-page .location-link a:hover:after {
  width: 100%;
  opacity: 1;
}
.contact-us-page .location-link a:after {
  left: 0;
  background-color: #2782ae;
}
.contact-us-page .location-link a:before, .contact-us-page .location-link a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.contact-us-page .locations-list {
  gap: 64px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1280px) {
  .contact-us-page .contact-us-main-content, .contact-us-page .find-it-consultant-main-content, .contact-us-page .find-it-consultant-block, .contact-us-page .contact-form-block, .contact-us-page .locations-container {
    margin: 48px auto;
  }
}
@media screen and (max-width: 500px) {
  .contact-us-page .locations-list {
    gap: 32px;
  }
}
.toplevel_page_subscribers {
  padding-top: 0;
}

#wpcontent {
  padding-left: 0 !important;
}

#wpbody-content {
  padding-bottom: 0 !important;
}

.main-container-admin-panel {
  padding: 0 16px;
  margin: 0 auto;
}
.main-container-admin-panel a:focus {
  box-shadow: none;
}
.main-container-admin-panel input:focus {
  box-shadow: none;
  outline: none;
  border-color: #e94843;
}
.main-container-admin-panel .default-admin-wrapper {
  padding: 32px 0;
}
.main-container-admin-panel .single-row-subscribe {
  margin-bottom: 3px;
}
.main-container-admin-panel .single-row-subscribe {
  font-size: 16px;
}
.main-container-admin-panel .row-id {
  width: 60px;
  color: #5a5a5a;
  margin-right: 16px;
}
.main-container-admin-panel .row-value {
  width: 300px;
}
.main-container-admin-panel .row-value a {
  color: #e94843;
  position: relative;
}
.main-container-admin-panel .row-value a:hover:before, .main-container-admin-panel .row-value a:hover:after {
  width: 100%;
  opacity: 1;
}
.main-container-admin-panel .row-value a:after {
  left: 0;
  background-color: #e94843;
}
.main-container-admin-panel .row-value a:before, .main-container-admin-panel .row-value a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.main-container-admin-panel .row-value a:hover {
  color: #e94843;
}
.main-container-admin-panel .row-date {
  width: 100px;
  color: #5a5a5a;
  margin-right: 16px;
  white-space: nowrap;
}
.main-container-admin-panel .delete-wrapper .delete-toggle {
  width: 16px;
  height: 16px;
  cursor: pointer;
  object-fit: contain;
  margin-right: 16px;
}
.main-container-admin-panel .delete-wrapper .delete-toggle:hover {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.main-container-admin-panel .delete-wrapper .are-you-sure {
  font-size: 12px;
}
.main-container-admin-panel .delete-wrapper .delete-it {
  color: #e94843;
  text-decoration: underline;
  margin-left: 4px;
}
.main-container-admin-panel .single-admin-panel-select {
  width: 200px;
}
.main-container-admin-panel .export-button {
  font-size: 0;
}
.main-container-admin-panel .subscribers-export-wrapper {
  margin-bottom: 32px;
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  .main-container-admin-panel .row-subscribe-date {
    width: 100%;
    text-align: right;
  }
  .main-container-admin-panel .row-value {
    width: 100%;
  }
  .main-container-admin-panel .single-row-subscribe {
    margin-bottom: 12px;
  }
  .main-container-admin-panel .single-row-subscribe {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .main-container-admin-panel .delete-wrapper .delete-toggle-subscribe {
    margin: 0 0 0 16px;
    order: 2;
  }
  .main-container-admin-panel .delete-wrapper .are-you-sure-subscribe {
    order: 1;
  }
}
@media screen and (max-width: 500px) {
  .main-container-admin-panel .single-admin-panel-select {
    width: 100%;
  }
}
.cases-page .cases-container {
  margin-top: 48px;
}
.cases-page .cases-container .cases-wrapper:nth-of-type(4n + 2), .cases-page .cases-container .cases-wrapper:nth-of-type(4n + 3) {
  flex-direction: row;
  background-color: #e94843;
}
.cases-page .cases-wrapper {
  width: 50%;
  background-color: #454d60;
  min-height: 500px;
  color: #fff;
  flex-direction: row-reverse;
}
.cases-page .single-cases-image-wrapper, .cases-page .single-cases-inner {
  width: 50%;
}
.cases-page .single-cases-title-wrapper {
  margin-bottom: 12px;
}
.cases-page .cases-short-desc {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
}
.cases-page .single-cases-permalink {
  color: #fff;
  transition: all 0.2s linear;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
.cases-page .single-cases-permalink:hover {
  color: lightgray;
}
.cases-page .single-cases-permalink h2 {
  font-size: 20px;
  line-height: 26px;
}

@media screen and (max-width: 1024px) {
  .cases-page .single-cases-wrapper, .cases-page .single-cases-inner, .cases-page .single-cases-image-wrapper {
    width: 100%;
  }
  .cases-page .home-cases-title {
    margin-bottom: 32px;
  }
  .cases-page .single-cases-wrapper {
    flex-direction: column !important;
    gap: 24px;
    padding-bottom: 40px;
    min-height: unset;
  }
  .cases-page .single-cases-image-wrapper {
    order: 1;
  }
  .cases-page .single-cases-image-wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .cases-page .single-cases-inner {
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .home-cases-block .single-cases-wrapper {
    padding-bottom: 24px;
  }
}
.blog-page {
  background-color: #f2f2f2;
}
.blog-page .last-post-container {
  background-color: #fff;
  padding: 48px 0;
}
.blog-page .main-container {
  max-width: 1300px;
}
.blog-page .last-post-inner {
  gap: 64px;
}
.blog-page .last-post-image {
  max-width: 650px;
  width: 100%;
}
.blog-page .last-post-image:before {
  content: "";
  display: block;
  padding-top: 40%;
}
.blog-page .last-post-information {
  width: calc(100% - 64px - 650px);
}
.blog-page .last-post-title {
  font-size: 35px;
}
.blog-page .last-post-desc {
  font-size: 18px;
  margin-bottom: 24px;
}
.blog-page .last-post-permalink a {
  font-size: 13px;
  color: #e94843;
  position: relative;
}
.blog-page .last-post-permalink a:hover:before, .blog-page .last-post-permalink a:hover:after {
  width: 100%;
  opacity: 1;
}
.blog-page .last-post-permalink a:after {
  left: 0;
  background-color: #e94843;
}
.blog-page .last-post-permalink a:before, .blog-page .last-post-permalink a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.blog-page .posts-container {
  padding: 64px 0;
}
.blog-page .posts-inner {
  gap: 30px 40px;
}
.blog-page .single-blog-article {
  background-color: #fff;
  width: calc((100% - 80px) / 3);
}
.blog-page .single-blog-article-thumb {
  width: 100%;
}
.blog-page .single-blog-article-thumb:before {
  content: "";
  display: block;
  padding-top: 39.75%;
}
.blog-page .single-blog-article-inner {
  padding: 24px 16px 32px;
}
.blog-page .single-blog-article-title {
  font-size: 22px;
  margin-bottom: 24px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.blog-page .single-blog-article-title:hover {
  color: #e94843;
}
.blog-page .single-blog-article-desc {
  margin-bottom: 24px;
}
.blog-page .single-article-permalink {
  padding: 0 16px 32px;
}
.blog-page .single-article-permalink a {
  font-size: 13px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.blog-page .single-article-permalink a:hover {
  color: #e94843;
}

.pagination {
  width: 100%;
  gap: 12px;
  margin: 32px 0 0;
}
.pagination .page-numbers {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 15px;
  color: #e94843;
}
.pagination .page-numbers .next.page-numbers, .pagination .page-numbers .prev.page-numbers {
  color: inherit;
}
.pagination .page-numbers .next.page-numbers svg, .pagination .page-numbers .prev.page-numbers svg {
  width: 13px;
  height: 20px;
}
.pagination .page-numbers .next.page-numbers svg g path, .pagination .page-numbers .prev.page-numbers svg g path {
  fill: #00326d !important;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.pagination .page-numbers .next.page-numbers:hover svg g path, .pagination .page-numbers .prev.page-numbers:hover svg g path {
  fill: #646464 !important;
}
.pagination .page-numbers:hover {
  color: #646464;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: #e94843;
}
.pagination .page-numbers.dots {
  color: #384048;
  background-color: #CDD4D2;
}
.pagination .page-numbers.dots:hover {
  color: #384048;
  background-color: #CDD4D2;
}

@media screen and (max-width: 1280px) {
  .blog-page .last-post-image {
    max-width: 600px;
  }
  .blog-page .last-post-inner {
    gap: 32px;
  }
  .blog-page .last-post-information {
    width: calc(100% - 32px - 600px);
  }
}
@media screen and (max-width: 1180px) {
  .blog-page .last-post-image {
    max-width: 450px;
  }
  .blog-page .last-post-information {
    width: calc(100% - 32px - 450px);
  }
}
@media screen and (max-width: 1024px) {
  .blog-page .last-post-image {
    max-width: none;
  }
  .blog-page .last-post-information {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    gap: 8px;
  }
  .pagination .page-numbers {
    width: 28px;
    height: 28px;
  }
}
.category-title-container {
  padding: 40px 0;
  background-color: #fff;
}
.category-title-container .category-subtext {
  font-size: 15px;
}
.category-title-container .category-title {
  font-size: 35px;
  color: #e94843;
  font-family: FontExtraBold;
}

.partners-page .hero-overlay {
  opacity: 0.25;
  background-color: #000;
}

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