/**
 * Main SASS File
 * 
 * This is the entry point for all styles.
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
/**
 * Variables
 * 
 * Theme-wide variables for colors, spacing, breakpoints, etc.
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
/**
 * Mixins
 * 
 * Reusable SASS mixins
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
/**
 * Fonts
 * 
 * Custom font declarations
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
@font-face {
  font-family: "IntroRegular";
  src: url("../fonts/IntroRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IntroRegular";
  src: url("../fonts/IntroBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/**
 * Reset Styles
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

ul, ol {
  list-style: none;
}

/**
 * Typography
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
body {
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #00283F;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 1.5rem;
}
@media (min-width: 990px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (min-width: 990px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #00283F;
  transition: color 0.3s ease;
}
a:hover, a:focus {
  color: #C99D65;
}

/**
 * Utility Classes
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.skip-link {
  position: absolute;
  top: -9999px;
  left: 0;
  z-index: 999999;
  padding: 1rem 2rem;
  background: #00283F;
  color: #ffffff;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}

.container {
  max-width: 160rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 767px) {
  .container {
    padding: 0 2.5rem;
  }
}
@media (min-width: 990px) {
  .container {
    padding: 0 3.125rem;
  }
}

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

.wrapper {
  margin: 0 auto;
  max-width: 160rem;
  padding: 0 1.25rem;
  width: 100%;
}
@media (min-width: 767px) {
  .wrapper {
    padding: 0 2.5rem;
  }
}
@media (min-width: 990px) {
  .wrapper {
    padding: 0 3.125rem;
  }
}
@media (min-width: 1440px) {
  .wrapper {
    padding: 0 4.375rem;
  }
}
@media (min-width: 2560px) {
  .wrapper {
    padding: 0 13.5rem;
  }
}

.button-primary {
  display: inline-flex;
  padding: 0.85rem 2.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  color: #00283F;
}

.cooperation-button {
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  padding: 0.69rem 1.94rem;
  background-color: #ffffff;
  color: #00283F;
  width: fit-content;
  max-width: 14.25rem;
  border-radius: 2rem;
  text-align: center;
  display: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.cooperation-button:hover, .cooperation-button:focus-visible {
  color: #C99D65;
}
.cooperation-button:focus-visible {
  outline: none;
}
@media (min-width: 767px) {
  .cooperation-button {
    display: block;
  }
}
@media (min-width: 2560px) {
  .cooperation-button {
    font-size: 1.25rem;
    padding: 0.85rem 2.5rem;
    max-width: 20rem;
    border-radius: 10rem;
  }
}

.button-text {
  font-family: "Unbounded", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  display: block;
  color: #ffffff;
  position: relative;
  padding: 1rem 0;
}
@media (min-width: 767px) {
  .button-text {
    display: inline-block;
    padding: 1rem 4rem 1rem 0;
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .button-text {
    font-size: 1.5rem;
    padding: 1rem 4rem 1rem 0;
  }
}
.button-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 15px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/portfolio-link.svg");
}
@media (min-width: 767px) {
  .button-text:after {
    right: 25px;
    top: calc(50% + 1px);
  }
}

/**
 * Header Styles
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
.site-header {
  background-color: #ffffff;
  padding: 0.9375rem 1.25rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: background-color 0.3s ease;
}
@media (min-width: 767px) {
  .site-header {
    padding: 1.25rem 2.5rem;
  }
}
@media (min-width: 990px) {
  .site-header {
    padding: 1.25rem 3.125rem;
  }
}
@media (min-width: 1440px) {
  .site-header {
    padding: 3.125rem 4.375rem;
  }
}
@media (min-width: 1920px) {
  .site-header {
    padding: 3.125rem 4.375rem;
  }
}
.site-header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 1440px) {
  .site-header .header-container {
    gap: 3.125rem;
  }
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
@media (min-width: 1440px) {
  .header-left {
    gap: 1.875rem;
  }
}
@media (min-width: 2560px) {
  .header-left {
    gap: 3.75rem;
  }
}

.site-branding {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.site-branding .logo-link {
  display: block;
  line-height: 0;
}
.site-branding .site-logo {
  width: 3.75rem;
  height: auto;
  display: block;
}
@media (min-width: 767px) {
  .site-branding .site-logo {
    width: 5.625rem;
  }
}
@media (min-width: 990px) {
  .site-branding .site-logo {
    width: 5.625rem;
  }
}
@media (min-width: 2560px) {
  .site-branding .site-logo {
    width: 9.875rem;
  }
}
.site-branding .custom-logo {
  max-height: 60px;
  width: auto;
}

.site-title {
  font-size: 1.5rem;
  margin: 0;
}
.site-title a {
  color: #00283F;
  text-decoration: none;
}

.header-contact {
  flex-shrink: 0;
  display: none;
}
@media (min-width: 1440px) {
  .header-contact {
    display: block;
  }
}
.header-contact .contact-info {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 0.98;
  color: #00283F;
  max-width: 12rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .header-contact .contact-info {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .header-contact .contact-info {
    font-size: 1.25rem;
    max-width: 17.75rem;
  }
}
.header-contact .contact-phone a,
.header-contact .contact-email a {
  color: #00283F;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header-contact .contact-phone a:hover, .header-contact .contact-phone a:focus,
.header-contact .contact-email a:hover,
.header-contact .contact-email a:focus {
  opacity: 0.7;
}
.header-contact .contact-phone {
  margin-bottom: 0.25rem;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 3.125rem;
  justify-content: flex-end;
  flex-shrink: 0;
}
@media (min-width: 1440px) {
  .header-right {
    gap: 2rem;
  }
}
@media (min-width: 1920px) {
  .header-right {
    gap: 3.125rem;
  }
}
.header-right a.presentation-download {
  display: none;
}
@media (min-width: 767px) {
  .header-right a.presentation-download {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1920px) {
  .header-right a.presentation-download {
    height: 4.375rem;
  }
}
.header-right .menu-toggle {
  width: 33px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  cursor: pointer;
  position: relative;
}
.header-right .menu-toggle.hidden {
  display: none;
}
@media (min-width: 767px) {
  .header-right .menu-toggle {
    display: none;
  }
}
.header-right .menu-toggle span.menu-icon {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}
.header-right .menu-toggle span.menu-icon::before, .header-right .menu-toggle span.menu-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 2px;
}
.header-right .menu-toggle span.menu-icon::before {
  top: 10px;
}
.header-right .menu-toggle span.menu-icon::after {
  bottom: 10px;
}
.header-right button.menu-close {
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 25px;
  right: 7px;
  z-index: 999;
}
.header-right button.menu-close.active {
  display: flex;
}
.header-right button.menu-close::before, .header-right button.menu-close::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 5px;
  background: #ffffff;
  transform-origin: center;
  border-radius: 2px;
  transform: rotate(45deg);
}
.header-right button.menu-close::before {
  transform: rotate(-45deg);
}
.header-right #primary-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem;
  background: rgba(0, 40, 63, 0.7);
  backdrop-filter: blur(4px);
}
@media (min-width: 767px) {
  .header-right #primary-menu {
    display: flex;
    position: static;
    box-shadow: none;
    padding: 0;
    gap: 2rem;
    background: transparent;
  }
}
@media (min-width: 1920px) {
  .header-right #primary-menu {
    gap: 3.125rem;
  }
}
.header-right #primary-menu.active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  z-index: 999;
}
.header-right #primary-menu li {
  list-style: none;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .header-right #primary-menu li {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .header-right #primary-menu li {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.header-right #primary-menu a {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #00283F;
  text-decoration: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
@media (min-width: 767px) {
  .header-right #primary-menu a {
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .header-right #primary-menu a {
    font-size: 1.5rem;
  }
}
.header-right #primary-menu a:hover, .header-right #primary-menu a:focus {
  opacity: 0.7;
}

.presentation-download {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #F1F1F1;
  border-radius: 6.25rem;
  padding: 0.25rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
  justify-content: flex-end;
  width: 54px;
  height: 54px;
}
@media (min-width: 990px) {
  .presentation-download {
    gap: 1.0625rem;
    padding: 0.3125rem 0.3125rem 0.3125rem 2.25rem;
    width: auto;
  }
}
@media (min-width: 1920px) {
  .presentation-download {
    padding: 0.3125rem 0.3125rem 0.3125rem 2.25rem;
    width: 19.3125rem;
  }
}
.presentation-download:hover, .presentation-download:focus {
  background-color: #e5e5e5;
}
.presentation-download .presentation-text {
  display: none;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #00283F;
  text-align: center;
  flex-grow: 1;
}
@media (min-width: 990px) {
  .presentation-download .presentation-text {
    display: block;
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .presentation-download .presentation-text {
    font-size: 1.25rem;
  }
}
.presentation-download .presentation-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #00283F;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 1920px) {
  .presentation-download .presentation-button {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.presentation-download .presentation-button svg {
  display: block;
  width: 28px;
  height: 28px;
}
@media (min-width: 1920px) {
  .presentation-download .presentation-button svg {
    width: 36px;
    height: 36px;
  }
}

.header-alternate {
  background-color: transparent;
}
.header-alternate .header-right .menu-toggle span.menu-icon {
  background-color: #00283F;
}
.header-alternate .header-right .menu-toggle span.menu-icon::before, .header-alternate .header-right .menu-toggle span.menu-icon::after {
  background-color: #00283F;
}
.header-alternate .header-right #primary-menu a {
  color: #ffffff;
}
@media (min-width: 767px) {
  .header-alternate .header-right #primary-menu a {
    color: #00283F;
  }
}

/**
 * Footer Styles
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
.footer-logo {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 16/3.2;
  transform: translateY(65px);
}
.footer-logo img {
  width: 105%;
  max-width: none;
  transform: translateX(-2.5%);
}

.footer-logo--default {
  transform: translateY(0);
}

.site-footer {
  background-color: #00283F;
  padding: 6.25rem 0;
  font-family: "IntroRegular", sans-serif;
}
.site-footer.footer-alternate {
  background-color: #F1F1F1;
  padding: 2.5rem 0 0;
}
@media (min-width: 2560px) {
  .site-footer.footer-alternate {
    padding: 6.5rem 0 0;
  }
}
.site-footer .footer-container {
  max-width: 160rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 767px) {
  .site-footer .footer-container {
    padding: 0 2.5rem;
  }
}
@media (min-width: 990px) {
  .site-footer .footer-container {
    padding: 0 3.125rem;
  }
}
.site-footer .footer-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 767px) {
  .site-footer .footer-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 990px) {
  .site-footer .footer-container {
    flex-direction: column;
    padding: 0 3.125rem !important;
  }
}
@media (min-width: 1440px) {
  .site-footer .footer-container {
    padding: 0 9rem !important;
  }
}
@media (min-width: 2560px) {
  .site-footer .footer-container {
    padding: 0 21.25rem !important;
  }
}
.site-footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (min-width: 767px) {
  .site-footer .footer-top {
    width: 50%;
  }
}
@media (min-width: 990px) {
  .site-footer .footer-top {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .site-footer .footer-bottom {
    width: 50%;
  }
}
@media (min-width: 990px) {
  .site-footer .footer-bottom {
    width: 100%;
    margin-top: -4vw;
  }
}
.site-footer .footer-brand {
  flex: 0 0 auto;
}
.site-footer .footer-brand .footer-logo {
  max-width: 150px;
  height: auto;
}
.site-footer .footer-brand .site-title {
  font-family: "Unbounded", sans-serif;
  font-size: 1.5rem;
  color: #DADADA;
}
.site-footer .footer-columns {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  gap: 4rem;
  flex-wrap: wrap;
}
.site-footer .footer-info-block {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-footer .footer-columns .icon {
  width: 40px;
  height: 40px;
  align-self: flex-start;
}
@media (min-width: 2560px) {
  .site-footer .footer-columns .icon {
    width: 54px;
    height: 54px;
  }
}
.site-footer .footer-columns .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer .footer-column {
  display: flex;
  flex-direction: column;
  font-family: "Unbounded", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  gap: 0.625rem;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 990px) {
  .site-footer .footer-column {
    gap: 1rem;
  }
}
.site-footer .footer-column.contact-info .address {
  max-width: 300px;
  margin-bottom: 1rem;
}
.site-footer .footer-column.coop-info .coop-name {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
.site-footer .footer-column.coop-info .coop-name .label {
  font-size: 1.5rem;
}
.site-footer .contact-item {
  font-size: 1.5rem;
  line-height: 1.2;
}
.site-footer .contact-item a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
  display: block;
}
.site-footer .contact-item a:hover {
  opacity: 0.7;
}
.site-footer .contact-item.presentation {
  margin-top: 1rem;
}
.site-footer .contact-item.presentation .presentation-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: underline;
}
.site-footer .contact-item.presentation .presentation-link .icon {
  font-size: 1.2em;
}
.site-footer .copyright {
  font-size: 1.5rem;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}

@media (min-width: 1920px) {
  .footer-alternate .footer-container {
    padding: 0 16.875rem !important;
  }
}
@media (min-width: 2560px) {
  .footer-alternate .footer-container {
    padding: 0 16.875rem !important;
  }
}
.footer-alternate .footer-column,
.footer-alternate .footer-column .contact-item,
.footer-alternate .footer-column .contact-item a {
  color: #00283F !important;
  font-size: 1rem;
}
@media (min-width: 2560px) {
  .footer-alternate .footer-column,
  .footer-alternate .footer-column .contact-item,
  .footer-alternate .footer-column .contact-item a {
    font-size: 1.5rem;
  }
}
.footer-alternate .footer-top .footer-columns {
  align-items: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}
@media (min-width: 990px) {
  .footer-alternate .footer-top .footer-columns {
    flex-direction: row;
    align-items: start;
  }
}
@media (min-width: 2560px) {
  .footer-alternate .footer-top .footer-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    justify-items: center;
  }
}
.footer-alternate .footer-top .footer-columns .presentation-column .presentation-download {
  background-color: #ffffff;
  width: initial;
  height: initial;
}
.footer-alternate .footer-top .footer-columns .presentation-column .presentation-download .presentation-text {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  color: #00283F;
  padding: 0 1rem 0 2rem;
}
@media (min-width: 2560px) {
  .footer-alternate .footer-top .footer-columns .presentation-column .presentation-download .presentation-text {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .footer-alternate .footer-top .footer-columns .social-column {
    padding-left: 8%;
  }
}
.footer-alternate .footer-top .footer-columns .social-column .social-links {
  display: flex;
  flex-direction: column;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 2560px) {
  .footer-alternate .footer-top .footer-columns .social-column .social-links {
    font-size: 4.5rem;
  }
}
.footer-alternate .footer-top .footer-columns .associations-column {
  display: none;
}
@media (min-width: 767px) {
  .footer-alternate .footer-top .footer-columns .associations-column {
    display: flex;
  }
}
@media (min-width: 990px) {
  .footer-alternate .footer-top .footer-columns .associations-column {
    width: 14vw;
  }
}
@media (min-width: 2560px) {
  .footer-alternate .footer-top .footer-columns .associations-column {
    padding-left: 1rem;
  }
}
.footer-alternate .footer-top .footer-columns .associations-column .footer-associations {
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 767px) {
  .footer-alternate .footer-top .footer-columns .associations-column .footer-associations {
    display: flex;
    gap: 0.75rem;
  }
}
@media (min-width: 2560px) {
  .footer-alternate .footer-top .footer-columns .associations-column .footer-associations {
    gap: 2.7rem;
  }
}
.footer-alternate .footer-top .footer-columns .associations-column img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (min-width: 990px) {
  .footer-alternate .footer-top .footer-columns .associations-column img {
    max-width: 130px;
  }
}
@media (min-width: 2560px) {
  .footer-alternate .footer-top .footer-columns .associations-column img {
    max-width: 260px;
  }
  .footer-alternate .footer-top .footer-columns .associations-column img:first-child {
    max-width: 210px;
  }
  .footer-alternate .footer-top .footer-columns .associations-column img:last-child {
    max-width: 260px;
  }
}
.footer-alternate .footer-bottom .footer-columns {
  flex-direction: column;
  align-items: center;
  gap: 0.625em;
  margin-left: -1rem;
}
@media (min-width: 990px) {
  .footer-alternate .footer-bottom .footer-columns {
    margin-left: 0;
    flex-direction: row;
    align-items: end;
    flex-wrap: nowrap;
  }
}
@media (min-width: 2560px) {
  .footer-alternate .footer-bottom .footer-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    justify-items: center;
  }
}
.footer-alternate .footer-bottom .footer-columns .copyright {
  font-size: 1rem;
  color: #00283F;
  white-space: nowrap;
}
@media (min-width: 2560px) {
  .footer-alternate .footer-bottom .footer-columns .copyright {
    font-size: 1.5rem;
  }
}
.footer-alternate .footer-bottom .footer-columns .icon {
  position: relative;
}
.footer-alternate .footer-bottom .footer-columns .coop-info,
.footer-alternate .footer-bottom .footer-columns .copyright {
  margin-left: 1.3rem;
  padding-top: 0.625rem;
}
@media (min-width: 990px) {
  .footer-alternate .footer-bottom .footer-columns .coop-info,
  .footer-alternate .footer-bottom .footer-columns .copyright {
    margin-left: 0;
  }
}
.footer-alternate .footer-bottom .footer-columns .coop-info .footer-info-block {
  align-items: flex-start;
}
@media (min-width: 990px) {
  .footer-alternate .footer-bottom .footer-columns .contact-info {
    margin-bottom: -0.8rem;
  }
}
@media (min-width: 1440px) {
  .footer-alternate .footer-bottom .footer-columns .contact-info {
    margin-bottom: -0.8rem;
  }
}
.footer-alternate .footer-logo {
  background: #F1F1F1;
}

.footer-default {
  padding: 1.875rem 0;
}
@media (min-width: 1440px) {
  .footer-default {
    padding: 3.125rem 0;
  }
}
@media (min-width: 2560px) {
  .footer-default {
    padding: 6.25rem 0;
  }
}
@media (min-width: 767px) {
  .footer-default .footer-container {
    flex-direction: column;
    padding: 0 2.5rem;
  }
}
@media (min-width: 767px) {
  .footer-default .footer-container .footer-top {
    width: 100%;
  }
}
.footer-default .footer-container .footer-right {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 767px) {
  .footer-default .footer-container .footer-right {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 990px) {
  .footer-default .footer-container .footer-right {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1440px) {
  .footer-default .footer-container .footer-right {
    align-items: flex-end;
  }
}
@media (min-width: 2560px) {
  .footer-default .footer-container .footer-right .footer-column {
    align-items: center;
  }
}
.footer-default .footer-columns {
  justify-content: center;
  gap: 0.625rem;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 767px) {
  .footer-default .footer-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    align-items: normal;
  }
}
@media (min-width: 990px) {
  .footer-default .footer-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1440px) {
  .footer-default .footer-columns {
    gap: 6rem;
  }
}
.footer-default .contact-info {
  margin-left: -20px;
}
@media (min-width: 767px) {
  .footer-default .contact-info {
    margin-left: 0;
  }
}
@media (min-width: 990px) {
  .footer-default .contact-info {
    grid-column: span 1;
  }
}
.footer-default .contact-info .footer-info-block:first-child,
.footer-default .footer-right .coop-info .footer-info-block {
  align-items: flex-start;
}
.footer-default .footer-column {
  font-size: 1rem;
}
@media (min-width: 767px) {
  .footer-default .footer-column {
    justify-content: space-between;
  }
}
@media (min-width: 2560px) {
  .footer-default .footer-column {
    font-size: 1.5rem;
    gap: 3.125rem;
  }
}
.footer-default .contact-item {
  font-size: 1rem;
}
@media (min-width: 2560px) {
  .footer-default .contact-item {
    font-size: 1.5rem;
  }
}
.footer-default .copyright {
  font-size: 1rem;
  margin-left: calc(40px + 0.625rem);
}
@media (min-width: 1440px) {
  .footer-default .copyright {
    margin-left: 5rem;
  }
}
@media (min-width: 2560px) {
  .footer-default .copyright {
    font-size: 1.5rem;
  }
}

/**
 * Modal Styles
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-y: auto;
  padding: 2rem 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.visible {
  opacity: 1;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(84, 111, 122, 0.85);
  backdrop-filter: blur(4px);
}

.modal-content {
  position: relative;
  background-color: #F1F1F1;
  padding: 3rem 6.25rem;
  max-width: 680px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  margin: auto;
  z-index: 1;
  box-shadow: 0 10px 40px rgba(0, 40, 63, 0.2);
  transition: max-width 0.3s ease, padding 0.3s ease;
}
.modal-content.is-success {
  max-width: 56rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  overflow-y: visible;
}
@media (min-width: 767px) {
  .modal-content {
    padding: 4rem 6.25rem;
    max-width: 720px;
  }
  .modal-content.is-success {
    max-width: 56rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 1440px) {
  .modal-content {
    padding: 3.75rem;
  }
  .modal-content.is-success {
    padding: 4.5rem 7rem;
  }
}

.modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  color: #00283F;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 0;
}
.modal-close:hover, .modal-close:focus {
  opacity: 0.7;
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #00283F;
  top: 50%;
  left: 50%;
}
.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cooperation-button {
  cursor: pointer;
}

.modal-header {
  text-align: center;
  margin-bottom: 1rem;
}
.modal-header .modal-title {
  font-family: "Unbounded", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  color: #00283F;
  margin-bottom: 0.875rem;
  line-height: 1.2;
}
@media (min-width: 767px) {
  .modal-header .modal-title {
    font-size: 2rem;
  }
}
.modal-header .modal-subtitle {
  font-family: "IntroRegular", sans-serif;
  font-size: 0.9375rem;
  color: #00283F;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 767px) {
  .modal-header .modal-subtitle {
    font-size: 1rem;
  }
}

.modal-form-section {
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: margin 0.3s ease;
}
.modal-form-section.is-success {
  margin-top: 2.25rem;
  margin-bottom: 0;
}
.modal-form-section.is-success .section-title {
  max-height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
}
.modal-form-section.is-success .wpcf7-form {
  max-height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-0.5rem);
}
.modal-form-section .section-title {
  font-family: "Unbounded", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #00283F;
  margin-bottom: 0.875rem;
  text-align: center;
  transition: max-height 0.3s ease, margin 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 767px) {
  .modal-form-section .section-title {
    font-size: 1.25rem;
  }
}
.modal-form-section .modal-success-message {
  color: #C99D65;
  font-family: "Unbounded", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  opacity: 1;
}
@media (min-width: 767px) {
  .modal-form-section .modal-success-message {
    font-size: 1.5rem;
  }
}

.modal-content .wpcf7-form {
  max-height: 2000px;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  transition: max-height 0.3s ease, margin 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.modal-content .wpcf7-form label {
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #868686;
}
.modal-content .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0.625rem;
  margin-top: 4px;
}
.modal-content .wpcf7-form .iti {
  width: 100%;
  box-sizing: border-box;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #868686;
}
.modal-content .wpcf7-form .iti input {
  width: 100%;
}
.modal-content .wpcf7-form .iti .iti__country-container {
  left: 20px !important;
}
.modal-content .wpcf7-form .iti .iti__selected-country {
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  line-height: 1;
  color: #00283F;
}
.modal-content .wpcf7-form .iti .iti__selected-dial-code {
  color: #00283F;
}
[dir=rtl] .modal-content .wpcf7-form .iti .iti__country-container {
  left: auto !important;
  right: 20px !important;
}
.modal-content .wpcf7-form input[type=text],
.modal-content .wpcf7-form input[type=email],
.modal-content .wpcf7-form input[type=tel] {
  font-family: "Unbounded", sans-serif;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 50px;
  font-size: 1rem;
  color: #868686;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.modal-content .wpcf7-form input[type=text]::placeholder,
.modal-content .wpcf7-form input[type=email]::placeholder,
.modal-content .wpcf7-form input[type=tel]::placeholder {
  color: rgba(0, 40, 63, 0.5);
}
.modal-content .wpcf7-form input[type=text]:focus,
.modal-content .wpcf7-form input[type=email]:focus,
.modal-content .wpcf7-form input[type=tel]:focus {
  outline: none;
  background-color: #ffffff;
  border-color: rgba(0, 40, 63, 0.2);
}
.modal-content .wpcf7-form textarea {
  width: 100%;
  padding: 2rem;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 20px;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  color: #868686;
  min-height: 140px;
  resize: none;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.modal-content .wpcf7-form textarea::placeholder {
  color: rgba(0, 40, 63, 0.5);
}
.modal-content .wpcf7-form textarea:focus {
  outline: none;
  background-color: #ffffff;
  border-color: rgba(0, 40, 63, 0.2);
}
.modal-content .wpcf7-form br {
  display: none;
}
.modal-content .wpcf7-form .wpcf7-file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.modal-content .wpcf7-form .file-upload-wrapper {
  position: relative;
  margin-bottom: 0;
}
.modal-content .wpcf7-form .file-upload-wrapper label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #00283F;
  cursor: pointer;
  padding: 0.5rem 0;
  transition: opacity 0.3s ease;
}
.modal-content .wpcf7-form .file-upload-wrapper label:hover {
  opacity: 0.7;
}
.modal-content .wpcf7-form .file-upload-wrapper label::before {
  content: "";
  width: 24px;
  height: 24px;
  font-size: 1.125rem;
  background-image: url("../images/file.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.modal-content .wpcf7-form .file-upload-wrapper:focus-within label {
  opacity: 0.7;
}
.modal-content .wpcf7-form .file-upload-wrapper .file-info {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.modal-content .wpcf7-form .file-upload-wrapper .file-info.has-file {
  opacity: 1;
  max-height: 100px;
  margin: 1rem 0;
}
.modal-content .wpcf7-form .file-upload-wrapper .file-selected {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 2rem;
  background-color: rgba(201, 157, 101, 0.1);
  border: 1px solid rgba(201, 157, 101, 0.3);
  border-radius: 12px;
  font-family: "IntroRegular", sans-serif;
}
.modal-content .wpcf7-form .file-upload-wrapper .file-selected .file-icon {
  font-size: 0;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-image: url("../images/file.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.modal-content .wpcf7-form .file-upload-wrapper .file-selected .file-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.modal-content .wpcf7-form .file-upload-wrapper .file-selected .file-details .file-name {
  font-size: 0.875rem;
  color: #00283F;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-content .wpcf7-form .file-upload-wrapper .file-selected .file-details .file-size {
  font-size: 0.75rem;
  color: rgba(0, 40, 63, 0.6);
}
.modal-content .wpcf7-form .file-upload-wrapper .file-selected .file-remove {
  font-family: "Unbounded", sans-serif;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 40, 63, 0.1);
  border: none;
  border-radius: 50%;
  color: #00283F;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.modal-content .wpcf7-form .file-upload-wrapper .file-selected .file-remove:hover {
  background-color: #C99D65;
  color: #ffffff;
}
.modal-content .wpcf7-form .wpcf7-submit {
  display: block;
  background-color: #C99D65;
  color: #ffffff;
  padding: 1rem 3rem;
  border: none;
  border-radius: 50px;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.modal-content .wpcf7-form .wpcf7-submit:hover, .modal-content .wpcf7-form .wpcf7-submit:focus {
  opacity: 0.9;
  transform: translateY(-1px);
  background-color: #C99D65;
}
.modal-content .wpcf7-form .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}
.modal-content .wpcf7-form .wpcf7-submit:active {
  transform: translateY(0);
}
.modal-content .wpcf7-form .privacy-notice {
  font-family: "IntroRegular", sans-serif;
  font-size: 1rem;
  color: rgba(0, 40, 63, 0.7);
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .modal-content .wpcf7-form .privacy-notice {
    font-size: 1rem;
  }
}
.modal-content .wpcf7-form .privacy-notice a {
  color: #00283F;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.modal-content .wpcf7-form .privacy-notice a:hover {
  opacity: 0.7;
}
.modal-content .wpcf7-form .wpcf7-acceptance {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #00283F;
  line-height: 1.5;
  display: flex;
}
.modal-content .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.modal-content .wpcf7-form .wpcf7-acceptance label {
  display: flex;
  align-items: start;
  padding: 0 !important;
  gap: 16px;
  font-size: 0.82rem;
  line-height: 1.6;
}
.modal-content .wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  margin-top: 2px;
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px;
  appearance: none;
  background-color: #ffffff;
  border: 2px solid #C99D65;
  border-radius: 4px;
  cursor: pointer;
  display: grid;
  place-content: center;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.modal-content .wpcf7-form .wpcf7-acceptance input[type=checkbox]::before {
  content: "";
  width: 7px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg) translate(-1px, -1px);
  transition: opacity 0.3s ease;
}
.modal-content .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #C99D65;
  border-color: #C99D65;
}
.modal-content .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked::before {
  opacity: 1;
}
.modal-content .wpcf7-form .wpcf7-acceptance input[type=checkbox]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(201, 157, 101, 0.2);
}
.modal-content .wpcf7-form .wpcf7-response-output {
  margin: 2rem 0;
  padding: 0 2rem;
  border-radius: 8px;
  font-size: 0.875rem;
  text-align: center;
}
.modal-content .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #ff0000;
  margin-top: 0.25rem;
  margin-left: 1.25rem;
}
.modal-content .wpcf7-form .wpcf7-spinner {
  margin-left: 1rem;
}

.iti--container {
  z-index: 1060;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #00283F;
}
.iti--container .iti__dropdown-content {
  border-color: rgba(0, 40, 63, 0.2);
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 40, 63, 0.15);
  overflow: hidden;
}
.iti--container .iti__search-input {
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #00283F;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
}
.iti--container .iti__country-list {
  margin: 0;
  padding: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.iti--container .iti__country {
  padding: 0.75rem 1rem;
}
.iti--container .iti__country-name,
.iti--container .iti__dial-code {
  font-size: 1rem;
  line-height: 1.2;
}
.iti--container .iti__dial-code {
  color: rgba(0, 40, 63, 0.6);
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  color: #ff0000;
  margin: 0 0 1rem;
}

/**
 * Form Styles
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select {
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(0, 40, 63, 0.2);
  border-radius: 4px;
  font-family: inherit;
  font-size: inherit;
  transition: border-color 0.3s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #00283F;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

button[type=submit],
input[type=submit] {
  background-color: #00283F;
  color: #ffffff;
  padding: 1rem 2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: inherit;
  transition: background-color 0.3s ease;
}
button[type=submit]:hover, button[type=submit]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #ff0000;
}

.wpcf7-form label {
  padding-left: 20px !important;
  color: #868686;
}
.wpcf7-form .required-notice {
  display: flex;
  justify-content: center;
  color: #868686;
  font-size: 16px;
  font-family: "IntroRegular", sans-serif;
  margin-bottom: 1rem;
}
.wpcf7-form .wpcf7-form-control {
  margin-bottom: 1rem;
}
.wpcf7-form .wpcf7-submit {
  background-color: #00283F;
  color: #ffffff;
  padding: 1rem 2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: inherit;
  transition: background-color 0.3s ease;
}
.wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus {
  background-color: #ff0000;
}

/**
 * To top button
 *
 * @package Viewpoint
 * @since 1.0.0
 */
