/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "gopher", sans-serif;
  font-weight: 400;
  background: #F3F8F9;
  overscroll-behavior: none;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

html, body {
  margin: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

* {
  box-sizing: border-box;
}

/**
 Mixins
 */
/**
 Layout styles
 */
.header {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  top: 0;
  z-index: 800;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .header {
    padding: 30px 20px;
    height: 44px;
    display: flex;
    align-items: center;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 2.0833333333vw 50px;
  position: relative;
}
@media (max-width: 768px) {
  .header__wrapper {
    max-width: 100%;
    justify-content: space-between;
    height: auto;
    padding: 0;
  }
}
.header__navigation {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: -10vw;
}
@media (max-width: 768px) {
  .header__navigation {
    display: none;
  }
}
.header__navigation ul {
  display: flex;
  align-items: center;
  grid-gap: 3.3333333333vw;
}
.header__navigation ul li {
  position: relative;
}
.header__navigation ul li:hover ul {
  display: flex;
}
.header__navigation ul li a {
  color: #FFB602;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 905;
  line-height: 44px; /* 366.667% */
  text-decoration: none;
  display: flex;
  padding-top: 1.0416666667vw;
  align-items: center;
  justify-content: center;
}
.header__navigation ul li.current-menu-item > a, .header__navigation ul li.current-menu-parent > a {
  text-decoration: underline !important;
}
.header__navigation ul li ul {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  padding-top: 60px;
  bottom: 0;
  grid-gap: 0;
  width: 300px;
  justify-content: start;
  align-items: start;
}
.header__navigation ul li ul a {
  display: inline-flex;
  padding: 3px 0;
  line-height: 1.5;
}
.header__socials {
  display: flex;
  justify-content: center;
  margin-top: -30px;
}
.header__socials a {
  border: 0 solid transparent !important;
  margin: 0 !important;
  width: unset !important;
  max-width: unset !important;
}
.header__socials a:hover {
  background: transparent !important;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__logo a {
  display: block;
}
.header__logo svg {
  width: 10vw;
  height: auto;
}
@media (max-width: 768px) {
  .header__logo svg {
    width: 118px;
    height: auto;
  }
}
.header__logo img {
  width: 9.5138888889vw;
  height: auto;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 160px;
    height: auto;
  }
}
.header__hamburger {
  margin-left: auto;
  width: 44px;
  height: 44px;
  display: none;
  justify-content: end;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header__hamburger {
    display: flex;
  }
}
.header__hamburger svg {
  position: absolute;
  width: 2.2916666667vw;
  height: 2.9166666667vw;
}
@media (max-width: 768px) {
  .header__hamburger svg {
    width: 24px;
    height: 30px;
  }
}
.header__sidebar {
  height: 100dvh;
  background: rgba(29, 29, 27, 0.91);
  width: 42.0833333333vw;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  padding-left: 6.3194444444vw;
  padding-right: 9.375vw;
  padding-top: 7.0833333333vw;
  padding-bottom: 5.5555555556vw;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header__sidebar {
    width: 100%;
    padding: 20px;
    position: fixed;
    justify-content: center;
  }
}
.header__sidebar-button {
  position: absolute;
  left: 2.7777777778vw;
  top: 3.125vw;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header__sidebar-button {
    top: 40px;
    left: 20px;
  }
}
.header__sidebar-menu a {
  color: #FFB602;
  font-size: 2.9861111111vw;
  font-style: normal;
  font-weight: 600;
  line-height: 3.3333333333vw;
  display: flex;
  text-decoration: none;
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 768px) {
  .header__sidebar-menu a {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.header__sidebar-menu .menu-item-has-children li a {
  font-size: 16px !important;
}

.footer {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer__logo {
  width: 9.0277777778vw;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 130px;
    margin: 0 auto;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__wrapper {
    padding: 0 15px;
    flex-direction: column;
  }
}
.footer__line {
  width: 100%;
  background: #0C4137;
  height: 1px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .footer__line {
    margin-bottom: 30px;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer__col {
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }
}
.footer p {
  color: #0C4137;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1111111111vw; /* 133.333% */
}
@media (max-width: 768px) {
  .footer p {
    font-size: 16px;
    line-height: 1.3;
  }
}
.footer strong {
  color: #0C4137;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 905;
  line-height: 1.1111111111vw;
}
@media (max-width: 768px) {
  .footer strong {
    font-size: 16px;
    line-height: 1.3;
  }
}
.footer a {
  text-decoration: none;
  color: #0C4137;
  font-size: 0.8333333333vw;
  line-height: 1.1111111111vw;
}
@media (max-width: 768px) {
  .footer a {
    font-size: 16px;
    line-height: 1.3;
  }
}
.footer__social {
  color: #0C4137;
  font-size: 1.25vw;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__social {
    justify-content: center;
  }
}
.footer__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .footer__social a {
    margin-left: 15px;
  }
}
.footer__social a svg {
  width: 0.9027777778vw;
  height: auto;
}
@media (max-width: 768px) {
  .footer__social a svg {
    width: 30px;
  }
}

/**
 ACF styles
 */
.hero {
  height: 64.0277777778vw;
  position: relative;
}
@media (max-width: 768px) {
  .hero {
    height: 80vh;
  }
}
.hero__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero__wrapper {
  display: flex;
  justify-content: center;
  color: #fff;
  padding-top: 17.3611111111vw;
}
@media (max-width: 768px) {
  .hero__wrapper {
    padding-top: 140px;
  }
}
.hero__content {
  width: 41.6666666667vw;
}
@media (max-width: 768px) {
  .hero__content {
    width: 70%;
  }
}
.hero__content h1 {
  font-family: "anton", sans-serif;
  color: #FFB602;
  font-size: 13.4722222222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 13.8888888889vw; /* 38.144% */
  text-transform: uppercase;
  margin-bottom: 0.6944444444vw;
  margin-left: -0.2083333333vw;
}
@media (max-width: 768px) {
  .hero__content h1 {
    font-size: 88px;
    line-height: 1.1;
  }
}
.hero__content h2 {
  color: #FFB602;
  font-size: 4.1666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.1666666667vw;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 768px) {
  .hero__content h2 {
    font-size: 25px;
    line-height: 1.1;
  }
}
.hero__content p {
  color: #FFB602;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1527777778vw;
}
@media (max-width: 768px) {
  .hero__content p {
    font-size: 13px;
    line-height: 1;
  }
}

.slider {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #0C4137;
  padding-bottom: 40px;
}
.slider__heading h2 {
  color: #E0FEA0;
  font-size: 3.0555555556vw;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  padding: 3.125vw 0;
}
@media (max-width: 768px) {
  .slider__heading h2 {
    font-size: 24px;
    line-height: 1;
    padding: 20px 0;
  }
}
.slider__slide {
  width: 75vw !important;
  height: 45.1388888889vw;
  margin: 0 50px !important;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10.4166666667vw;
}
@media (max-width: 768px) {
  .slider__slide {
    width: 100%;
    height: auto;
    margin: 0 20px !important;
    border-radius: 70px;
    background-position: 10% 50%;
  }
}
.slider .slick-dots {
  bottom: -50px;
}
.slider .slick-dots button::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FFB602;
  border-radius: 100%;
}
.slider .slick-dots .slick-active button::before {
  content: url("/wp-content/themes/fundacja-czulej-sztuki/resources/images/slider-active.svg") !important;
  background: transparent;
  top: -5px;
  left: -5px;
}

.slide__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide__content {
  width: 29.0277777778vw;
  padding-top: 5.3472222222vw;
  padding-left: 6.25vw;
}
@media (max-width: 768px) {
  .slide__content {
    width: 90%;
    padding: 50px 30px;
  }
}
.slide__for-who {
  color: var(--slide-color);
  font-family: Anton;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .slide__for-who {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.slide__title {
  color: var(--slide-color);
  font-size: 5.5555555556vw;
  font-style: normal;
  font-weight: 900;
  line-height: 4.5833333333vw; /* 82.5% */
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .slide__title {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
}
.slide__description {
  color: var(--slide-color);
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8055555556vw;
  margin-bottom: 2.0833333333vw; /* 144.444% */
}
@media (max-width: 768px) {
  .slide__description {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
}
.slide__link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.9444444444vw;
  border: 1px solid var(--slide-color);
}
@media (max-width: 768px) {
  .slide__link {
    border-radius: 30px;
  }
}
.slide__link a {
  color: var(--slide-color);
  text-decoration: none;
  text-align: center;
  font-size: 1.4583333333vw;
  font-style: normal;
  font-weight: 400; /* 266.667% */
  letter-spacing: 2.1px;
  text-transform: uppercase;
  width: 100%;
  padding: 1.0416666667vw;
}
@media (max-width: 768px) {
  .slide__link a {
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
  }
}
.slide__next {
  width: 16px;
  height: 31px;
  position: absolute;
  top: 50%;
  right: -50px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .slide__next {
    display: none !important;
  }
}

.step-by-step {
  background: #FFB602;
  padding: 50px 0;
}
.step-by-step__wrapper {
  display: grid;
  grid-template-columns: 39.0277777778vw auto;
  grid-gap: 9.0277777778vw;
}
@media (max-width: 768px) {
  .step-by-step__wrapper {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
  }
}
.step-by-step__image img {
  width: 100%;
  height: auto;
  border-radius: 10.4166666667vw;
}
@media (max-width: 768px) {
  .step-by-step__image img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.step-by-step__content {
  margin-top: 60px;
  width: 80%;
}
@media (max-width: 768px) {
  .step-by-step__content {
    width: 100%;
    margin: 0;
  }
  .step-by-step__content br {
    display: none;
  }
}
.step-by-step__content h2 {
  color: #0C4137;
  font-size: 3.8888888889vw;
  font-style: normal;
  font-weight: 905;
  line-height: 3.8194444444vw;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .step-by-step__content h2 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .step-by-step__content h2 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .step-by-step__content ul {
    margin-left: 25px;
  }
}
.step-by-step__content ul li {
  margin-bottom: 20px;
  color: #0C4137;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw;
  position: relative;
}
@media (max-width: 768px) {
  .step-by-step__content ul li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
}
.step-by-step__content ul li::before {
  content: url("/wp-content/themes/fundacja-czulej-sztuki/resources/images/star-green.svg") !important;
  background: transparent;
  top: calc(50% - 12px);
  width: 23px;
  height: 23px;
  left: -28px;
  position: absolute;
}
.step-by-step__content svg {
  display: flex;
  justify-self: end;
  width: 13.1944444444vw;
}
@media (max-width: 768px) {
  .step-by-step__content svg {
    width: 50px;
    height: 50px;
  }
}

.what-is-foundation {
  padding: 55px 0;
}
@media (max-width: 768px) {
  .what-is-foundation {
    padding: 0 !important;
    margin: 50px 0;
  }
}
.what-is-foundation__wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 150px;
}
@media (max-width: 768px) {
  .what-is-foundation__wrapper {
    padding: 0 15px;
  }
}
.what-is-foundation__image img {
  width: 100%;
  height: auto;
}
.what-is-foundation__row {
  display: grid;
  grid-template-columns: 22.2222222222vw auto;
  grid-gap: 2.9166666667vw;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .what-is-foundation__row {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 20px;
  }
}
.what-is-foundation__content h2 {
  color: #0C4137;
  font-size: 2.7777777778vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.8888888889vw;
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 768px) {
  .what-is-foundation__content h2 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1;
  }
}
.what-is-foundation__content h2 strong {
  margin-top: 5px;
  color: #0C4137;
  font-family: Anton;
  font-size: 7.3611111111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 5.1388888889vw; /* 69.811% */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .what-is-foundation__content h2 strong {
    font-size: 63px;
    margin-bottom: 30px;
    line-height: 1;
  }
}
.what-is-foundation__content p {
  margin-bottom: 20px;
  color: #0C4137;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw;
}
@media (max-width: 768px) {
  .what-is-foundation__content p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.what-is-foundation__content p strong {
  font-weight: 905;
}
.what-is-foundation__content a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.9444444444vw;
  border: 1px solid #0C4137;
  color: #0C4137;
  text-decoration: none;
  text-align: center;
  font-size: 1.4583333333vw;
  font-style: normal;
  font-weight: 400; /* 266.667% */
  letter-spacing: 2.1px;
  text-transform: uppercase;
  width: 100%;
  padding: 1.0416666667vw;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .what-is-foundation__content a {
    font-size: 16px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    line-height: 1;
    margin-top: 20px;
  }
}

.logo-slider {
  margin: 90px 0;
}
@media (max-width: 768px) {
  .logo-slider {
    margin: 50px 0;
  }
}
.logo-slider__wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 150px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .logo-slider__wrapper {
    padding: 0 15px;
    flex-direction: column;
    align-items: unset;
    position: relative;
  }
}
.logo-slider__heading {
  color: #0C4137;
  font-size: 3.0555555556vw;
  font-style: normal;
  font-weight: 900;
  line-height: 2.9166666667vw;
  max-width: 11.1111111111vw;
  margin-right: 6.9444444444vw;
}
@media (max-width: 768px) {
  .logo-slider__heading {
    font-size: 24px;
    line-height: 1;
    margin: 20px 0;
    max-width: unset;
  }
}
.logo-slider__logos {
  max-width: 55.5555555556vw !important;
}
@media (max-width: 768px) {
  .logo-slider__logos {
    max-width: unset !important;
  }
}
.logo-slider__logo {
  display: flex;
  justify-self: center;
  align-items: center;
}
@media (max-width: 768px) {
  .logo-slider__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.logo-slider__logo img {
  max-width: 120px;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 768px) {
  .logo-slider__logo img {
    margin: 0 auto;
  }
}
.logo-slider__next {
  cursor: pointer;
}
@media (max-width: 768px) {
  .logo-slider__next {
    position: absolute;
    right: 10px;
    top: 50%;
  }
}

.lets-talk {
  margin: 70px 0;
}
@media (max-width: 768px) {
  .lets-talk {
    margin: 50px 0;
  }
}
.lets-talk__wrapper {
  padding: 0 150px;
  display: grid;
  grid-template-columns: 22.9166666667vw auto;
}
@media (max-width: 768px) {
  .lets-talk__wrapper {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
  }
}
.lets-talk__image img {
  width: 100%;
  height: auto;
}
.lets-talk__content {
  margin-top: 6.25vw;
}
.lets-talk__content h2 {
  color: #0C4137;
  font-size: 3.0555555556vw;
  font-style: normal;
  font-weight: 900;
  line-height: 3.8888888889vw;
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 768px) {
  .lets-talk__content h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.lets-talk__content p {
  margin-bottom: 20px;
  color: #0C4137;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw;
}
@media (max-width: 768px) {
  .lets-talk__content p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}
.lets-talk__content p strong {
  font-weight: 905;
}
.lets-talk__content a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.9444444444vw;
  border: 1px solid #0C4137;
  color: #0C4137;
  text-decoration: none;
  text-align: center;
  font-size: 1.4583333333vw;
  font-style: normal;
  font-weight: 400; /* 266.667% */
  letter-spacing: 2.1px;
  text-transform: uppercase;
  width: 100%;
  padding: 1.0416666667vw;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .lets-talk__content a {
    font-size: 16px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    line-height: 1;
    margin-top: 20px;
  }
}

.page-heading {
  min-height: 30.5555555556vw;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 768px) {
  .page-heading {
    background-position: 10% 50%;
  }
}
.page-heading__wrapper {
  padding: 11.8055555556vw 140px 50px;
}
@media (max-width: 768px) {
  .page-heading__wrapper {
    padding: 150px 15px 100px 15px;
  }
}
.page-heading__wrapper h1 {
  color: #FFB602;
  font-size: 3.8888888889vw;
  font-style: normal;
  font-weight: 900;
  line-height: 3.6111111111vw;
  max-width: 31.4583333333vw;
}
@media (max-width: 768px) {
  .page-heading__wrapper h1 {
    font-size: 28px;
    line-height: 1.2;
    max-width: 90%;
  }
}
.page-heading__wrapper p {
  color: #FFB602;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw;
  margin-top: 1.7361111111vw;
}
@media (max-width: 768px) {
  .page-heading__wrapper p {
    font-size: 16px;
    line-height: 1.2;
  }
  .page-heading__wrapper p br {
    display: none;
  }
}

.content__wrapper {
  padding: 0 50px 0 140px;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .content__wrapper {
    padding: 0 15px;
  }
}
.content__row {
  display: grid;
  grid-template-columns: 37.5vw auto;
  grid-gap: 4.1666666667vw;
}
@media (max-width: 768px) {
  .content__row {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
  }
}
.content__image img {
  width: 100%;
  height: auto;
}
.content__pre-heading {
  color: #FFB602;
  font-family: Anton;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 56px; /* 311.111% */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .content__pre-heading {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.content--fs24 small {
  font-size: 0.9722222222vw;
}
@media (max-width: 768px) {
  .content--fs24 small {
    font-size: 14px;
  }
}
.content__content h2:first-child {
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .content__content h1:first-child {
    margin-top: 0 !important;
  }
}
.content__content h1 {
  color: #0C4137;
  font-size: 3.8888888889vw;
  font-style: normal;
  font-weight: 905;
  line-height: 3.8194444444vw;
  margin-bottom: 50px; /* 98.214% */
}
@media (max-width: 768px) {
  .content__content h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 30px 0;
  }
}
.content__content h2 {
  color: #0C4137;
  font-size: 2.3611111111vw;
  font-style: normal;
  font-weight: 905;
  line-height: 1.2;
  margin: 27px 0; /* 98.214% */
}
@media (max-width: 768px) {
  .content__content h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 20px 0;
  }
}
.content__content a {
  color: #0C4137;
}
.content__content p {
  margin: 2.4305555556vw 0;
  color: #0C4137;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw; /* 116.667% */
}
@media (max-width: 768px) {
  .content__content p {
    font-size: 16px;
    line-height: 1.2;
    margin: 20px 0;
  }
}
.content__content p strong {
  font-weight: 905;
}
@media (max-width: 768px) {
  .content__content ul {
    margin-left: 25px;
  }
}
.content__content ul li {
  margin-bottom: 20px;
  color: #0C4137;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw;
  position: relative;
}
@media (max-width: 768px) {
  .content__content ul li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
}
.content__content ul li::before {
  content: url("/wp-content/themes/fundacja-czulej-sztuki/resources/images/star-green.svg") !important;
  background: transparent;
  top: calc(50% - 12px);
  width: 23px;
  height: 23px;
  left: -28px;
  position: absolute;
}
.content__content img {
  width: 100%;
  height: auto;
}
.content__content img.pt-minus {
  margin-top: -40px;
}
.content__content .button {
  border-radius: 1.9444444444vw;
  border: 1px solid #0C4137;
  color: #0C4137;
  text-decoration: none;
  text-align: center;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400; /* 266.667% */
  letter-spacing: 2.1px;
  text-transform: uppercase;
  padding: 1.0416666667vw 2.0833333333vw;
  margin-top: 2.4305555556vw;
  display: inline-block;
}
@media (max-width: 768px) {
  .content__content .button {
    font-size: 16px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    line-height: 1;
    margin-top: 20px;
  }
}
.content__content .social__social {
  font-size: 1.25vw !important;
}
@media (max-width: 768px) {
  .content__content .social__social {
    font-size: 16px !important;
    justify-content: start;
    display: flex;
    margin-top: -20px;
    margin-bottom: -20px;
  }
}

.divider {
  margin: 70px 0;
}
@media (max-width: 768px) {
  .divider {
    margin: 30px 0;
  }
}
.divider__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.divider__wrapper svg {
  position: absolute;
}
.divider__line {
  display: block;
  height: 1px;
  width: 100%;
  background: #0C4137;
}

.cta {
  background: #FFB602;
  margin-top: 80px;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 768px) {
  .cta {
    margin-top: 50px;
    padding: 30px 0;
  }
}
.cta::before {
  content: "";
  width: 100%;
  height: calc(100% + 215px);
  background: #FFB602;
  top: 0;
  z-index: -1;
  left: 0;
  position: absolute;
}
@media (max-width: 1300px) {
  .cta::before {
    height: calc(100% + 170px);
  }
}
@media (max-width: 1100px) {
  .cta::before {
    height: calc(100% + 160px);
  }
}
@media (max-width: 768px) {
  .cta::before {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .cta::before {
    height: 100%;
  }
}
.cta__wrapper {
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .cta__wrapper {
    flex-direction: column;
  }
}
.cta__content {
  width: 40.5555555556vw;
  padding-left: 90px;
}
@media (max-width: 768px) {
  .cta__content {
    width: 100%;
    padding-left: 0;
  }
}
.cta__content h1, .cta__content h2 {
  color: #0C4137;
  font-size: 3.8888888889vw;
  font-style: normal;
  font-weight: 905;
  line-height: 3.8194444444vw;
}
@media (max-width: 768px) {
  .cta__content h1, .cta__content h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .cta__content h1 br, .cta__content h2 br {
    display: none;
  }
}
.cta__content h3 {
  color: #0C4137;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 905;
  line-height: 2.4305555556vw;
}
@media (max-width: 768px) {
  .cta__content h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .cta__content h3 br {
    display: none;
  }
}
.cta__content ol {
  color: #0C4137;
  font-size: 1.25vw;
  line-height: 1.2;
  list-style: none;
  counter-reset: item;
}
@media (max-width: 768px) {
  .cta__content ol {
    font-size: 16px;
  }
}
.cta__content ol li {
  margin-bottom: 0.6944444444vw;
  counter-increment: step-counter;
}
.cta__content ol li::before {
  content: counter(step-counter) ". ";
}
.cta__content p {
  margin: 30px 0;
  color: #0C4137;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw; /* 116.667% */
}
@media (max-width: 768px) {
  .cta__content p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.cta__content p strong {
  font-weight: 905;
}
.cta__content .button {
  border-radius: 1.9444444444vw;
  border: 1px solid #0C4137;
  color: #0C4137;
  text-decoration: none;
  text-align: center;
  font-size: 1.4583333333vw;
  font-style: normal;
  font-weight: 400; /* 266.667% */
  letter-spacing: 2.1px;
  text-transform: uppercase;
  padding: 1.0416666667vw 4.1666666667vw;
  display: inline-block;
}
@media (max-width: 768px) {
  .cta__content .button {
    font-size: 16px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    line-height: 1;
    margin-top: 20px;
  }
}
.cta__sign {
  position: absolute;
  right: 0;
  top: calc(50% - 6.5972222222vw);
  width: 13.1944444444vw;
}

.page-heading-large {
  background-size: cover;
  background-position: 50% 50%;
  min-height: 90vh;
}
@media (max-width: 768px) {
  .page-heading-large {
    background-position: 10% 50%;
    min-height: unset;
  }
}
.page-heading-large__wrapper {
  padding: 11.8055555556vw 140px 140px;
}
@media (max-width: 768px) {
  .page-heading-large__wrapper {
    padding: 150px 15px 100px 15px;
  }
}
.page-heading-large__wrapper h1 {
  color: #FFB602;
  font-size: 3.8888888889vw;
  font-style: normal;
  font-weight: 900;
  line-height: 3.6111111111vw;
  max-width: 43.0555555556vw;
}
@media (max-width: 768px) {
  .page-heading-large__wrapper h1 {
    font-size: 30px;
    line-height: 1.2;
    max-width: 400px;
  }
}
.page-heading-large__wrapper h2 {
  color: #FFB602;
  font-size: 3.0555555556vw;
  font-style: normal;
  font-weight: 905;
  line-height: 3.1944444444vw;
  max-width: 31.4583333333vw; /* 98.214% */
}
@media (max-width: 768px) {
  .page-heading-large__wrapper h2 {
    font-size: 28px;
    line-height: 1.2;
    max-width: 400px;
  }
}
.page-heading-large__wrapper p {
  color: #FFB602;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw;
  margin-top: 1.7361111111vw;
  max-width: 32.6388888889vw !important;
}
@media (max-width: 768px) {
  .page-heading-large__wrapper p {
    font-size: 16px;
    line-height: 1.2;
    max-width: 400px !important;
    margin-top: 25px;
  }
  .page-heading-large__wrapper p br {
    display: none;
  }
}
.page-heading-large__wrapper pre {
  font-family: "gopher", sans-serif;
  color: #FFB602;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2222222222vw;
  margin-top: 1.7361111111vw;
  max-width: 32.6388888889vw;
}
@media (max-width: 768px) {
  .page-heading-large__wrapper pre {
    font-size: 16px;
    line-height: 1.2;
    max-width: 400px;
    white-space: pre-wrap;
  }
}
.page-heading-large__wrapper pre strong {
  font-weight: 900;
}
.page-heading-large__wrapper .button {
  border-radius: 1.9444444444vw;
  border: 1px solid #FFB602;
  color: #FFB602;
  text-decoration: none;
  text-align: center;
  font-size: 1.4583333333vw;
  font-style: normal;
  font-weight: 400; /* 266.667% */
  letter-spacing: 2.1px;
  text-transform: uppercase;
  padding: 1.0416666667vw 4.1666666667vw;
  display: inline-block;
}
@media (max-width: 768px) {
  .page-heading-large__wrapper .button {
    font-size: 16px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    line-height: 1;
    margin-top: 20px;
  }
}

.team__wrapper {
  padding: 0 50px 0 140px;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .team__wrapper {
    padding: 0 15px;
  }
}
.team__pre-heading {
  color: #FFB602;
  font-family: Anton;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 56px; /* 311.111% */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .team__pre-heading {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.team__heading {
  color: #0C4137;
  font-size: 2.3611111111vw;
  font-style: normal;
  font-weight: 905;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .team__heading {
    font-size: 24px;
    line-height: 1.2;
  }
}
.team__member {
  margin: 70px 0;
  display: flex;
  grid-gap: 10.5555555556vw;
}
@media (max-width: 768px) {
  .team__member {
    margin: 30px 0;
    grid-gap: 30px;
    flex-direction: column;
  }
}
.team__name {
  color: #0C4137;
  font-size: 2.3611111111vw;
  font-style: normal;
  font-weight: 905;
  line-height: 1.2;
  margin: 0 0 27px 0; /* 98.214% */
}
@media (max-width: 768px) {
  .team__name {
    font-size: 28px;
    line-height: 1.2;
  }
}
.team__image {
  width: 30vw;
  position: relative;
  height: 27.8472222222vw;
}
@media (max-width: 768px) {
  .team__image {
    width: 100%;
    height: unset;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.team__image img {
  width: 30vw;
  height: auto;
  border-radius: 3.4722222222vw;
}
@media (max-width: 768px) {
  .team__image img {
    width: 250px;
    border-radius: 50px;
  }
}
.team__image svg {
  position: absolute;
  left: 8.4027777778vw;
  bottom: -94px;
  width: 13.1944444444vw;
}
@media (max-width: 768px) {
  .team__image svg {
    width: 50px;
    left: calc(50% - 25px) !important;
  }
}
.team__content {
  width: 32.6388888889vw;
}
@media (max-width: 768px) {
  .team__content {
    width: 100%;
  }
}
.team__content p {
  margin: 1.3888888889vw 0;
  color: #0C4137;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw; /* 116.667% */
}
@media (max-width: 768px) {
  .team__content p {
    font-size: 16px;
    line-height: 1.2;
    margin: 20px 0;
  }
}
.team__content p strong {
  font-weight: 905;
}

.testimonials__wrapper {
  margin: 80px 50px 80px 140px;
  display: flex;
}
@media (max-width: 768px) {
  .testimonials__wrapper {
    margin: 50px 0;
    padding: 0 15px;
    flex-direction: column;
  }
}
.testimonials__heading {
  color: #0C4137;
  font-size: 3.8888888889vw;
  font-style: normal;
  font-weight: 905;
  line-height: 3.8194444444vw; /* 98.214% */
  margin-right: 4.1666666667vw;
  width: 13.1944444444vw;
}
@media (max-width: 768px) {
  .testimonials__heading {
    font-size: 24px;
    line-height: 1.2;
    width: 100%;
    margin-bottom: 20px;
  }
}
.testimonials__slider {
  background: #fff;
  width: 62.5vw;
  border-radius: 3.4722222222vw;
}
@media (max-width: 768px) {
  .testimonials__slider {
    width: 100%;
    border-radius: 50px;
  }
}
.testimonials__slider .slick-dots {
  bottom: -50px;
}
.testimonials__slider .slick-dots button::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FFB602;
  border-radius: 100%;
}
.testimonials__slider .slick-dots .slick-active button::before {
  content: url("/wp-content/themes/fundacja-czulej-sztuki/resources/images/slider-active.svg") !important;
  background: transparent;
  top: -5px;
  left: -5px;
}
.testimonials__slide {
  position: relative;
}
.testimonials__slide svg {
  position: absolute;
  left: 2.7083333333vw;
  top: 2.0138888889vw;
  width: 2.4305555556vw;
}
@media (max-width: 768px) {
  .testimonials__slide svg {
    top: 20px;
    left: 20px;
    width: 20px;
  }
}
.testimonials__slide-inner {
  display: flex;
  flex-direction: row !important;
  padding: 4.1666666667vw 6.25vw;
}
@media (max-width: 768px) {
  .testimonials__slide-inner {
    padding: 30px 45px;
  }
}
.testimonials__slide-inner p {
  color: #0C4137;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw; /* 116.667% */
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 768px) {
  .testimonials__slide-inner p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.testimonials__next {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .testimonials__next {
    display: none !important;
  }
}

.faq__wrapper {
  margin: 70px 50px 70px 140px;
  position: relative;
}
@media (max-width: 768px) {
  .faq__wrapper {
    margin: 50px 0;
    padding: 0 15px;
  }
}
.faq__content {
  max-width: 48.6111111111vw;
}
@media (max-width: 768px) {
  .faq__content {
    max-width: 100%;
  }
}
.faq__content p {
  margin: 40px 0;
  color: #0C4137;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw; /* 116.667% */
}
@media (max-width: 768px) {
  .faq__content p {
    font-size: 16px;
    margin: 20px 0;
    line-height: 1.2;
  }
  .faq__content p br {
    display: none;
  }
}
.faq__content p strong {
  font-weight: 905;
}
@media (max-width: 768px) {
  .faq__content p strong {
    display: block;
  }
}
.faq__content svg {
  position: absolute;
  right: 10%;
  top: 30%;
  width: 13.8888888889vw;
}
@media (max-width: 768px) {
  .faq__content svg {
    top: -40px;
    right: 15px;
    margin: 0 auto;
    width: 150px;
    z-index: -1;
  }
}
.faq h2 {
  color: #0C4137;
  font-size: 3.8888888889vw;
  font-style: normal;
  font-weight: 905;
  line-height: 3.8194444444vw;
  margin-bottom: 50px; /* 98.214% */
}

.dopamine__row {
  display: grid;
  grid-template-columns: 25.4166666667vw 33.3333333333vw;
  grid-gap: 19.0972222222vw;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .dopamine__row {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    margin: 50px 0;
    padding: 0;
  }
}
.dopamine__row h1 {
  color: #0C4137;
  font-size: 3.8888888889vw;
  font-style: normal;
  font-weight: 905;
  line-height: 3.8194444444vw;
  margin-bottom: 50px; /* 98.214% */
}
@media (max-width: 768px) {
  .dopamine__row h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 20px 0;
  }
}
.dopamine__row h2 {
  color: #0C4137;
  font-size: 2.3611111111vw;
  font-style: normal;
  font-weight: 905;
  line-height: 1.2;
  margin: 27px 0; /* 98.214% */
}
@media (max-width: 768px) {
  .dopamine__row h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 20px 0;
  }
}
.dopamine__row p {
  margin: 1.3888888889vw 0;
  color: #0C4137;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw; /* 116.667% */
}
.dopamine__row p:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .dopamine__row p {
    font-size: 16px;
    line-height: 1.2;
    margin: 20px 0;
  }
}
.dopamine__row p strong {
  font-weight: 905;
}
.dopamine__image img {
  width: 100%;
  height: auto;
}
.dopamine__yellow {
  background: #FFB602;
  padding: 215px 50px 50px 50px;
  position: relative;
  margin-top: -180px;
  z-index: -1;
}
@media (max-width: 768px) {
  .dopamine__yellow {
    padding: 110px 50px 50px 50px;
    margin-top: -90px;
  }
}
.dopamine__yellow h2 {
  color: #0C4137;
  font-size: 3.0555555556vw;
  font-style: normal;
  font-weight: 905;
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .dopamine__yellow h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 20px 0;
  }
}
.dopamine__yellow p {
  color: #0C4137;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .dopamine__yellow p {
    font-size: 16px;
    line-height: 1.2;
    margin: 20px 0;
  }
}
.dopamine__yellow svg {
  position: absolute;
  bottom: -30px;
  width: 60px;
  left: calc(50% - 15px);
}
@media (max-width: 768px) {
  .dopamine__yellow svg {
    left: calc(50% - 30px);
  }
}

.formalities {
  margin: 80px 0;
  padding: 0 40px 0 90px;
}
@media (max-width: 768px) {
  .formalities {
    margin: 50px 0;
    padding: 0;
  }
}
.formalities__wrapper {
  display: grid;
  grid-template-columns: 22.9166666667vw 39.5833333333vw;
  grid-gap: 17.0138888889vw;
}
@media (max-width: 768px) {
  .formalities__wrapper {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
}
.formalities__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2.0833333333vw;
}
.formalities__buttons a {
  border-radius: 1.9444444444vw;
  border: 1px solid #0C4137;
  color: #0C4137;
  text-decoration: none;
  text-align: center;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400; /* 266.667% */
  letter-spacing: 2.1px;
  text-transform: uppercase;
  padding: 1.0416666667vw 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .formalities__buttons a {
    font-size: 14px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    line-height: 1;
    margin-top: 20px;
  }
}
.formalities__buttons a:last-of-type {
  font-size: 0.6944444444vw;
}
@media (max-width: 768px) {
  .formalities__buttons a:last-of-type {
    font-size: 10px;
  }
}

.contact {
  padding: 50px 50px 50px 110px;
}
@media (max-width: 768px) {
  .contact {
    padding: 50px 0;
  }
}
.contact__wrapper {
  display: flex;
  align-items: center;
  grid-gap: 9.7222222222vw;
}
@media (max-width: 768px) {
  .contact__wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.contact__content h1 {
  color: #0C4137;
  font-size: 3.8888888889vw;
  font-style: normal;
  font-weight: 900;
  line-height: 3.6111111111vw;
}
@media (max-width: 768px) {
  .contact__content h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 30px 0;
  }
  .contact__content h1 br {
    display: none;
  }
}
.contact__content h2 {
  color: #0C4137;
  font-size: 3.0555555556vw;
  font-style: normal;
  font-weight: 905;
  line-height: 3.1944444444vw;
}
@media (max-width: 768px) {
  .contact__content h2 br {
    display: none;
  }
}
.contact__content p, .contact__content a {
  color: #0C4137;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1527777778vw;
}
@media (max-width: 768px) {
  .contact__content p, .contact__content a {
    font-size: 16px !important;
    line-height: 1.2;
    margin: 20px 0;
    text-align: center;
  }
}
.contact__content .social__social {
  font-size: 1.25vw !important;
}
@media (max-width: 768px) {
  .contact__content .social__social {
    font-size: 16px !important;
    justify-content: center;
    display: flex;
    margin-top: -20px;
  }
}

.social__social {
  color: #0C4137;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .social__social {
    justify-content: center;
  }
}
.social__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .social__social a {
    margin-left: 15px;
  }
}
.social__social a svg {
  width: 1.3194444444vw !important;
  height: auto;
}
@media (max-width: 768px) {
  .social__social a svg {
    width: 20px !important;
  }
}

.fcs-heading {
  color: #0C4137;
  font-size: 3.1944444444vw;
  font-style: normal;
  font-weight: 905;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .fcs-heading {
    font-size: 24px;
    line-height: 1.2;
    max-width: 400px;
  }
}
.fcs-center {
  text-align: center;
}
.fcs-yellow-bg {
  background: #FFB602;
  padding: 50px;
  margin-top: -5px;
}
@media (max-width: 768px) {
  .fcs-yellow-bg {
    padding: 20px 15px;
  }
}
.fcs-social {
  margin-top: -2.0833333333vw !important;
  margin-bottom: -2.0833333333vw !important;
  font-size: 1.25vw;
}
.fcs-pl {
  padding-left: 90px;
}
@media (max-width: 768px) {
  .fcs-pl {
    padding: 0;
  }
}

figure img {
  width: 100%;
  height: auto;
}

.wrapper, .footer__wrapper, .slider__wrapper, .step-by-step__wrapper, .divider__wrapper, .cta__wrapper, .dopamine__wrapper, .formalities__wrapper, .contact__wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .wrapper, .footer__wrapper, .slider__wrapper, .step-by-step__wrapper, .divider__wrapper, .cta__wrapper, .dopamine__wrapper, .formalities__wrapper, .contact__wrapper {
    padding: 0 15px;
  }
}

.news__grid {
  margin: 25px 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  width: 100%;
  grid-gap: 25px;
}
@media (max-width: 768px) {
  .news__grid {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
  }
}
.news__item {
  border-radius: 4.8611111111vw;
  background: #F9FEFF;
  padding: 1.5972222222vw;
  text-decoration: none;
  padding-bottom: 3.4722222222vw;
}
@media (max-width: 768px) {
  .news__item {
    padding: 20px;
    padding-bottom: 30px;
  }
}
.news__item img {
  width: 100%;
  height: auto;
  border-radius: 3.4722222222vw;
}
.news__item h2 {
  color: #0C4137;
  font-size: 1.8055555556vw;
  font-style: normal;
  font-weight: 905;
  line-height: 1.9444444444vw;
  padding-top: 1.9444444444vw; /* 107.692% */
}
@media (max-width: 768px) {
  .news__item h2 {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 20px;
  }
}
.news__content {
  margin-left: 3.4722222222vw;
  margin-right: 0.6944444444vw;
}
.news__more {
  display: inline-flex;
  margin-top: 1.3194444444vw;
  color: #0C4137;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw; /* 116.667% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 768px) {
  .news__more {
    font-size: 16px;
    line-height: 1.2;
  }
}
.news__blog {
  margin: 50px 0;
  padding: 0 140px;
}
@media (max-width: 768px) {
  .news__blog {
    padding: 0 15px;
  }
}
.news__blog h1 {
  color: #0C4137;
  font-size: 3.8888888889vw;
  font-style: normal;
  font-weight: 900;
  line-height: 3.6111111111vw;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .news__blog h1 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.news__blog h2 {
  margin: 20px 0;
  color: #0C4137;
  font-size: 3.0555555556vw;
  font-style: normal;
  font-weight: 905;
  line-height: 3.1944444444vw;
}
@media (max-width: 768px) {
  .news__blog h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.news__blog p {
  color: #0C4137;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .news__blog p {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  iframe {
    height: 300px;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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