﻿section.gt-block.about .content{display:grid;grid-gap:9rem;grid-template-columns:repeat(2,1fr);}@media screen and (max-width:1200px){section.gt-block.about .content{grid-gap:5rem;}}@media screen and (max-width:760px){section.gt-block.about .content{grid-template-columns:repeat(1,1fr);grid-gap:2rem;}}section.gt-block.about .text{color:#000;font-size:1.6rem;line-height:2.4rem;font-weight:400;}section.gt-block.about .text span.label{padding:.4rem .8rem;margin:0 0 2rem 0;display:inline-block;vertical-align:top;box-shadow:0 0 0 1px #d59948 inset;background:rgba(213,153,72,.2);color:#000;font-size:1.1rem;line-height:1.7rem;font-weight:400;font-family:Inter;text-transform:uppercase;}section.gt-block.about .text h2{padding:0 0 .6rem 0;}section.gt-block.about .text p{padding:2.4rem 0 0 0;}section.gt-block.about .text p a{text-decoration:underline;}section.gt-block.about .text p a:hover{text-decoration:none;}section.gt-block.about .text .buttons{padding:5rem 0 0 0;display:flex;gap:1.5rem;flex-wrap:wrap;}section.gt-block.about .images{display:flex;justify-content:stretch;align-items:stretch;gap:.6rem;flex-flow:column;}@media screen and (max-width:760px){section.gt-block.about .images{height:30rem;}}section.gt-block.about .images div{width:100%;position:relative;display:flex;justify-content:stretch;align-items:stretch;gap:.6rem;}section.gt-block.about .images div:nth-of-type(1){height:44.59%;}section.gt-block.about .images div:nth-of-type(2){height:55.41%;}section.gt-block.about .images div span{position:relative;}section.gt-block.about .images div span:nth-of-type(1){width:47.3%;}section.gt-block.about .images div span:nth-of-type(2){width:52.7%;}section.gt-block.about .images img,section.gt-block.about .images video{width:100%;height:100%;position:absolute;left:0;top:0;display:block;overflow:hidden;object-fit:cover;}