/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/prozon/assets/webfonts/Poppins-Black.woff2") format("woff2"), url("/wp-content/themes/prozon/assets/webfonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/prozon/assets/webfonts/Poppins-Thin.woff2") format("woff2"), url("/wp-content/themes/prozon/assets/webfonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/prozon/assets/webfonts/Poppins-Medium.woff2") format("woff2"), url("/wp-content/themes/prozon/assets/webfonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/prozon/assets/webfonts/Poppins-SemiBold.woff2") format("woff2"), url("/wp-content/themes/prozon/assets/webfonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/prozon/assets/webfonts/Poppins-Bold.woff2") format("woff2"), url("/wp-content/themes/prozon/assets/webfonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/prozon/assets/webfonts/Poppins-Light.woff2") format("woff2"), url("/wp-content/themes/prozon/assets/webfonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/prozon/assets/webfonts/Poppins-ExtraLight.woff2") format("woff2"), url("/wp-content/themes/prozon/assets/webfonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/prozon/assets/webfonts/Poppins-Regular.woff2") format("woff2"), url("/wp-content/themes/prozon/assets/webfonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/prozon/assets/webfonts/Poppins-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/prozon/assets/webfonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Fonts */
/* Variables */
html {
  --accent-color-10: #003D77;
  --white-color-10: rgba(255, 255, 255, 1);
  --black-color-10: rgba(19, 27, 38, 1);
  --secondary-color-10: rgba(245, 244, 242, 1);
  --background-color: #FAF5EF;
  --regular-font-size: 1rem;
  --regular-line-height: 140%;
  font-size: 16px;
}
@media (min-width: 1400px) and (max-width: 1499px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  html {
    font-size: 14px;
  }
}

/* Variables */
/* begin::general */
section {
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1380px;
  }
}
body {
  background-color: #F8F8F8;
}

body * {
  font-family: "Poppins";
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) and (max-width: 1749px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1750px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-title {
  margin-bottom: 64px;
}
.section-title p {
  margin-top: 24px;
  font-size: 1.125rem;
}
.section-title h2 {
  font-size: 3rem;
  font-weight: 400;
  color: var(--accent-color-10);
  margin-bottom: 0;
}
.section-title h2 strong {
  font-weight: 600;
}
@media (max-width: 1749px) {
  .section-title h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1749px) {
  .section-title {
    margin-bottom: 52px;
  }
}
@media (max-width: 1199px) {
  .section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .section-title {
    margin-bottom: 48px;
  }
}

main.no-hero {
  padding-top: 186px;
}
@media (max-width: 991px) {
  main.no-hero {
    padding-top: 106px;
  }
}

body.error404:has(.single-news-content) {
  padding-top: 186px;
}
@media (max-width: 991px) {
  body.error404:has(.single-news-content) {
    padding-top: 106px;
  }
}

/* end::general */
/* begin::form settings */
.form-row:has(button) {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .form-row:has(button) {
    margin-top: 48px;
  }
}

.form-row {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .form-row {
    margin-bottom: 16px;
  }
}
.form-row label {
  width: 100%;
}
.form-row:has(.col-50) {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .form-row:has(.col-50) {
    flex-direction: column;
  }
}
.form-row:has(.col-50) label {
  margin-bottom: 0;
}
.form-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-row .col-50 {
    width: 50%;
  }
}
.form-row textarea#textarea {
  padding-top: 14px !important;
}
.form-row textarea#textarea:focus-visible {
  box-shadow: none;
  outline: none;
}
.form-row input:not([type=checkbox]), .form-row textarea {
  background-color: transparent;
  padding: 10px 20px !important;
  display: flex;
  height: 44px;
  align-items: center;
}
@media (max-width: 575px) {
  .form-row input:not([type=checkbox]), .form-row textarea {
    height: 50px;
  }
}
.form-row input:not([type=checkbox]):focus, .form-row textarea:focus {
  color: #222 !important;
}
.form-row input:not([type=checkbox]):focus-visible, .form-row textarea:focus-visible {
  outline: none;
  border: 1px solid var(--accent-color-10);
}
.form-row input:not([type=checkbox]):not(:-moz-placeholder), .form-row textarea:not(:-moz-placeholder) {
  color: var(--accent-color-10);
  border-bottom: 1px solid var(--accent-color-10);
}
.form-row input:not([type=checkbox]):not(:placeholder-shown), .form-row textarea:not(:placeholder-shown) {
  color: var(--accent-color-10);
  border-bottom: 1px solid var(--accent-color-10);
}
.form-row textarea {
  height: 94px;
}
.form-row label {
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "inter";
  line-height: 20px;
}
.form-row label:not(:has([type=checkbox])) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-row label.acceptance {
  display: flex;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.6);
}
.form-row label.acceptance input {
  border: 1px solid rgba(0, 0, 0, 0.16);
  margin-right: 8px;
}
.form-row label.acceptance input:not(:checked) {
  background-color: transparent;
}
.form-row label:has([type=checkbox]) {
  font-weight: 400;
  font-family: "inter";
  display: flex;
  align-items: baseline;
  font-size: 0.875rem;
  line-height: 20px;
  gap: 12px;
}
.form-row label:has([type=checkbox]) a {
  color: var(--accent-color-10) !important;
  display: contents;
  font-size: 0.875rem;
  line-height: 20px;
}
.form-row label:has([type=checkbox]) input {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  transform: translateY(2px);
}
.form-row .red {
  color: #D92B20 !important;
  margin-left: 2px;
  display: contents;
}

input[type=text], input[type=password], input[type=date], input[type=email], input[type=tel],
textarea, .form-select-lg {
  width: 100%;
  border-radius: 8px;
  padding: 0 24px !important;
  border: 1px solid rgba(0, 0, 0, 0.16);
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  background-color: #F5F5F5;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, .form-select-lg::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5019607843);
  font-weight: 400;
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=date]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder,
textarea::placeholder, .form-select-lg::placeholder {
  color: rgba(34, 34, 34, 0.5019607843);
  font-weight: 400;
}

input[type=text], input[type=password], input[type=date], input[type=email], input[type=tel], .form-select-lg {
  height: 54px;
}

textarea {
  height: 167px;
  padding: 24px !important;
}

input:focus-visible {
  outline: none;
  border: 1px solid var(--accent-color-10);
}

.form-check-input {
  border-radius: 4px !important;
  background-color: #F5F5F5;
}

.form-check-input:checked {
  background-color: #0066B3;
  border-color: var(--accent-color-10);
}

.form-check-input:focus, .form-select:focus {
  border-color: var(--accent-color-10);
  outline: 0;
  box-shadow: 0 0 0 0.15rem var(--accent-color-2);
}

.form-control:focus, .form-textarea:focus {
  border-color: var(--accent-color-10);
  outline: 0;
  box-shadow: 0 0 0 0.15rem var(--accent-color-2);
}

.form-label {
  font-size: 0.875rem;
  margin-bottom: 4px;
}

select {
  outline: none;
}

br.pc {
  display: none;
}
@media (min-width: 1200px) {
  br.pc {
    display: block;
  }
}

.custom-select, .subcategories-offcanvas-link {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(34, 34, 34, 0.2);
  padding: 0 16px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.custom-select .count, .subcategories-offcanvas-link .count {
  aspect-ratio: 1;
  background-color: #222;
  border-radius: 50%;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: auto;
}
.custom-select .list label, .subcategories-offcanvas-link .list label {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.custom-select .list label input, .subcategories-offcanvas-link .list label input {
  width: 16px !important;
  aspect-ratio: 1;
  height: 16px;
  min-width: 0;
  margin-right: 8px;
  padding: 0 !important;
  margin-top: 0;
}
.custom-select .selected-option, .subcategories-offcanvas-link .selected-option {
  display: flex;
  gap: 8px;
  width: 100%;
  justify-content: center;
  min-width: -moz-max-content;
  min-width: max-content;
}
.custom-select .list, .subcategories-offcanvas-link .list {
  z-index: 999;
  position: absolute;
  left: -1px;
  top: 100%;
  border: 1px solid rgba(34, 34, 34, 0.2);
  background-color: #fff;
  min-width: calc(100% + 1px);
}
@media (max-width: 575px) {
  .custom-select .list, .subcategories-offcanvas-link .list {
    left: -0.5px;
  }
}
.custom-select .list .single, .subcategories-offcanvas-link .list .single {
  padding: 8px 16px;
}
.custom-select .list .single:hover, .subcategories-offcanvas-link .list .single:hover {
  background-color: var(--accent-color-10);
  color: #fff;
}

/* end::form settings */
/* begin::fonts */
h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 140%;
  color: var(--accent-color-10);
}
h1 strong {
  font-size: 600;
}
@media (max-width: 1749px) {
  h1 {
    font-size: 3.5375rem;
  }
}
@media (max-width: 1549px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 3rem;
    line-height: 140%;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 24px;
}

h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 16px;
}

h5 {
  font-size: 1rem;
  font-weight: 200;
  line-height: 24px;
}

h6 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
}

p {
  margin-bottom: 24px;
}
p strong {
  font-weight: 600;
}

p, li, a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
}

ul {
  margin-bottom: 24px;
}

a:hover {
  color: var(--accent-color-10);
}

.accent {
  color: var(--accent-color-10) !important;
}

/* end::fonts */
/* begin::buttons */
.btn-accent-regular {
  background-color: var(--accent-color-10);
  color: #fff;
  font-size: var(--regular-font-size);
  font-weight: 400;
  border-radius: 8px;
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 0;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  transition: all 0.5s;
}
.btn-accent-regular.big {
  height: 61px;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0 32px;
}
@media (max-width: 1749px) {
  .btn-accent-regular.big {
    height: 56px;
    padding: 0 27px;
    font-size: 1rem;
  }
}
@media (max-width: 1549px) {
  .btn-accent-regular.big {
    height: 51px;
    padding: 0 22px;
    font-size: 0.85rem;
  }
}
@media (max-width: 1499px) {
  .btn-accent-regular.big {
    height: 41px;
    padding: 0 22px;
    font-size: 0.85rem;
  }
}
@media (max-width: 1199px) {
  .btn-accent-regular.big {
    height: 61px;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0 32px;
  }
}
.btn-accent-regular.dark {
  background-color: var(--black-color-10);
}
.btn-accent-regular.outline {
  background-color: transparent;
  border: 1px solid #000;
}
.btn-accent-regular.blue-outline {
  border: 1px solid var(--accent-color-10);
  color: var(--accent-color-10);
  background-color: #E6F2F2;
}
.btn-accent-regular.blue-outline:hover {
  color: var(--accent-color-10);
}
.btn-accent-regular.dark-outline {
  border: 1px solid #222;
  color: #222;
  background-color: transparent;
}
.btn-accent-regular.dark-outline:hover {
  color: #222;
}
.btn-accent-regular.light {
  background-color: rgba(0, 61, 119, 0.05);
  color: var(--accent-color-10);
}
.btn-accent-regular.light:hover {
  color: var(--accent-color-10);
}
.btn-accent-regular.light-outline {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn-accent-regular.light-outline:hover {
  color: #fff;
}

.btn-accent-regular:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-accent-round {
  background-color: var(--accent-color-10);
  color: #fff;
  font-size: var(--regular-font-size);
  font-weight: 500;
  border-radius: 100px;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.5s;
}

.btn-accent-round:hover {
  opacity: 0.8;
  color: #fff;
}

/* end::buttons */
/* begin::navbar */
/* begin::mobile-menu */
.offcanvas-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #fff;
}
.offcanvas-footer a {
  color: #222;
}

.offcanvas-header, .offcanvas-body, .offcanvas-footer {
  padding: 24px;
}

.offcanvas-body {
  padding-bottom: 200px !important;
  padding-top: 7px;
}
.offcanvas-body .backarrow {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.btn-close {
  background-image: url(/wp-content/themes/prozon/assets/img/close-modal.svg);
  background-size: 29px;
  opacity: 1;
  width: 29px;
  height: 29px;
  padding: 0 !important;
  margin: 0 !important;
  margin-left: auto !important;
}

.offcanvas .menu-heading {
  margin-bottom: 24px;
}
.offcanvas .nav-mobile {
  margin-top: 48px;
}
.offcanvas .nav-mobile .nav-link:has(img) {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 1.125rem;
}
.offcanvas .nav-mobile ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.offcanvas .nav-mobile ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas .nav-mobile ul li .count {
  color: rgba(34, 34, 34, 0.6);
}
.offcanvas .nav-mobile ul li a, .offcanvas .nav-mobile ul li button {
  padding-left: 16px;
  height: 42px;
  display: flex;
  align-items: center;
}
.offcanvas form {
  display: flex;
  position: relative;
}
.offcanvas form input {
  border-radius: 100px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  background-color: #fff;
  height: 56px;
}
.offcanvas form input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.6);
}
.offcanvas form input::placeholder {
  color: rgba(34, 34, 34, 0.6);
}
.offcanvas form button {
  border: none;
  position: absolute;
  right: 8px;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.offcanvas form button:hover {
  background-color: transparent;
  opacity: 0.8;
}
.offcanvas li button {
  border: 0;
}
.offcanvas li button:hover {
  background-color: transparent;
}

/* end::mobile-menu */
nav.navbar {
  display: block;
  padding: 0 !important;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0784313725);
}
nav.navbar .language-switcher {
  width: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  height: 55px;
  display: flex;
  align-items: center;
  gap: 21px;
  justify-content: end;
}
@media (max-width: 1599px) {
  nav.navbar .language-switcher {
    height: 52px;
  }
}
@media (max-width: 1499px) {
  nav.navbar .language-switcher {
    height: 51px;
  }
}
@media (max-width: 1399px) {
  nav.navbar .language-switcher {
    height: 48px;
  }
}
nav.navbar .language-switcher a {
  font-weight: 500;
  color: rgba(15, 15, 15, 0.48);
}
nav.navbar .language-switcher a.active {
  color: var(--accent-color-10);
}
nav.navbar .language-switcher a:not(:last-child) {
  display: block;
  position: relative;
}
nav.navbar .language-switcher a:not(:last-child):after {
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: var(--accent-color-10);
}
nav.navbar:not(.scrolled) .logo-wrapper {
  padding: 28px 0;
}
nav.navbar:not(.scrolled) .link-menu-wrapper {
  width: calc(100% - 100px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
nav.navbar.animation-hide-navbar {
  animation: animation-hide-navbar 1s ease-in-out forwards;
}
nav.navbar.navbar-animation {
  animation: navbar-show-hide 1s ease-in-out forwards;
}
nav.navbar.scrolled span.megamenu-link {
  padding-top: 45px;
  padding-bottom: 45px;
}
nav.navbar.scrolled .language-switcher {
  order: 9;
  border: 0;
}
@media (min-width: 1750px) {
  nav.navbar.scrolled .language-switcher {
    width: 0;
  }
}
@media (max-width: 1749px) {
  nav.navbar.scrolled .language-switcher {
    width: 20px;
  }
}
@media (max-width: 1599px) {
  nav.navbar.scrolled .language-switcher {
    width: unset;
    margin-left: 0;
  }
}
nav.navbar.scrolled .btn-accent-regular span {
  display: none;
}
nav.navbar.scrolled .top-navbar {
  height: 114px;
}
nav.navbar.scrolled .top-navbar .link-menu-wrapper {
  order: 1;
  width: -moz-fit-content;
  width: fit-content;
}
nav.navbar.scrolled .top-navbar .menu-wrapper {
  order: 2;
}
nav.navbar.scrolled .top-navbar .search-wrapper input {
  min-width: 264px;
}
@keyframes navbar-show-hide {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes navbar-show-hide2 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes animation-hide-navbar {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0%);
  }
}
nav.navbar .top-navbar {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  nav.navbar .container {
    max-width: unset;
    padding-left: 24px;
    padding-right: 24px;
  }
}
nav.navbar .bottom-navbar {
  display: flex;
  align-items: center;
}
nav.navbar .logo-wrapper img {
  max-height: 75px;
  max-width: 229px;
}
@media (max-width: 1199px) {
  nav.navbar .language-switcher, nav.navbar .search-wrapper {
    display: none;
  }
}
nav.navbar .link-menu-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  nav.navbar .link-menu-wrapper {
    display: none;
  }
}
nav.navbar .link-menu-wrapper * {
  transition: opacity 0.3s;
}
@media (max-width: 1599px) {
  nav.navbar .link-menu-wrapper {
    margin-left: 0 !important;
  }
}
@media (max-width: 1600px) {
  nav.navbar .link-menu-wrapper {
    margin-left: 18px;
  }
}
@media (max-width: 1399px) {
  nav.navbar .link-menu-wrapper {
    margin-left: 8px;
  }
}
nav.navbar .link-menu-wrapper a {
  color: var(--accent-color-10);
  font-size: var(--regular-font-size);
  font-weight: 400;
  line-height: var(--regular-line-height);
  display: flex;
  align-items: center;
  margin: 0 8px;
  margin-right: 24px;
  position: relative;
}
@media (max-width: 1599px) {
  nav.navbar .link-menu-wrapper a {
    font-size: 0.85rem;
  }
}
@media (max-width: 1599px) {
  nav.navbar .link-menu-wrapper .megamenu-link {
    font-size: 0.85rem;
    padding-right: 8px;
  }
  nav.navbar .link-menu-wrapper .megamenu-link .decor:after {
    right: 7px;
    top: 0px;
    transform: scale(0.9);
  }
}
nav.navbar .link-menu-wrapper:has(a:hover) a:not(:hover), nav.navbar .link-menu-wrapper:has(a:hover) .megamenu-link:not(:hover) {
  opacity: 0.5;
}
nav.navbar .link-menu-wrapper:has(.megamenu-link:hover) a, nav.navbar .link-menu-wrapper:has(.megamenu-link:hover) .megamenu-link:not(:hover) {
  opacity: 0.5;
}
nav.navbar .link-menu-wrapper .megamenu-wrapper a {
  opacity: 1 !important;
  margin: 0;
}
nav.navbar .megamenu-link:not(:has(.right)) {
  position: relative;
}
nav.navbar .megamenu-wrapper {
  max-width: 1178px;
  padding-top: 16px;
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: inset 0 0px 5px -5px rgba(0, 0, 0, 0.1), 0px 4px 24px 0px rgba(0, 0, 0, 0.1411764706);
  min-width: 1100px;
}
nav.navbar .megamenu-wrapper:not(:has(.right)) {
  width: -moz-fit-content;
  width: fit-content;
  min-width: unset;
  left: 0 !important;
}
nav.navbar .megamenu-wrapper:not(:has(.right)) .left {
  padding: 24px;
  padding-top: 0;
}
nav.navbar .megamenu-wrapper .subcategories {
  display: flex;
  gap: 64px;
}
nav.navbar .megamenu-wrapper .subcategories .single-cat {
  position: relative;
}
nav.navbar .megamenu-wrapper .subcategories .single-cat:first-child:after {
  content: "";
  position: absolute;
  height: 100%;
  right: -32px;
  width: 1px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.08);
}
nav.navbar .megamenu-wrapper .right {
  background-color: #F6F6F6;
  padding: 22px 32px 22px 32px;
  margin-left: 32px;
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 12px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  nav.navbar .megamenu-wrapper .right .subcategories {
    max-height: calc(100vh - 204px);
    overflow: auto;
  }
}
nav.navbar .megamenu-wrapper .right a {
  color: #0F0F0F;
  position: relative;
  line-height: 200%;
  display: block;
  padding: 4.5px 12px;
  line-height: 24px;
  min-height: 40px;
}
nav.navbar .megamenu-wrapper .right a.bottom-link {
  color: #0066B3;
  display: flex;
  width: 100%;
  justify-content: end;
}
nav.navbar .megamenu-wrapper .right a:hover {
  color: #0066B3;
}
nav.navbar .megamenu-wrapper .right a.main {
  opacity: 0.6;
  background-color: transparent;
}
nav.navbar .megamenu-wrapper .left {
  padding-bottom: 22px;
  gap: 4px;
  display: flex;
  flex-direction: column;
  min-width: 275px;
  padding-left: 32px;
  padding-top: 16px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  nav.navbar .megamenu-wrapper .left {
    max-height: calc(100vh - 124px);
    overflow: auto;
  }
}
nav.navbar .megamenu-wrapper .left a {
  height: 52px;
  padding: 0 10px;
  border-radius: 8px;
  transition: all 0.2s;
  display: flex;
  gap: 18px;
  align-items: center;
}
nav.navbar .megamenu-wrapper .left a:before {
  content: none !important;
}
nav.navbar .megamenu-wrapper .left a:hover {
  background-color: #003D77;
  color: #fff;
}
nav.navbar .megamenu-wrapper .left a:hover img {
  filter: brightness(0) invert(1);
}
nav.navbar span.megamenu-link {
  cursor: pointer;
  padding: 15px 0;
  padding-right: 22px;
}
nav.navbar span.megamenu-link .decor {
  display: block;
  position: relative;
  padding-right: 22px;
  color: var(--accent-color-10);
}
nav.navbar span.megamenu-link .decor:after {
  content: url(/wp-content/themes/prozon/assets/img/dp-down.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-58%);
  right: 0px;
}
@media (max-width: 1599px) {
  nav.navbar span.megamenu-link .decor:after {
    transform: translateY(-58%) scale(0.8);
  }
}
nav.navbar span.megamenu-link:hover .decor:after {
  content: url(/wp-content/themes/prozon/assets/img/dp-up.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-58%);
  right: 0px;
}
@media (max-width: 1599px) {
  nav.navbar span.megamenu-link:hover .decor:after {
    transform: translateY(-58%) scale(0.8);
  }
}
nav.navbar .megamenu-link:hover .megamenu-wrapper {
  display: flex !important;
}
nav.navbar .menu-wrapper {
  gap: 16px;
}
nav.navbar .search-wrapper {
  position: relative;
}
nav.navbar .search-wrapper img {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}
nav.navbar .search-wrapper input {
  padding: 0 24px 0 64px !important;
  height: 48px;
  min-width: 417px;
  background-color: #FFF;
}
@media (max-width: 1199px) {
  nav.navbar .button-wrapper {
    display: none;
  }
}
@media (max-width: 370px) {
  nav.navbar {
    height: 60px;
  }
  nav.navbar .logo-wrapper img {
    max-width: 130.5px;
  }
}
@media (max-width: 340px) {
  nav.navbar .logo-wrapper img {
    max-width: 110.5px;
  }
}