.to-top-button {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border: 0;
  padding: 0 1.25rem 0 0;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 4px 4px 20px 0 rgba(0, 40, 63, 0.2);
  border-radius: 99rem;
  color: #00283F;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.5rem);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
@media (min-width: 767px) {
  .to-top-button {
    right: 1.5rem;
    bottom: 1.5rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 1440px) {
  .to-top-button {
    right: 2rem;
    bottom: 2rem;
    padding: 0.375rem 2.25rem 0.375rem 0.875rem;
  }
}
.to-top-button.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.to-top-button:focus-visible {
  outline: 2px solid #00283F;
  outline-offset: 0.25rem;
  border-radius: 0.5rem;
}

.to-top-button__icon {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
}
.to-top-button__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.to-top-button__text {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-left: -8px;
}
@media (min-width: 990px) {
  .to-top-button__text {
    font-size: 1.25rem;
    margin-left: 0;
  }
}

/**
 * Cookie Banner
 *
 * @package Viewpoint
 * @since 1.0.0
 */
.cookie-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #00283F;
  color: #ffffff;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.cookie-banner--hidden {
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
}

.cookie-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 9.3125rem;
  padding: 1.25rem 1.25rem;
  text-align: center;
}
@media (min-width: 600px) {
  .cookie-banner__inner {
    flex-direction: row;
    justify-content: space-between;
    min-height: 6.4375rem;
    padding: 1.25rem 1.25rem;
    text-align: left;
  }
}
@media (min-width: 767px) {
  .cookie-banner__inner {
    padding: 1.25rem 2.5rem;
  }
}
@media (min-width: 990px) {
  .cookie-banner__inner {
    min-height: 5.125rem;
    padding: 1.25rem 3.125rem;
  }
}
@media (min-width: 1440px) {
  .cookie-banner__inner {
    min-height: 5.0625rem;
    padding: 1.25rem 4.375rem;
  }
}
@media (min-width: 2560px) {
  .cookie-banner__inner {
    min-height: 6.25rem;
  }
}

