:root {
  --color_1: black;
  --color_2: #f8c700;
  --color_4: white;
  --color_3: grey;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--color_1);
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

h1 {
  max-width: 850px;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Bloggersans, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  max-width: 650px;
  margin: 0 auto 2rem;
  font-family: Bloggersans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.container {
  z-index: 2;
  flex: 1;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container.top {
  justify-content: space-between;
  align-items: center;
}

.section {
  background-color: var(--color_1);
  background-image: url('../images/graf_2.svg'), url('../images/graf_1.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100px, 100px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.image {
  width: 85px;
}

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

.linia_link {
  background-color: var(--color_2);
  min-height: 1px;
  max-height: 1px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-block {
  margin-bottom: 0;
}

.link-block {
  color: var(--color_4);
  text-decoration: none;
}

.div-block-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  font-size: .9rem;
  display: flex;
}

.div-block-4.ukryj_1 {
  display: none;
}

.box-footer-media-linki {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.link-block-3 {
  color: #fff;
  transition: color .3s;
}

.link-block-3:hover {
  color: #bdad7d;
}

.embed-icon {
  color: var(--color_4);
  max-height: 48px;
}

.embed-icon:hover {
  opacity: 1;
  color: var(--color_2);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  min-height: 100svh;
}

.section-2 {
  background-color: var(--color_1);
}

.image-2 {
  object-fit: cover;
  object-position: 25% 50%;
}

.div-block-5 {
  color: var(--color_4);
  padding: 4rem 2rem;
}

.text-block-2 {
  color: var(--color_2);
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-bottom: .3rem;
  font-family: Bloggersans, sans-serif;
}

.text-block-2.ukryj_1 {
  display: none;
}

.heading {
  font-family: Bloggersans, sans-serif;
  font-weight: 700;
}

.text-block-3 {
  font-size: .9rem;
}

.text-block-4 {
  font-family: Bloggersans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-block-5 {
  color: var(--color_2);
  font-family: Bloggersans, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.text-block-5.contact__email {
  font-size: 1.6rem;
}

.text-block-5.contact__social-media {
  display: flex;
  gap: 20px;
}

.div-block-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text-field {
  color: var(--color_4);
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  min-height: 60px;
  margin-bottom: 0;
  font-size: 1.1rem;
  position: relative;
}

.text-field::placeholder {
  color: var(--color_4);
  font-size: .9rem;
}

.div-block-7 {
  background-color: var(--color_2);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  margin-left: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  margin-bottom: 1rem;
  position: relative;
}

.checkbox {
  background-color: #fff;
  border-width: 0;
  border-radius: 7px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-right: 1rem;
}

.checkbox.w--redirected-checked {
  background-color: var(--color_2);
  background-size: 16px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-width: 0;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: .8rem;
  display: flex;
}

.div-block-9 {
  max-width: 680px;
}

.submit-button {
  background-color: var(--color_2);
  color: var(--color_1);
  border-radius: 7px;
  width: 100%;
  min-height: 65px;
  font-family: Bloggersans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.section-3 {
  background-color: rgba(248, 199, 0, .07);
  padding-top: 4rem;
  padding-bottom: 6rem;
  position: relative;
}

.div-block-10 {
  background-color: var(--color_2);
  border-radius: 100px;
  width: 80px;
  min-height: 2px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10.w2 {
  margin-left: 0;
}

.div-block-11 {
  text-align: center;
}

.text-block-6 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  max-width: 900px;
  height: auto;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.mask {
  background-color: var(--color_2);
  border-radius: 7px;
  height: auto;
  min-height: auto;
}

.div-block-12 {
  text-align: center;
  padding: 4rem 3rem 5rem;
}

.slide {
  height: auto;
}

.text-block-7 {
  margin-bottom: 1.5rem;
  font-family: Bloggersans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.text-block-8 {
  font-family: Bloggersans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.right-arrow {
  background-color: var(--color_4);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: -2rem;
}

.image-3 {
  max-width: 65%;
}

.div-block-13 {
  background-color: var(--color_1);
  width: 100%;
  min-height: 30%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-arrow {
  background-color: var(--color_4);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
  top: auto;
  bottom: 2rem;
  left: -2rem;
  right: auto;
}

.text-block-9 {
  font-style: italic;
  font-weight: 400;
}

.text-block-10 {
  margin-top: 1rem;
  font-family: Bloggersans, sans-serif;
  font-weight: 700;
}

.graf_bg_1 {
  width: 100px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.graf_bg_2 {
  width: 100px;
  position: absolute;
  top: 25%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section-4 {
  background-color: var(--color_1);
  color: var(--color_4);
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem;
}

.div-block-14 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0f0f0f;
  border: 1px solid #2c2c2c;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.text-block-11 {
  color: var(--color_2);
  margin-bottom: 1rem;
  font-family: Bloggersans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.button {
  background-color: var(--color_2);
  color: var(--color_1);
  border-radius: 7px;
  padding: .8rem 1.5rem;
  font-family: Bloggersans, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.button:hover {
  box-shadow: 10px 10px 25px 2px rgba(248, 199, 0, .4);
}

.button.black {
  background-color: var(--color_1);
  color: var(--color_2);
}

.button.black:hover {
  box-shadow: 10px 10px 25px 2px rgba(0, 0, 0, .4);
}

.button.menu {
  padding: .4rem .8rem;
}

.text-block-12 {
  color: #ccc;
  font-size: .9rem;
}

.div-block-15 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-13 {
  margin-bottom: 2rem;
}

.text-block-13.w_max_600px {
  max-width: 600px;
}

.div-block-16 {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.section-5 {
  background-image: url('../images/graf-bg_oval.svg'), url('../images/graf_bg_top.jpg');
  background-position: 50%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-38 {
  background-color: #f9fafd;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  min-height: 240px;
  padding: 2rem;
  display: flex;
}

.div-block-38.black {
  background-color: var(--color_1);
  color: var(--color_4);
}

.div-block-38.yellow {
  background-color: var(--color_2);
}

.div-block-39 {
  background-color: var(--color_2);
  width: 2px;
  min-height: 1.5rem;
  margin-left: 3rem;
}

.text-span {
  margin-bottom: .5rem;
  font-family: Bloggersans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}

.text-span.yellow {
  color: var(--color_2);
}

.graf_bg_3 {
  width: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-6 {
  background-color: var(--color_1);
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.div-block-40 {
  color: var(--color_4);
}

.grid-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(10px, 10px) 1fr minmax(10px, 10px) 1fr;
}

.div-block-41 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--color_2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.div-block-41.white_bg {
  background-color: var(--color_4);
}

.div-block-42 {
  background-color: var(--color_2);
  min-width: 2px;
  max-width: 2px;
  min-height: 90px;
  max-height: 90px;
}

.image-4 {
  max-height: 80px;
}

.graf_bg_4 {
  width: 100px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section-7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-7.w2 {
  background-image: url('../images/kropki_bg_2.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 95%;
}

.section-7.w1 {
  background-image: url('../images/graf_bg_top.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: relative;
}

.left_h2 {
  margin-left: 0;
}

.heading-2 {
  max-width: 700px;
}

.grid-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 6rem;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 950px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.section-7 .grid-4 > div:last-child {
  grid-column-start: 2;
  grid-column-start: 2;
}

.div-block-43 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.image-5 {
  min-height: 45px;
  max-height: 45px;
}

.text-block-14 {
  font-family: Bloggersans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.div-block-44 {
  background-color: var(--color_2);
  text-align: center;
  background-image: url('../images/bg_yellow_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 7px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem 12rem;
  overflow: hidden;
}

.text-block-15 {
  margin-bottom: 2rem;
}

.graf_bg_5 {
  width: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.section-8 {
  color: var(--color_4);
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  justify-content: space-between;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
}

.section-8.thx {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .45)), url('../images/galeria_14.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-span-2 {
  color: var(--color_2);
}

.background-video {
  z-index: 2;
  border: 1rem solid #fff;
  border-bottom-width: 0;
  border-radius: 15px;
  max-width: 1024px;
  margin-top: -8rem;
  margin-left: auto;
  margin-right: auto;
}

.play-pause-button {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-state {
  display: none;
}

.image-6 {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 80px;
}

.image-7.thx {
  margin-bottom: 2rem;
}

.div-block-45 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.graf_bg_6 {
  width: 100px;
  position: absolute;
  top: 25%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-weight-medium {
  font-weight: 500;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular.text-weight-semibold {
  font-weight: 600;
}

.span-underline {
  text-decoration: underline;
}

.heading-detail {
  color: #b3b3b3;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.heading-wrapper {
  color: #1e1e20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-small {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 1.5;
}

.team-tab {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 32px;
  padding: .4rem .8rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.team-tab.w--current {
  background-color: var(--color_2);
  border-width: 0;
  border-color: #000;
  border-radius: 3.5px;
  padding: .3rem .8rem;
  font-family: Bloggersans, sans-serif;
  font-weight: 500;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-social {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.team-social:hover {
  color: #0080ff;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.team-arrow-large {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.team-social-link {
  color: #1e1e20;
}

.h1-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 64px;
  line-height: 1.2;
}

.h1-heading.text-weight-medium {
  font-weight: 500;
}

.team-social-wrapper {
  align-items: center;
  display: flex;
}

.grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-detail {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 16px;
}

.team-link-block {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 64px;
}

.team-small-detail {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-detail-wrapper {
  align-items: flex-end;
  padding: 8px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-card {
  border-radius: 8px;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.team-block-link {
  color: #1e1e20;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.team-block-link:hover {
  border-color: #1e1e20;
}

.team-tab-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-46 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tabs {
  margin-top: 2rem;
}

.text-span-3 {
  color: var(--color_2);
}

.sekcja_zespol {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.sekcja_zespol.ukryj_sekcje {
  display: none;
}

.ukryj_sekcje {display: none;}

.section-9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.social-media-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
  border-radius: 7px;
}

.title-wrapper-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 588px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.subheading-regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.marquee-embed {
  display: none;
}

.social-media-section {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.marquee-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 23px;
}

.social-media-marquee {
  align-items: center;
  display: flex;
}

.social-media-image-large {
  border: 1px solid #e0e3de;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 486px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap-h-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.wrap-h-small.align-c {
  align-items: center;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-2.text-weight-medium {
  font-weight: 500;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.justify-c {
  justify-content: center;
  display: flex;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.social-media-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #f5f6f4;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 340px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.company-details {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 24px;
}

.testimonial-heading {
  color: #262626;
  letter-spacing: -.04em;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.testimonial-mask {
  width: 100%;
  max-width: 550px;
  overflow: visible;
}

.link-wrapper {
  color: #629987;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  display: flex;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  top: -95px;
  bottom: auto;
  left: 0%;
  right: 120px;
}

.company-name {
  color: #262626;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.slide-2 {
  margin-right: 40px;
}

.testimonial-paragraph {
  color: #4d4d4d;
}

.testimonial-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card {
  color: #1f2937;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 50px;
  text-decoration: none;
  box-shadow: 28px 28px 80px -40px rgba(98, 153, 135, .25);
}

.testimonial-title-wrapper {
  max-width: 500px;
  margin-bottom: 60px;
}

.slide-nav-2 {
  display: none;
  bottom: -50px;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
}

.testimonial-section {
  padding: 80px 3%;
  overflow: hidden;
}

.company-icon {
  margin-bottom: 50px;
}

.company-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-arrow-2 {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  padding: 0;
  display: flex;
  top: -95px;
  bottom: auto;
  left: 120px;
  right: 0%;
}

.sub-heading {
  color: #629987;
  letter-spacing: 2px;
  margin-bottom: 24px;
  font-weight: 600;
}

.slider-2 {
  z-index: 0;
  background-color: rgba(221, 221, 221, 0);
  min-height: 100svh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-arrow-3, .right-arrow-3, .slide-nav-3 {
  display: none;
}

.image-8 {
  object-fit: cover;
  min-height: 100svh;
}

.image-8.left {
  object-position: 20% 50%;
}

.div-block-47 {
  z-index: 1;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .4));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .link-block.menu {
    color: var(--color_1);
    width: 100%;
    margin-bottom: .5rem;
  }

  .grid {
    grid-template-columns: .75fr 1fr;
  }

  .div-block-12 {
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .button.menu {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .grid-5 {
    grid-template-columns: auto auto auto;
  }

  .section-8 {
    background-position: 0 0, 50%;
  }

  .nav-menu {
    background-color: var(--color_2);
    flex-flow: row;
    padding: 2rem;
    display: block;
  }

  .div-block-45 {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .team-link-block {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .brand {
    margin-right: auto;
  }

  .menu_pokaz {
    border: 1px solid var(--color_2);
    color: var(--color_2);
    border-radius: 7px;
    margin-right: 1rem;
  }

  .menu_pokaz.w--open {
    background-color: var(--color_2);
    color: var(--color_1);
  }

  .testimonial-mask {
    width: 420px;
  }

  .image-8.left {
    object-position: 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
  }

  .container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .section {
    background-size: auto 80px, 80px;
  }

  .grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .image-2 {
    min-height: 450px;
  }

  .div-block-5 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .graf_bg_1, .graf_bg_2 {
    width: 80px;
  }

  .div-block-15 {
    grid-template-columns: 1fr;
  }

  .div-block-16 {
    position: relative;
    top: 0;
  }

  .graf_bg_3 {
    width: 80px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-42 {
    min-width: 90px;
    max-width: 90px;
    min-height: 2px;
    max-height: 2px;
  }

  .graf_bg_4 {
    width: 80px;
  }

  .grid-4 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-5 {
    grid-template-columns: auto auto;
  }

  .graf_bg_5 {
    width: 80px;
  }

  .section-8 {
    background-position: 0 0, 60%;
  }

  .graf_bg_6 {
    width: 80px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .team-link-block {
    grid-template-columns: 1fr;
  }

  .social-media-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .testimonial-mask {
    width: 400px;
  }

  .left-arrow-2 {
    width: 80px;
    right: 80px;
  }

  .right-arrow-2 {
    width: 80px;
    left: 80px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .section {
    background-size: auto 60px, 60px;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .text-block-5 {
    font-size: 2.2rem;
  }

  .div-block-12 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .text-block-7 {
    margin-bottom: 1rem;
  }

  .right-arrow {
    bottom: 1rem;
    right: -.5rem;
  }

  .left-arrow {
    bottom: 1rem;
    left: -.5rem;
  }

  .graf_bg_1 {
    width: 60px;
    bottom: -33.5px;
  }

  .graf_bg_2 {
    width: 60px;
  }

  .graf_bg_3, .graf_bg_4 {
    width: 60px;
    bottom: -33.5px;
  }

  .image-5 {
    min-height: 35px;
    max-height: 35px;
  }

  .div-block-44 {
    border-radius: 7px 7px 0 0;
    padding-bottom: 4rem;
  }

  .graf_bg_5 {
    width: 60px;
    bottom: -33.5px;
  }

  .section-8 {
    background-position: 0 0, 60%;
  }

  .background-video {
    border-width: 0;
    border-radius: 0 0 7px 7px;
    margin-top: 0;
  }

  .graf_bg_6 {
    width: 60px;
  }

  .team-arrow-large {
    display: none;
  }

  .grid-four-column {
    grid-template-columns: 1fr;
  }

  .social-media-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .testimonial-heading {
    font-size: 48px;
  }

  .testimonial-mask {
    width: 90%;
  }

  .testimonial-card {
    padding: 40px;
  }

  .testimonial-section {
    overflow: hidden;
  }
}

#w-node-_4fec86a2-a8ca-9d61-32aa-2640d0057fab-6ec59f2f, #w-node-_0868f186-9e73-1c39-70b9-0351c11d6803-6ec59f2f, #w-node-_13194b54-9121-b19f-db6b-999a67e812c6-6ec59f2f, #w-node-d764c7c1-89e4-db20-1360-9f9f7a93a58b-6ec59f2f, #w-node-bfcfd403-545e-bdd8-d972-c2f1a68b038f-6ec59f2f, #w-node-affa14ec-f848-351a-f992-f9223f67f534-6ec59f2f, #w-node-_30245a5f-b73c-d08c-0725-56f0684a9378-6ec59f2f {
  align-self: center;
  justify-self: center;
}

#w-node-_19579999-7ec2-9527-94f3-d6f84a9f22a0-6ec59f2f {
  align-self: start;
}

#w-node-_984db28c-6c12-e583-8845-7a150ceb120b-6ec59f2f, #w-node-_3bce548b-3c83-6d06-5da1-7bd11f17f5f7-6ec59f2f, #w-node-_3467588e-0919-23a6-f00b-3d6cf2b4714b-6ec59f2f, #w-node-e52ecfe1-204b-32c3-27f4-1df0cc589c05-6ec59f2f, #w-node-cef2f4a6-6d4d-ec89-da65-32ff1b18908a-6ec59f2f, #w-node-cef2f4a6-6d4d-ec89-da65-32ff1b189093-6ec59f2f, #w-node-cef2f4a6-6d4d-ec89-da65-32ff1b18909c-6ec59f2f, #w-node-cef2f4a6-6d4d-ec89-da65-32ff1b1890a5-6ec59f2f, #w-node-ed1964a6-4aa5-8bba-024d-8bcebf939367-6ec59f2f, #w-node-ed1964a6-4aa5-8bba-024d-8bcebf939370-6ec59f2f, #w-node-ed1964a6-4aa5-8bba-024d-8bcebf939379-6ec59f2f, #w-node-ed1964a6-4aa5-8bba-024d-8bcebf939382-6ec59f2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f396c21-3cf3-8ed1-4b97-8237d6d60f3d-6ec59f2f {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ee2c4a84-bf30-9027-edd8-65bc47ce1904-6ec59f2f {
  align-self: center;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_19579999-7ec2-9527-94f3-d6f84a9f22a0-6ec59f2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}


@font-face {
  font-family: 'Bloggersans';
  src: url('../fonts/BloggerSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bloggersans';
  src: url('../fonts/BloggerSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bloggersans';
  src: url('../fonts/BloggerSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bloggersans';
  src: url('../fonts/BloggerSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bloggersans';
  src: url('../fonts/BloggerSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bloggersans';
  src: url('../fonts/BloggerSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bloggersans';
  src: url('../fonts/BloggerSans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bloggersans';
  src: url('../fonts/BloggerSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}