/* end::navbar */
/***** footer *****/
footer.footer {
  padding-top: 48px;
  margin-top: 140px;
  background-color: #fff;
}
@media (max-width: 991px) {
  footer.footer {
    padding-top: 64px;
    margin-top: 130px;
  }
}
footer.footer .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer.footer .container {
    flex-direction: column;
    gap: 48px;
  }
  footer.footer .container.cprights {
    gap: 8px;
  }
}
footer.footer .container .right-side {
  display: flex;
  gap: 32px;
}
@media (max-width: 1599px) {
  footer.footer .container .right-side {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  footer.footer .container .right-side {
    flex-direction: column;
    gap: 48px;
  }
}
footer.footer .container .menu-wrapper {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-width: 218px;
}
@media (max-width: 1749px) {
  footer.footer .container .menu-wrapper {
    min-width: 170px;
  }
}
@media (max-width: 1599px) {
  footer.footer .container .menu-wrapper {
    min-width: unset;
    width: calc(33% - 0px);
  }
}
@media (max-width: 1399px) {
  footer.footer .container .menu-wrapper {
    gap: 8px;
  }
}
@media (max-width: 991px) {
  footer.footer .container .menu-wrapper {
    width: 100%;
    gap: 18px;
  }
}
footer.footer .container .menu-wrapper h2 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--accent-color-10);
}
footer.footer .container .menu-wrapper a {
  color: #000;
}
@media (max-width: 991px) {
  footer.footer .container .menu-wrapper a {
    font-size: 1rem;
  }
}
footer.footer .container .menu-wrapper a:hover {
  color: var(--accent-color-10);
}
footer.footer .container .menu-wrapper:has(.socials) {
  min-width: unset;
  width: 130px;
}
footer.footer .container .left-side a {
  color: #000;
}
footer.footer .container .left-side a:hover {
  color: var(--accent-color-10);
}
footer.footer .container .left-side .logo {
  width: 276px;
  margin-bottom: 48px;
}
footer.footer .container .left-side p:has(strong) {
  color: #000;
  line-height: 24px;
  font-weight: 600;
}
footer.footer .container .left-side p:not(:has(strong)) {
  margin-bottom: 0px;
  line-height: 24px;
}
footer.footer .container .left-side .contact-links {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
footer.footer .container .left-side .contact-links a {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer.footer .container .left-side .contact-links a:not(:first-child) {
  margin-top: 8px;
}
footer.footer .socials {
  display: flex;
  gap: 16px;
}
@media (max-width: 575px) {
  footer.footer .socials {
    gap: 24px;
  }
}
footer.footer .socials img {
  width: 26px;
  height: 26px;
}
footer.footer .cprights {
  border-top: 1px solid rgba(0, 61, 119, 0.16);
  width: 100%;
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 767px) {
  footer.footer .cprights {
    flex-direction: column;
    gap: 8px;
  }
}
footer.footer .cprights a {
  color: #000;
}
footer.footer .cprights a:hover {
  text-decoration: underline;
}
footer.footer .cprights span, footer.footer .cprights a {
  font-size: 0.8125rem;
}

/***** End footer *****/
/***** alerts *****/
.alert-wrapper {
  margin-bottom: 32px;
}
.alert-wrapper .alert {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid;
}
.alert-wrapper .alert a {
  color: var(--accent-color-10);
  text-decoration: underline;
  font-weight: 500;
}
.alert-wrapper .alert p {
  margin-bottom: 0;
  font-weight: 500;
}
.alert-wrapper .alert img {
  transform: translateY(3px);
}
.alert-wrapper .alert.alert-red {
  background-color: rgba(213, 48, 48, 0.08);
  border-color: #D53030;
  color: #D53030;
}
.alert-wrapper .alert.alert-green {
  background-color: rgba(23, 178, 20, 0.08);
  border-color: #17B214;
  color: #17B214;
}

/***** End alerts *****/
/***** Begin hero-section *****/
.hero-section {
  padding-top: 310px;
  padding-bottom: 184px;
  margin-bottom: 80px;
  position: relative;
  overflow: visible;
}
@media (max-width: 1199px) {
  .hero-section {
    margin-bottom: 104px;
  }
}
.hero-section .content-wrapper {
  max-width: 769px;
}
.hero-section .content-wrapper h1 {
  margin-bottom: 24px;
}
.hero-section .content-wrapper p {
  font-size: 1.125rem;
  line-height: 150%;
}
.hero-section .content-wrapper .button-wrapper {
  margin-top: 48px;
}
.hero-section .hero-image {
  position: absolute;
  width: 795px;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 50%;
}
.hero-section .hero-decor {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1749px) {
  .hero-section {
    padding-top: 284px;
  }
  .hero-section .hero-image {
    width: 720px;
  }
  .hero-section .content-wrapper {
    max-width: 669px;
  }
  .hero-section .content-wrapper p {
    font-size: 1rem;
  }
  .hero-section .hero-decor {
    width: 1050px;
  }
}
@media (max-width: 1549px) {
  .hero-section {
    padding-top: 254px;
  }
  .hero-section .content-wrapper {
    max-width: 569px;
  }
  .hero-section .content-wrapper p {
    font-size: 0.85rem;
  }
  .hero-section .hero-decor {
    width: 1000px;
  }
}
@media (max-width: 1499px) {
  .hero-section {
    padding-top: 204px;
  }
  .hero-section .hero-image {
    width: 620px;
  }
  .hero-section .content-wrapper {
    max-width: 369px;
  }
  .hero-section .hero-decor {
    width: 900px;
  }
}
@media (max-width: 1199px) {
  .hero-section {
    padding-bottom: 156px;
    border-bottom-right-radius: 300px;
  }
  .hero-section .hero-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 300px;
    width: 100%;
    height: 100%;
    right: unset;
    bottom: unset;
    left: 0;
    top: 0;
  }
  .hero-section .content-wrapper {
    position: relative;
  }
  .hero-section .content-wrapper * {
    color: #fff;
  }
  .hero-section .content-wrapper p {
    font-size: 1rem;
    line-height: 160%;
  }
  .hero-section .hero-overlay {
    background-color: rgba(0, 0, 0, 0.4784313725);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 300px;
  }
  .hero-section .hero-decor {
    width: 700px;
  }
  .hero-section .button-wrapper a {
    background-color: transparent;
    border: 1px solid #fafafa;
  }
}
@media (max-width: 991px) {
  .hero-section {
    padding-top: 248px;
  }
  .hero-section .content-wrapper {
    max-width: 500px;
  }
  .hero-section .hero-decor {
    width: 600px;
  }
}
@media (max-width: 460px) {
  .hero-section .content-wrapper h1 {
    font-size: 10vw;
  }
  .hero-section .content-wrapper p {
    font-size: 3vw;
  }
}

/***** End hero-section *****/
/***** Begin service-hero-section *****/
.service-hero-section {
  padding-top: 184px;
  padding-bottom: 133px;
  min-height: 757px;
  position: relative;
  overflow: visible;
}
.service-hero-section.green .hero-overlay {
  background: linear-gradient(81.01deg, rgba(0, 108, 50, 0.3019607843) 36.45%, rgba(0, 108, 50, 0) 72.04%);
  background-blend-mode: multiply;
  background: linear-gradient(81.01deg, rgba(2, 58, 28, 0.9019607843) 36.45%, rgba(0, 108, 50, 0) 72.04%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-hero-section.cro {
  padding-bottom: 116px;
}
.service-hero-section.cro .breadcrumbs {
  margin-bottom: 70px !important;
}
@media (max-width: 1399px) {
  .service-hero-section {
    padding-bottom: 100px;
    min-height: 600px;
  }
}
@media (max-width: 1599px) {
  .service-hero-section {
    min-height: unset;
  }
}
.service-hero-section .content-wrapper * {
  color: #fff !important;
}
.service-hero-section .content-wrapper h1 {
  position: relative;
  margin-bottom: 50px !important;
  font-size: 3rem;
  max-width: 1000px;
}
@media (max-width: 1399px) {
  .service-hero-section .content-wrapper h1 {
    max-width: 600px;
  }
}
.service-hero-section .content-wrapper .breadcrumbs {
  margin-bottom: 128px;
}
@media (max-width: 1749px) {
  .service-hero-section .content-wrapper .breadcrumbs {
    margin-bottom: 100px;
  }
}
@media (max-width: 1599px) {
  .service-hero-section .content-wrapper .breadcrumbs {
    margin-bottom: 70px;
  }
}
@media (max-width: 1399px) {
  .service-hero-section .content-wrapper .breadcrumbs {
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .service-hero-section .content-wrapper .breadcrumbs {
    margin-bottom: 64px;
  }
}
.service-hero-section .content-wrapper .breadcrumbs a:after {
  filter: brightness(0) invert(1);
}
.service-hero-section .content-wrapper .breadcrumbs a {
  position: relative;
}
.service-hero-section .content-wrapper .breadcrumbs a:not(:last-child) {
  opacity: 0.64;
}
.service-hero-section .content-wrapper .breadcrumbs a:hover {
  opacity: 1;
}
.service-hero-section .content-wrapper .numbers {
  position: relative;
  display: flex;
  gap: 64px;
}
@media (max-width: 767px) {
  .service-hero-section .content-wrapper .numbers {
    gap: 32px;
  }
}
@media (max-width: 339px) {
  .service-hero-section .content-wrapper .numbers {
    gap: 20px;
  }
}
.service-hero-section .content-wrapper .numbers .single {
  display: flex;
  flex-direction: column;
  position: relative;
}
.service-hero-section .content-wrapper .numbers .single p {
  margin-bottom: 0;
}
.service-hero-section .content-wrapper .numbers .single .title {
  opacity: 0.8;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .service-hero-section .content-wrapper .numbers .single .title {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media (max-width: 1399px) {
  .service-hero-section .content-wrapper .numbers .single .title {
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .service-hero-section .content-wrapper .numbers .single .title {
    font-size: 0.75rem;
  }
}
@media (max-width: 520px) {
  .service-hero-section .content-wrapper .numbers .single .title {
    font-size: 2vw;
  }
}
.service-hero-section .content-wrapper .numbers .single .number {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .service-hero-section .content-wrapper .numbers .single .number {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media (max-width: 1599px) {
  .service-hero-section .content-wrapper .numbers .single .number {
    font-size: 2.25rem;
  }
}
@media (max-width: 1499px) {
  .service-hero-section .content-wrapper .numbers .single .number {
    font-size: 2rem;
  }
}
@media (max-width: 1399px) {
  .service-hero-section .content-wrapper .numbers .single .number {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .service-hero-section .content-wrapper .numbers .single .number {
    font-size: 1rem;
    font-weight: 700;
  }
}
@media (max-width: 520px) {
  .service-hero-section .content-wrapper .numbers .single .number {
    font-size: 3vw;
  }
}
@media (max-width: 380px) {
  .service-hero-section .content-wrapper .numbers .single .number {
    font-size: 2.5vw;
  }
}
.service-hero-section .content-wrapper .numbers .single:not(:last-child):after {
  content: "";
  width: 1px;
  height: 74px;
  background-color: #fff;
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .service-hero-section .content-wrapper .numbers .single:not(:last-child):after {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .service-hero-section .content-wrapper .numbers .single:not(:last-child):after {
    right: -16px;
    height: 64px;
    opacity: 0.8;
  }
}
@media (max-width: 520px) {
  .service-hero-section .content-wrapper .numbers .single:not(:last-child):after {
    height: 10vw;
  }
}
@media (max-width: 339px) {
  .service-hero-section .content-wrapper .numbers .single:not(:last-child):after {
    right: -10px;
  }
}
.service-hero-section .content-wrapper h1 {
  margin-bottom: 24px;
}
.service-hero-section .content-wrapper p {
  font-size: 1.125rem;
  line-height: 150%;
}
.service-hero-section .content-wrapper .button-wrapper {
  margin-top: 48px;
}
.service-hero-section .content-wrapper .button-wrapper a {
  height: 54px;
}
@media (max-width: 575px) {
  .service-hero-section .content-wrapper .button-wrapper {
    width: 100%;
  }
  .service-hero-section .content-wrapper .button-wrapper a {
    width: 100%;
  }
}
.service-hero-section .hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.service-hero-section .hero-overlay {
  background: linear-gradient(81.01deg, #002b53 16.45%, rgba(0, 61, 119, 0) 100%);
  background-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1749px) {
  .service-hero-section .content-wrapper p {
    font-size: 1rem;
  }
}
@media (max-width: 1549px) {
  .service-hero-section .content-wrapper p {
    font-size: 0.85rem;
  }
}
@media (max-width: 1199px) {
  .service-hero-section {
    padding-bottom: 156px;
    border-bottom-right-radius: 300px;
  }
  .service-hero-section .content-wrapper {
    position: relative;
  }
  .service-hero-section .content-wrapper * {
    color: #fff;
  }
  .service-hero-section .content-wrapper p {
    font-size: 1rem;
    line-height: 160%;
  }
  .service-hero-section .button-wrapper a {
    background-color: transparent;
    border: 1px solid #fafafa;
  }
}
@media (max-width: 575px) {
  .service-hero-section {
    padding-bottom: 123px;
  }
}
@media (max-width: 991px) {
  .service-hero-section {
    padding-top: 248px;
  }
}
@media (max-width: 460px) {
  .service-hero-section .content-wrapper h1 {
    font-size: 10vw;
  }
  .service-hero-section .content-wrapper p {
    font-size: 3vw;
  }
}

/***** End service-hero-section *****/
/***** Begin our-offer-section *****/
.our-offer-section {
  overflow: visible;
}
.our-offer-section .tiles-wrapper {
  display: flex;
  gap: 43px;
}
@media (max-width: 1199px) {
  .our-offer-section .tiles-wrapper {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .our-offer-section .tiles-wrapper {
    flex-wrap: wrap;
  }
}
.our-offer-section .tiles-wrapper .tile {
  margin-bottom: 40px;
  position: relative;
  border-radius: 14px;
}
@media (max-width: 991px) {
  .our-offer-section .tiles-wrapper .tile {
    width: 100%;
    margin-bottom: 40px;
  }
}
.our-offer-section .tiles-wrapper .tile .service-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.our-offer-section .tiles-wrapper .tile .content-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  margin: 107px 24px -39px 24px;
  padding: 24px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 1549px) {
  .our-offer-section .tiles-wrapper .tile .content-wrapper {
    margin: 70px 24px -39px 24px;
  }
}
@media (max-width: 1199px) {
  .our-offer-section .tiles-wrapper .tile .content-wrapper {
    margin: 40px 12px -39px 12px;
  }
}
@media (max-width: 991px) {
  .our-offer-section .tiles-wrapper .tile .content-wrapper {
    margin: 80px 16px -39px 16px;
  }
}
.our-offer-section .tiles-wrapper .tile .content-wrapper a {
  gap: 12px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  color: var(--accent-color-10);
  font-weight: 500;
  font-size: 1.125rem;
}
@media (max-width: 1549px) {
  .our-offer-section .tiles-wrapper .tile .content-wrapper a {
    font-size: 0.85rem;
    gap: 8px;
    margin-top: 32px;
  }
}
@media (max-width: 575px) {
  .our-offer-section .tiles-wrapper .tile .content-wrapper a {
    margin-top: 32px;
  }
}
.our-offer-section .tiles-wrapper .tile .content-wrapper h3 {
  font-size: 1.75rem;
  margin-bottom: 24px;
}
@media (max-width: 1749px) {
  .our-offer-section .tiles-wrapper .tile .content-wrapper h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .our-offer-section .tiles-wrapper .tile .content-wrapper h3 {
    font-size: 1.625rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 420px) {
  .our-offer-section .tiles-wrapper .tile .content-wrapper h3 {
    font-size: 5vw;
  }
}
.our-offer-section .tiles-wrapper .tile .content-wrapper p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 1549px) {
  .our-offer-section .tiles-wrapper .tile .content-wrapper p {
    font-size: 0.85rem;
    line-height: 160%;
  }
}

/***** End our-offer-section *****/
/***** Begin cta-big *****/
.cta-big {
  margin-bottom: 80px;
  margin-top: 140px;
}
@media (max-width: 1199px) {
  .cta-big {
    margin-top: 104px;
  }
}
@media (max-width: 1199px) {
  .cta-big {
    margin-top: 130px;
  }
}
.cta-big .cta-wrapper {
  position: relative;
  border-radius: 24px;
}
.cta-big .cta-wrapper * {
  color: #fff;
}
.cta-big .cta-wrapper .cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-big .cta-wrapper .decor {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 790px;
  z-index: 1;
}
@media (max-width: 1599px) {
  .cta-big .cta-wrapper .decor {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .cta-big .cta-wrapper .decor {
    display: none;
  }
}
.cta-big .cta-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85.88deg, rgba(0, 0, 0, 0.8) 36.52%, rgba(0, 0, 0, 0) 99.83%);
  border-radius: 24px;
}
@media (max-width: 575px) {
  .cta-big .cta-wrapper .overlay {
    background: rgba(0, 0, 0, 0.7215686275);
  }
}
.cta-big .cta-wrapper .content-wrapper {
  position: relative;
  padding: 48px;
}
.cta-big .cta-wrapper .content-wrapper h2 {
  max-width: 800px;
  font-size: 3rem;
  font-weight: 400;
}
.cta-big .cta-wrapper .content-wrapper h2 strong {
  font-weight: 600;
}
@media (max-width: 1749px) {
  .cta-big .cta-wrapper .content-wrapper h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 1399px) {
  .cta-big .cta-wrapper .content-wrapper h2 {
    font-size: 2.5rem;
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cta-big .cta-wrapper .content-wrapper h2 {
    font-size: 2.25rem;
    max-width: unset;
  }
}
@media (max-width: 420px) {
  .cta-big .cta-wrapper .content-wrapper h2 {
    font-size: 8vw;
  }
}
.cta-big .cta-wrapper .content-wrapper p {
  max-width: 876px;
  line-height: 140%;
}
@media (max-width: 1749px) {
  .cta-big .cta-wrapper .content-wrapper p {
    max-width: 750px;
  }
}
@media (max-width: 1399px) {
  .cta-big .cta-wrapper .content-wrapper p {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .cta-big .cta-wrapper .content-wrapper p {
    max-width: 450px;
  }
}
.cta-big .cta-wrapper .content-wrapper .button-wrapper {
  margin-top: 48px;
}
.cta-big .cta-wrapper .content-wrapper .button-wrapper a {
  height: 57px;
  padding: 0 24px;
}
@media (max-width: 575px) {
  .cta-big .container {
    padding: 0;
  }
  .cta-big .container .cta-wrapper, .cta-big .container .cta-bg, .cta-big .container .overlay {
    border-radius: 0;
  }
  .cta-big .container .content-wrapper {
    padding: 48px 24px;
  }
  .cta-big .container .content-wrapper .button-wrapper a {
    width: 100%;
    font-size: 1.125rem;
  }
}

/***** End cta-big *****/
/***** Begin cta-small *****/
.cta-small {
  margin-top: 140px;
}
@media (max-width: 1199px) {
  .cta-small {
    margin-top: 130px;
  }
}
@media (max-width: 575px) {
  .cta-small .container {
    padding: 0;
    max-width: unset;
  }
  .cta-small .container .cta-bg, .cta-small .container .overlay {
    border-radius: 0 !important;
  }
}
.cta-small .left {
  width: calc(100% - 700px);
}
@media (max-width: 1399px) {
  .cta-small .left {
    width: calc(100% - 500px);
  }
}
@media (max-width: 991px) {
  .cta-small .left {
    width: 100%;
  }
}
.cta-small .right {
  width: 700px;
}
@media (max-width: 1399px) {
  .cta-small .right {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .cta-small .right {
    width: 100%;
  }
}
.cta-small .right .form-row {
  display: flex;
  flex-direction: column;
}
.cta-small .right .form-row .top {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .cta-small .right .form-row .top {
    flex-direction: column;
    gap: 12px;
  }
  .cta-small .right .form-row .top button {
    width: 100%;
  }
}
.cta-small .right .form-row input[type=email] {
  background-color: #fff;
}
.cta-small .right .form-row .input-col {
  width: -webkit-fill-available;
}
.cta-small .right .form-row button {
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 24px;
}
.cta-small .right .form-row input[type=email], .cta-small .right .form-row button {
  height: 57px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cta-small .right .form-row input[type=email], .cta-small .right .form-row button {
    height: 46px;
  }
}
.cta-small .right .form-row input[type=email]::-moz-placeholder, .cta-small .right .form-row button::-moz-placeholder {
  color: #1E1E1E;
}
.cta-small .right .form-row input[type=email]::placeholder, .cta-small .right .form-row button::placeholder {
  color: #1E1E1E;
}
.cta-small .right .form-row label {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cta-small .right .form-row label {
    margin-top: 20px;
  }
}
.cta-small .right .form-row .form-check-input {
  width: 20px;
  height: 20px;
}
.cta-small .cta-wrapper {
  position: relative;
  border-radius: 24px;
}
.cta-small .cta-wrapper * {
  color: #fff;
}
.cta-small .cta-wrapper .cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-small .cta-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.56);
  border-radius: 24px;
}
@media (max-width: 575px) {
  .cta-small .cta-wrapper .overlay {
    background: rgba(0, 0, 0, 0.7215686275);
  }
}
.cta-small .cta-wrapper .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 83px;
  padding: 56px 64px;
}
@media (max-width: 991px) {
  .cta-small .cta-wrapper .content-wrapper {
    flex-direction: column;
    gap: 48px;
  }
}
.cta-small .cta-wrapper .content-wrapper h2 {
  max-width: 800px;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 16px;
}
.cta-small .cta-wrapper .content-wrapper h2 strong {
  font-weight: 600;
}
@media (max-width: 1599px) {
  .cta-small .cta-wrapper .content-wrapper h2 {
    font-size: 2.25rem;
    max-width: 550px;
  }
}
@media (max-width: 1499px) {
  .cta-small .cta-wrapper .content-wrapper h2 {
    font-size: 2rem;
    max-width: 550px;
  }
}
@media (max-width: 1399px) {
  .cta-small .cta-wrapper .content-wrapper h2 {
    font-size: 2rem;
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cta-small .cta-wrapper .content-wrapper h2 {
    font-size: 2.25rem;
    max-width: unset;
  }
}
@media (max-width: 420px) {
  .cta-small .cta-wrapper .content-wrapper h2 {
    font-size: 8vw;
  }
}
.cta-small .cta-wrapper .content-wrapper p {
  max-width: 650px;
  font-size: 1.125rem;
  line-height: 140%;
  margin-bottom: 0;
}
@media (max-width: 1749px) {
  .cta-small .cta-wrapper .content-wrapper p {
    max-width: 750px;
  }
}
@media (max-width: 1399px) {
  .cta-small .cta-wrapper .content-wrapper p {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .cta-small .cta-wrapper .content-wrapper p {
    max-width: 450px;
  }
}
.cta-small .cta-wrapper .content-wrapper .button-wrapper {
  margin-top: 48px;
}
.cta-small .cta-wrapper .content-wrapper .button-wrapper a {
  height: 57px;
  padding: 0 24px;
}
@media (max-width: 575px) {
  .cta-small .container {
    padding: 0;
  }
  .cta-small .container .cta-wrapper, .cta-small .container .cta-bg, .cta-small .container .overlay {
    border-radius: 0;
  }
  .cta-small .container .content-wrapper {
    padding: 48px 24px;
  }
  .cta-small .container .content-wrapper .button-wrapper a {
    width: 100%;
    font-size: 1.125rem;
  }
}

/***** End cta-small *****/
/***** Begin cta-form *****/
.cta-form {
  overflow: visible;
  margin-bottom: 280px;
  margin-top: 140px;
}
@media (max-width: 1199px) {
  .cta-form {
    margin-top: 104px;
  }
}
@media (max-width: 1199px) {
  .cta-form {
    margin-top: 130px;
  }
}
@media (max-width: 575px) {
  .cta-form {
    margin-bottom: 130px;
  }
  .cta-form .container {
    padding: 0;
  }
}
.cta-form .cta-wrapper {
  position: relative;
  border-radius: 24px;
}
.cta-form .cta-wrapper * {
  color: #fff;
}
.cta-form .cta-wrapper .cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-form .cta-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85.88deg, rgba(0, 0, 0, 0.8) 36.52%, rgba(0, 0, 0, 0) 99.83%);
  border-radius: 24px;
}
@media (max-width: 575px) {
  .cta-form .cta-wrapper .overlay {
    background: rgba(0, 0, 0, 0.7215686275);
  }
}
@media (max-width: 575px) {
  .cta-form .cta-wrapper .cta-bg, .cta-form .cta-wrapper .overlay {
    border-radius: 0;
  }
}
.cta-form .cta-wrapper .content-wrapper {
  position: relative;
  padding: 80px 70px;
  display: flex;
}
@media (max-width: 575px) {
  .cta-form .cta-wrapper .content-wrapper {
    padding: 32px 24px;
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .cta-form .cta-wrapper .content-wrapper {
    flex-direction: column;
  }
}
.cta-form .cta-wrapper .content-wrapper .left-col {
  width: calc(100% - 616px);
  padding-right: 82px;
}
@media (max-width: 1599px) {
  .cta-form .cta-wrapper .content-wrapper .left-col {
    width: calc(100% - 516px);
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .cta-form .cta-wrapper .content-wrapper .left-col {
    width: 100%;
    padding-right: 0px;
  }
}
.cta-form .cta-wrapper .content-wrapper .left-col h2 {
  max-width: 600px;
  font-size: 3rem;
  font-weight: 400;
}
.cta-form .cta-wrapper .content-wrapper .left-col h2 strong {
  font-weight: 600;
}
.cta-form .cta-wrapper .content-wrapper .left-col h3 {
  font-size: 1.5rem;
  margin-bottom: 36px;
}
.cta-form .cta-wrapper .content-wrapper .left-col p {
  font-size: 1.125rem;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 64px;
}
.cta-form .cta-wrapper .content-wrapper .left-col ul {
  max-width: 650px;
  padding-left: 64px;
}
.cta-form .cta-wrapper .content-wrapper .left-col ul:last-child {
  margin-bottom: 0;
}
.cta-form .cta-wrapper .content-wrapper .left-col ul li {
  margin-bottom: 25px;
  list-style: none;
  position: relative;
}
.cta-form .cta-wrapper .content-wrapper .left-col ul li:last-child {
  margin-bottom: 0;
}
.cta-form .cta-wrapper .content-wrapper .left-col ul li:before {
  content: url(/wp-content/themes/prozon/assets/img/list-style.svg);
  position: absolute;
  left: -64px;
  top: 50%;
  transform: translateY(-45%);
}
.cta-form .cta-wrapper .content-wrapper .right-col {
  width: 616px;
  position: absolute;
  right: 70px;
  top: 80px;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1599px) {
  .cta-form .cta-wrapper .content-wrapper .right-col {
    width: 516px;
  }
}
@media (max-width: 1199px) {
  .cta-form .cta-wrapper .content-wrapper .right-col {
    width: calc(100% + 140px);
    position: relative;
  }
}
@media (max-width: 1199px) {
  .cta-form .cta-wrapper .content-wrapper .right-col {
    padding: 80px 70px;
  }
}
@media (max-width: 575px) {
  .cta-form .cta-wrapper .content-wrapper .right-col {
    border-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: calc(100% + 48px);
    left: -24px;
    padding: 32px 24px;
  }
}
.cta-form .cta-wrapper .content-wrapper .right-col .button-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
  margin-top: 48px;
}
.cta-form .cta-wrapper .content-wrapper .right-col .button-wrapper button {
  height: 57px;
  padding: 0 24px;
  font-size: 1rem;
}
.cta-form .cta-wrapper .content-wrapper .right-col *:not(button):not(.wpcf7-not-valid-tip) {
  color: #171717;
}
.cta-form .cta-wrapper .content-wrapper .right-col h2 {
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .cta-form .cta-wrapper .content-wrapper .right-col button {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cta-form .cta-wrapper .content-wrapper .right-col button {
    padding: 0 48px;
  }
}

/***** End cta-form *****/
/***** Begin blog-thumbnails-section *****/
@media (max-width: 991px) {
  .blog-thumbnails-section .splide__track {
    overflow: visible;
  }
  .blog-thumbnails-section .blog-tiles {
    position: relative;
  }
  .blog-thumbnails-section .blog-tiles:before {
    content: "";
    height: 100%;
    width: 50vw;
    position: absolute;
    left: -50vw;
    top: 0;
    background-color: #f8f8f8;
    z-index: 1;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .blog-thumbnails-section .blog-tiles .post-image {
    max-width: unset !important;
  }
}
@media (max-width: 991px) {
  .blog-thumbnails-section .splide__slide.is-active .tile-blog {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0784313725);
  }
}
@media (max-width: 767px) {
  .blog-thumbnails-section .splide__slide {
    width: 85% !important;
  }
}
@media (max-width: 420px) {
  .blog-thumbnails-section .splide__slide {
    width: 90% !important;
  }
}
.blog-thumbnails-section .button-wrapper {
  display: flex;
  justify-content: flex-end;
}
.blog-thumbnails-section .splide__track {
  padding-bottom: 64px;
}
@media (max-width: 575px) {
  .blog-thumbnails-section .splide__track {
    padding-bottom: 42px;
  }
}
.blog-thumbnails-section .splide__track .tile-blog {
  display: flex;
  gap: 0;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-thumbnails-section .splide__track .tile-blog {
    flex-direction: column;
  }
}
.blog-thumbnails-section .splide__track .tile-blog:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0784313725);
}
.blog-thumbnails-section .splide__track .tile-blog .post-image {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 471/278;
  max-width: 471px;
}
@media (max-width: 1199px) {
  .blog-thumbnails-section .splide__track .tile-blog .post-image {
    max-width: 430px;
  }
}
.blog-thumbnails-section .splide__track .tile-blog .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  max-width: 863px;
}
@media (max-width: 767px) {
  .blog-thumbnails-section .splide__track .tile-blog .content-wrapper {
    padding: 18px;
  }
}
.blog-thumbnails-section .splide__track .tile-blog .content-wrapper h3 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 2rem;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .blog-thumbnails-section .splide__track .tile-blog .content-wrapper h3 {
    font-size: 1.5rem;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 420px) {
  .blog-thumbnails-section .splide__track .tile-blog .content-wrapper h3 {
    font-size: 1.25rem;
  }
}
.blog-thumbnails-section .splide__track .tile-blog .content-wrapper p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-height: 140%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .blog-thumbnails-section .splide__track .tile-blog .content-wrapper p {
    font-size: 0.875rem;
    -webkit-line-clamp: 3;
  }
}
.blog-thumbnails-section .splide__track .tile-blog .content-wrapper a {
  font-size: 1.125rem;
  color: var(--accent-color-10);
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .blog-thumbnails-section .splide__track .tile-blog .content-wrapper a {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .blog-thumbnails-section .splide__track .tile-blog .content-wrapper a {
    font-size: 1rem;
  }
}
.blog-thumbnails-section .splide__track .tile-blog .content-wrapper .category {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-color-10);
  background-color: rgba(0, 61, 119, 0.05);
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  height: 38px;
  margin-bottom: 16px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .blog-thumbnails-section .splide__track .tile-blog .content-wrapper .category {
    font-size: 0.875rem;
    padding: 0 8px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .blog-thumbnails-section .partners-section .logo-wrapper {
    justify-content: center;
  }
}
.blog-thumbnails-section .tiles-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
  gap: 32px;
}
@media (max-width: 991px) {
  .blog-thumbnails-section .tiles-wrapper {
    flex-direction: row;
  }
}
.blog-thumbnails-section .tiles-wrapper .tile-blog {
  display: flex;
  gap: 0;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-thumbnails-section .tiles-wrapper .tile-blog {
    flex-direction: column;
  }
}
.blog-thumbnails-section .tiles-wrapper .tile-blog:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0784313725);
}
.blog-thumbnails-section .tiles-wrapper .tile-blog .post-image {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 471/278;
  max-width: 471px;
}
@media (max-width: 1199px) {
  .blog-thumbnails-section .tiles-wrapper .tile-blog .post-image {
    max-width: 430px;
  }
}
.blog-thumbnails-section .tiles-wrapper .tile-blog .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  max-width: 863px;
}
.blog-thumbnails-section .tiles-wrapper .tile-blog .content-wrapper h3 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 2rem;
  margin-bottom: 16px;
}
.blog-thumbnails-section .tiles-wrapper .tile-blog .content-wrapper p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-height: 140%;
  margin-bottom: 0;
}
.blog-thumbnails-section .tiles-wrapper .tile-blog .content-wrapper a {
  font-size: 1.125rem;
  color: var(--accent-color-10);
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .blog-thumbnails-section .tiles-wrapper .tile-blog .content-wrapper a {
    margin-top: 24px;
  }
}
.blog-thumbnails-section .tiles-wrapper .tile-blog .content-wrapper .category {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-color-10);
  background-color: rgba(0, 61, 119, 0.05);
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  height: 38px;
  margin-bottom: 16px;
  font-weight: 500;
}

/***** End blog-thumbnails-section *****/
/***** begin partners-section *****/
.partners-section {
  margin-top: 153px;
  margin-bottom: 196px;
}
@media (max-width: 991px) {
  .partners-section {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
.partners-section .logo-slider {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
  padding-bottom: 52px;
}
.partners-section .splide__pagination {
  gap: 17px;
  bottom: 0;
}
.partners-section .splide__pagination__page {
  width: 24px;
  height: 6px;
  border-radius: 4.3px;
  margin: 0;
}
.partners-section .splide__pagination__page.is-active {
  background: var(--accent-color-10);
  transform: scale(1);
}
.partners-section .logo-wrapper {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.partners-section .logo-wrapper * {
  transition: all 0.3s;
}
.partners-section .logo-wrapper img {
  filter: saturate(0);
  width: 100%;
  height: auto;
  max-height: 93px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners-section .logo-wrapper img:hover {
  filter: saturate(1);
}
@media (max-width: 991px) {
  .partners-section .logo-wrapper img {
    max-height: 55px;
    max-width: 198px;
  }
}
@media (max-width: 575px) {
  .partners-section .logo-wrapper img {
    max-width: 100%;
  }
}
@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.partners-section.producers {
  margin-top: 190px;
  margin-bottom: 190px;
}
@media (max-width: 1199px) {
  .partners-section.producers {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
.partners-section.producers .logo-slider {
  overflow: visible;
}
.partners-section.producers .title-with-accent-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 57px;
}
.partners-section.producers .title-with-accent-heading h2 {
  color: #222;
  margin-bottom: 24px;
  font-size: 2.8125rem;
  font-weight: 600;
  letter-spacing: -2%;
  max-width: 931px;
}
@media (max-width: 1199px) {
  .partners-section.producers .title-with-accent-heading h2 {
    font-size: 2.1rem;
  }
}
@media (max-width: 991px) {
  .partners-section.producers .title-with-accent-heading h2 {
    font-size: 2rem;
    line-height: 110%;
  }
}
.partners-section.producers .title-with-accent-heading p {
  max-width: 931px;
  color: rgba(34, 34, 34, 0.7);
  font-size: 1.1875rem;
  line-height: 150%;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .partners-section.producers .title-with-accent-heading p {
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  .partners-section.producers .title-with-accent-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .partners-section.producers .title-with-accent-heading .arrows {
    display: none;
  }
}
.partners-section.producers .title-with-accent-heading span.accent {
  display: flex;
  height: 30px;
  align-items: center;
  background-color: rgba(0, 128, 129, 0.05);
  border: 1px solid var(--accent-color-10);
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px;
  margin-bottom: 24px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .partners-section.producers .title-with-accent-heading span.accent {
    margin-bottom: 16px;
  }
}

/***** end partners-section *****/
/***** Begin breadcrumbs *****/
.breadcrumbs {
  padding-top: 32px;
  padding-bottom: 32px;
}
.breadcrumbs .bc-wrapper {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumbs .bc-wrapper a {
  font-size: 0.875rem;
  transition: all 0.3s;
  min-width: -moz-max-content;
  min-width: max-content;
}
.breadcrumbs .bc-wrapper a:hover {
  opacity: 0.6;
}
.breadcrumbs .bc-wrapper a:not(:last-child) {
  position: relative;
  padding-right: 25px;
  color: rgba(0, 0, 0, 0.5);
}
.breadcrumbs .bc-wrapper a:not(:last-child):after {
  content: url(/wp-content/themes/prozon/assets/img/bc-arrow.svg);
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
}
.breadcrumbs .bc-wrapper a:last-child {
  color: var(--accent-color-10);
}

/***** End breadcrumbs *****/
/***** Begin archive-title *****/
.archive-title {
  margin-bottom: 64px;
}
.archive-title .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.archive-title .container h1 {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 140%;
  max-width: 1000px;
}
.archive-title .container h1:has(strong) {
  font-weight: 400;
}
.archive-title .container h1:has(strong) strong {
  font-weight: 600;
}
@media (max-width: 420px) {
  .archive-title .container h1 {
    font-size: 10vw;
  }
}

/***** End archive-title *****/
/***** Begin archive-tiles *****/
.archive-tiles .tiles-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .archive-tiles .tiles-wrapper {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .archive-tiles .tiles-wrapper {
    gap: 32px;
  }
}
.archive-tiles .tiles-wrapper * {
  transition: all 0.3s;
}
.archive-tiles .tiles-wrapper .course-tile {
  position: relative;
  width: calc(33.33% - 11px);
  border-radius: 16px;
  padding: 24px;
}
@media (max-width: 1599px) {
  .archive-tiles .tiles-wrapper .course-tile {
    width: calc(33.33% - 8px);
  }
}
@media (max-width: 1199px) {
  .archive-tiles .tiles-wrapper .course-tile {
    width: calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .archive-tiles .tiles-wrapper .course-tile {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .archive-tiles .tiles-wrapper .course-tile {
    padding: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .archive-tiles .tiles-wrapper .course-tile {
    padding: 16px;
  }
}
.archive-tiles .tiles-wrapper .course-tile:hover, .archive-tiles .tiles-wrapper .course-tile.hover {
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0588235294);
}
.archive-tiles .tiles-wrapper .course-tile .img-wrapper {
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .archive-tiles .tiles-wrapper .course-tile .img-wrapper {
    margin-bottom: 32px;
  }
}
.archive-tiles .tiles-wrapper .course-tile .img-wrapper .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.archive-tiles .tiles-wrapper .course-tile .img-wrapper .main-img {
  width: 100%;
  aspect-ratio: 475/283;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.archive-tiles .tiles-wrapper .course-tile .category {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 61, 119, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  padding: 0 16px;
  height: 38px;
  font-weight: 500;
  color: var(--accent-color-10);
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .archive-tiles .tiles-wrapper .course-tile .category {
    margin-bottom: 12px;
  }
}
.archive-tiles .tiles-wrapper .course-tile a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.archive-tiles .tiles-wrapper .course-tile h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .archive-tiles .tiles-wrapper .course-tile h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  .archive-tiles .tiles-wrapper .course-tile h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 420px) {
  .archive-tiles .tiles-wrapper .course-tile h2 {
    font-size: 1.125rem;
  }
}
.archive-tiles .tiles-wrapper .course-tile p {
  line-height: 140%;
  color: rgba(0, 0, 0, 0.6);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 420px) {
  .archive-tiles .tiles-wrapper .course-tile p {
    font-size: 0.825rem;
  }
}
.archive-tiles .tiles-wrapper .course-tile .read-more {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  margin-top: 32px;
  gap: 12px;
  color: var(--accent-color-10);
  font-weight: 500;
}
@media (max-width: 420px) {
  .archive-tiles .tiles-wrapper .course-tile .read-more {
    font-size: 1rem;
  }
}
.archive-tiles .tiles-wrapper .course-tile .read-more img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 12px;
  height: 12px;
  margin-bottom: 0;
}

/***** End archive-tiles *****/
/***** Begin seo-slider *****/
.seo-slider {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .seo-slider {
    padding-bottom: 60px;
  }
}
.seo-slider .content-wrapper {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 40px;
}
@media (max-width: 575px) {
  .seo-slider .content-wrapper {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .seo-slider .content-wrapper {
    margin: 0 60px;
  }
}
.seo-slider .content-wrapper p:last-child {
  margin-bottom: 0;
}
.seo-slider .content-wrapper h2, .seo-slider .content-wrapper h1 {
  color: var(--accent-color-10);
  font-weight: 400;
}
.seo-slider .content-wrapper h2 strong, .seo-slider .content-wrapper h1 strong {
  font-weight: 600;
}
@media (min-width: 1500px) {
  .seo-slider .content-wrapper h2, .seo-slider .content-wrapper h1 {
    font-size: 3rem;
  }
}
.seo-slider .splide__arrow {
  height: 36px;
  background-color: rgba(0, 61, 119, 0.1);
  background-position: center;
  background-size: 12px !important;
  width: 36px;
  opacity: 1 !important;
  border: none;
}
@media (max-width: 767px) {
  .seo-slider .splide__arrow {
    width: 40px;
    height: 40px;
    background-size: 13px !important;
  }
}
.seo-slider .splide__arrow svg {
  display: none;
}
.seo-slider .splide__arrow--prev {
  background-image: url("/wp-content/themes/prozon/assets/img/seo-slider-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  left: 0;
}
@media (max-width: 767px) {
  .seo-slider .splide__arrow--prev {
    left: calc(100% - 90px);
    top: calc(100% + 40px);
  }
}
.seo-slider .splide__arrow--next {
  background-image: url("/wp-content/themes/prozon/assets/img/seo-slider-arrow-r.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  right: 0;
}
@media (max-width: 767px) {
  .seo-slider .splide__arrow--next {
    right: 0;
    top: calc(100% + 40px);
  }
}

/***** End seo-slider *****/
ol {
  counter-reset: custom-counter;
  max-width: 650px;
  padding-left: 28px;
  margin-top: 32px;
  margin-bottom: 52px;
}
ol:last-child {
  margin-bottom: 0;
}
ol li {
  counter-increment: custom-counter;
  margin-bottom: 8px;
  list-style: none;
  position: relative;
}
ol li:last-child {
  margin-bottom: 0;
}
ol li:before {
  content: counter(custom-counter);
  position: absolute;
  left: -28px;
  top: 3px;
}

ol li:before {
  content: counter(custom-counter);
  background-color: #003d77;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -28px;
  top: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

ol li {
  position: relative;
  list-style: none;
}

/***** Begin big-tabs-section *****/
.big-tabs-section {
  overflow: visible;
}
.big-tabs-section .nav {
  margin-top: -59px;
  position: relative;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.big-tabs-section .nav li button {
  min-width: -moz-max-content;
  min-width: max-content;
  height: 59px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
}
.big-tabs-section .nav li button.active {
  border-top-left-radius: 8px;
  background-color: #F8F8F8;
  color: var(--accent-color-10);
  font-weight: 700;
  font-size: 1.125rem;
}
.big-tabs-section .content-wrapper {
  position: relative;
  display: flex;
}
@media (max-width: 1199px) {
  .big-tabs-section .content-wrapper {
    flex-direction: column;
  }
}
.big-tabs-section .content-wrapper img {
  margin-bottom: 32px;
  width: 100%;
  border-radius: 16px;
}
.big-tabs-section .content-wrapper .left-col {
  width: calc(100% - 512px);
  padding-right: 147px;
}
@media (max-width: 1399px) {
  .big-tabs-section .content-wrapper .left-col {
    padding-right: 70px;
  }
}
@media (max-width: 1199px) {
  .big-tabs-section .content-wrapper .left-col {
    width: 100%;
    padding-right: 0;
  }
}
.big-tabs-section .content-wrapper .right-col {
  width: 512px;
}
@media (max-width: 1199px) {
  .big-tabs-section .content-wrapper .right-col {
    display: none;
  }
}
.big-tabs-section .content-wrapper .tab-content {
  padding-top: 88px;
}
@media (max-width: 575px) {
  .big-tabs-section .content-wrapper .tab-content {
    padding-bottom: 62px;
  }
}
.big-tabs-section .content-wrapper .tab-content h2 {
  color: var(--accent-color-10);
  margin-bottom: 32px;
}
.big-tabs-section .content-wrapper .floating-box {
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 61, 119, 0.0784313725);
  border-radius: 16px;
  top: 150px;
  padding: 32px;
}
@media (min-width: 1200px) {
  .big-tabs-section .content-wrapper .floating-box {
    position: sticky;
    margin-top: -269px;
  }
}
.big-tabs-section .content-wrapper .floating-box .box-title {
  margin-bottom: 16px;
  display: block;
}
.big-tabs-section .content-wrapper .floating-box h2 {
  color: var(--accent-color-10);
  margin-bottom: 26px;
}
.big-tabs-section .content-wrapper .floating-box .button-wrapper {
  margin-top: 48px;
}
.big-tabs-section .content-wrapper .floating-box .table {
  margin-bottom: 30px;
}
.big-tabs-section .content-wrapper .floating-box .table .row {
  display: flex;
  margin-bottom: 8px;
}
.big-tabs-section .content-wrapper .floating-box .table .row .title {
  max-width: 220px;
  opacity: 0.8;
}
.big-tabs-section .content-wrapper .floating-box .table .row .content {
  width: calc(100% - 220px);
  text-align: end;
  font-size: 1.125rem;
  font-weight: 500;
}
.big-tabs-section .content-wrapper .floating-box .button-wrapper a {
  height: 54px;
  font-weight: 600;
}
.big-tabs-section .tab-content p {
  margin-bottom: 32px;
}
.big-tabs-section .tab-content ul {
  max-width: 650px;
  padding-left: 28px;
  margin-top: 32px;
  margin-bottom: 52px;
}
.big-tabs-section .tab-content ul:last-child {
  margin-bottom: 0;
}
.big-tabs-section .tab-content ul li {
  margin-bottom: 8px;
  list-style: none;
  position: relative;
}
.big-tabs-section .tab-content ul li:last-child {
  margin-bottom: 0;
}
.big-tabs-section .tab-content ul li:before {
  content: url(/wp-content/themes/prozon/assets/img/list-style-blue.svg);
  position: absolute;
  left: -28px;
  top: 3px;
}
.big-tabs-section.green .floating-box h2 {
  color: #006C32;
}
.big-tabs-section.green .button-wrapper a {
  background-color: #006C32;
}
.big-tabs-section.green .nav li button.active {
  color: #006C32;
}
.big-tabs-section.green .tab-content h2, .big-tabs-section.green .tab-content h3 {
  color: #006C32;
}
.big-tabs-section.green .tab-content ul li:before {
  content: url(/wp-content/themes/prozon/assets/img/list-style-green.svg);
}

/***** End big-tabs-section *****/
/***** Begin icon-tiles *****/
.icon-tiles {
  margin-top: 140px;
}
@media (max-width: 1199px) {
  .icon-tiles {
    margin-top: 130px;
  }
}
.icon-tiles .tiles-wrapper {
  display: flex;
  gap: 32px;
}
@media (max-width: 1199px) {
  .icon-tiles .tiles-wrapper {
    flex-wrap: wrap;
  }
}
.icon-tiles .tiles-wrapper * {
  transition: all 0.3s;
}
.icon-tiles .tiles-wrapper .tile {
  border-radius: 16px;
  background-color: #fff;
  padding: 32px;
  border: 1px solid #fff;
}
@media (max-width: 1199px) {
  .icon-tiles .tiles-wrapper .tile {
    width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .icon-tiles .tiles-wrapper .tile {
    width: 100%;
    padding: 36px 32px;
  }
}
.icon-tiles .tiles-wrapper .tile:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0784313725);
  border: 1px solid rgba(15, 15, 15, 0.1019607843);
}
.icon-tiles .tiles-wrapper .tile .icon-wrapper {
  background-color: var(--accent-color-10);
  width: 80px;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 24px;
}
.icon-tiles .tiles-wrapper .tile .icon-wrapper img {
  width: 60px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.icon-tiles .tiles-wrapper .tile h3 {
  color: rgba(15, 15, 15, 0.9);
  margin-bottom: 16px;
}
@media (min-width: 1750px) {
  .icon-tiles .tiles-wrapper .tile h3 {
    font-size: 1.75rem;
  }
}
.icon-tiles .tiles-wrapper .tile p {
  line-height: 140%;
}
.icon-tiles .tiles-wrapper .tile p:last-child {
  margin-bottom: 0;
}

/***** End icon-tiles *****/
/***** Begin other-services *****/
.other-services {
  margin-top: 140px;
}
@media (max-width: 1199px) {
  .other-services {
    margin-top: 130px;
  }
}
.other-services .splide__list {
  padding: 15px 0 !important;
}
.other-services .tiles-wrapper {
  display: block !important;
}
.other-services .section-title {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .other-services .splide__slide.is-active .course-tile {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0784313725);
    border: 1px solid rgba(15, 15, 15, 0.1019607843);
  }
}
.other-services .archive-tiles {
  padding-bottom: 20px;
}
.other-services .archive-tiles * {
  transition: all 0.3s;
}
.other-services .archive-tiles .course-tile {
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  padding: 32px;
  border: 1px solid #fff;
}
@media (max-width: 575px) {
  .other-services .archive-tiles .course-tile {
    padding: 4vw;
    border-radius: 10px;
  }
  .other-services .archive-tiles .course-tile h2 {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
  }
  .other-services .archive-tiles .course-tile p {
    font-size: 2.5vw;
    margin-bottom: 0;
  }
  .other-services .archive-tiles .course-tile .category {
    font-size: 2.2vw;
    height: 6vw;
    margin-bottom: 3vw;
    padding: 0 2.5vw;
    border-radius: 8px;
  }
  .other-services .archive-tiles .course-tile .img-wrapper {
    margin-bottom: 6vw;
  }
  .other-services .archive-tiles .course-tile .img-wrapper .main-img {
    border-radius: 10px;
  }
  .other-services .archive-tiles .course-tile .read-more {
    font-size: 2.5vw;
    margin-top: 5vw;
  }
}
.other-services .archive-tiles .course-tile:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0784313725);
  border: 1px solid rgba(15, 15, 15, 0.1019607843);
}
.other-services .archive-tiles .course-tile .icon-wrapper {
  background-color: var(--accent-color-10);
  width: 80px;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 24px;
}
.other-services .archive-tiles .course-tile .icon-wrapper img {
  width: 60px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.other-services .archive-tiles .course-tile h3 {
  color: rgba(15, 15, 15, 0.9);
  margin-bottom: 16px;
}
@media (min-width: 1750px) {
  .other-services .archive-tiles .course-tile h3 {
    font-size: 1.75rem;
  }
}
.other-services .archive-tiles .course-tile p {
  line-height: 140%;
}
.other-services .archive-tiles .course-tile p:last-child {
  margin-bottom: 0;
}

/***** End other-services *****/
/***** Begin accreditation *****/
.accreditation .container {
  display: flex;
}
@media (max-width: 991px) {
  .accreditation .container {
    flex-direction: column;
    gap: 64px;
  }
}
.accreditation .container .content-col {
  width: calc(100% - 412px);
  padding-right: 215px;
}
@media (max-width: 1399px) {
  .accreditation .container .content-col {
    padding-right: 150px;
  }
}
@media (max-width: 1199px) {
  .accreditation .container .content-col {
    width: calc(100% - 312px);
    padding-right: 100px;
  }
}
@media (max-width: 992px) {
  .accreditation .container .content-col {
    width: 100%;
    padding-right: 0;
  }
}
.accreditation .container .content-col h1, .accreditation .container .content-col h2 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .accreditation .container .content-col h1 {
    margin-bottom: 48px;
  }
}
.accreditation .container .content-col h2 {
  color: var(--accent-color-10);
}
.accreditation .container .content-col a {
  color: #0066B3;
  text-decoration: underline;
}
.accreditation .container .content-col .logo-list {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}
.accreditation .container .content-col .logo-list img {
  height: 142px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .accreditation .container .content-col .logo-list img {
    height: 109px;
  }
}
.accreditation .container .image-col {
  width: 412px;
}
@media (max-width: 1199px) {
  .accreditation .container .image-col {
    width: 312px;
  }
}
@media (max-width: 992px) {
  .accreditation .container .image-col {
    width: 100%;
  }
}
.accreditation .container .image-col img {
  width: 100%;
  border-radius: 12px;
}

/***** End accreditation *****/
/***** Begin products-archive *****/
.products-archive .container {
  display: flex;
}
.products-archive .container .sidebar-col {
  width: 344px;
}
.products-archive .container .content-col {
  width: calc(100% - 300px);
  padding-left: 64px;
}
@media (max-width: 1399px) {
  .products-archive .container .sidebar-col {
    width: 300px;
  }
  .products-archive .container .content-col {
    width: calc(100% - 344px);
    padding-left: 64px;
  }
}
@media (max-width: 991px) {
  .products-archive .container {
    flex-direction: column;
  }
  .products-archive .container .sidebar-col {
    width: 100%;
  }
  .products-archive .container .content-col {
    width: 100%;
    padding-left: 0;
  }
}
.products-archive .sidebar-col h2 {
  font-size: 1.5rem;
  color: var(--accent-color-10);
  margin-bottom: 48px;
}
.products-archive .sidebar-col h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--accent-color-10);
}
.products-archive .sidebar-col .filter-wrapper {
  padding-bottom: 32px;
}
.products-archive .sidebar-col .filter-wrapper:not(:first-child) {
  padding-top: 32px;
  border-top: 1px solid rgba(15, 15, 15, 0.2);
}
.products-archive .sidebar-col .filter-wrapper .single-filter-wrapper {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .products-archive .sidebar-col .filter-wrapper .single-filter-wrapper {
    margin-bottom: 16px;
  }
}
.products-archive .sidebar-col .filter-wrapper .single-filter-wrapper:last-child {
  margin-bottom: 0;
}
.products-archive .sidebar-col .filter-wrapper .single-filter-wrapper input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 0;
  transform: translateY(5px);
}
.products-archive .sidebar-col .filter-wrapper .single-filter-wrapper span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: rgba(15, 15, 15, 0.8);
}
.products-archive .sidebar-col .filter-wrapper .single-filter-wrapper span span {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 8px;
  color: rgba(15, 15, 15, 0.5);
}
.products-archive .sidebar-col .button-wrapper {
  margin-top: 16px;
}
.products-archive .sidebar-col .button-wrapper button {
  width: 100%;
}
@media (max-width: 991px) {
  .products-archive .sidebar-col .button-wrapper button {
    height: 58px;
    font-size: 1rem;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .products-archive .sidebar-col {
    position: fixed;
    left: -100%;
  }
  .products-archive .sidebar-col.expanded-filters {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #F8F8F8;
    z-index: 9999999;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
  }
  .products-archive .sidebar-col.expanded-filters .button-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #F8F8F8 80%, transparent);
  }
  .products-archive .sidebar-col.expanded-filters .button-wrapper a, .products-archive .sidebar-col.expanded-filters .button-wrapper button {
    margin: 24px;
    width: calc(100% - 48px);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .products-archive .sidebar-col .show-hide-filters {
    margin-top: 32px;
    margin-bottom: 43px;
    font-size: 2rem;
  }
}
.products-archive .show-hide-filters {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .products-archive .show-hide-filters {
    gap: 16px;
  }
}
.products-archive .content-col .description {
  margin-bottom: 64px;
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
}
.products-archive .content-col .description p {
  font-size: 1.125rem;
  line-height: 150%;
}
@media (max-width: 1599px) {
  .products-archive .content-col .description p {
    font-size: 1rem;
  }
}
.products-archive .content-col .description p:last-child {
  margin-bottom: 0;
}
.products-archive .content-col .description h2 {
  color: var(--accent-color-10);
}
.products-archive .content-col .mobile-filters {
  margin-bottom: 40px;
  display: flex;
  overflow-x: auto;
  gap: 8px;
  width: calc(100% + 24px);
}
.products-archive .content-col .mobile-filters .show-hide-filters {
  display: flex;
  height: 49px;
  align-items: center;
  padding: 0 24px;
  font-weight: 600;
}
.products-archive .content-col .mobile-filters .checked-filter {
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  height: 49px;
  align-items: center;
  padding: 0 24px;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-size: 1.125rem;
}
.products-archive .content-col .mobile-filters .checked-filter img {
  margin-left: 8px;
}
.products-archive .content-col .mobile-filters .checked-filter span {
  color: rgba(15, 15, 15, 0.5);
}

@media (max-width: 991px) {
  body:has(.expanded-filters) {
    overflow: hidden;
  }
}
.product-tiles-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-tiles-wrapper {
    gap: 22px;
    row-gap: 30px;
  }
}
@media (max-width: 991px) {
  .product-tiles-wrapper {
    gap: 21px;
    row-gap: 32px;
  }
}
.product-tiles-wrapper .product-tile {
  position: relative;
  width: calc(25% - 24px);
}
@media (max-width: 1199px) {
  .product-tiles-wrapper .product-tile {
    width: calc(33.33% - 22px);
  }
}
@media (max-width: 991px) {
  .product-tiles-wrapper .product-tile {
    width: calc(50% - 11px);
  }
}
.product-tiles-wrapper .product-tile .img-wrapper {
  background-color: #EEEEEE;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 24px;
}
.product-tiles-wrapper .product-tile .img-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 274/267;
}
.product-tiles-wrapper .product-tile h2 {
  font-size: 1.125rem;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .product-tiles-wrapper .product-tile h2 {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
}
@media (max-width: 420px) {
  .product-tiles-wrapper .product-tile h2 {
    font-size: 5vw;
  }
}
.product-tiles-wrapper .product-tile p {
  font-size: 0.875rem;
  line-height: 1;
  color: #9D9BA0;
  margin-bottom: 0;
}
@media (max-width: 420px) {
  .product-tiles-wrapper .product-tile p {
    font-size: 3vw;
  }
}
.product-tiles-wrapper .product-tile a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.product-tiles-wrapper .product-tile .read-more {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  color: var(--accent-color-10);
  font-weight: 500;
}
@media (max-width: 992px) {
  .product-tiles-wrapper .product-tile .read-more {
    font-size: 0.85rem;
  }
}
.product-tiles-wrapper .product-tile .read-more img {
  width: 10px;
}
@media (max-width: 420px) {
  .product-tiles-wrapper .product-tile .read-more {
    font-size: 3vw;
    margin-top: 3vw;
  }
}

.products-archive.cols-5 {
  margin-top: 140px;
}
@media (max-width: 1199px) {
  .products-archive.cols-5 {
    margin-top: 130px;
  }
}
.products-archive.cols-5 .section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.products-archive.cols-5 .section-title p {
  margin-bottom: 0;
}
.products-archive.cols-5 .mobile-button-wrapper {
  margin-top: 48px;
}
.products-archive.cols-5 .product-tiles-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-archive.cols-5 .product-tiles-wrapper {
    gap: 22px;
    row-gap: 30px;
  }
}
@media (max-width: 991px) {
  .products-archive.cols-5 .product-tiles-wrapper {
    gap: 21px;
    row-gap: 32px;
  }
}
.products-archive.cols-5 .product-tiles-wrapper .product-tile {
  position: relative;
  width: calc(20% - 26px);
}
@media (max-width: 1199px) {
  .products-archive.cols-5 .product-tiles-wrapper .product-tile {
    width: calc(20% - 18px);
  }
}
@media (max-width: 991px) {
  .products-archive.cols-5 .product-tiles-wrapper .product-tile {
    width: calc(50% - 11px);
  }
}

/***** End products-archive *****/
/***** Begin product-main-section *****/
.product-main-section {
  margin-bottom: 62px;
}
@media (max-width: 1199px) {
  .product-main-section {
    margin-bottom: 130px;
  }
}
.product-main-section .container {
  display: flex;
}
@media (max-width: 1199px) {
  .product-main-section .container {
    flex-direction: column;
    gap: 46px;
  }
}
.product-main-section .container .image-column {
  width: 800px;
}
@media (max-width: 1599px) {
  .product-main-section .container .image-column {
    width: 700px;
  }
}
@media (max-width: 1399px) {
  .product-main-section .container .image-column {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .product-main-section .container .image-column {
    width: 100%;
  }
}
.product-main-section .container .image-column .img-wrapper {
  padding: 48px;
  background-color: #eee;
  border-radius: 16px;
}
.product-main-section .container .image-column .img-wrapper img {
  width: 100%;
  aspect-ratio: 818/718;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-main-section .container .content-column {
  width: calc(100% - 800px);
  padding-left: 102px;
}
@media (max-width: 1599px) {
  .product-main-section .container .content-column {
    width: calc(100% - 700px);
  }
}
@media (max-width: 1499px) {
  .product-main-section .container .content-column {
    padding-left: 50px;
  }
}
@media (max-width: 1399px) {
  .product-main-section .container .content-column {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1199px) {
  .product-main-section .container .content-column {
    width: 100%;
    padding-left: 0;
  }
}
.product-main-section .container .content-column .category {
  font-size: 1.125rem;
  color: rgba(15, 15, 15, 0.8);
  display: flex;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .product-main-section .container .content-column .category {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .product-main-section .container .content-column .category {
    font-size: 1rem;
  }
}
.product-main-section .container .content-column h1 {
  font-size: 3rem;
  line-height: 140%;
  margin-bottom: 24px;
}
.product-main-section .container .content-column h1 strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .product-main-section .container .content-column h1 {
    font-size: 2rem;
  }
}
.product-main-section .container .content-column .buttons-wrapper {
  display: flex;
  gap: 24px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .product-main-section .container .content-column .buttons-wrapper {
    margin-bottom: 46px;
  }
}
.product-main-section .container .content-column .buttons-wrapper a {
  width: 50%;
  height: 54px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .product-main-section .container .content-column .buttons-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .product-main-section .container .content-column .buttons-wrapper a {
    width: 100%;
  }
}

.accordion-wrapper .accordion-item {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border: 1px solid rgba(0, 0, 0, 0);
}
.accordion-wrapper .accordion-item .accordion-button {
  color: #0F0F0F;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 32px;
  display: flex;
  align-items: center;
}
.accordion-wrapper .accordion-item .accordion-button:after {
  background-size: 35px;
  width: 35px;
  height: 35px;
}
.accordion-wrapper .accordion-item .accordion-body {
  padding: 0;
  margin: 0 32px 32px 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.accordion-wrapper .accordion-item .accordion-body .single {
  display: flex;
  gap: 12px;
}
@media (min-width: 576px) {
  .accordion-wrapper .accordion-item .accordion-body .single {
    justify-content: space-between;
    gap: 20px;
  }
}
.accordion-wrapper .accordion-item .accordion-body .single:not(:last-child) {
  margin-bottom: 8px;
}
.accordion-wrapper .accordion-item .accordion-body .single .title {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .accordion-wrapper .accordion-item .accordion-body .single .title {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .accordion-wrapper .accordion-item .accordion-body .single .title {
    display: contents;
  }
}
.accordion-wrapper .accordion-item .accordion-body .single .desc {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .accordion-wrapper .accordion-item .accordion-body .single .desc {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .accordion-wrapper .accordion-item .accordion-body .single .desc {
    display: contents;
  }
}
.accordion-wrapper .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(/wp-content/themes/prozon/assets/img/opened-accord.svg);
}
.accordion-wrapper .accordion-item .accordion-button.collapsed::after {
  background-image: url(/wp-content/themes/prozon/assets/img/outline-accord.svg);
}
.accordion-wrapper .accordion-item:not(:has(.show)):not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
}
.accordion-wrapper .accordion-item:has(.show) {
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-radius: 16px;
}
.accordion-wrapper .accordion-item .accordion-button {
  box-shadow: none;
  background-color: transparent;
}
.accordion-wrapper .accordion-item:has(.show) .accordion-button:after {
  filter: brightness(0);
}

/***** End product-main-section *****/
/***** Begin map-section *****/
.map-section {
  position: relative;
}
.map-section gmp-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 140%;
}
@media (max-width: 1199px) {
  .map-section gmp-map {
    position: relative;
    height: 539px;
    width: 100%;
  }
}
.map-section .container {
  position: relative;
  z-index: 1;
  width: 784px;
  margin-left: 150px;
}
@media (max-width: 1749px) {
  .map-section .container {
    margin-left: 115px;
  }
}
@media (max-width: 1599px) {
  .map-section .container {
    margin-left: 63px;
  }
}
@media (max-width: 1199px) {
  .map-section .container {
    margin-right: 0;
    width: 100%;
    max-width: unset;
  }
}
.map-section .container * {
  transition: all 0.1s;
}
@media (max-width: 1199px) {
  .map-section .container {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}
.map-section .container .locations-wrapper {
  background-color: #fff;
  margin-bottom: 112px;
  margin-top: 112px;
  width: 784px;
  aspect-ratio: 784/790;
  border-radius: 16px;
}
@media (max-width: 1499px) {
  .map-section .container .locations-wrapper {
    width: 720px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1399px) {
  .map-section .container .locations-wrapper {
    width: 639px;
  }
}
@media (max-width: 1199px) {
  .map-section .container .locations-wrapper {
    width: 100%;
    aspect-ratio: unset;
    margin-bottom: 24px;
    position: relative;
  }
  .map-section .container .locations-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 27px;
    background: linear-gradient(0deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
  }
}
.map-section .container .locations-wrapper .filters-wrapper {
  padding: 24px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1499px) {
  .map-section .container .locations-wrapper .filters-wrapper {
    gap: 24px;
  }
}
@media (max-width: 1199px) {
  .map-section .container .locations-wrapper .filters-wrapper .nav-link {
    padding: 0 16px !important;
  }
}
.map-section .container .locations-wrapper .filters-wrapper .filter-container {
  margin-bottom: 32px;
}
.map-section .container .locations-wrapper .filters-wrapper .search-wrapper input {
  border: 1px solid rgba(30, 30, 30, 0.16);
  border-radius: 8px;
  background-color: transparent;
  padding-left: 64px !important;
  background-image: url(/wp-content/themes/prozon/assets/img/loupe2.svg);
  background-position: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 20px;
}
.map-section .container .locations-wrapper .filters-wrapper .nav-pills {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
}
.map-section .container .locations-wrapper .filters-wrapper .nav-pills .nav-item button {
  background-color: transparent;
  height: 59px;
  font-size: 1.125rem;
  padding: 0;
  color: #878787;
}
.map-section .container .locations-wrapper .filters-wrapper .nav-pills .nav-item button.active {
  color: var(--accent-color-10);
  font-weight: 600;
  position: relative;
}
.map-section .container .locations-wrapper .filters-wrapper .nav-pills .nav-item button.active:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: var(--accent-color-10);
}
.map-section .container .locations-wrapper .location-list::-webkit-scrollbar {
  width: 3px;
}
.map-section .container .locations-wrapper .location-list::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  border-radius: 8px;
}
.map-section .container .locations-wrapper .location-list::-webkit-scrollbar-thumb {
  background: var(--accent-color-10);
}
.map-section .container .locations-wrapper .location-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 32px;
  max-height: 545px;
  overflow-y: auto;
}
@media (max-width: 1499px) {
  .map-section .container .locations-wrapper .location-list {
    max-height: 500px;
  }
}
@media (max-width: 1399px) {
  .map-section .container .locations-wrapper .location-list {
    max-height: 420px;
  }
}
@media (max-width: 1199px) {
  .map-section .container .locations-wrapper .location-list {
    display: none;
    margin: 0;
    padding: 32px 24px;
    background-color: #F8F8F8;
  }
}
.map-section .container .locations-wrapper .location-list li {
  cursor: pointer;
}
.map-section .container .locations-wrapper .location-list li:hover {
  opacity: 0.6;
}
.map-section .container .locations-wrapper .location-list:has(li:nth-child(4)) li {
  margin-right: 32px;
}
.map-section .container .locations-wrapper .location-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1499px) {
  .map-section .container .locations-wrapper .location-list li {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.map-section .container .locations-wrapper .location-list li .name {
  color: var(--accent-color-10);
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 140%;
  max-width: 320px;
}
.map-section .container .locations-wrapper .location-list li .cat-title {
  color: rgba(15, 15, 15, 0.5);
  margin-bottom: 20px;
  max-width: 305px;
}
.map-section .container .locations-wrapper .location-list li .see-on-the-map {
  color: var(--accent-color-10);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
  gap: 16px;
}
@media (min-width: 1200px) {
  .map-section .container .locations-wrapper .location-list li .see-on-the-map {
    display: none;
  }
}
.map-section .container .locations-wrapper .location-list li .address {
  padding-left: 44px;
  position: relative;
  max-width: 305px;
  font-size: 1.125rem;
}
.map-section .container .locations-wrapper .location-list li .address:before {
  content: url(/wp-content/themes/prozon/assets/img/pin-icon.svg);
  position: absolute;
  left: 0;
}

.map-title h2 {
  font-size: 2rem;
}

/***** End map-section *****/
/***** Begin contact-main *****/
.contact-main {
  padding-top: 20px;
  padding-bottom: 20px;
  transform: translateY(-20px);
}
.contact-main .container {
  display: flex;
}
@media (max-width: 1199px) {
  .contact-main .container {
    flex-direction: column;
    gap: 64px;
  }
}
@media (max-width: 767px) {
  .contact-main .container {
    gap: 48px;
  }
}
.contact-main .archive-title p {
  font-size: 1.125rem;
  margin-top: 24px;
}
@media (max-width: 1599px) {
  .contact-main .archive-title h1 {
    font-size: 3rem;
  }
}
.contact-main .content-col {
  padding-right: 200px;
  width: calc(100% - 616px);
}
@media (max-width: 1749px) {
  .contact-main .content-col {
    padding-right: 150px;
  }
}
@media (max-width: 1399px) {
  .contact-main .content-col {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1199px) {
  .contact-main .content-col {
    width: 100%;
    padding-right: 0;
  }
}
.contact-main .content-col .contact-details {
  margin-top: 72px;
}
.contact-main .content-col .contact-details h2 {
  font-size: 1.5rem;
}
.contact-main .form-col {
  width: 616px;
  right: 70px;
  top: 80px;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1399px) {
  .contact-main .form-col {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .contact-main .form-col {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .contact-main .form-col {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .contact-main .form-col {
    margin-left: -24px;
    border-radius: 0 !important;
  }
}
@media (max-width: 1199px) {
  .contact-main .form-col {
    padding: 80px 70px;
  }
}
@media (max-width: 575px) {
  .contact-main .form-col {
    border-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: calc(100% + 48px);
    left: -24px;
    padding: 32px 24px;
  }
}
.contact-main .form-col .button-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
  margin-top: 48px;
}
.contact-main .form-col .button-wrapper button {
  height: 57px;
  padding: 0 24px;
  font-size: 1rem;
}
.contact-main .form-col *:not(button):not(.wpcf7-not-valid-tip) {
  color: #171717;
}
.contact-main .form-col h2 {
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .contact-main .form-col button {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .contact-main .form-col button {
    padding: 0 48px;
  }
}
.contact-main .form-col .form-row .input-col {
  width: -webkit-fill-available;
}
.contact-main .form-col .form-row button {
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 24px;
}
.contact-main .form-col .form-row input[type=email], .contact-main .form-col .form-row button {
  height: 57px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .contact-main .form-col .form-row input[type=email], .contact-main .form-col .form-row button {
    height: 46px;
  }
}
.contact-main .form-col .form-row input[type=email]::-moz-placeholder, .contact-main .form-col .form-row button::-moz-placeholder {
  color: #1E1E1E;
}
.contact-main .form-col .form-row input[type=email]::placeholder, .contact-main .form-col .form-row button::placeholder {
  color: #1E1E1E;
}
.contact-main .form-col .form-row label {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .contact-main .form-col .form-row label {
    margin-top: 20px;
  }
}
.contact-main .form-col .form-row .form-check-input {
  width: 20px;
  height: 20px;
}

.contact-details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-details-wrapper .row-wrapper {
  display: flex;
}
.contact-details-wrapper .row-wrapper .icon-wrapper, .contact-details-wrapper .row-wrapper .title {
  min-width: 121px;
}
.contact-details-wrapper .row-wrapper p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

/***** End contact-main *****/
/***** Begin our-headquarters *****/
.our-headquarters {
  margin-top: 140px;
}
@media (max-width: 1199px) {
  .our-headquarters {
    margin-top: 130px;
  }
}
.our-headquarters .headquarters-wrapper {
  display: flex;
  gap: 48px;
}
.our-headquarters .headquarters-wrapper .headquarter {
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  background-color: #fff;
  border-radius: 16px;
  width: 50%;
  padding: 32px;
  display: flex;
  gap: 40px;
  background-image: url(/wp-content/themes/prozon/assets/img/headquarter-accent.svg);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.our-headquarters .headquarters-wrapper .headquarter .contact-details-wrapper h3, .our-headquarters .headquarters-wrapper .headquarter .contact-details-wrapper .title {
  color: #0066B3;
}
@media (max-width: 1599px) {
  .our-headquarters .headquarters-wrapper .headquarter .contact-details-wrapper p {
    font-size: 1.125rem;
  }
  .our-headquarters .headquarters-wrapper .headquarter .contact-details-wrapper h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1399px) {
  .our-headquarters .headquarters-wrapper .headquarter .contact-details-wrapper p {
    font-size: 0.9rem;
    line-height: 140%;
  }
  .our-headquarters .headquarters-wrapper .headquarter .contact-details-wrapper img {
    width: 20px;
  }
  .our-headquarters .headquarters-wrapper .headquarter .contact-details-wrapper .icon-wrapper, .our-headquarters .headquarters-wrapper .headquarter .contact-details-wrapper .title {
    min-width: 35px;
  }
}
.our-headquarters .headquarters-wrapper .headquarter:last-child .contact-details-wrapper h3, .our-headquarters .headquarters-wrapper .headquarter:last-child .contact-details-wrapper .title {
  color: #409A3C;
}
.our-headquarters .headquarters-wrapper .headquarter .img-wrapper img {
  width: 256px;
  height: auto;
  aspect-ratio: 256/362;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1499px) {
  .our-headquarters .headquarters-wrapper .headquarter .img-wrapper img {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .our-headquarters .headquarters-wrapper .headquarter {
    flex-direction: column;
    background-image: url(/wp-content/themes/prozon/assets/img/mobile-card-decor.svg);
  }
  .our-headquarters .headquarters-wrapper .headquarter .img-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 334/152;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .our-headquarters .headquarters-wrapper .headquarter .contact-details-wrapper h3 {
    font-size: 1.5rem;
  }
  .our-headquarters .headquarters-wrapper .headquarter .contact-details-wrapper p {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .our-headquarters .headquarters-wrapper .headquarter {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .our-headquarters .headquarters-wrapper .headquarter {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .our-headquarters .headquarters-wrapper {
    gap: 24px;
  }
  .our-headquarters .headquarters-wrapper .contact-details-wrapper h3 {
    font-size: 1.375rem !important;
  }
  .our-headquarters .headquarters-wrapper .contact-details-wrapper p {
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  .our-headquarters .headquarters-wrapper {
    flex-direction: column;
  }
}

/***** End our-headquarters *****/
/***** Begin our-branches *****/
.our-branches {
  margin-top: 140px;
}
@media (max-width: 1199px) {
  .our-branches {
    margin-top: 130px;
  }
}
.our-branches .branches-list-wrapper .list-element {
  display: flex;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .our-branches .branches-list-wrapper .list-element {
    flex-direction: column;
  }
}
.our-branches .branches-list-wrapper .list-element:not(:first-child) {
  padding-top: 32px;
}
@media (max-width: 1749px) {
  .our-branches .branches-list-wrapper .list-element {
    padding-bottom: 28px;
  }
  .our-branches .branches-list-wrapper .list-element:not(:first-child) {
    padding-top: 28px;
  }
}
@media (max-width: 1599px) {
  .our-branches .branches-list-wrapper .list-element {
    padding-bottom: 20px;
  }
  .our-branches .branches-list-wrapper .list-element:not(:first-child) {
    padding-top: 20px;
  }
}
@media (max-width: 1399px) {
  .our-branches .branches-list-wrapper .list-element {
    padding-bottom: 14px;
  }
  .our-branches .branches-list-wrapper .list-element:not(:first-child) {
    padding-top: 14px;
  }
}
@media (max-width: 1199px) {
  .our-branches .branches-list-wrapper .list-element {
    padding-bottom: 10px;
  }
  .our-branches .branches-list-wrapper .list-element:not(:first-child) {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .our-branches .branches-list-wrapper .list-element {
    padding-bottom: 32px;
  }
  .our-branches .branches-list-wrapper .list-element:not(:first-child) {
    padding-top: 32px;
  }
}
.our-branches .branches-list-wrapper .list-element:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.our-branches .branches-list-wrapper .list-element:last-child {
  padding-bottom: 0px;
}
.our-branches .branches-list-wrapper .list-element .title {
  width: 42%;
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 1749px) {
  .our-branches .branches-list-wrapper .list-element .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1599px) {
  .our-branches .branches-list-wrapper .list-element .title {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .our-branches .branches-list-wrapper .list-element .title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .our-branches .branches-list-wrapper .list-element .title {
    font-size: 1.5rem;
  }
}
.our-branches .branches-list-wrapper .list-element .phone-group, .our-branches .branches-list-wrapper .list-element .mail-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 1749px) {
  .our-branches .branches-list-wrapper .list-element .phone-group, .our-branches .branches-list-wrapper .list-element .mail-group {
    gap: 5px;
  }
}
@media (max-width: 1399px) {
  .our-branches .branches-list-wrapper .list-element .phone-group, .our-branches .branches-list-wrapper .list-element .mail-group {
    gap: 0px;
  }
}
.our-branches .branches-list-wrapper .list-element .phone-group a, .our-branches .branches-list-wrapper .list-element .mail-group a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.25rem;
  color: #0F0F0F;
}
@media (max-width: 1749px) {
  .our-branches .branches-list-wrapper .list-element .phone-group a, .our-branches .branches-list-wrapper .list-element .mail-group a {
    font-size: 1.125rem;
  }
}
@media (max-width: 1599px) {
  .our-branches .branches-list-wrapper .list-element .phone-group a, .our-branches .branches-list-wrapper .list-element .mail-group a {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .our-branches .branches-list-wrapper .list-element .phone-group a, .our-branches .branches-list-wrapper .list-element .mail-group a {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .our-branches .branches-list-wrapper .list-element .phone-group a, .our-branches .branches-list-wrapper .list-element .mail-group a {
    font-size: 1rem;
  }
}
.our-branches .branches-list-wrapper .list-element .phone-group a:hover, .our-branches .branches-list-wrapper .list-element .mail-group a:hover {
  opacity: 0.7;
}
.our-branches .branches-list-wrapper .list-element .phone-group {
  width: 24%;
}
.our-branches .branches-list-wrapper .list-element .mail-group {
  width: 34%;
}
@media (max-width: 767px) {
  .our-branches .branches-list-wrapper .list-element .mail-group, .our-branches .branches-list-wrapper .list-element .phone-group, .our-branches .branches-list-wrapper .list-element .title {
    width: 100%;
    gap: 5px;
  }
  .our-branches .branches-list-wrapper .list-element .phone-group {
    margin-top: 16px;
  }
  .our-branches .branches-list-wrapper .list-element .mail-group {
    margin-top: 5px;
  }
}

/***** End our-branches *****/
/***** Begin wyswig-page *****/
.wyswig-page h1 {
  font-weight: 600;
  margin-bottom: 64px;
}

/***** End wyswig-page *****/
/***** Begin accordion-page *****/
.accordion-page .title {
  max-width: 750px;
}
.accordion-page .title h1 {
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 24px;
}
.accordion-page .title p {
  margin-bottom: 0;
  font-size: 1.125rem;
}

/***** End accordion-page *****/
/***** Begin downloads-page *****/
.downloads-page .title {
  max-width: 750px;
  margin-bottom: 72px;
}
@media (max-width: 991px) {
  .downloads-page .title {
    margin-bottom: 46px;
  }
}
.downloads-page .title h1 {
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0px;
}
.downloads-page .title h1 strong {
  font-weight: 600;
}
.downloads-page .downloads-group h2 {
  color: var(--accent-color-10);
  font-weight: 400;
  margin-bottom: 32px;
}
.downloads-page .downloads-group h2 strong {
  font-weight: 600;
}
.downloads-page .downloads-group:not(:last-child) {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .downloads-page .downloads-group:not(:last-child) {
    margin-bottom: 46px;
  }
}
.downloads-page .downloads-group .downloads-wrapper .download-link {
  height: 68px;
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}
.downloads-page .downloads-group .downloads-wrapper .download-link a {
  text-decoration: underline;
  color: #0F0F0F;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .downloads-page .downloads-group .downloads-wrapper .download-link a {
    font-size: 1rem;
  }
}
.downloads-page .downloads-group .downloads-wrapper .download-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.14);
  left: 0;
  bottom: -8px;
}

/***** End downloads-page *****/
/***** Begin pricing-section *****/
.pricing-section .content-wrapper {
  display: flex;
}
@media (max-width: 1199px) {
  .pricing-section .content-wrapper {
    flex-direction: column;
  }
}
.pricing-section .content-wrapper:not(:last-child) {
  margin-bottom: 64px;
}
.pricing-section .content-wrapper h2 {
  font-weight: 400;
  color: var(--accent-color-10);
  margin-right: 91px;
  max-width: 340px;
}
.pricing-section .content-wrapper h2 strong {
  font-weight: 600;
}
@media (max-width: 1399px) {
  .pricing-section .content-wrapper h2 {
    margin-right: 51px;
  }
}
@media (max-width: 767px) {
  .pricing-section .content-wrapper h2 {
    max-width: 999;
    margin-right: 0;
  }
}
.pricing-section .content-wrapper .table-wrapper {
  padding: 40px;
  background-color: #fff;
  border-radius: 16px;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .pricing-section .content-wrapper .table-wrapper {
    padding: 20px;
  }
}
.pricing-section .content-wrapper .table-wrapper table {
  width: 1056px;
}
@media (max-width: 1749px) {
  .pricing-section .content-wrapper .table-wrapper table {
    width: 950px;
  }
}
@media (max-width: 1599px) {
  .pricing-section .content-wrapper .table-wrapper table {
    width: 850px;
  }
}
@media (max-width: 1499px) {
  .pricing-section .content-wrapper .table-wrapper table {
    width: 750px;
  }
}
@media (max-width: 1399px) {
  .pricing-section .content-wrapper .table-wrapper table {
    width: 720px;
  }
}
@media (max-width: 1199px) {
  .pricing-section .content-wrapper .table-wrapper table {
    width: 100%;
    min-width: 850px;
    overflow-x: auto;
  }
}
.pricing-section .content-wrapper .table-wrapper table thead th {
  padding-bottom: 16px;
  color: var(--accent-color-10);
  font-size: 0.875rem;
  font-weight: 500;
}
.pricing-section .content-wrapper .table-wrapper table thead th:last-child {
  text-align: end;
}
.pricing-section .content-wrapper .table-wrapper table tbody tr td, .pricing-section .content-wrapper .table-wrapper table tfoot tr td {
  padding: 23px 0;
  border-bottom: 1px solid rgba(15, 15, 15, 0.1);
}
.pricing-section .content-wrapper .table-wrapper table tbody tr td:nth-child(2), .pricing-section .content-wrapper .table-wrapper table tfoot tr td:nth-child(2) {
  color: rgba(15, 15, 15, 0.5);
}
.pricing-section .content-wrapper .table-wrapper table tbody tr td:last-child, .pricing-section .content-wrapper .table-wrapper table tfoot tr td:last-child {
  text-align: end;
  font-size: 1.125rem;
  color: var(--accent-color-10);
  font-weight: 500;
}
.pricing-section .content-wrapper .table-wrapper table tbody tr:last-child td, .pricing-section .content-wrapper .table-wrapper table tfoot tr:last-child td {
  padding-bottom: 0;
  border-bottom: 0;
}
.pricing-section .content-wrapper .table-wrapper table:has(tfoot) tbody tr:last-child td {
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(15, 15, 15, 0.1);
}

/***** End pricing-section *****/
/***** Begin error 404 *****/
.error-404 {
  margin-bottom: -50px;
  margin-top: 90px;
}
@media (max-width: 991px) {
  .error-404 {
    margin-top: 70px;
    margin-bottom: -140px;
  }
  .error-404 .container {
    max-width: unset;
    padding: 0;
  }
  .error-404 .container .box-wrapper {
    border-radius: 0;
    padding: 152px 24px;
  }
  .error-404 .container .box-wrapper .overlay {
    border-radius: 0;
  }
}
.error-404 .box-wrapper {
  padding: 56px 72px;
  border-radius: 24px;
  position: relative;
  background-position: center;
}
@media (max-width: 1199px) {
  .error-404 .box-wrapper {
    padding: 48px 58px;
  }
}
.error-404 .box-wrapper * {
  color: #fff;
}
.error-404 .box-wrapper .content-wrapper {
  position: relative;
}
.error-404 .box-wrapper .content-wrapper h1 {
  margin-bottom: 24px;
  font-weight: 600;
}
.error-404 .box-wrapper .content-wrapper h2 {
  margin-bottom: 64px;
}
.error-404 .box-wrapper .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85.88deg, rgba(0, 0, 0, 0.8) 36.52%, rgba(0, 0, 0, 0) 99.83%);
  border-radius: 24px;
}

/***** End error 404 *****/
/***** Begin about-hero *****/
.about-hero {
  padding-bottom: 195px;
}
.about-hero h1 {
  max-width: 977px;
  margin-bottom: 72px;
}
@media (max-width: 575px) {
  .about-hero h1 {
    font-size: 8vw;
  }
}
.about-hero .counter-box {
  background-size: cover;
  border-radius: 14px;
  padding: 0 60px;
  display: flex;
  gap: 32px;
  min-height: 233px;
  align-items: end;
}
@media (max-width: 1599px) {
  .about-hero .counter-box {
    padding: 0 20px;
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .about-hero .counter-box {
    flex-wrap: wrap;
    padding: 60px 60px 0 60px;
    row-gap: 150px;
  }
}
@media (max-width: 767px) {
  .about-hero .counter-box {
    padding: 60px 30px;
  }
}
@media (max-width: 575px) {
  .about-hero .counter-box {
    padding: 0;
    row-gap: 32px;
  }
}
@media (max-width: 575px) {
  .about-hero .counter-box {
    margin-top: 150px;
  }
}
.about-hero .counter-box .box {
  background-color: #fff;
  border-radius: 12px;
  width: 25%;
  padding: 24px 32px;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: -55px;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0784313725);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media (max-width: 1499px) {
  .about-hero .counter-box .box {
    padding: 24px 16px;
  }
}
@media (max-width: 1199px) {
  .about-hero .counter-box .box {
    min-height: 162px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .about-hero .counter-box .box {
    width: calc(50% - 12px);
    margin-bottom: -125px;
    aspect-ratio: 1.6;
  }
}
@media (max-width: 575px) {
  .about-hero .counter-box .box {
    min-height: unset;
    transform: scale(1);
    width: 100%;
    aspect-ratio: 2;
    margin: 0 64px;
  }
  .about-hero .counter-box .box:has(:not(.active)):first-child {
    margin-top: -50px;
  }
  .about-hero .counter-box .box.active {
    transform: scale(1.2);
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .about-hero .counter-box .box:last-child {
    margin-bottom: -50px;
  }
}
@media (max-width: 420px) {
  .about-hero .counter-box .box {
    margin: 0 12vw;
    padding: 16px;
  }
}
.about-hero .counter-box .box span {
  color: var(--accent-color-10);
  font-size: 2.5rem;
  font-weight: 600;
  width: 100%;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  justify-content: center;
}
.about-hero .counter-box .box .number-wrapper {
  display: flex;
  gap: 5px;
}
.about-hero .counter-box .box p {
  margin-top: 8px;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 0;
}

/***** End about-hero *****/
/***** Begin mission-section *****/
.mission-section .cards-wrapper {
  display: flex;
  gap: 32px;
}
@media (max-width: 1199px) {
  .mission-section .cards-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .mission-section .cards-wrapper {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .mission-section .cards-wrapper {
    gap: 32px;
  }
}
.mission-section .cards-wrapper .small-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 991px) {
  .mission-section .cards-wrapper .small-cards-wrapper {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .mission-section .cards-wrapper .small-cards-wrapper {
    gap: 32px;
  }
}
@media (max-width: 1199px) {
  .mission-section .cards-wrapper .small-cards-wrapper {
    order: 1;
    flex-direction: row;
  }
  .mission-section .cards-wrapper .small-cards-wrapper .card-small {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .mission-section .cards-wrapper .small-cards-wrapper {
    flex-direction: column;
  }
  .mission-section .cards-wrapper .small-cards-wrapper .card-small {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .mission-section .cards-wrapper .card-big {
    width: calc(50% - 16px);
    padding-bottom: 380px !important;
  }
}
@media (max-width: 991px) {
  .mission-section .cards-wrapper .card-big {
    padding-bottom: 280px !important;
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .mission-section .cards-wrapper .card-big {
    padding-bottom: 420px !important;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .mission-section .cards-wrapper .card-big {
    padding-bottom: 70vw !important;
  }
}
.mission-section .cards-wrapper .card-big {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (min-width: 1200px) {
  .mission-section .cards-wrapper .card-big, .mission-section .cards-wrapper .small-cards-wrapper {
    width: 33%;
  }
}
.mission-section .cards-wrapper .card-big, .mission-section .cards-wrapper .card-small {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  border: 1px solid rgba(15, 15, 15, 0.1019607843);
}
@media (max-width: 1749px) {
  .mission-section .cards-wrapper .card-big p, .mission-section .cards-wrapper .card-small p {
    margin-bottom: 0;
  }
}
.mission-section .cards-wrapper .card-big h3, .mission-section .cards-wrapper .card-small h3 {
  margin-bottom: 16px;
}
@media (max-width: 420px) {
  .mission-section .cards-wrapper .card-big, .mission-section .cards-wrapper .card-small {
    padding: 32px 24px;
  }
}

/***** End mission-section *****/
/***** Begin history-section *****/
.history-section {
  margin-top: 140px;
  position: relative;
}
@media (max-width: 991px) {
  .history-section {
    margin-top: 130px;
  }
}
.history-section .background {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 5vw);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  max-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .history-section .background {
    width: 100%;
    border-radius: 0;
    height: 100%;
    max-height: 1000px;
  }
}
.history-section .timeline-wrapper {
  max-width: 916px;
}
.history-section .timeline-wrapper .single-element {
  position: relative;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .history-section .timeline-wrapper .single-element {
    padding-bottom: 24px;
  }
}
.history-section .timeline-wrapper .single-element:before {
  content: "";
  width: 4px;
  height: 100%;
  left: 116px;
  position: absolute;
  background-color: #0066B3;
}
@media (max-width: 420px) {
  .history-section .timeline-wrapper .single-element:before {
    left: 90px;
  }
}
.history-section .timeline-wrapper .single-element:first-child:before {
  top: 48px;
}
.history-section .timeline-wrapper .single-element:last-child:before {
  top: calc(-100% + 60px);
}
@media (max-width: 420px) {
  .history-section .timeline-wrapper .single-element:last-child:before {
    top: calc(-100% + 50px);
  }
}
.history-section .timeline-wrapper .single-element:last-child .element-inner .year-col {
  right: calc(100% - 126px);
}
@media (max-width: 420px) {
  .history-section .timeline-wrapper .single-element:last-child .element-inner .year-col {
    right: calc(100% - 100px);
  }
}
.history-section .timeline-wrapper .single-element:last-child .element-inner .year-col .year {
  gap: 27px;
}
@media (max-width: 420px) {
  .history-section .timeline-wrapper .single-element:last-child .element-inner .year-col .year {
    gap: 14px;
  }
}
.history-section .timeline-wrapper .single-element:last-child .element-inner .year-col .year:after {
  background-color: #fff;
  border-color: #0066B3;
  border-width: 5px;
  outline: 8px solid #fff;
  width: 16px;
  height: 16px;
}
.history-section .timeline-wrapper .single-element .element-inner {
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
}
.history-section .timeline-wrapper .single-element .element-inner h3 {
  font-size: 1.75rem;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .history-section .timeline-wrapper .single-element .element-inner h3 {
    font-size: 1.5rem;
  }
}
.history-section .timeline-wrapper .single-element .element-inner p {
  line-height: 140%;
  color: rgba(15, 15, 15, 0.6);
}
@media (max-width: 575px) {
  .history-section .timeline-wrapper .single-element .element-inner p {
    font-size: 0.875rem;
  }
}
.history-section .timeline-wrapper .single-element .element-inner .year-col {
  position: absolute;
  top: 32px;
  right: calc(100% - 134px);
}
@media (max-width: 420px) {
  .history-section .timeline-wrapper .single-element .element-inner .year-col {
    right: calc(100% - 107px);
    top: 22px;
  }
}
.history-section .timeline-wrapper .single-element .element-inner .year-col .year {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 1.5rem;
}
@media (max-width: 420px) {
  .history-section .timeline-wrapper .single-element .element-inner .year-col .year {
    gap: 7px;
  }
}
.history-section .timeline-wrapper .single-element .element-inner .year-col .year:after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0066B3;
  border: 8px solid #fff;
  z-index: 999;
}
.history-section .timeline-wrapper .single-element .element-inner .description {
  padding: 32px 32px 32px 164px;
}
@media (max-width: 420px) {
  .history-section .timeline-wrapper .single-element .element-inner .description {
    padding: 22px 22px 22px 124px;
  }
}
.history-section .timeline-wrapper .single-element .element-inner .description p {
  margin-bottom: 0;
}

/***** End history-section *****/
/***** Begin tiles-wrapper *****/
.partners-tiles {
  margin-top: 140px;
}
@media (max-width: 991px) {
  .partners-tiles {
    margin-top: 130px;
  }
}
.partners-tiles .tiles-wrapper {
  display: flex;
  gap: 32px;
}
@media (max-width: 1199px) {
  .partners-tiles .tiles-wrapper {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .partners-tiles .tiles-wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
.partners-tiles .tiles-wrapper .partner-tile {
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  background-color: #fff;
  border-radius: 16px;
  width: 33.33%;
  padding: 48px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .partners-tiles .tiles-wrapper .partner-tile {
    width: 100%;
  }
}
.partners-tiles .tiles-wrapper .partner-tile img.logo {
  width: 100%;
  max-height: 100px;
  margin-bottom: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners-tiles .tiles-wrapper .partner-tile p.strong {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.partners-tiles .tiles-wrapper .partner-tile p:not(.strong) {
  color: rgba(15, 15, 15, 0.6);
  line-height: 140%;
}
.partners-tiles .tiles-wrapper .partner-tile .bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.partners-tiles .tiles-wrapper .partner-tile .bottom img {
  transform: translateY(6px);
}
.partners-tiles .tiles-wrapper .partner-tile .bottom p {
  margin-bottom: 0;
  color: #000;
}

/***** End tiles-wrapper *****/
/***** Begin calendar=section *****/
.calendar-section h1 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .calendar-section h1 {
    margin-bottom: 32px;
  }
}
.calendar-section h1 strong {
  font-weight: 600;
}
.calendar-section .nav-tabs {
  border-width: 0;
  gap: 16px;
  max-width: 1136px;
  margin-bottom: 72px;
}
@media (max-width: 991px) {
  .calendar-section .nav-tabs {
    margin-bottom: 64px;
    gap: 6px;
  }
}
.calendar-section .nav-tabs * {
  border: 0;
}
.calendar-section .nav-tabs button {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 61, 119, 0.05);
  border-radius: 8px;
  color: var(--accent-color-10);
  font-weight: 500;
  padding: 0 16px;
}
.calendar-section .nav-tabs button.active {
  background-color: var(--accent-color-10);
  color: #fff;
}
.calendar-section .tab-content .tab-pane .event-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding: 48px 0;
}
@media (max-width: 1749px) {
  .calendar-section .tab-content .tab-pane .event-wrapper {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .calendar-section .tab-content .tab-pane .event-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 0;
  }
}
.calendar-section .tab-content .tab-pane .event-wrapper:hover {
  opacity: 0.6;
}
.calendar-section .tab-content .tab-pane .event-wrapper:first-child {
  padding-top: 0;
}
.calendar-section .tab-content .tab-pane .event-wrapper:last-child {
  padding-bottom: 0;
}
.calendar-section .tab-content .tab-pane .event-wrapper:not(:first-child) {
  border-top: 1px solid rgba(15, 15, 15, 0.1);
}
.calendar-section .tab-content .tab-pane .event-wrapper * {
  margin-bottom: 0;
}
.calendar-section .tab-content .tab-pane .event-wrapper a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.calendar-section .tab-content .tab-pane .event-wrapper span.date {
  width: 250px;
  min-width: 250px;
  font-size: 1.5rem;
  color: var(--accent-color-10);
  line-height: 140%;
}
@media (max-width: 1499px) {
  .calendar-section .tab-content .tab-pane .event-wrapper span.date {
    width: 200px;
    min-width: 200px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1399px) {
  .calendar-section .tab-content .tab-pane .event-wrapper span.date {
    width: 170px;
    min-width: 170px;
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .calendar-section .tab-content .tab-pane .event-wrapper span.date {
    width: 100%;
    margin-bottom: 32px;
    font-size: 1.125rem;
  }
}
.calendar-section .tab-content .tab-pane .event-wrapper h2 {
  width: 100%;
  padding-left: 120px;
  padding-right: 100px;
  font-weight: 400;
}
@media (max-width: 1749px) {
  .calendar-section .tab-content .tab-pane .event-wrapper h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1599px) {
  .calendar-section .tab-content .tab-pane .event-wrapper h2 {
    font-size: 1.65rem;
    padding-left: 100px;
    padding-right: 80px;
  }
}
@media (max-width: 1199px) {
  .calendar-section .tab-content .tab-pane .event-wrapper h2 {
    font-size: 1.25rem;
    padding-left: 60px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .calendar-section .tab-content .tab-pane .event-wrapper h2 {
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.calendar-section .tab-content .tab-pane .event-wrapper span.read-more {
  width: 151px;
  font-weight: 500;
  font-size: 1.125rem;
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--accent-color-10);
}
@media (max-width: 1499px) {
  .calendar-section .tab-content .tab-pane .event-wrapper span.read-more {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .calendar-section .tab-content .tab-pane .event-wrapper span.read-more {
    width: 100%;
    font-size: 1.125rem;
  }
}

/***** End calendar-section *****/
/***** Begin fixes 24072025 *****/
.navbar form.search-wrapper button {
  position: absolute;
  width: 58px;
  height: 100%;
  background: transparent;
  border: none;
}

.archive-tiles .tiles-wrapper .course-tile .img-wrapper .main-img {
  height: auto;
}

.wpcf7 .button-wrapper input[type=submit] {
  color: #fff !important;
}

.wpcf7 .button-wrapper .wpcf7-spinner {
  position: absolute;
  top: 105%;
}

.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 .button-wrapper {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232 !important;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 3px;
}

/* begin::form-alerts */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #fff3cd !important;
  color: #664d03 !important;
  border: 1px solid #ffecb5 !important;
  border-radius: 0.25rem !important;
  padding: 1rem !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #842029 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c2c7 !important;
  border-radius: 0.25rem !important;
  padding: 1rem !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #0f5132 !important;
  background-color: #d1e7dd !important;
  border: 1px solid #badbcc !important;
  border-radius: 0.25rem !important;
  padding: 1rem !important;
}

.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
  left: 38%;
  top: 115%;
  transform: translateX(-50%);
}

.wpcf7 p {
  position: relative;
}

/* end::form-alerts */
a {
  color: var(--accent-color-10);
}

div#seo-slider-track .splide__slide {
  display: flex;
  align-items: center;
}

div#seo-slider-track .content-wrapper {
  width: 100%;
}

.product-main-section .image-column img {
  max-height: 500px;
}

/***** End fixes 24072025 *****/
/***** Begin blog-styles *****/
.category {
  color: var(--accent-color-10) !important;
  background: rgba(0, 61, 119, 0.0509803922);
  width: -moz-fit-content;
  width: fit-content;
  height: 38px;
  border-radius: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.ep-blog-cards h4 {
  margin-top: 16px;
  min-height: unset !important;
  margin-bottom: 16px;
  font-size: 1.75rem !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.ep-blog-cards .ep-news-card.hr-card:not(:hover) {
  filter: none;
}

.ep-tabs {
  gap: 16px !important;
}

.ep-tabs .ep-tab {
  background: rgba(0, 61, 119, 0.0509803922);
  border-color: rgba(0, 61, 119, 0.0509803922) !important;
  color: var(--accent-color-10) !important;
}

.ep-tabs .ep-tab.active {
  background-color: var(--accent-color-10) !important;
  border-color: var(--accent-color-10) !important;
  color: #fff !important;
}

.ep-news-card p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.ep-news-card .read-more {
  font-weight: 500;
  font-size: 18px !important;
  line-height: 100%;
  color: #003D77 !important;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ep-news-card .author-and-date {
  margin-top: 28px;
}

.blog-archive-intro h1 {
  color: var(--accent-color-10) !important;
  font-weight: 400 !important;
}
.blog-archive-intro h1 strong {
  font-weight: 600 !important;
}

.sidebar {
  position: sticky;
  top: 150px;
}

body.blog, .single-post, body.search {
  padding-top: 186px;
}
@media (max-width: 991px) {
  body.blog, .single-post, body.search {
    padding-top: 106px;
  }
}

section:has(.sidebar) {
  overflow: visible;
}

.wp-post-image {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumbs {
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.breadcrumbs a {
  transition: all 0.3s;
  color: #222;
  font-size: 0.875rem;
}
.breadcrumbs a:hover {
  opacity: 1 !important;
}
.breadcrumbs span *:not(.breadcrumb_last):not(:hover) {
  opacity: 0.6;
}
.breadcrumbs span {
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 17px;
}
.breadcrumbs span :not(:has(span)):not(:last-child):after {
  content: url(/wp-content/themes/prozon/assets/img/rarrow.svg);
}

.post-author-info img {
  max-width: 100%;
}

.post-author-info {
  margin-top: 64px;
  display: flex;
  padding: 24px 32px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1411764706);
  border-radius: 16px;
}
@media (max-width: 767px) {
  .post-author-info {
    flex-direction: column;
    gap: 32px;
    padding: 32px;
  }
}
@media (max-width: 575px) {
  .post-author-info {
    padding: 32px 24px;
  }
}
.post-author-info .left {
  display: flex;
  width: 480px;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1499px) {
  .post-author-info .left {
    width: 420px;
  }
}
@media (max-width: 1399px) {
  .post-author-info .left {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .post-author-info .left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.post-author-info .left h2 {
  margin-bottom: 8px !important;
  margin-top: 0 !important;
  color: var(--accent-color-10);
  font-size: 1.5rem;
}
.post-author-info .left h3 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 1.125rem;
  font-weight: 400;
}
.post-author-info .left img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-author-info .contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.post-author-info .contact-list a {
  color: #3F3F46;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 16px;
}

.share-post h3 {
  font-size: 1rem;
  font-weight: 400 !important;
  color: #131B26;
  margin-right: 16px;
}
@media (max-width: 575px) {
  .share-post h3 {
    font-size: 4vw !important;
  }
}

section.hero-section h1 strong {
  font-weight: 600;
}

.wpcf7 [type=submit] {
  color: #fff !important;
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
}

span.wpcf7-not-valid-tip {
  color: #dc3232 !important;
  font-size: 0.85rem;
  margin-left: 4px;
}

.wpcf7-list-item {
  margin-left: 0;
}

.service-hero-section .breadcrumbs span *:not(.breadcrumb_last):not(:hover) {
  opacity: 0.9;
}

.service-hero-section .breadcrumbs span :not(:has(span)):not(:last-child):after {
  filter: brightness(0) invert(1);
}

.tab-content table:has(tr:nth-child(2)) {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 52px;
  margin-top: 52px;
}
@media (max-width: 767px) {
  .tab-content table:has(tr:nth-child(2)) {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.tab-content table:has(tr:nth-child(2)) * {
  font-size: 14px;
  font-weight: 400 !important;
}
.tab-content table:has(tr:nth-child(2)) strong {
  font-weight: 600 !important;
}

.tab-content table:not(:has(td:nth-child(2))) {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 52px;
  margin-top: 52px;
}
@media (max-width: 767px) {
  .tab-content table:not(:has(td:nth-child(2))) {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.tab-content table tbody tr:not(:has(td:nth-child(2))) td {
  padding: 32px;
  font-weight: 500;
}
.tab-content table tbody tr:not(:has(td:nth-child(2))) td * {
  font-weight: 500;
}
@media (max-width: 767px) {
  .tab-content table tbody tr:not(:has(td:nth-child(2))) td {
    padding: 24px;
  }
}

.tab-content table tbody tr:has(td:nth-child(2)) {
  display: flex;
}
@media (max-width: 1499px) {
  .tab-content table tbody tr:has(td:nth-child(2)) {
    flex-direction: column;
    gap: 24px;
  }
  .tab-content table tbody tr:has(td:nth-child(2)) td {
    width: 100% !important;
  }
}

.tab-content table tbody tr:has(td:nth-child(2)) td:first-child {
  padding: 32px;
  font-weight: 500;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tab-content table tbody tr:has(td:nth-child(2)) td:first-child * {
  font-weight: 500;
}

.tab-content table tbody tr:has(td:nth-child(2)) td:not(:first-child) {
  padding: 32px;
  font-weight: 500;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tab-content table tbody tr:has(td:nth-child(2)) td:not(:first-child) * {
  font-weight: 500;
}

.tab-content table {
  margin-bottom: 52px;
  margin-top: 52px;
}
@media (max-width: 767px) {
  .tab-content table {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.dates-wrapper {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 1399px) {
  .dates-wrapper {
    gap: 24px;
  }
}
.dates-wrapper .single-date {
  width: calc(50% - 16px);
  border: 1px solid rgba(15, 15, 15, 0.1019607843);
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
}
@media (max-width: 767px) {
  .dates-wrapper .single-date {
    width: 100%;
    padding: 24px;
  }
}
.dates-wrapper .single-date.Egzamin h2, .dates-wrapper .single-date.Egzamin h3 {
  color: #006C32 !important;
}
.dates-wrapper .single-date p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  line-height: 140%;
}
.dates-wrapper .single-date h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 16px !important;
  color: #0066B3 !important;
}
.dates-wrapper .single-date h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0px !important;
  color: #0066B3;
}
.dates-wrapper .single-date hr {
  margin-top: 40px;
  margin-bottom: 24px;
  opacity: 1;
  color: rgba(0, 61, 119, 0.2);
}
.dates-wrapper .single-date img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0;
  margin-right: 16px;
}

section.accordion-page .single-accordion {
  margin-top: 52px;
}

#wpcf7-f381-o1 .wpcf7-validates-as-email {
  height: 44px;
}
#wpcf7-f381-o1 .wpcf7-validates-as-email::-moz-placeholder {
  color: rgba(23, 23, 23, 0.4);
}
#wpcf7-f381-o1 .wpcf7-validates-as-email::placeholder {
  color: rgba(23, 23, 23, 0.4);
}

/***** End blog-styles *****/
/***** Begin fixes 07082025 *****/
.our-offer-section .tile {
  width: 100%;
}
@media (min-width: 992px) {
  .our-offer-section .tile p {
    min-height: 78px;
  }
}

.map-section .location-list li:hover {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .map-section .location-list li:hover .see-on-the-map {
    display: flex !important;
    margin-top: 0 !important;
    transform: translateY(-25px);
    position: absolute;
    right: 20px;
  }
}

.map-section .container .locations-wrapper .location-list li:hover .address:before {
  content: url(/wp-content/themes/prozon/assets/img/pin-icon-filled.svg) !important;
}

.accordion-wrapper .accordion-item:not(:has(.show)):last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-item:has(.show):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #f8f8f8;
  width: 100%;
  height: 2px;
}

.accordion-item:has(.show) {
  position: relative;
}

.mission-section .cards-wrapper p {
  margin-bottom: 0;
  opacity: 0.6;
  color: #0F0F0F;
}

.icon-tiles .tile {
  width: 100%;
}

.other-services {
  margin-bottom: -50px;
}

.other-services .course-tile {
  background: transparent !important;
  border: transparent !important;
}

.other-services div#splide-archive-slider-track {
  overflow: visible;
}

.pricing-section table tbody tr td:first-child {
  max-width: 250px;
  padding-right: 30px !important;
}

table.only-single-with-price thead tr th:not(:first-child):not(:last-child) {
  opacity: 0;
}

.accordion-page .single-accordion h2 {
  color: #003D77;
  font-weight: 400;
}

.accordion-page .single-accordion h2 strong {
  font-weight: 600;
}

.accordion-page .accordion-item .accordion-button {
  padding: 20px;
  line-height: 160%;
}
.accordion-page .accordion-item .accordion-button sub {
  display: contents;
}

.accordion-page .single-accordion .accordion-wrapper:not(:last-child) {
  margin-bottom: 80px;
}

/***** End fixes 07082025 *****/
/***** Begin fixes 08082025 *****/
.megamenu-wrapper .right:not(:has(.subcategories)) {
  display: none;
}

.megamenu-wrapper:not(:has(.subcategories)) {
  min-width: unset !important;
}

.megamenu-wrapper:not(:has(.subcategories)) .left {
  padding-right: 32px;
}

.megamenu-wrapper .right {
  width: 100%;
}
.megamenu-wrapper .right .subcategories {
  height: calc(100% - 40px);
}

.megamenu-wrapper .right .subcategories:has(.single-cat:nth-child(2)) .single-cat {
  width: 50%;
}

#mobileMenu .btn-accent-regular {
  color: #fff;
}

#mobileMenu form button {
  width: 50px;
}

section.our-branches {
  overflow: unset;
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .map-section .locations-wrapper li:not(.nav-item) {
    padding-bottom: 16px !important;
    margin-bottom: 16px !important;
  }
  .map-section .location-list {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .map-section .locations-wrapper li:not(.nav-item) {
    padding-bottom: 16px !important;
    margin-bottom: 16px !important;
  }
  .map-section .locations-wrapper li:not(.nav-item) .address {
    font-size: 0.9rem !important;
    line-height: 140% !important;
  }
  .map-section .locations-wrapper li:not(.nav-item) .cat-title {
    margin-bottom: 10px !important;
    font-size: 0.9rem !important;
  }
  .map-section .locations-wrapper li:not(.nav-item) .name {
    font-size: 1rem !important;
    margin-bottom: 2px !important;
  }
  .map-section .locations-wrapper {
    aspect-ratio: 784/750 !important;
    margin-bottom: 72px !important;
    margin-top: 72px !important;
    width: 689px !important;
  }
  .map-section .see-on-the-map {
    font-size: 0.8rem;
  }
  .location-list li {
    position: relative;
  }
  .map-section .location-list {
    margin-top: 0 !important;
  }
  .map-section .container .locations-wrapper .filters-wrapper .nav-pills {
    gap: 24px !important;
  }
  .map-section .container .locations-wrapper .filters-wrapper .nav-pills .nav-item button {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .single .service-hero-section {
    padding-top: 106px;
  }
}
.tiles-wrapper .category.Warsztaty {
  background: rgba(64, 154, 60, 0.1) !important;
  color: #006C32 !important;
}

.megamenu-wrapper .subcategories .single-cat a.main.szkolenia, .megamenu-wrapper .subcategories .single-cat a.main.warsztaty {
  pointer-events: none;
  cursor: context-menu !important;
  opacity: 0.6 !important;
}

.big-tabs-section .tab-pane h2:not(:first-child) {
  margin-top: 72px;
}

.table-cards td:has(ul) h3 {
  margin-bottom: 0;
}

.table-cards ul {
  max-width: unset !important;
}

/***** End fixes 08082025 *****/
/***** Begin fixes 02122025 *****/
footer.footer .logo-container {
  margin-bottom: 4.375rem;
}
@media (max-width: 991px) {
  footer.footer .logo-container {
    margin-bottom: 3rem;
  }
}
footer.footer .socials-container {
  justify-content: end;
  margin-top: 32px;
}
footer.footer .business-data-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer.footer .left-side p:has(strong) {
  margin-bottom: 20px;
}
@media (min-width: 1599px) {
  footer.footer .left-side {
    min-width: 512px;
  }
}
footer.footer .left-side .row {
  gap: 32px;
}

nav.navbar .megamenu-wrapper .left {
  background: #F6F6F6;
  margin-bottom: 16px;
  margin-left: 16px;
  border-radius: 8px;
  padding: 16px;
}

nav.navbar .megamenu-wrapper .right {
  background-color: #fff;
}

.floating-icon-ifno-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 1.125rem;
  max-width: unset !important;
  width: 100%;
}
.floating-icon-ifno-icon-wrapper .floating-icon-ifno-icon {
  width: 20px !important;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 0;
  border-radius: 0 !important;
  margin: 0 !important;
}

.floating-icon-ifno-icon-hr {
  margin-top: 30px;
  margin-bottom: 30px;
  color: rgba(15, 15, 15, 0.3);
}

.floating-box .logo-above-title {
  max-width: 271px;
  max-height: 2.3125rem;
  margin-bottom: 0 !important;
}
.floating-box .logo-above-title-hr {
  color: rgba(15, 15, 15, 0.3);
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (max-width: 1799px) {
  .floating-box {
    transform: scale(0.9) translateY(-50px);
  }
}
@media (max-width: 1599px) {
  .floating-box {
    transform: scale(0.8) translateY(-100px);
  }
}
@media (max-width: 1499px) {
  .floating-box {
    transform: scale(0.7) translateY(-150px);
  }
}
.table-card-photo-tile .table-cards {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  font-weight: 500;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.table-card-photo-tile .table-cards td {
  filter: unset !important;
}
.table-card-photo-tile .table-cards td strong {
  display: contents;
}

.table-card-photo-tile .table-cards td:nth-child(2) {
  padding: 0 !important;
  justify-content: end;
}
@media (max-width: 991px) {
  .table-card-photo-tile .table-cards td:nth-child(2) img {
    display: none !important;
  }
}

.table-card-photo-tile .table-cards td:nth-child(2) img {
  margin: 0;
  border-radius: 0;
}

.table-card-photo-tile td:nth-child(1) {
  width: 112% !important;
}
.table-card-photo-tile ul li:before {
  content: url(/wp-content/themes/prozon/assets/img/list-style-prozon.svg) !important;
}

.single .card-small {
  min-height: 309px;
}

.single .card-small {
  min-height: 309px;
  background-image: url(/wp-content/themes/prozon/assets/img/lines-tile.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #003D77 !important;
  color: #fff;
}

@media (max-width: 1199px) {
  .single .mission-section .card-big {
    padding-bottom: 440px !important;
  }
}
.single .card-big p {
  color: #0F0F0F;
  opacity: 0.8 !important;
}

.single .card-small p {
  color: #FBFBFB;
  opacity: 0.9 !important;
}
.single .card-small * {
  color: #fff !important;
}

.single .card-small:nth-child(2) {
  background-color: #0066B3 !important;
}

.mt150 {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .mt150 {
    margin-top: 30px;
  }
}

.accordion-wrapper .accordion-item.accordion-link .accordion-button::after {
  background-image: url(/wp-content/themes/prozon/assets/img/link.svg);
  transform: none;
}

a.title-link {
  color: #0F0F0F;
  font-weight: 600 !important;
  pointer-events: none;
}

.single-cro table {
  width: 100%;
}

/***** End fixes 02122025 *****/
/***** Begin post content tiles fixes? *****/
.table-cards-wrapper .table-cards.new-styles ul {
  background: #F2F7FB;
  padding: 24px;
  padding-left: 48px;
  border-radius: 8px;
  margin-top: 16px !important;
  height: 100%;
}

.table-cards-wrapper .table-cards.new-styles td {
  background: #fff;
  filter: none !important;
  border: 1px solid rgba(15, 15, 15, 0.1019607843);
}

.table-cards-wrapper .table-cards.new-styles tr {
  gap: 24px;
}

.table-cards-wrapper .table-cards.new-styles td:not(:has(ul)) {
  background: transparent;
  border: none;
}

table.single-number-tile {
  width: 100%;
  margin-bottom: 14px !important;
  margin-top: 14px !important;
}
table.single-number-tile * {
  transition: all 0.3s;
}

table.single-number-tile td {
  display: flex;
  gap: 32px;
}
table.single-number-tile td:hover {
  background-color: #003D77 !important;
  border-radius: 16px;
}
table.single-number-tile td:hover * {
  color: #fff;
}

.single-audyt table.single-number-tile td:hover, .single-cro table.single-number-tile td:hover {
  background-color: #000 !important;
}
.single-audyt .section-title h2, .single-cro .section-title h2 {
  color: #006C32 !important;
}
.single-audyt .course-tile .read-more, .single-cro .course-tile .read-more {
  color: #006C32 !important;
}
.single-audyt .course-tile .read-more img, .single-cro .course-tile .read-more img {
  filter: brightness(0);
}
.single-audyt .mission-section .card-small:nth-child(2), .single-cro .mission-section .card-small:nth-child(2) {
  background-color: rgba(0, 108, 50, 0.831372549) !important;
}
.single-audyt .mission-section .card-small:nth-child(1), .single-cro .mission-section .card-small:nth-child(1) {
  background-color: #006c32 !important;
}
.single-audyt ol li:before, .single-cro ol li:before {
  background-color: #006c32 !important;
}

table.single-number-tile p:not(.number) {
  display: flex;
  align-items: center;
}

table.single-number-tile td .number {
  font-size: 3.4375rem;
  font-weight: 400 !important;
  line-height: 140%;
}

table.single-number-tile td p {
  margin-bottom: 0 !important;
}

@media (max-width: 575px) {
  table.single-number-tile td {
    flex-direction: column;
    gap: 16px;
  }
}
/***** End post content tile fixes *****/
/***** Begin calendar-section-new *****/
.schedule {
  padding: 2rem 0;
  border-radius: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.schedule * {
  transition: all 0.3s;
}
.schedule__day {
  display: grid;
  grid-template-columns: minmax(90px, 110px) 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: flex-start;
}
.schedule__day:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .schedule__day {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
.schedule__date {
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(15, 15, 15, 0.6);
  padding-top: 0.5rem;
}
.schedule__sessions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.session {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  overflow: hidden;
}
.session__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px;
  cursor: pointer;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.session__title {
  font-size: 1rem;
  font-weight: 500;
  color: #1f2933;
  margin-bottom: 0;
}
.session__title .divider {
  margin: 0 0.5rem;
  font-size: 18px;
  font-weight: 700;
  color: rgba(15, 15, 15, 0.6);
}
.session__title span {
  color: #1f2933;
  font-weight: 400;
}
.session__toggle {
  border: none;
  background: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: rgba(15, 15, 15, 0.6);
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  cursor: pointer;
}
.session__toggle:hover {
  background-color: rgba(37, 99, 235, 0.08);
}
.session__icon {
  font-size: 0.7rem;
  line-height: 1;
}
.session__body {
  padding: 16px 0;
  margin: 0 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.session__body p:last-child {
  margin-bottom: 0;
}
.session__agenda {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.session__row {
  display: grid;
  grid-template-columns: minmax(100px, 130px) 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 0.85rem;
}
@media (max-width: 640px) {
  .session__row {
    grid-template-columns: 1fr;
    row-gap: 0.15rem;
  }
}
.session__time {
  color: rgba(15, 15, 15, 0.6);
  white-space: nowrap;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .session__time {
    font-weight: 600;
  }
}
.session__desc {
  color: rgba(15, 15, 15, 0.6);
  font-size: 1rem;
}
.session__placeholder {
  font-size: 0.85rem;
  color: rgba(15, 15, 15, 0.6);
  padding-top: 0.6rem;
}
.session__body {
  display: none;
}
.session.session--open {
  border-color: #0066B3;
}
.session.session--open .session__title {
  color: #0066B3;
}
.session.session--open .session__title .divider {
  margin: 0 1rem;
  font-size: 18px;
  font-weight: 700;
  color: #0066B3;
}
.session.session--open .session__title span {
  color: #0066B3;
}
.session.session--open .session__toggle-text {
  color: #0066B3;
}
.session.session--open .session__body {
  display: block;
}
.session.session--open .session__header {
  padding: 24px 16px;
}
/***** End calendar-section-new *****/
/***** Begin fixes 05.12.2025 *****/
nav.navbar .megamenu-wrapper .subcategories:not(:has(.single-cat:nth-child(2))) .single-cat:first-child:after {
  content: none;
}

nav.navbar .megamenu-wrapper:not(:has(.right)) .left {
  margin-right: 16px;
  padding-top: 16px;
}

#seo-slider .splide__arrow:not(:hover) {
  opacity: 0.5 !important;
}

.error-404 .box-wrapper {
  background-size: cover;
}

@media (min-width: 992px) {
  .accordion-page .single-accordion {
    max-width: calc(100% - 200px);
  }
}
.accordion-page .single-accordion .accordion-button {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.headquarter .contact-details-wrapper .row-wrapper .icon-wrapper, .headquarter .contact-details-wrapper .row-wrapper .title {
  min-width: 60px;
}

.table-cards ul {
  margin-top: 0 !important;
}

.tab-content table tbody tr:not(:has(td:nth-child(2))) td strong {
  font-weight: 700;
}

.tab-content table tbody tr:has(td:nth-child(2)) td:first-child strong {
  font-weight: 700;
}

.table-cards td:has(ul) h3 {
  margin-bottom: 16px;
}

.single-szkolenie .big-tabs-section .tab-content ul li:before {
  content: url(/wp-content/themes/prozon/assets/img/list-style-prozon.svg) !important;
}

.single-inne .big-tabs-section .tab-content ul li:before {
  content: url(/wp-content/themes/prozon/assets/img/list-style-prozon.svg) !important;
}

table.single-number-tile td:hover li:before {
  filter: brightness(0) invert(1);
}

[data-id=lvl1-6876570b05f5f] .megamenu-wrapper {
  min-width: unset !important;
}

[data-id=lvl1-6876570b05f5f] .megamenu-wrapper .left {
  margin-right: 16px;
  max-width: 330px;
}

[data-id=lvl1-6876570b05f5f] .megamenu-wrapper .right {
  width: unset;
}

body:has(.service-hero-section.green) .tab-content ul li:before {
  content: url(/wp-content/themes/prozon/assets/img/list-style-green.svg) !important;
}

body:has(.service-hero-section.green) table.single-number-tile td:hover {
  background-color: #006C32 !important;
}

.single-number-tile p strong {
  display: contents;
}

.single-cro table:has(tr td:nth-child(4)) tr td {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0 !important;
}
.single-cro table:has(tr td:nth-child(4)) tr:first-child td {
  border-top: 40px solid #fff;
}
.single-cro table:has(tr td:nth-child(4)) tr:last-child td {
  border-bottom: 40px solid #fff;
}
.single-cro table:has(tr td:nth-child(4)) tr td:first-child {
  border-left: 20px solid #fff;
  min-width: 140px;
  color: #003D77;
  font-weight: 600;
}
.single-cro table:has(tr td:nth-child(4)) tr td:last-child {
  border-right: 20px solid #fff;
}
.single-cro table:has(tr td:nth-child(4)) td {
  padding: 6px !important;
  align-items: center;
  justify-content: center;
}

/***** End fixes 05.12.2025 *****//*# sourceMappingURL=style.css.map */