.cookie-banner__text {
  max-width: 20rem;
  margin: 0 0 1.25rem;
  font-family: "Unbounded", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.08;
  color: #ffffff;
}
@media (min-width: 600px) {
  .cookie-banner__text {
    max-width: 26rem;
    margin: 0 1.5rem 0 0;
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media (min-width: 990px) {
  .cookie-banner__text {
    max-width: 39rem;
  }
}
@media (min-width: 1440px) {
  .cookie-banner__text {
    max-width: none;
  }
}
@media (min-width: 2560px) {
  .cookie-banner__text {
    font-size: 1.25rem;
  }
}

.cookie-banner__link {
  color: inherit;
  text-decoration: none;
}
.cookie-banner__link:hover, .cookie-banner__link:focus {
  color: inherit;
  text-decoration: underline;
}

.cookie-banner__button {
  display: flex;
  padding: 0.625rem 1.875rem;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 999px;
  background-color: #C99D65;
  color: #ffffff;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.cookie-banner__button:hover, .cookie-banner__button:focus {
  opacity: 0.9;
}
.cookie-banner__button:active {
  transform: translateY(1px);
}
@media (min-width: 2560px) {
  .cookie-banner__button {
    padding: 0.9375rem 2.5rem;
    font-size: 1.25rem;
  }
}

/**
 * Portfolio Layout Styles
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
.post-type-archive-project .site-header {
  background-color: #ffffff;
}

.portfolio-archive {
  padding: 3rem 0;
}
.portfolio-archive .page-header {
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 767px) {
  .portfolio-archive .page-header {
    margin-top: 5rem;
  }
}
@media (min-width: 1440px) {
  .portfolio-archive .page-header {
    margin-top: 10rem;
  }
}
@media (min-width: 2560px) {
  .portfolio-archive .page-header {
    margin-top: 13rem;
  }
}
.portfolio-archive .page-title {
  font-size: 1.5rem;
}
@media (min-width: 767px) {
  .portfolio-archive .page-title {
    font-size: 2rem;
  }
}
@media (min-width: 990px) {
  .portfolio-archive .page-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 2560px) {
  .portfolio-archive .page-title {
    font-size: 3.125rem;
  }
}
.portfolio-archive .cooperation-button {
  background-color: #F1F1F1;
}
@media (min-width: 767px) {
  .portfolio-archive .cooperation-button {
    margin-top: 2rem;
  }
}

.portfolio-filters {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: flex-start;
  padding: 1.25rem 0;
}
@media (min-width: 767px) {
  .portfolio-filters {
    gap: 0.625rem;
    padding: 1.25rem 0 2rem;
  }
}
@media (min-width: 1440px) {
  .portfolio-filters {
    gap: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .portfolio-filters {
    padding: 3.125rem 0;
  }
}
.portfolio-filters .filters-row-toggles {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}
.portfolio-filters .filter-toggle-buttons {
  display: flex;
  gap: 0.25rem;
  width: 100%;
}
@media (min-width: 767px) {
  .portfolio-filters .filter-toggle-buttons {
    flex-direction: row;
    width: auto;
    gap: 0.625rem;
  }
}
.portfolio-filters .filters-row-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: center;
}
@media (min-width: 767px) {
  .portfolio-filters .filters-row-buttons {
    gap: 0.625rem;
  }
}
.portfolio-filters .filter-toggle-button {
  padding: 6px 6px 6px 12px;
  background-color: #F1F1F1;
  border-radius: 100px;
  font-family: "Unbounded", sans-serif;
  color: #00283F;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.75rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: fit-content;
  font-weight: 500;
}
@media (min-width: 767px) {
  .portfolio-filters .filter-toggle-button {
    width: auto;
    font-size: 1rem;
    padding: 0.75rem 1.375rem 0.75rem 1.875rem;
  }
}
@media (min-width: 990px) {
  .portfolio-filters .filter-toggle-button {
    font-size: 1rem;
  }
}
@media (min-width: 2560px) {
  .portfolio-filters .filter-toggle-button {
    font-size: 1.25rem;
    padding: 0.85rem 1.875rem 0.85rem 1.875rem;
  }
}
.portfolio-filters .filter-toggle-button .toggle-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}
.portfolio-filters .filter-toggle-button[aria-expanded=true] .toggle-icon {
  transform: rotate(180deg);
}
.portfolio-filters .filter-toggle-button:focus {
  outline: none;
  background-color: #00283F;
  color: #ffffff;
}
.portfolio-filters .filter-toggle-button:focus path {
  fill: #ffffff;
}
.portfolio-filters .filter-dropdown-container {
  width: 100%;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.portfolio-filters .filter-dropdown-container[hidden] {
  display: none;
}
.portfolio-filters .filter-dropdown {
  background-color: transparent;
  padding: 0.25rem 0;
  display: none;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.portfolio-filters .filter-dropdown.active {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .portfolio-filters .filter-dropdown {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem 1.5rem;
  }
}
@media (min-width: 990px) {
  .portfolio-filters .filter-dropdown {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem 2rem;
  }
}
.portfolio-filters .filter-dropdown-item {
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Unbounded", sans-serif;
  color: #DADADA;
  font-size: 0.75rem;
  font-weight: 500;
  border-bottom: 2px solid currentColor;
  width: fit-content;
}
@media (min-width: 767px) {
  .portfolio-filters .filter-dropdown-item {
    font-size: 1rem;
  }
}
.portfolio-filters .filter-dropdown-item:hover {
  color: #00283F;
}
.portfolio-filters .filter-dropdown-item:focus {
  outline: none;
  color: #00283F;
}
.portfolio-filters .filter-dropdown-item.active {
  color: #00283F;
}
.portfolio-filters .filter-button {
  padding: 0.375rem 0.75rem;
  background-color: #F1F1F1;
  border-radius: 100px;
  font-family: "Unbounded", sans-serif;
  color: #00283F;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.75rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: fit-content;
  font-weight: 500;
}
.portfolio-filters .filter-button:hover, .portfolio-filters .filter-button:focus {
  background-color: #00283F;
  color: #ffffff;
}
.portfolio-filters .filter-button.active {
  background-color: #00283F;
  color: #ffffff;
}
@media (min-width: 767px) {
  .portfolio-filters .filter-button {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 990px) {
  .portfolio-filters .filter-button {
    font-size: 1rem;
  }
}
@media (min-width: 2560px) {
  .portfolio-filters .filter-button {
    font-size: 1.25rem;
    padding: 0.85rem 1.875rem;
  }
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 767px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }
}
@media (min-width: 1440px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 2560px) {
  .portfolio-grid {
    gap: 1.6rem;
  }
}

.project-card {
  background-color: #ffffff;
  overflow: hidden;
}
.project-card .project-thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
}
.project-card .project-thumbnail img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  display: block;
}
.project-card .project-thumbnail:hover img {
  transform: scale(1.05);
}
.project-card .project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  pointer-events: none;
}
.project-card .project-overlay.text-dark .project-brand,
.project-card .project-overlay.text-dark .project-card-title {
  color: #00283F;
}
.project-card .project-overlay.text-light .project-brand,
.project-card .project-overlay.text-light .project-card-title {
  color: #ffffff;
}
.project-card .project-brand {
  font-family: "Unbounded", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 767px) {
  .project-card .project-brand {
    font-size: 0.875rem;
  }
}
@media (min-width: 990px) {
  .project-card .project-brand {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .project-card .project-brand {
    font-size: 1.5rem;
  }
}
.project-card .project-card-title {
  font-family: "Unbounded", sans-serif;
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 767px) {
  .project-card .project-card-title {
    font-size: 0.875rem;
  }
}
@media (min-width: 990px) {
  .project-card .project-card-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .project-card .project-card-title {
    font-size: 1.5rem;
  }
}

.start-project {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 767px) {
  .start-project {
    margin-top: 1rem;
  }
}

/**
 * Single Project Layout Styles
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
.project-template-default .site-header {
  background-color: #ffffff;
}

.site .single-project {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-project .page-header {
  margin-top: 3rem;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 767px) {
  .single-project .page-header {
    margin-top: 5rem;
  }
}
@media (min-width: 1440px) {
  .single-project .page-header {
    margin-top: 10rem;
  }
}
@media (min-width: 2560px) {
  .single-project .page-header {
    margin-top: 13rem;
  }
}

.single-project .page-title {
  font-size: 1.5rem;
}
@media (min-width: 767px) {
  .single-project .page-title {
    font-size: 2rem;
  }
}
@media (min-width: 990px) {
  .single-project .page-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 2560px) {
  .single-project .page-title {
    font-size: 3.125rem;
  }
}

.single-project .entry-header {
  margin-bottom: 0.9375rem;
}
@media (min-width: 1440px) {
  .single-project .entry-header {
    margin-bottom: 1.875em;
  }
}
@media (min-width: 2560px) {
  .single-project .entry-header {
    margin-bottom: 3.125rem;
  }
}

.single-project .entry-header .entry-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.9375rem;
  text-align: left;
}
@media (min-width: 767px) {
  .single-project .entry-header .entry-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .single-project .entry-header .entry-title {
    font-size: 1.5rem;
  }
}

.project-main-banner {
  margin-bottom: 0.94rem;
  width: 100%;
}
.project-main-banner .project-main-banner-media {
  width: 100%;
  height: auto;
  display: block;
}
.project-main-banner .project-main-banner-media.project-media {
  width: 100%;
}
.project-main-banner video {
  width: 100%;
  height: auto;
  display: block;
}

.project-featured-image {
  margin-bottom: 3rem;
}
.project-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}
.project-meta .project-meta-item {
  display: flex;
  gap: 0.5rem;
}
.project-meta .meta-label {
  font-weight: bold;
}
.project-meta .project-link {
  color: #00283F;
  text-decoration: underline;
}
.project-meta .project-link:hover {
  color: #ff0000;
}

.project-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 3rem 0;
}
@media (min-width: 990px) {
  .project-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.project-gallery .project-gallery-item {
  position: relative;
}
.project-gallery .project-gallery-item img {
  width: 100%;
  height: auto;
}
.project-gallery .project-gallery-caption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #DADADA;
  text-align: center;
}

.project-taxonomies {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem;
}
@media (min-width: 767px) {
  .project-taxonomies {
    gap: 0.625rem;
  }
}
.project-taxonomies .taxonomy-group {
  margin-bottom: 0.36rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.project-taxonomies .taxonomy-label {
  font-weight: bold;
}
.project-taxonomies .taxonomy-link {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #DADADA;
  text-transform: capitalize;
  transition: 0.3s ease;
  border-bottom: 2px solid currentColor;
}
.project-taxonomies .taxonomy-link:hover {
  color: #00283F;
}
@media (min-width: 767px) {
  .project-taxonomies .taxonomy-link {
    font-size: 1rem;
  }
}
@media (min-width: 2560px) {
  .project-taxonomies .taxonomy-link {
    font-size: 1.25rem;
  }
}

.project-content-blocks {
  margin: 0.9375rem 0;
}
@media (min-width: 990px) {
  .project-content-blocks {
    margin: 2.25rem 0;
  }
}
@media (min-width: 1440px) {
  .project-content-blocks {
    margin: 4.5rem 0;
  }
}

.project-block {
  margin-bottom: 0.92rem;
}
@media (min-width: 990px) {
  .project-block {
    margin: 2.25rem 0;
  }
}
@media (min-width: 1440px) {
  .project-block {
    margin: 4.5rem 0;
  }
}
.project-block:last-child {
  margin-bottom: 0;
}

.project-description-block .project-description-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 767px) {
  .project-description-block .project-description-columns {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (min-width: 990px) {
  .project-description-block .project-description-columns {
    grid-template-columns: repeat(18, 1fr);
    gap: 0.5rem;
  }
}
@media (min-width: 2560px) {
  .project-description-block .project-description-columns {
    grid-template-columns: repeat(16, 1fr);
    gap: 0.5rem;
  }
}
.project-description-block .project-description-left,
.project-description-block .project-description-right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .project-description-block .project-description-left {
    max-width: 380px;
  }
}
@media (min-width: 990px) {
  .project-description-block .project-description-left {
    grid-column: 1/span 7;
  }
}
@media (min-width: 2560px) {
  .project-description-block .project-description-left {
    grid-column: 1/span 3;
  }
}
@media (min-width: 990px) {
  .project-description-block .project-description-right {
    grid-column: 9/span 8;
  }
}
@media (min-width: 2560px) {
  .project-description-block .project-description-right {
    grid-column: 6/span 11;
  }
}

.project-description-section {
  margin-bottom: 0;
}
.project-description-section:last-child {
  margin-bottom: 0;
}

.project-description-title {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.625rem;
  color: #00283F;
}
@media (min-width: 767px) {
  .project-description-title {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .project-description-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .project-description-title {
    font-size: 1.5rem;
  }
}

.project-description-text {
  font-family: "IntroRegular", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  color: #00283F;
}
@media (min-width: 1920px) {
  .project-description-text {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .project-description-text {
    font-size: 1.625rem;
  }
}
.project-description-text p {
  margin-bottom: 1rem;
}
.project-description-text p:last-child {
  margin-bottom: 0;
}
.project-description-text ul, .project-description-text ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.project-description-text li {
  margin-bottom: 0.5rem;
}
.project-description-text a {
  color: #00283F;
  text-decoration: underline;
}
.project-description-text a:hover {
  color: #ff0000;
}

.project-client-section {
  padding-top: 1.25rem;
}

.project-client-label {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  color: #00283F;
}
@media (min-width: 767px) {
  .project-client-label {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .project-client-label {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .project-client-label {
    font-size: 1.5rem;
  }
}

.project-client-names {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.project-client-name {
  font-family: "IntroRegular", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  color: #00283F;
}
@media (min-width: 1920px) {
  .project-client-name {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .project-client-name {
    font-size: 1.625rem;
  }
}

.project-media-block {
  margin: 0.94rem 0;
  width: 100%;
}
@media (min-width: 1440px) {
  .project-media-block {
    margin: 1.875rem 0;
  }
}
.project-media-block .project-media-full-width {
  width: 100%;
  height: auto;
  display: block;
}
.project-media-block video {
  width: 100%;
  height: auto;
  display: block;
}
.project-media-block img {
  width: 100%;
  height: auto;
  display: block;
}

.project-text-block {
  display: flex;
  flex-direction: column;
  margin: 0.625rem 0;
  max-width: 100%;
}
@media (min-width: 767px) {
  .project-text-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
  }
}
@media (min-width: 990px) {
  .project-text-block {
    grid-template-columns: repeat(18, 1fr);
    gap: 0.5rem;
    margin: 2.25rem 0;
  }
}
@media (min-width: 1440px) {
  .project-text-block {
    margin: 4.5rem 0;
  }
}
@media (min-width: 2560px) {
  .project-text-block {
    grid-template-columns: repeat(16, 1fr);
  }
}

.project-text-block-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0.625rem 0;
  color: #00283F;
}
@media (min-width: 767px) {
  .project-text-block-title {
    grid-column: 2/span 1;
    font-size: 1rem;
  }
}
@media (min-width: 990px) {
  .project-text-block-title {
    grid-column: 9/span 8;
  }
}
@media (min-width: 1920px) {
  .project-text-block-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .project-text-block-title {
    font-size: 1.5rem;
    grid-column: 6/span 11;
  }
}

.project-text-block-content {
  font-family: "IntroRegular", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  color: #00283F;
}
@media (min-width: 767px) {
  .project-text-block-content {
    grid-column: 2/span 1;
  }
}
@media (min-width: 990px) {
  .project-text-block-content {
    grid-column: 9/span 8;
  }
}
@media (min-width: 1920px) {
  .project-text-block-content {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .project-text-block-content {
    grid-column: 6/span 11;
    font-size: 1.625rem;
  }
}
.project-text-block-content p {
  margin-bottom: 1rem;
}
.project-text-block-content p:last-child {
  margin-bottom: 0;
}
.project-text-block-content ul, .project-text-block-content ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.project-text-block-content li {
  margin-bottom: 0.5rem;
}
.project-text-block-content a {
  color: #00283F;
  text-decoration: underline;
}
.project-text-block-content a:hover {
  color: #ff0000;
}
.project-text-block-content h1, .project-text-block-content h2, .project-text-block-content h3, .project-text-block-content h4, .project-text-block-content h5, .project-text-block-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #00283F;
}
.project-text-block-content h2 {
  font-size: 1.75rem;
}
.project-text-block-content h3 {
  font-size: 1.5rem;
}
.project-text-block-content h4 {
  font-size: 1.25rem;
}

.related-projects-section {
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .related-projects-section {
    margin-top: 4.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 990px) {
  .related-projects-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1440px) {
  .related-projects-section {
    margin-top: 4.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .related-projects-section .swiper {
    padding: 76px 0 0;
  }
}

.related-projects-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  position: relative;
}
@media (min-width: 767px) {
  .related-projects-header {
    margin-bottom: 0;
  }
}

.related-projects-title {
  font-size: 1.5rem;
  color: #00283F;
  margin: 0;
}
@media (min-width: 767px) {
  .related-projects-title {
    font-size: 2rem;
  }
}
@media (min-width: 2560px) {
  .related-projects-title {
    font-size: 3.125rem;
  }
}

.related-projects-nav-mobile {
  position: relative;
  display: flex;
  bottom: 0;
  height: 60px;
  width: 120px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .related-projects-nav-mobile {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .related-projects-nav-mobile {
    top: -0.5rem;
  }
}

.related-projects-nav-mobile .swiper-button-prev,
.related-projects-nav-mobile .swiper-button-next {
  width: 3.75rem;
  height: 3.75rem;
  transition: all 0.3s ease;
  left: auto;
  right: auto;
  color: transparent;
}
.related-projects-nav-mobile .swiper-button-prev::after,
.related-projects-nav-mobile .swiper-button-next::after {
  font-size: 4rem;
  font-weight: bold;
  background-image: url(../images/slider-arrow-main.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.related-projects-nav-mobile .swiper-button-prev:hover,
.related-projects-nav-mobile .swiper-button-next:hover {
  background-color: transparent;
  color: transparent;
}
.related-projects-nav-mobile .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}

.related-project-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.related-project-link:hover .related-project-title {
  color: #ff0000;
}

.related-project-image {
  margin-bottom: 1rem;
  overflow: hidden;
}
.related-project-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.related-project-image:hover img {
  transform: scale(1.05);
}

.related-project-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #00283F;
  transition: color 0.2s ease;
}

.to-portfolio {
  text-align: center;
}
@media (min-width: 767px) {
  .to-portfolio {
    text-align: left;
  }
}
.to-portfolio .button-text {
  color: #00283F;
}
.to-portfolio .button-text:after {
  background-image: none;
  background-color: #00283F;
  mask-image: url(../images/portfolio-link.svg);
}

.single-project .cooperation-button {
  margin: 0 auto;
  background-color: #F1F1F1;
  margin-top: 1.875rem;
  display: none;
}
@media (min-width: 767px) {
  .single-project .cooperation-button {
    display: block;
  }
}

/**
 * News / Blog layout styles
 *
 * @package Viewpoint
 * @since 1.0.0
 */
.blog .site-header,
.home .site-header {
  background-color: #ffffff;
}

.site-main.news-archive,
.site-main.single-post {
  padding: 3rem 0;
}
.site-main.news-archive .page-header,
.site-main.single-post .page-header {
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 767px) {
  .site-main.news-archive .page-header,
  .site-main.single-post .page-header {
    margin-top: 5rem;
  }
}
@media (min-width: 1440px) {
  .site-main.news-archive .page-header,
  .site-main.single-post .page-header {
    margin-top: 10rem;
  }
}
@media (min-width: 2560px) {
  .site-main.news-archive .page-header,
  .site-main.single-post .page-header {
    margin-top: 13rem;
  }
}
.site-main.news-archive .page-title,
.site-main.single-post .page-title {
  font-size: 1.5rem;
}
@media (min-width: 767px) {
  .site-main.news-archive .page-title,
  .site-main.single-post .page-title {
    font-size: 2rem;
  }
}
@media (min-width: 990px) {
  .site-main.news-archive .page-title,
  .site-main.single-post .page-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 2560px) {
  .site-main.news-archive .page-title,
  .site-main.single-post .page-title {
    font-size: 3.125rem;
  }
}
.site-main.news-archive .page-title a,
.site-main.single-post .page-title a {
  color: inherit;
  text-decoration: none;
}
.site-main.news-archive .page-title a:hover,
.site-main.single-post .page-title a:hover {
  color: #00283F;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 767px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    row-gap: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    row-gap: 2rem;
  }
}
@media (min-width: 2560px) {
  .news-grid {
    gap: 1.6rem;
    row-gap: 2.5rem;
  }
}
.news-grid .post-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.news-grid .post-card-thumbnail {
  display: block;
  overflow: hidden;
  aspect-ratio: 1054/527;
}
.news-grid .post-card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.news-grid .post-card-thumbnail:hover img {
  transform: scale(1.05);
}
.news-grid .post-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.25rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #DADADA;
}
@media (min-width: 767px) {
  .news-grid .post-card-meta {
    font-size: 0.75rem;
  }
}
@media (min-width: 1440px) {
  .news-grid .post-card-meta {
    font-size: 0.875rem;
  }
}
@media (min-width: 2560px) {
  .news-grid .post-card-meta {
    font-size: 1rem;
  }
}
.news-grid .post-card-category {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 0.75rem;
  font-weight: 500;
}
.news-grid .post-card-category:hover {
  color: #00283F;
}
@media (min-width: 767px) {
  .news-grid .post-card-category {
    font-size: 1rem;
  }
}
@media (min-width: 1440px) {
  .news-grid .post-card-category {
    font-size: 1rem;
  }
}
@media (min-width: 2560px) {
  .news-grid .post-card-category {
    font-size: 1.25rem;
  }
}
.news-grid .post-card-date {
  color: inherit;
}
.news-grid .post-card-title {
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  margin: 0;
  line-height: 1.3;
  margin-top: 0.5rem;
}
.news-grid .post-card-title a {
  color: #00283F;
  text-decoration: none;
}
.news-grid .post-card-title a:hover {
  text-decoration: underline;
}
@media (min-width: 2560px) {
  .news-grid .post-card-title {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.news-grid .post-card-excerpt {
  font-size: 0.875rem;
  color: #DADADA;
  line-height: 1.5;
}

/**
 * Single article (blog post) layout and flexible content blocks
 *
 * @package Viewpoint
 * @since 1.0.0
 */
body.single-post .site-header,
.post-template-default .site-header {
  background-color: #ffffff;
}

.site-main.single-post .page-header {
  margin-top: 3rem;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .site-main.single-post .page-header {
    margin-top: 5rem;
  }
}
@media (min-width: 1440px) {
  .site-main.single-post .page-header {
    margin-top: 10rem;
  }
}
@media (min-width: 2560px) {
  .site-main.single-post .page-header {
    margin-top: 13rem;
  }
}
.site-main.single-post .page-title {
  font-size: 1.5rem;
}
@media (min-width: 767px) {
  .site-main.single-post .page-title {
    font-size: 2rem;
  }
}
@media (min-width: 990px) {
  .site-main.single-post .page-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 2560px) {
  .site-main.single-post .page-title {
    font-size: 3.125rem;
  }
}
.site-main.single-post .entry-header {
  margin-bottom: 0.9375rem;
}
@media (min-width: 1440px) {
  .site-main.single-post .entry-header {
    margin-bottom: 1.875em;
  }
}
@media (min-width: 2560px) {
  .site-main.single-post .entry-header {
    margin-bottom: 3.125rem;
  }
}
.site-main.single-post .entry-date {
  display: block;
  font-size: 0.875rem;
  color: #00283F;
  margin-bottom: 0.9375rem;
}
.site-main.single-post .entry-header .entry-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.9375rem;
  text-align: left;
}
@media (min-width: 767px) {
  .site-main.single-post .entry-header .entry-title {
    font-size: 2rem;
  }
}
@media (min-width: 990px) {
  .site-main.single-post .entry-header .entry-title {
    font-size: 2rem;
  }
}
@media (min-width: 2560px) {
  .site-main.single-post .entry-header .entry-title {
    font-size: 3.125rem;
  }
}

.article-content-blocks {
  margin: 0.9375rem 0;
}
@media (min-width: 990px) {
  .article-content-blocks {
    margin: 2.25rem 0;
  }
}
@media (min-width: 1440px) {
  .article-content-blocks {
    margin: 4.5rem 0;
  }
}

.article-block {
  margin-bottom: 0.92rem;
}
@media (min-width: 990px) {
  .article-block {
    margin: 1.875rem 0;
  }
}
@media (min-width: 1440px) {
  .article-block {
    margin: 2.5rem 0;
  }
}
.article-block:last-child {
  margin-bottom: 0;
}

.article-block--image img {
  width: 100%;
  height: auto;
  display: block;
}

.article-block--text {
  margin: 0.625rem 0;
}
@media (min-width: 767px) {
  .article-block--text {
    padding-inline: 3.625rem;
    margin: 1.875rem 0;
  }
}
@media (min-width: 990px) {
  .article-block--text {
    padding-inline: 6.25rem;
    margin: 1.875rem 0;
  }
}
@media (min-width: 1440px) {
  .article-block--text {
    padding-inline: 13.5rem;
    margin: 2.5rem 0;
  }
}
@media (min-width: 2560px) {
  .article-block--text {
    padding-inline: 16.875rem;
    margin: 3.75rem 0;
  }
}

.article-block__text-content {
  font-family: "IntroRegular", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  color: #00283F;
}
@media (min-width: 2560px) {
  .article-block__text-content {
    font-size: 1.625rem;
  }
}
.article-block__text-content p {
  margin-bottom: 1rem;
}
.article-block__text-content p:last-child {
  margin-bottom: 0;
}
.article-block__text-content strong {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
}

@media (min-width: 767px) {
  .article-block--two-col {
    padding-inline: 3.625rem;
  }
}
@media (min-width: 990px) {
  .article-block--two-col {
    padding-inline: 6.25rem;
  }
}
@media (min-width: 1440px) {
  .article-block--two-col {
    padding-inline: 13.5rem;
  }
}
@media (min-width: 2560px) {
  .article-block--two-col {
    padding-inline: 16.875rem;
  }
}
.article-block--two-col .article-block-two-col__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: end;
}
@media (min-width: 767px) {
  .article-block--two-col .article-block-two-col__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
  }
}
@media (min-width: 767px) {
  .article-block--two-col.is-flipped .article-block-two-col__grid .article-block-two-col__image {
    order: 2;
  }
  .article-block--two-col.is-flipped .article-block-two-col__grid .article-block-two-col__text {
    order: 1;
  }
}
.article-block--two-col .article-block-two-col__image img {
  width: 100%;
  height: auto;
  display: block;
}
.article-block--two-col .article-block-two-col__text {
  font-family: "IntroRegular", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  color: #00283F;
}
@media (min-width: 2560px) {
  .article-block--two-col .article-block-two-col__text {
    font-size: 1.625rem;
  }
}
.article-block--two-col .article-block-two-col__text strong {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
}
.article-block--two-col .article-block-two-col__text p {
  margin-bottom: 1rem;
}
.article-block--two-col .article-block-two-col__text p:last-child {
  margin-bottom: 0;
}

