.contactBlock {
  color: #080E17;
  margin-bottom: 0;
  padding-top: 4.16666667vw;
}
.contactBlock.inview .contactContainer:before,
.contactBlock.inview .contactContainer:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  -o-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
}
.contactBlock.inview .contactLeft:after {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  -o-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.45s 0.9s ease-in-out, transform 0.45s 0.9s ease-in-out;
  -moz-transition: opacity 0.45s 0.9s ease-in-out, transform 0.45s 0.9s ease-in-out;
  -ms-transition: opacity 0.45s 0.9s ease-in-out, transform 0.45s 0.9s ease-in-out;
  -o-transition: opacity 0.45s 0.9s ease-in-out, transform 0.45s 0.9s ease-in-out;
  transition: opacity 0.45s 0.9s ease-in-out, transform 0.45s 0.9s ease-in-out;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(20) {
  transition-delay: 2.5s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(19) {
  transition-delay: 2.42s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(18) {
  transition-delay: 2.34s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(17) {
  transition-delay: 2.26s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(16) {
  transition-delay: 2.18s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(15) {
  transition-delay: 2.1s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(14) {
  transition-delay: 2.02s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(13) {
  transition-delay: 1.94s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(12) {
  transition-delay: 1.86s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(11) {
  transition-delay: 1.78s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(10) {
  transition-delay: 1.7s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(9) {
  transition-delay: 1.62s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(8) {
  transition-delay: 1.54s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(7) {
  transition-delay: 1.46s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(6) {
  transition-delay: 1.38s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(5) {
  transition-delay: 1.3s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(4) {
  transition-delay: 1.22s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(3) {
  transition-delay: 1.14s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(2) {
  transition-delay: 1.06s;
}
.contactBlock.inview .contactLeft .contactLeftContent .contactSocials > *:nth-child(1) {
  transition-delay: 0.98s;
}
.contactBlock.inview .contactLeft .contactLeftImage {
  opacity: 1;
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -o-filter: blur(0);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: opacity 0.6s 1.2s ease-in-out, filter 0.6s 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: opacity 0.6s 1.2s ease-in-out, filter 0.6s 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: opacity 0.6s 1.2s ease-in-out, filter 0.6s 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: opacity 0.6s 1.2s ease-in-out, filter 0.6s 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.6s 1.2s ease-in-out, filter 0.6s 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection {
  opacity: 1;
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -o-filter: blur(0);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: opacity 0.6s 0.15s ease-in-out, filter 0.6s 0.15s ease-in-out;
  -moz-transition: opacity 0.6s 0.15s ease-in-out, filter 0.6s 0.15s ease-in-out;
  -ms-transition: opacity 0.6s 0.15s ease-in-out, filter 0.6s 0.15s ease-in-out;
  -o-transition: opacity 0.6s 0.15s ease-in-out, filter 0.6s 0.15s ease-in-out;
  transition: opacity 0.6s 0.15s ease-in-out, filter 0.6s 0.15s ease-in-out;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(20) {
  transition-delay: 1.75s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(19) {
  transition-delay: 1.67s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(18) {
  transition-delay: 1.59s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(17) {
  transition-delay: 1.51s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(16) {
  transition-delay: 1.43s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(15) {
  transition-delay: 1.35s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(14) {
  transition-delay: 1.27s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(13) {
  transition-delay: 1.19s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(12) {
  transition-delay: 1.11s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(11) {
  transition-delay: 1.03s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(10) {
  transition-delay: 0.95s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(9) {
  transition-delay: 0.87s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(8) {
  transition-delay: 0.79s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(7) {
  transition-delay: 0.71s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(6) {
  transition-delay: 0.63s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(5) {
  transition-delay: 0.55s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(4) {
  transition-delay: 0.47s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(3) {
  transition-delay: 0.39s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(2) {
  transition-delay: 0.31s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:nth-child(1) {
  transition-delay: 0.23s;
}
.contactBlock.inview .contactRight .teamContactAccordion .contactSection:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  -o-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
}
.contactBlock .socialLink {
  text-decoration: none;
}
.contactBlock .socialLink:hover .innerText,
.contactBlock .socialLink:hover .left,
.contactBlock .socialLink:hover .right {
  opacity: 0.4;
}
.contactBlock .socialLink .innerText,
.contactBlock .socialLink .left,
.contactBlock .socialLink .right {
  -webkit-transition: opacity 0.3s 0s ease-in-out;
  -moz-transition: opacity 0.3s 0s ease-in-out;
  -o-transition: opacity 0.3s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out;
}
.contactBlock a {
  color: #080E17;
}
.contactBlock .contactContainer {
  display: flex;
  min-height: calc(100vh - 8.05555556vw);
  position: relative;
  margin: 0 auto;
}
.contactBlock .contactContainer:before,
.contactBlock .contactContainer:after {
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transform-origin: center;
  background: #080E17;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.contactBlock .contactContainer:after {
  bottom: 0;
  top: auto;
}
.contactBlock .col {
  width: 50%;
  height: auto;
  position: relative;
}
.contactBlock .teamTitle {
  margin-bottom: 0.69444444vw;
  padding-right: 0.34722222vw;
  text-align: right;
}
.contactBlock .teamTitle strong {
  color: #080E17;
}
.contactBlock .contactLeft {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.38888889vw 0;
}
.contactBlock .contactLeft:after {
  content: '';
  height: 100%;
  left: auto;
  position: absolute;
  top: 0;
  width: 1px;
  right: 0;
  transform-origin: top;
  background: #080E17;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.contactBlock .contactLeft .contactLeftContent .contactTitle {
  color: #080E17;
  font-size: 8.88888889vw;
  margin-bottom: 0.48611111vw;
}
.contactBlock .contactLeft .contactLeftContent .contactTitle .letter {
  display: inline-block;
}
.contactBlock .contactLeft .contactLeftContent .contactSocials {
  padding-right: 1.38888889vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.38888889vw;
}
.contactBlock .contactLeft .contactLeftContent .contactSocials > * {
  opacity: 0;
  -webkit-transform: translateY(0.69444444vw);
  -moz-transform: translateY(0.69444444vw);
  -o-transform: translateY(0.69444444vw);
  -ms-transform: translateY(0.69444444vw);
  transform: translateY(0.69444444vw);
}
.contactBlock .contactLeft .contactLeftContent .contactSocials .socialLabel {
  color: #080E17;
  margin-bottom: 1.38888889vw;
}
.contactBlock .contactLeft .contactLeftContent .contactSocials .socials .socialWrapper .socialItem .socialLink {
  color: #080E17;
}
.contactBlock .contactLeft .contactLeftContent .contactSocials .socials .socialWrapper::before,
.contactBlock .contactLeft .contactLeftContent .contactSocials .socials .socialWrapper::after {
  color: #080E17;
}
.contactBlock .contactLeft .contactLeftImage {
  opacity: 0.5;
  -moz-filter: blur(4.16666667vw);
  -ms-filter: blur(4.16666667vw);
  -o-filter: blur(4.16666667vw);
  -webkit-filter: blur(4.16666667vw);
  filter: blur(4.16666667vw);
  margin-top: auto;
  padding-right: 16.11111111vw;
}
.contactBlock .contactLeft .contactLeftImage .imageWrapper {
  position: relative;
  height: auto;
  width: 100%;
}
.contactBlock .contactLeft .contactLeftImage .imageWrapper .innerImage {
  height: 0;
  padding-bottom: 73.71937639%;
}
.contactBlock .contactLeft .contactLeftImage .imageWrapper .innerImage img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.contactBlock .contactRight {
  flex: 1;
}
.contactBlock .contactRight .contactRightHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.77777778vw;
  padding-bottom: 1.38888889vw;
}
.contactBlock .contactRight .contactRightHeader .contactRightTitle {
  color: #080E17;
  margin: 0;
}
.contactBlock .contactRight .contactPersons {
  height: 100%;
  position: relative;
}
.contactBlock .contactRight .contactPersons .contactPerson {
  display: flex;
  align-items: flex-end;
  gap: 1.38888889vw;
  margin-bottom: 2.08333333vw;
  position: relative;
}
.contactBlock .contactRight .contactPersons .contactPerson:after {
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  background: #080E17;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  -o-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
}
.contactBlock .contactRight .contactPersons .contactPerson .teamImageWrapper {
  flex-shrink: 0;
  width: 3.26388889vw;
  height: auto;
  overflow: hidden;
  position: relative;
}
.contactBlock .contactRight .contactPersons .contactPerson .teamImageWrapper .innerImage {
  padding-bottom: 123.40425532%;
  background-color: #CCFF6C;
}
.contactBlock .contactRight .contactPersons .contactPerson .teamImageWrapper img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.contactBlock .contactRight .contactPersons .contactPerson .contactPersonInfo {
  flex: 1;
}
.contactBlock .contactRight .contactPersons .contactPerson .contactPersonInfo .contactPersonName {
  color: #080E17;
  font-weight: 600;
}
.contactBlock .contactRight .contactPersons .contactPerson .contactPersonInfo .contactPersonTitle {
  color: #080E17;
}
.contactBlock .contactRight .contactPersons .contactPerson .contactPersonInfo .smallTitle,
.contactBlock .contactRight .contactPersons .contactPerson .contactPersonInfo p {
  line-height: 1.4;
}
.contactBlock .contactRight .contactPersons .contactPerson .contactPersonInfo .contactPersonDetails {
  display: flex;
  flex-direction: row;
  gap: 0.83333333vw;
}
.contactBlock .contactRight .contactPersons .contactPerson .contactPersonInfo .contactPersonDetails .contactPersonEmail,
.contactBlock .contactRight .contactPersons .contactPerson .contactPersonInfo .contactPersonDetails .contactPersonPhone {
  color: #080E17;
  text-decoration: none;
  -webkit-transition: opacity, 0.3s, 0s, ease-in-out;
  -moz-transition: opacity, 0.3s, 0s, ease-in-out;
  -ms-transition: opacity, 0.3s, 0s, ease-in-out;
  -o-transition: opacity, 0.3s, 0s, ease-in-out;
  transition: opacity, 0.3s, 0s, ease-in-out;
}
.contactBlock .contactRight .teamContactAccordion a {
  position: relative;
}
.contactBlock .contactRight .teamContactAccordion a:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: right;
}
.contactBlock .contactRight .teamContactAccordion a:after {
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  background: #080E17;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.3s 0s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: transform 0.3s 0s cubic-bezier(0.83, 0, 0.17, 1);
  -o-transition: transform 0.3s 0s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 0.3s 0s cubic-bezier(0.83, 0, 0.17, 1);
}
.contactBlock .contactRight .teamContactAccordion .contactSection {
  padding: 0 1.38888889vw;
  position: relative;
  opacity: 0.4;
  -moz-filter: blur(2.08333333vw);
  -ms-filter: blur(2.08333333vw);
  -o-filter: blur(2.08333333vw);
  -webkit-filter: blur(2.08333333vw);
  filter: blur(2.08333333vw);
}
.contactBlock .contactRight .teamContactAccordion .contactSection:after {
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  background: #080E17;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  -o-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
}
.contactBlock .contactRight .teamContactAccordion .contactSection.open .contactSectionHeader .contactSectionIcon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.contactBlock .contactRight .teamContactAccordion .contactSection.open .contactSectionHeader .contactSectionIcon:before {
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  -moz-transform: translate(-50%, -50%) scaleX(0);
  -o-transform: translate(-50%, -50%) scaleX(0);
  -ms-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
}
.contactBlock .contactRight .teamContactAccordion .contactSection:last-child {
  border-bottom: none;
}
.contactBlock .contactRight .teamContactAccordion .contactSection .contactSectionHeader {
  width: 100%;
  background: none;
  border: none;
  padding: 1.38888889vw 0;
  display: flex;
  align-items: center;
  gap: 1.04166667vw;
  cursor: pointer;
}
.contactBlock .contactRight .teamContactAccordion .contactSection .contactSectionHeader .contactSectionIcon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transform-origin: center;
  width: 1.73611111vw;
  height: 1.73611111vw;
  -webkit-transition: transform 0.3s 0s ease-in-out;
  -moz-transition: transform 0.3s 0s ease-in-out;
  -o-transition: transform 0.3s 0s ease-in-out;
  transition: transform 0.3s 0s ease-in-out;
}
.contactBlock .contactRight .teamContactAccordion .contactSection .contactSectionHeader .contactSectionIcon:before {
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  background: #080E17;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 0.3s 0s ease-in-out;
  -moz-transition: transform 0.3s 0s ease-in-out;
  -o-transition: transform 0.3s 0s ease-in-out;
  transition: transform 0.3s 0s ease-in-out;
}
.contactBlock .contactRight .teamContactAccordion .contactSection .contactSectionHeader .contactSectionIcon:after {
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1px;
  background: #080E17;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 0.3s 0s ease-in-out;
  -moz-transition: transform 0.3s 0s ease-in-out;
  -o-transition: transform 0.3s 0s ease-in-out;
  transition: transform 0.3s 0s ease-in-out;
}
.contactBlock .contactRight .teamContactAccordion .contactSection .contactSectionHeader .contactSectionTitle {
  color: #080E17;
  margin: 0;
  text-align: left;
}
.contactBlock .contactRight .teamContactAccordion .contactSection .contactSectionContent {
  overflow: hidden;
  -webkit-transition: max-height, 0.3s, 0s, ease-in-out;
  -moz-transition: max-height, 0.3s, 0s, ease-in-out;
  -ms-transition: max-height, 0.3s, 0s, ease-in-out;
  -o-transition: max-height, 0.3s, 0s, ease-in-out;
  transition: max-height, 0.3s, 0s, ease-in-out;
}
.contactBlock .contactRight .teamContactAccordion .contactSection .contactSectionContent .contactSectionInner {
  color: #080E17;
}
.contactBlock .contactRight .teamContactAccordion .contactSection.active .contactSectionHeader .contactSectionIcon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contactBlock .contactRight .teamContactAccordion .contactSection.active .contactSectionContent {
  max-height: 200px;
}
.contactBlock .contactBottom {
  padding: 1.11111111vw 0;
}
.contactBlock .contactBottom .col.left {
  display: inline-block;
  width: 50%;
}
.contactBlock .contactBottom .col.left .footerBottomText {
  display: inline-block;
}
.contactBlock .contactBottom .col.left .footerBottomMenu {
  display: inline-block;
  margin-left: 1.38888889vw;
}
.contactBlock .contactBottom .col.left .footerBottomMenu .footerMenuWrapper .navItem .navLink {
  color: #000000;
  opacity: 0.5;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity 0.3s 0s ease-in-out;
  -moz-transition: opacity 0.3s 0s ease-in-out;
  -o-transition: opacity 0.3s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out;
}
.contactBlock .contactBottom .col.left .footerBottomMenu .footerMenuWrapper .navItem .navLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #080E17;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.3s 0s ease-in-out;
  -moz-transition: width 0.3s 0s ease-in-out;
  -o-transition: width 0.3s 0s ease-in-out;
  transition: width 0.3s 0s ease-in-out;
}
.contactBlock .contactBottom .col.left .footerBottomMenu .footerMenuWrapper .navItem .navLink:hover {
  opacity: 1;
}
.contactBlock .contactBottom .col.left .footerBottomMenu .footerMenuWrapper .navItem .navLink:hover::after {
  width: 100%;
}
.contactBlock .contactBottom .col.right {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.contactBlock .contactBottom .col.right .footerCredit .footerCreditText .creditAfter .footerCreditLink {
  color: #000000;
  text-decoration: none;
  position: relative;
}
.contactBlock .contactBottom .col.right .footerCredit .footerCreditText .creditAfter .footerCreditLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #080E17;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.3s 0s ease-in-out;
  -moz-transition: width 0.3s 0s ease-in-out;
  -o-transition: width 0.3s 0s ease-in-out;
  transition: width 0.3s 0s ease-in-out;
}
.contactBlock .contactBottom .col.right .footerCredit .footerCreditText .creditAfter .footerCreditLink:hover::after {
  width: 100%;
}
@media all and (max-width: 1080px) {
  .contactBlock {
    padding-top: 5.556vw;
  }
  .contactBlock .contactContainer {
    min-height: calc(100vh - 5.556vw);
  }
  .contactBlock .contactLeft {
    padding: 1.852vw 0;
  }
  .contactBlock .contactLeft:after {
    right: 0;
  }
  .contactBlock .contactLeft .contactLeftContent .contactTitle {
    font-size: 9.259vw;
    margin-bottom: 0.648vw;
  }
  .contactBlock .contactLeft .contactLeftContent .contactSocials {
    padding-right: 1.852vw;
    gap: 1.852vw;
  }
  .contactBlock .contactLeft .contactLeftContent .contactSocials > * {
    -webkit-transform: translateY(0.926vw);
    -moz-transform: translateY(0.926vw);
    -o-transform: translateY(0.926vw);
    -ms-transform: translateY(0.926vw);
    transform: translateY(0.926vw);
  }
  .contactBlock .contactLeft .contactLeftContent .contactSocials .socialLabel {
    margin-bottom: 1.852vw;
  }
  .contactBlock .contactLeft .contactLeftImage {
    -moz-filter: blur(5.556vw);
    -ms-filter: blur(5.556vw);
    -o-filter: blur(5.556vw);
    -webkit-filter: blur(5.556vw);
    filter: blur(5.556vw);
    padding-right: 21.48vw;
  }
  .contactBlock .contactRight .contactRightHeader {
    margin-bottom: 3.704vw;
    padding-bottom: 1.852vw;
  }
  .contactBlock .contactRight .contactPersons .contactPerson {
    gap: 1.852vw;
    margin-bottom: 2.778vw;
  }
  .contactBlock .contactRight .contactPersons .contactPerson .teamImageWrapper {
    width: 4.352vw;
  }
  .contactBlock .contactRight .contactPersons .contactPerson .contactPersonInfo .contactPersonDetails {
    gap: 1.111vw;
  }
  .contactBlock .contactRight .teamContactAccordion .contactSection {
    padding: 0 1.852vw;
    -moz-filter: blur(2.778vw);
    -ms-filter: blur(2.778vw);
    -o-filter: blur(2.778vw);
    -webkit-filter: blur(2.778vw);
    filter: blur(2.778vw);
  }
  .contactBlock .contactRight .teamContactAccordion .contactSection .contactSectionHeader {
    padding: 1.852vw 0;
    gap: 1.389vw;
  }
  .contactBlock .contactRight .teamContactAccordion .contactSection .contactSectionHeader .contactSectionIcon {
    width: 2.315vw;
    height: 2.315vw;
  }
  .contactBlock .contactBottom {
    padding-top: 1.852vw;
  }
  .contactBlock .contactBottom .col.left .footerBottomMenu {
    margin-left: 1.852vw;
  }
  .contactBlock .teamTitle {
    margin-bottom: 0.926vw;
  }
}
@media all and (max-width: 580px) {
  .contactBlock {
    padding-top: 20.36vw;
  }
  .contactBlock.inview .contactLeft:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
    -moz-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
    -o-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
    transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  }
  .contactBlock .contactContainer {
    flex-direction: column-reverse;
    min-height: auto;
  }
  .contactBlock .col {
    width: 100%;
  }
  .contactBlock .contactLeft {
    padding: 7.63vw 0;
    order: 2;
  }
  .contactBlock .contactLeft:after {
    display: none;
  }
  .contactBlock .contactLeft:before {
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
    bottom: 0;
    background: #080E17;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .contactBlock .contactLeft .contactLeftContent .contactTitle {
    font-size: 18.32vw;
    margin-bottom: 3.82vw;
    text-align: left;
  }
  .contactBlock .contactLeft .contactLeftContent .contactSocials {
    padding-right: 0;
    gap: 3.82vw;
  }
  .contactBlock .contactLeft .contactLeftContent .contactSocials p {
    display: none;
  }
  .contactBlock .contactLeft .contactLeftContent .contactSocials > * {
    -webkit-transform: translateY(2.54vw);
    -moz-transform: translateY(2.54vw);
    -o-transform: translateY(2.54vw);
    -ms-transform: translateY(2.54vw);
    transform: translateY(2.54vw);
  }
  .contactBlock .contactLeft .contactLeftContent .contactSocials .socialLabel {
    margin-bottom: 3.82vw;
    text-align: left;
    width: 100%;
  }
  .contactBlock .contactLeft .contactLeftContent .contactSocials .socials {
    width: 100%;
    text-align: left;
  }
  .contactBlock .contactLeft .contactLeftImage {
    -moz-filter: blur(7.63vw);
    -ms-filter: blur(7.63vw);
    -o-filter: blur(7.63vw);
    -webkit-filter: blur(7.63vw);
    filter: blur(7.63vw);
    padding-right: 0;
    margin-top: 7.63vw;
    width: 100%;
  }
  .contactBlock .contactLeft .contactLeftImage .imageWrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  .contactBlock .contactRight {
    padding: 0;
    order: 1;
  }
  .contactBlock .contactRight .contactRightHeader {
    margin-bottom: 7.63vw;
    padding-bottom: 3.82vw;
    flex-direction: column;
    align-items: start;
    text-align: left;
  }
  .contactBlock .contactRight .contactRightHeader .contactRightTitle {
    margin-bottom: 3.82vw;
  }
  .contactBlock .contactRight .contactPersons .contactPerson {
    flex-direction: row;
    align-items: start;
    gap: 3.82vw;
    margin-bottom: 6.36vw;
    text-align: left;
  }
  .contactBlock .contactRight .contactPersons .contactPerson .teamImageWrapper {
    width: 22.9vw;
  }
  .contactBlock .contactRight .contactPersons .contactPerson .contactPersonInfo .contactPersonDetails {
    flex-direction: column;
    gap: 2.04vw;
  }
  .contactBlock .contactRight .teamContactAccordion .contactSection {
    padding: 0;
    -moz-filter: blur(5.09vw);
    -ms-filter: blur(5.09vw);
    -o-filter: blur(5.09vw);
    -webkit-filter: blur(5.09vw);
    filter: blur(5.09vw);
  }
  .contactBlock .contactRight .teamContactAccordion .contactSection .contactSectionHeader {
    padding: 7.63vw 0;
    gap: 3.05vw;
  }
  .contactBlock .contactRight .teamContactAccordion .contactSection .contactSectionHeader .contactSectionIcon {
    width: 5.09vw;
    height: 5.09vw;
  }
  .contactBlock .contactRight .teamContactAccordion .contactSection.active .contactSectionContent {
    max-height: 300px;
  }
  .contactBlock .contactBottom {
    padding: 5.09vw 0;
  }
  .contactBlock .contactBottom .col {
    width: 100%;
    display: block;
    text-align: center;
  }
  .contactBlock .contactBottom .col.left,
  .contactBlock .contactBottom .col.right {
    width: 100%;
    display: block;
  }
  .contactBlock .contactBottom .col.left {
    margin-bottom: 3.82vw;
  }
  .contactBlock .contactBottom .col.left .footerBottomText {
    display: block;
    margin-bottom: 2.54vw;
  }
  .contactBlock .contactBottom .col.left .footerBottomMenu {
    display: block;
    margin-left: 0;
  }
  .contactBlock .contactBottom .col.right {
    text-align: left;
  }
  .contactBlock .teamTitle {
    margin-bottom: 2.54vw;
    text-align: left;
  }
}