.article-block--gallery .article-block-gallery__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 767px) {
  .article-block--gallery .article-block-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
  }
}
.article-block--gallery img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/**
 * Default page layout styles
 *
 * @package Viewpoint
 * @since 1.0.0
 */
.page-template-default .site-header {
  background-color: #ffffff;
}

.site-main.single-page {
  padding: 3rem 0;
}
.site-main.single-page .page-header {
  margin-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 160rem;
  padding: 0 1.25rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 767px) {
  .site-main.single-page .page-header {
    margin-top: 5rem;
    padding: 0 2.5rem;
  }
}
@media (min-width: 990px) {
  .site-main.single-page .page-header {
    padding: 0 3.125rem;
  }
}
@media (min-width: 1440px) {
  .site-main.single-page .page-header {
    margin-top: 9rem;
    padding: 0 4.375rem;
  }
}
@media (min-width: 2560px) {
  .site-main.single-page .page-header {
    margin-top: 13rem;
    padding: 0 13.5rem;
  }
}
.site-main.single-page .page-title {
  font-size: 1.5rem;
  text-align: left;
}
@media (min-width: 767px) {
  .site-main.single-page .page-title {
    font-size: 2rem;
    padding-inline: 3.625rem;
  }
}
@media (min-width: 990px) {
  .site-main.single-page .page-title {
    padding-inline: 6.25rem;
  }
}
@media (min-width: 1440px) {
  .site-main.single-page .page-title {
    padding-inline: 13.5rem;
  }
}
@media (min-width: 2560px) {
  .site-main.single-page .page-title {
    font-size: 3.125rem;
    padding-inline: 16.875rem;
  }
}
.site-main.single-page .entry-content {
  font-family: "IntroRegular", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  color: #00283F;
  margin: 0.625rem 0;
}
@media (min-width: 767px) {
  .site-main.single-page .entry-content {
    padding-inline: 3.625rem;
    margin: 1.875rem 0;
  }
}
@media (min-width: 990px) {
  .site-main.single-page .entry-content {
    padding-inline: 6.25rem;
    margin: 1.875rem 0;
  }
}
@media (min-width: 1440px) {
  .site-main.single-page .entry-content {
    padding-inline: 13.5rem;
    margin: 2.5rem 0;
  }
}
@media (min-width: 2560px) {
  .site-main.single-page .entry-content {
    padding-inline: 16.875rem;
    margin: 3.75rem 0;
    font-size: 1.625rem;
  }
}
.site-main.single-page .entry-content p,
.site-main.single-page .entry-content ul,
.site-main.single-page .entry-content ol {
  margin-bottom: 1rem;
}
.site-main.single-page .entry-content ul,
.site-main.single-page .entry-content ol {
  padding-left: 2rem;
}
.site-main.single-page .entry-content ul {
  list-style: disc;
}
.site-main.single-page .entry-content ol {
  list-style: decimal;
}
.site-main.single-page .entry-content li {
  margin-bottom: 0.5rem;
}
.site-main.single-page .entry-content strong {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
}
.site-main.single-page .entry-content a {
  color: #00283F;
  text-decoration: underline;
}
.site-main.single-page .entry-content a:hover, .site-main.single-page .entry-content a:focus {
  color: #C99D65;
}
.site-main.single-page .entry-content h2,
.site-main.single-page .entry-content h3,
.site-main.single-page .entry-content h4,
.site-main.single-page .entry-content h5,
.site-main.single-page .entry-content h6 {
  font-family: "IntroRegular", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 2rem 0 1rem;
}
.site-main.single-page .entry-content h2 {
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 767px) {
  .site-main.single-page .entry-content h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 2560px) {
  .site-main.single-page .entry-content h2 {
    font-size: 2.5rem;
  }
}
.site-main.single-page .entry-content h3 {
  font-size: 1.25rem;
}
@media (min-width: 767px) {
  .site-main.single-page .entry-content h3 {
    font-size: 1.5rem;
  }
}
.site-main.single-page .entry-content > *:last-child {
  margin-bottom: 0;
}

/**
 * Home Page Styles
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
.page-template-front-page {
  background-color: #00283F;
  color: #ffffff;
  font-family: "IntroRegular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 400;
}
@media (min-width: 1920px) {
  .page-template-front-page {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

.page-template-front-page .site-header {
  background-color: #00283F;
  color: #ffffff;
}

.page-template-front-page .site-header .header-container .header-left .site-branding .site-logo {
  filter: brightness(0) invert(1);
}

.page-template-front-page .site-header .main-navigation #primary-menu a {
  color: #ffffff;
}

.page-template-front-page .header-contact .contact-info a {
  color: #ffffff;
}

.page-template-front-page .site-header .presentation-download {
  background-color: #ffffff;
}

.page-content {
  padding: 3rem 0;
}

.section.company-description {
  padding: 1.875rem 0;
  margin-top: 6rem;
}
@media (min-width: 767px) {
  .section.company-description {
    margin-top: 7.5rem;
  }
}
@media (min-width: 990px) {
  .section.company-description .container {
    padding: 0 6.25rem;
  }
}
@media (min-width: 1440px) {
  .section.company-description {
    margin-top: 2rem;
  }
  .section.company-description .container {
    padding: 0 13.375rem;
    margin-top: 12rem;
  }
}
@media (min-width: 2560px) {
  .section.company-description .container {
    padding: 0 21.25rem;
  }
}

.section.company-description .company-title {
  font-family: "IntroRegular", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 1.25rem;
  letter-spacing: -0.04rem;
}
@media (min-width: 767px) {
  .section.company-description .company-title {
    font-size: 1.5625rem;
    letter-spacing: normal;
  }
}
@media (min-width: 1920px) {
  .section.company-description .company-title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 2560px) {
  .section.company-description .company-title {
    font-size: 2.5rem;
  }
}

.section.company-description .company-text {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: -0.04rem;
}
.section.company-description .company-text p {
  margin-bottom: 1.25rem;
}
@media (min-width: 767px) {
  .section.company-description .company-text {
    font-size: 1.5625rem;
    letter-spacing: normal;
  }
}
@media (min-width: 1920px) {
  .section.company-description .company-text {
    font-size: 1.875rem;
  }
}
@media (min-width: 2560px) {
  .section.company-description .company-text {
    font-size: 2.5rem;
  }
}

.section.company-description .section-bottom {
  position: relative;
  overflow: hidden;
}
.section.company-description .section-bottom img {
  width: 103%;
  height: auto;
  transform: translateY(18%) translateX(-1.5%);
  max-width: initial;
}

.section .accordion-title,
.section .section-projects-title {
  position: relative;
  font-family: "Unbounded", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin: 0 1.25rem;
  padding: 2rem 0;
  background-color: #00283F;
}
.section .accordion-title::after,
.section .section-projects-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #DADADA;
  height: 1px;
}
@media (min-width: 767px) {
  .section .accordion-title,
  .section .section-projects-title {
    margin: 0 2.5rem;
    font-size: 2rem;
    padding: 1.56rem 0;
  }
}
@media (min-width: 990px) {
  .section .accordion-title,
  .section .section-projects-title {
    margin: 0 3.125rem;
  }
}
@media (min-width: 1440px) {
  .section .accordion-title,
  .section .section-projects-title {
    margin: 0 4.375rem;
    padding: 2.4375rem 0;
  }
}
@media (min-width: 1920px) {
  .section .accordion-title,
  .section .section-projects-title {
    margin: 0 4rem;
  }
}
@media (min-width: 2560px) {
  .section .accordion-title,
  .section .section-projects-title {
    font-size: 3.125rem;
    padding: 3.875rem 0;
    margin: 0 4rem;
  }
}

.section .section-projects-title {
  padding: 2.25rem 0 1.25rem 0;
  margin: 0;
}
.section .section-projects-title::after {
  display: none;
}
@media (min-width: 767px) {
  .section .section-projects-title {
    padding: 3.75rem 7.5rem 1.25rem 0;
    text-align-last: left;
  }
}
@media (min-width: 990px) {
  .section .section-projects-title {
    padding: 3.125rem 10rem 1.5rem 0;
  }
}
@media (min-width: 1440px) {
  .section .section-projects-title {
    padding: 4.375rem 9rem 1.5rem 0;
  }
}
@media (min-width: 2560px) {
  .section .section-projects-title {
    padding: 6.25rem 17.25rem 1.5rem 0;
  }
}

.section.showreel-section {
  padding: 0 0 2.5rem 0;
  position: relative;
  margin-bottom: -15vw;
}
@media (min-width: 990px) {
  .section.showreel-section {
    margin-bottom: -10vw;
  }
  .section.showreel-section .container {
    padding: 0 6.25rem;
  }
}
@media (min-width: 1440px) {
  .section.showreel-section {
    margin-bottom: -8vw;
  }
  .section.showreel-section .container {
    padding: 0 13.375rem;
  }
}
@media (min-width: 2560px) {
  .section.showreel-section .container {
    padding: 6.25rem 21.25rem;
  }
}

.section.showreel-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clients-section .section-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #DADADA;
}

.services-section {
  position: relative;
}
.services-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2.5rem);
  height: 1px;
  background-color: #DADADA;
}
@media (min-width: 767px) {
  .services-section::before {
    width: calc(100% - 5rem);
  }
}
@media (min-width: 990px) {
  .services-section::before {
    width: calc(100% - 6.25rem);
  }
}
@media (min-width: 1440px) {
  .services-section::before {
    width: calc(100% - 8.75rem);
  }
}

.accordion-container {
  background-color: #F1F1F1;
  color: #00283F;
  padding: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
}
.accordion-container.is-open {
  opacity: 1;
}

.accordion-container .container {
  overflow: hidden;
  padding: 2rem 1.25rem;
}
@media (min-width: 767px) {
  .accordion-container .container {
    padding: 2.5rem 1.88rem;
  }
}
@media (min-width: 990px) {
  .accordion-container .container {
    padding: 2rem 3.125rem;
  }
}
@media (min-width: 1440px) {
  .accordion-container .container {
    padding: 2.5rem 9rem;
  }
}
@media (min-width: 2560px) {
  .accordion-container .container {
    padding: 6.25rem 29.75rem 0;
  }
}

.accordion-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s ease;
}
.accordion-title:hover {
  color: #C99D65;
}
.accordion-title.active::after {
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 1920px) {
  .accordion-title {
    font-size: 3.125rem;
    line-height: 1.1;
    font-weight: 400;
    padding: 4rem 0;
  }
}

.accordion-section {
  padding: 4rem 0;
}

.section.services-section .services-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 767px) {
  .section.services-section .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.125rem;
  }
}
@media (min-width: 990px) {
  .section.services-section .services-grid {
    display: flex;
    flex-direction: row;
    gap: 4rem;
  }
}
@media (min-width: 2560px) {
  .section.services-section .services-grid {
    gap: 15.96rem;
  }
}

.section.services-section .services-grid .services-description {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.04rem;
}
@media (min-width: 2560px) {
  .section.services-section .services-grid .services-description {
    font-size: 1.625rem;
  }
}

.section.services-section .services-list-col {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 990px) {
  .section.services-section .services-list-col {
    width: 40%;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 1rem;
  }
}
.section.services-section .services-list-col .cooperation-button {
  display: none;
}
@media (min-width: 767px) {
  .section.services-section .services-list-col .cooperation-button {
    display: block;
  }
}
@media (min-width: 990px) {
  .section.services-section .services-list-col .cooperation-button {
    display: none;
  }
}

.section.services-section .services-list-col .services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section.services-section .services-list-col .services-list .service-item {
  padding: 1rem 0 0.5rem;
  border-bottom: 2px dashed #DADADA;
  font-size: 1.875rem;
  line-height: 0.95;
}
.section.services-section .services-list-col .services-list .service-item:last-child {
  border-bottom: none;
}
@media (min-width: 767px) {
  .section.services-section .services-list-col .services-list .service-item {
    font-size: 2.125rem;
    padding: 1.12rem 0;
  }
}
@media (min-width: 1920px) {
  .section.services-section .services-list-col .services-list .service-item {
    padding: 2rem 0;
  }
}
@media (min-width: 2560px) {
  .section.services-section .services-list-col .services-list .service-item {
    font-size: 2.5rem;
  }
}

.section.services-section .services-list-col .services-list .service-item:first-child {
  padding-top: 0;
}

.section.services-section .services-desc-col {
  width: 100%;
}
@media (min-width: 990px) {
  .section.services-section .services-desc-col {
    width: 55%;
  }
}
.section.services-section .services-desc-col .cooperation-button {
  display: none;
}
@media (min-width: 990px) {
  .section.services-section .services-desc-col .cooperation-button {
    display: block;
    margin-top: 2.5rem;
  }
}

.services-section .section-bottom {
  position: relative;
  transform: translateY(10%);
  display: none;
}
@media (min-width: 767px) {
  .services-section .section-bottom {
    display: block;
  }
}
@media (min-width: 1440px) {
  .services-section .section-bottom {
    padding: 0 4.875rem;
  }
}
.services-section .section-bottom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.approach-grid {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  counter-reset: approach-block;
}
@media (min-width: 1440px) {
  .approach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.approach-grid .approach-block {
  padding: 1.25rem 1.25rem;
}
@media (min-width: 767px) {
  .approach-grid .approach-block {
    padding: 1.88rem 3.75rem;
  }
}
@media (min-width: 990px) {
  .approach-grid .approach-block {
    padding: 1.88rem 6.25rem;
  }
}
@media (min-width: 1920px) {
  .approach-grid .approach-block {
    padding: 6rem 0;
  }
}
.approach-grid .approach-block:last-child {
  padding-bottom: 2.5rem;
}
@media (min-width: 767px) {
  .approach-grid .approach-block:nth-child(odd) {
    background-color: #ffffff;
  }
  .approach-grid .approach-block:nth-child(odd) .approach-description {
    padding-right: 8rem;
  }
}
@media (min-width: 990px) {
  .approach-grid .approach-block:nth-child(odd) .approach-description {
    padding-left: 6.25rem;
  }
}
@media (min-width: 1440px) {
  .approach-grid .approach-block:nth-child(odd) {
    padding: 1.875rem 3.125rem 1.875rem 9rem;
  }
  .approach-grid .approach-block:nth-child(odd) .approach-description {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 2560px) {
  .approach-grid .approach-block:nth-child(odd) {
    padding: 1.875rem 5.63rem 1.875rem 12.8rem;
  }
}
.approach-grid .approach-block:nth-child(even) {
  background-color: #DADADA;
}
@media (min-width: 767px) {
  .approach-grid .approach-block:nth-child(even) {
    background-color: #F1F1F1;
  }
  .approach-grid .approach-block:nth-child(even) .approach-description {
    padding-left: 7rem;
  }
}
@media (min-width: 990px) {
  .approach-grid .approach-block:nth-child(even) .approach-description {
    padding-left: 6.25rem;
  }
}
@media (min-width: 1440px) {
  .approach-grid .approach-block:nth-child(even) {
    padding: 1.875rem 9rem 1.875rem 3.125rem;
  }
  .approach-grid .approach-block:nth-child(even) .approach-description {
    padding-left: 0;
  }
}
@media (min-width: 2560px) {
  .approach-grid .approach-block:nth-child(even) {
    padding: 1.875rem 12.8rem 1.875rem 5.63rem;
  }
}
@media (min-width: 1440px) {
  .approach-grid .approach-block:nth-child(3) {
    background-color: #F1F1F1;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1440px) {
  .approach-grid .approach-block:nth-child(4) {
    background-color: #ffffff;
  }
}

.approach-grid .approach-block .approach-title {
  font-family: "IntroRegular", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 767px) {
  .approach-grid .approach-block .approach-title {
    font-size: 1.375rem;
  }
}
@media (min-width: 2560px) {
  .approach-grid .approach-block .approach-title {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
}
.approach-grid .approach-block .approach-title::before {
  counter-increment: approach-block;
  content: counter(approach-block);
  font-family: "IntroRegular", sans-serif;
  font-size: 5.125rem;
  line-height: 1;
  font-weight: 600;
  color: #00283F;
}
@media (min-width: 767px) {
  .approach-grid .approach-block .approach-title::before {
    font-size: 5.875rem;
  }
}
@media (min-width: 2560px) {
  .approach-grid .approach-block .approach-title::before {
    font-size: 9.375rem;
  }
}

.approach-grid .approach-block:nth-child(odd) .approach-title {
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (min-width: 990px) {
  .approach-grid .approach-block:nth-child(odd) .approach-title {
    padding-left: 6.25rem;
  }
}
@media (min-width: 1440px) {
  .approach-grid .approach-block:nth-child(odd) .approach-title {
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .approach-grid .approach-block:nth-child(even) .approach-title {
    flex-direction: row-reverse;
    padding-left: 0;
    justify-content: space-between;
  }
}

.approach-grid .approach-block:nth-child(even) .approach-title::before {
  color: #C99D65;
}
@media (min-width: 767px) {
  .approach-grid .approach-block:nth-child(even) .approach-title::before {
    width: 5.75rem;
  }
}
@media (min-width: 990px) {
  .approach-grid .approach-block:nth-child(even) .approach-title::before {
    width: 4.75rem;
  }
}
@media (min-width: 1440px) {
  .approach-grid .approach-block:nth-child(even) .approach-title::before {
    text-align: right;
  }
}

@media (min-width: 1440px) {
  .approach-grid .approach-block:nth-child(3) .approach-title::before {
    color: #C99D65;
  }
}

@media (min-width: 1440px) {
  .approach-grid .approach-block:nth-child(4) .approach-title::before {
    color: #00283F;
  }
}

.approach-grid .approach-block .approach-description p {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.04rem;
}
@media (min-width: 2560px) {
  .approach-grid .approach-block .approach-description p {
    font-size: 1.625rem;
    margin-bottom: 1.5rem;
  }
}

.approach-grid .approach-block .approach-description,
.approach-grid .approach-block .approach-description h3 {
  font-family: "IntroRegular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .approach-grid .approach-block .approach-description,
  .approach-grid .approach-block .approach-description h3 {
    font-size: 1.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media (min-width: 2560px) {
  .approach-grid .approach-block .approach-description,
  .approach-grid .approach-block .approach-description h3 {
    font-size: 1.875rem;
    margin-bottom: 0.625rem;
  }
}

.approach-grid .approach-block .approach-description pre {
  font-family: "IntroRegular", sans-serif;
  color: #C99D65;
  font-size: 1.25rem;
  font-weight: 600;
  white-space: normal;
}
@media (min-width: 1920px) {
  .approach-grid .approach-block .approach-description pre {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.expertise-section .container {
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.expertise-section .accordion-container {
  padding: 0;
}

.expertise-grid {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  counter-reset: expertise-block;
}
@media (min-width: 767px) {
  .expertise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1440px) {
  .expertise-grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 0 4.375rem;
    gap: 3rem;
    position: relative;
  }
  .expertise-grid::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 4.375rem;
    width: calc(100% - 8.75rem);
    height: 2px;
    background-color: #DADADA;
  }
}
@media (min-width: 2560px) {
  .expertise-grid {
    padding: 0 12.8rem;
  }
  .expertise-grid::after {
    left: 12.8rem;
    width: calc(100% - 25.6rem);
  }
}

.expertise-grid .expertise-block {
  position: relative;
  padding: 1.25rem;
  background-color: #ffffff;
}
@media (min-width: 1440px) {
  .expertise-grid .expertise-block {
    background-color: #F1F1F1;
  }
}
@media (min-width: 1920px) {
  .expertise-grid .expertise-block {
    padding: 6rem 0;
  }
}

.expertise-grid .expertise-block:nth-child(odd) {
  background-color: #F1F1F1;
}
@media (min-width: 767px) {
  .expertise-grid .expertise-block:nth-child(odd) {
    padding: 1.875rem 0.9375rem 1.875rem 1.875rem;
    background-color: #ffffff;
  }
}
@media (min-width: 990px) {
  .expertise-grid .expertise-block:nth-child(odd) {
    padding: 1.875rem 3.125rem 1.875rem 6.25rem;
  }
}
@media (min-width: 1440px) {
  .expertise-grid .expertise-block:nth-child(odd) {
    padding: 1.875rem 0;
    background-color: #F1F1F1;
  }
}
@media (min-width: 2560px) {
  .expertise-grid .expertise-block:nth-child(odd) {
    padding: 6.25rem 0 3.125rem;
  }
}

@media (min-width: 767px) {
  .expertise-grid .expertise-block:nth-child(even) {
    padding: 1.875rem 1.875rem 1.875rem 0.9375rem;
  }
}
@media (min-width: 990px) {
  .expertise-grid .expertise-block:nth-child(even) {
    padding: 1.875rem 6.25rem 1.875rem 3.125rem;
  }
}
@media (min-width: 1440px) {
  .expertise-grid .expertise-block:nth-child(even) {
    padding: 1.875rem 0;
  }
}
@media (min-width: 2560px) {
  .expertise-grid .expertise-block:nth-child(even) {
    padding: 6.25rem 0 3.125rem;
  }
}

@media (min-width: 767px) {
  .expertise-grid .expertise-block:first-child,
  .expertise-grid .expertise-block:nth-child(4) {
    background-color: #F1F1F1;
  }
}

.expertise-grid .expertise-block .expertise-title {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-bottom: 2px solid #DADADA;
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-family: "IntroRegular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 767px) {
  .expertise-grid .expertise-block .expertise-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: 1.375rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .expertise-grid .expertise-block .expertise-title {
    height: 11.7rem;
    padding-left: 0;
    margin-left: 1.25rem;
    position: relative;
    padding-top: 5.875rem;
    justify-content: flex-start;
  }
}
@media (min-width: 2560px) {
  .expertise-grid .expertise-block .expertise-title {
    font-size: 1.875rem;
    line-height: 1.1;
    font-weight: 600;
    height: 14.5rem;
    padding-top: 9.375rem;
  }
}

@media (min-width: 767px) {
  .expertise-grid .expertise-block:nth-child(2) .expertise-title {
    padding-right: 20px;
  }
}

.expertise-grid .expertise-block .expertise-title::before {
  counter-increment: expertise-block;
  content: counter(expertise-block);
  font-family: "IntroRegular", sans-serif;
  font-size: 5.125rem;
  line-height: 1;
  font-weight: 600;
  color: #F1F1F1;
}
@media (min-width: 767px) {
  .expertise-grid .expertise-block .expertise-title::before {
    color: #F1F1F1;
    font-size: 5.875rem;
  }
}
@media (min-width: 1440px) {
  .expertise-grid .expertise-block .expertise-title::before {
    color: #ffffff;
    position: absolute;
    top: 0;
  }
}
@media (min-width: 2560px) {
  .expertise-grid .expertise-block .expertise-title::before {
    font-size: 9.375rem;
  }
}

.expertise-grid .expertise-block:nth-child(odd) .expertise-title::before {
  color: #ffffff;
}
@media (min-width: 1440px) {
  .expertise-grid .expertise-block:nth-child(odd) .expertise-title::before {
    color: #F1F1F1;
  }
}

@media (min-width: 767px) {
  .expertise-grid .expertise-block:nth-child(3) .expertise-title::before {
    color: #F1F1F1;
  }
}
@media (min-width: 1440px) {
  .expertise-grid .expertise-block:nth-child(3) .expertise-title::before {
    color: #ffffff;
  }
}

.expertise-grid .expertise-block:nth-child(1) .expertise-title::before,
.expertise-grid .expertise-block:nth-child(4) .expertise-title::before {
  color: #F1F1F1;
}
@media (min-width: 767px) {
  .expertise-grid .expertise-block:nth-child(1) .expertise-title::before,
  .expertise-grid .expertise-block:nth-child(4) .expertise-title::before {
    color: #ffffff;
  }
}

.expertise-grid .expertise-block:nth-child(1) .expertise-title::before {
  color: #ffffff;
}

.expertise-grid .expertise-block .expertise-list li {
  position: relative;
  padding: 1rem 0 1rem 1.25rem;
  border-bottom: 2px dashed #DADADA;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.04rem;
}
@media (min-width: 1440px) {
  .expertise-grid .expertise-block .expertise-list li {
    padding-left: 0;
    margin-left: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .expertise-grid .expertise-block .expertise-list li {
    font-size: 1.375rem;
  }
}
.expertise-grid .expertise-block .expertise-list li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #00283F;
  border-radius: 50%;
  left: 3px;
  top: calc(1rem + 2px);
}
@media (min-width: 1440px) {
  .expertise-grid .expertise-block .expertise-list li::before {
    left: -16px;
  }
}
@media (min-width: 2560px) {
  .expertise-grid .expertise-block .expertise-list li::before {
    top: calc(1rem + 5px);
  }
}
.expertise-grid .expertise-block .expertise-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.expertise-grid .expertise-block:nth-child(2) .expertise-list li::before {
  border-radius: 0;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.expertise-grid .expertise-block:nth-child(3) .expertise-list li::before {
  border-radius: 0;
  width: 8px;
  height: 8px;
}

.expertise-grid .expertise-block:nth-child(4) .expertise-list li::before {
  border-radius: 0;
  width: 0;
  height: 0;
  background-color: transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #00283F;
}

.expertise-section .expertise-cooperation {
  background-color: #ffffff;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
@media (min-width: 767px) {
  .expertise-section .expertise-cooperation {
    background-color: #F1F1F1;
  }
}
@media (min-width: 990px) {
  .expertise-section .expertise-cooperation {
    padding: 2rem 3.125rem;
  }
}
@media (min-width: 1440px) {
  .expertise-section .expertise-cooperation {
    padding: 2rem 4.375rem;
  }
}
@media (min-width: 2560px) {
  .expertise-section .expertise-cooperation {
    padding: 3.12rem 12.8rem;
  }
}
.expertise-section .expertise-cooperation .contact-item {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.00875rem;
}
@media (min-width: 2560px) {
  .expertise-section .expertise-cooperation .contact-item {
    font-size: 1.375rem;
  }
}
.expertise-section .expertise-cooperation .contact-item span {
  display: block;
}

.expertise-section .section-bottom {
  position: relative;
  transform: translateY(18%);
  display: none;
  padding: 0 3.125rem;
  margin-top: -5vw;
}
@media (min-width: 767px) {
  .expertise-section .section-bottom {
    display: block;
  }
}
@media (min-width: 2560px) {
  .expertise-section .section-bottom {
    padding: 0 11rem;
  }
}

.expertise-section .section-bottom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.team-grid .container {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 767px) {
  .team-grid .container {
    grid-template-columns: repeat(2, 1fr);
    padding: 1.875rem;
    gap: 0.875rem;
  }
}
@media (min-width: 990px) {
  .team-grid .container {
    padding: 1.875rem 3.125rem;
  }
}
@media (min-width: 1440px) {
  .team-grid .container {
    padding: 1.875rem 9rem;
  }
}
@media (min-width: 2560px) {
  .team-grid .container {
    padding: 6.25rem 29.75rem;
    gap: 1.625rem;
  }
}

.team-grid .team-member {
  position: relative;
  display: flex;
  font-family: "IntroRegular", sans-serif;
}

.team-grid .team-member .member-photo {
  position: relative;
  width: 100%;
  height: 100%;
}

.team-grid .team-member .member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-grid .team-member .member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.1;
}
@media (min-width: 1920px) {
  .team-grid .team-member .member-info {
    font-size: 1.5rem;
    line-height: 1.1;
    margin-bottom: 1rem;
  }
}
@media (min-width: 2560px) {
  .team-grid .team-member .member-info {
    padding: 3.125rem;
    margin-bottom: 0;
  }
}

.team-grid .team-member .member-info .member-name {
  font-family: "IntroRegular", sans-serif;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 0.3125rem;
}
@media (min-width: 1920px) {
  .team-grid .team-member .member-info .member-name {
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 1rem;
  }
}
@media (min-width: 2560px) {
  .team-grid .team-member .member-info .member-name {
    font-size: 1.625rem;
  }
}
.team-grid .team-member .member-info .member-position,
.team-grid .team-member .member-info .member-description {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.00875rem;
}
@media (min-width: 2560px) {
  .team-grid .team-member .member-info .member-position,
  .team-grid .team-member .member-info .member-description {
    font-size: 1.375rem;
  }
}

.team-grid .team-member .member-info .member-position,
.team-grid .team-member .member-info .member-description {
  margin-bottom: 0;
}

.team-grid .cooperation-button {
  display: none;
}
@media (min-width: 767px) {
  .team-grid .cooperation-button {
    display: block;
    margin: 0 auto;
  }
}

.team-grid .section-bottom {
  position: relative;
  transform: translateY(15%);
  display: none;
}
@media (min-width: 767px) {
  .team-grid .section-bottom {
    display: block;
  }
}
@media (min-width: 2560px) {
  .team-grid .section-bottom {
    padding: 0 18rem;
  }
}

.team-grid .section-bottom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.clients-section .accordion-title::after {
  display: none;
}

.clients-grid .container {
  display: block;
  padding: 3rem;
  position: relative;
}
@media (min-width: 767px) {
  .clients-grid .container::after {
    content: "";
    display: none;
    width: 100%;
    height: 2px;
    background-color: #DADADA;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 767px) {
  .clients-grid .container {
    padding: 3.125rem 9.375rem;
  }
  .clients-grid .container::after {
    left: 2.5rem;
    display: block;
    width: calc(100% - 5rem);
  }
}
@media (min-width: 990px) {
  .clients-grid .container::after {
    left: 3.125rem;
    width: calc(100% - 6.25rem);
  }
}
@media (min-width: 1440px) {
  .clients-grid .container::after {
    left: 9rem;
    width: calc(100% - 18rem);
  }
}
@media (min-width: 2560px) {
  .clients-grid .container {
    padding: 3.125rem 12.8rem;
  }
  .clients-grid .container::after {
    left: 12.8rem;
    width: calc(100% - 25.6rem);
  }
}

.clients-grid .client-logo {
  position: relative;
  display: flex;
  height: auto;
  box-sizing: border-box;
  padding: 15px;
}
@media (min-width: 2560px) {
  .clients-grid .client-logo {
    padding: 30px;
  }
}
.clients-grid .client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}

.clients-slider {
  width: 100%;
  height: auto;
}

.clients-grid.accordion-container {
  overflow: hidden;
}

.clients-grid .section-bottom {
  position: relative;
  transform: translateY(10%);
  display: none;
}
@media (min-width: 767px) {
  .clients-grid .section-bottom {
    display: block;
  }
}

.clients-grid .section-bottom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 990px) {
  .clients-grid .section-bottom {
    display: block;
  }
}
.clients-grid .slider-buttons {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 7.5rem;
  margin: 2.5rem auto -1rem;
}
@media (min-width: 767px) {
  .clients-grid .slider-buttons {
    margin: 2rem auto;
  }
}
@media (min-width: 767px) and (min-width: 990px) {
  .clients-grid .slider-buttons {
    margin: 2rem auto;
  }
}

.clients-grid .swiper-button-prev,
.clients-grid .swiper-button-next {
  display: flex;
  color: #00283F;
  width: 3.75rem;
  height: 3.75rem;
  transition: all 0.3s ease;
  left: auto;
  right: auto;
  color: transparent;
}
.clients-grid .swiper-button-prev::after,
.clients-grid .swiper-button-next::after {
  font-size: 4rem;
  font-weight: bold;
  background-image: url("../images/slider-arrow-main.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.clients-grid .swiper-button-prev:hover,
.clients-grid .swiper-button-next:hover {
  color: transparent;
}

.clients-grid .swiper-button-prev {
  left: 0;
}

.clients-grid .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}

.projects-section {
  position: relative;
  overflow: hidden;
}
.projects-section .container {
  position: relative;
}
@media (min-width: 990px) {
  .projects-section .container {
    padding: 0 6.25rem;
  }
}
@media (min-width: 1440px) {
  .projects-section .container {
    padding: 0 13.375rem;
  }
}
@media (min-width: 2560px) {
  .projects-section .container {
    padding: 0 21.25rem;
  }
}
.projects-section .projects-slider-wrapper {
  padding: 0;
}

.home-projects-slider {
  padding-bottom: 3rem;
}

.project-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.project-card-link:hover .project-card-title {
  color: #C99D65;
}
.project-card-link:hover .project-card-image img {
  transform: scale(1.05);
}

.project-card-image {
  margin-bottom: 1rem;
  overflow: hidden;
}
.project-card-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.project-card-title {
  font-family: "IntroRegular", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #00283F;
  margin: 0;
  transition: color 0.2s ease;
}
@media (min-width: 1920px) {
  .project-card-title {
    font-size: 1.5rem;
  }
}

.projects-section .swiper-button-prev,
.projects-section .swiper-button-next {
  display: none;
  color: #00283F;
  width: 3.75rem;
  height: 3.75rem;
  transition: all 0.3s ease;
  left: auto;
  right: auto;
  color: transparent;
}
.projects-section .swiper-button-prev::after,
.projects-section .swiper-button-next::after {
  font-size: 4rem;
  font-weight: bold;
  background-image: url("../images/slider-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.projects-section .swiper-button-prev:hover,
.projects-section .swiper-button-next:hover {
  background-color: #00283F;
  color: transparent;
}
@media (min-width: 767px) {
  .projects-section .swiper-button-prev,
  .projects-section .swiper-button-next {
    display: flex;
  }
}
.projects-section .swiper-button-prev {
  left: 0;
}
.projects-section .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
.projects-section .slider-buttons {
  display: none;
}
@media (min-width: 767px) {
  .projects-section .slider-buttons {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -50px;
    right: 0;
    left: auto;
    width: 7.5rem;
  }
}

.to-projects-link {
  padding: 0 0 2.5rem 0;
  position: relative;
}
@media (min-width: 767px) {
  .to-projects-link {
    padding: 0 0 3.75rem 0;
  }
}

/**
 * Contact Page Styles
 * 
 * @package Viewpoint
 * @since 1.0.0
 */
.page-template-page-contact {
  background: #f5f5f5;
}

.page-template-page-contact .site-header {
  background-color: #f5f5f5;
}
.page-template-page-contact .site-header .presentation-download {
  background-color: #ffffff;
}

.contact-page {
  padding: 3rem 0;
  background-color: #f5f5f5;
}
@media (min-width: 1440px) {
  .contact-page {
    padding: 4rem 0 6rem;
  }
}

.contact-container {
  width: 100%;
  max-width: 2560px;
  margin: 3.125rem auto 0;
  padding: 0 1.25rem;
}
@media (min-width: 767px) {
  .contact-container {
    padding: 0 2.5rem;
    margin: 5.125rem auto 0;
  }
}
@media (min-width: 990px) {
  .contact-container {
    padding: 0 3.125rem;
  }
}
@media (min-width: 1440px) {
  .contact-container {
    padding: 0 9rem;
    margin: 9.125rem auto 0;
  }
}
@media (min-width: 2560px) {
  .contact-container {
    margin: 12.125rem auto 8rem;
    padding: 0 13.5rem;
  }
}

.entry-header {
  margin-bottom: 1.875rem;
}
@media (min-width: 1440px) {
  .entry-header {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 2560px) {
  .entry-header {
    margin-bottom: 6.25rem;
  }
}
.entry-header .entry-title {
  font-family: "Unbounded", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #00283F;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}
@media (min-width: 767px) {
  .entry-header .entry-title {
    font-size: 2rem;
  }
}
@media (min-width: 990px) {
  .entry-header .entry-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 2560px) {
  .entry-header .entry-title {
    font-size: 3.125rem;
  }
}

.contact-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}
@media (min-width: 767px) {
  .contact-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .contact-content {
    grid-template-columns: repeat(16, 1fr);
    grid-gap: 1.5rem;
  }
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 767px) {
  .contact-grid {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .contact-grid {
    grid-column: span 6;
  }
}

.contact-card {
  display: flex;
  flex-direction: column;
}
@media (min-width: 990px) {
  .contact-card.address-card {
    grid-column: span 2;
  }
}
@media (min-width: 1440px) {
  .contact-card.address-card {
    grid-column: span 1;
  }
}
.contact-card .company-name {
  font-family: "Unbounded", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #00283F;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .contact-card .company-name {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 990px) {
  .contact-card .company-name {
    font-size: 2rem;
  }
}
@media (min-width: 2560px) {
  .contact-card .company-name {
    font-size: 3.125rem;
  }
}
.contact-card .card-content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.contact-card .card-title {
  font-family: "IntroRegular", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #00283F;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  letter-spacing: -0.04rem;
}
@media (min-width: 767px) {
  .contact-card .card-title {
    letter-spacing: initial;
  }
}
@media (min-width: 2560px) {
  .contact-card .card-title {
    font-size: 1.625rem;
  }
}
.contact-card .card-text,
.contact-card .contact-item,
.contact-card .contact-person {
  font-family: "IntroRegular", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  color: #00283F;
  letter-spacing: -0.04rem;
}
@media (min-width: 767px) {
  .contact-card .card-text,
  .contact-card .contact-item,
  .contact-card .contact-person {
    letter-spacing: initial;
  }
}
@media (min-width: 2560px) {
  .contact-card .card-text,
  .contact-card .contact-item,
  .contact-card .contact-person {
    font-size: 1.625rem;
  }
}
.contact-card .contact-person {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.contact-card .contact-link {
  color: #00283F;
  text-decoration: none;
  transition: opacity 0.3s ease;
  border-bottom: 1px solid transparent;
}
.contact-card .contact-link:hover {
  opacity: 0.7;
  border-bottom-color: currentColor;
}

.button-primary {
  max-width: 288px;
  font-size: 1.25rem;
  display: none;
  margin-top: 0.625rem;
}
@media (min-width: 767px) {
  .button-primary {
    display: block;
    font-size: 1rem;
    width: fit-content;
    padding: 0.6875rem 1.9375rem;
    max-width: 230px;
  }
}
@media (min-width: 2560px) {
  .button-primary {
    font-size: 1.25rem;
    max-width: 320px;
    margin-top: 4.385rem;
  }
}

.map-section {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media (min-width: 767px) {
  .map-section {
    aspect-ratio: initial;
  }
}
@media (min-width: 1440px) {
  .map-section {
    grid-column: 8/span 9;
  }
}
@media (min-width: 2560px) {
  .map-section {
    grid-column: 8/span 8;
  }
}
.map-section #contact-map {
  width: 100%;
  height: 100%;
}

.contact-form-section {
  margin-top: 4rem;
  max-width: 800px;
}

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