*,
::before,
::after {
box-sizing: border-box;
} html {
-moz-tab-size: 4;
tab-size: 4;
} html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} body {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}  hr {
height: 0; color: inherit; }  abbr[title] {
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  table {
text-indent: 0; border-color: inherit; }  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
select { text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} ::-moz-focus-inner {
border-style: none;
padding: 0;
} :-moz-focusring {
outline: 1px dotted ButtonText;
} :-moz-ui-invalid {
box-shadow: none;
} legend {
padding: 0;
} progress {
vertical-align: baseline;
} ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } ::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  summary {
display: list-item;
}
@font-face {
font-family: "Futura";
src: url(//alien.sk/app/themes/vizion/dist//fonts/futura-light-bt.ttf) format("truetype");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Futura";
src: url(//alien.sk/app/themes/vizion/dist//fonts/futura-book-bt.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Futura";
src: url(//alien.sk/app/themes/vizion/dist//fonts/futura-bold-bt.ttf) format("truetype");
font-weight: 700;
font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin-top: 0;
}
h1 {
font-size: 42px;
font-weight: 300;
line-height: 1.2;
}
@media (max-width: 768px) {
h1 {
font-size: 32px;
}
}
* {
box-sizing: border-box;
}
*:focus {
outline: none;
}
body {
background-color: #303030;
font-family: "Futura", sans-serif;
animation: fadeIn ease 1s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
position: relative;
height: auto;
overflow-x: hidden;
-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
}
button {
border: none;
background-color: transparent;
padding: 0;
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
@media (max-width: 768px) {
body.page-template-template-works main {
margin-top: 131px;
}
}
@media (max-width: 576px) {
body.page-template-template-works main {
margin-top: 100px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1180px;
}
}
@media (min-width: 1620px) {
.container {
max-width: 1600px;
}
}
@media (min-width: 1921px) {
.container {
max-width: 1900px;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
section {
padding: 60px 0;
}
.hamburger {
width: 25px;
height: 16px;
position: relative;
transform: rotate(0deg);
transition: 0.5s ease-in-out;
background: transparent;
border: none;
cursor: pointer;
padding: 0;
margin-bottom: 0;
margin-left: 20px;
}
.hamburger:focus {
outline: none;
}
.hamburger span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #fff;
border-radius: 3px;
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
top: 0;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
top: 8px;
}
.hamburger span:nth-child(4) {
top: 16px;
}
.hamburger.open span:nth-child(1) {
top: 9px;
width: 0;
left: 50%;
}
.hamburger.open span:nth-child(2) {
transform: rotate(45deg);
}
.hamburger.open span:nth-child(3) {
transform: rotate(-45deg);
}
.hamburger.open span:nth-child(4) {
top: 9px;
width: 0;
left: 50%;
}
.c-loader {
display: block;
visibility: hidden;
text-align: center;
position: absolute;
left: 50%;
bottom: 20px;
transform: translateX(-50%);
}
.c-loader.active {
visibility: visible;
}
.c-loader .loader {
width: 50px;
--b: 8px;
aspect-ratio: 1;
border-radius: 50%;
padding: 1px;
margin: auto;
background: conic-gradient(#000 10%, #fff) content-box;
-webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
-webkit-mask-composite: destination-in;
mask-composite: intersect;
animation: l4 1s infinite steps(10);
}
@keyframes l4 {
to {
transform: rotate(1turn);
}
}
.main-header {
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
z-index: 100;
}
.main-header .inner {
display: flex;
align-items: center;
padding: 40px 0;
position: relative;
}
.main-header nav {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.main-header nav ul {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 0;
list-style: none;
gap: 40px;
}
.main-header nav ul a {
font-size: 20px;
color: #fff;
text-transform: uppercase;
line-height: 1.2;
text-decoration: none;
letter-spacing: 3px;
will-change: color;
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-header nav ul a:hover, .main-header nav ul a:focus, .main-header nav ul a.active {
color: #0bbec0;
}
.main-header nav ul li:has(ul) {
position: relative;
}
.main-header nav ul li:has(ul):after {
content: "";
position: absolute;
width: 100%;
height: 20px;
left: 0;
top: 100%;
}
.main-header nav ul li:has(ul) ul {
display: flex;
width: 240px;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 5px;
padding: 10px 0 10px;
position: absolute;
left: 50%;
top: calc(100% + 10px);
transform: translateX(-50%);
max-height: 0;
opacity: 0;
overflow: hidden;
will-change: opacity, max-height;
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-header nav ul li:has(ul) ul:after {
content: "";
position: absolute;
width: 100%;
height: calc(100% - 65px);
top: 63px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
}
.main-header nav ul li:has(ul) ul a {
position: relative;
z-index: 10;
}
.main-header nav ul li:has(ul):hover ul, .main-header nav ul li:has(ul):focus ul {
opacity: 1;
max-height: 500px;
}
.main-header nav ul li:has(ul):not(:hover):not(:focus) ul {
opacity: 0;
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), max-height 0s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
max-height: 0;
}
.main-header.static {
background-color: #000;
position: static;
}
@media (min-width: 768px) {
.main-header .hamburger {
display: none;
}
}
@media (max-width: 1535px) {
.main-header .inner {
padding: 20px 0;
}
.main-header nav ul li:has(ul) ul {
top: calc(100% + 14px);
}
.main-header nav ul li:has(ul) ul:after {
top: 39.5px;
}
}
@media (max-width: 992px) {
.main-header .inner {
justify-content: space-between;
}
.main-header nav {
position: static;
transform: none;
}
.main-header nav ul a {
font-size: 16px;
}
}
@media (max-width: 768px) {
.main-header {
position: fixed;
}
.main-header nav {
display: none;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(10px);
position: absolute;
width: 100%;
left: 0;
top: 100%;
padding: 20px 0 30px;
z-index: 20;
}
.main-header nav ul {
flex-direction: column;
gap: 25px;
}
.main-header nav ul li:has(ul) {
text-align: center;
}
.main-header nav ul li:has(ul) ul {
width: auto;
position: static;
display: flex;
justify-content: center;
transform: none;
padding-bottom: 0;
padding-top: 10px;
}
.main-header nav ul li:has(ul) ul:after {
display: none;
}
.main-header nav ul li:has(ul) ul li {
margin-bottom: 8px;
}
.main-header nav ul li:has(ul) ul li:last-child {
margin-bottom: 0;
}
.main-header nav ul li:has(ul) ul a {
font-size: 14px;
}
.main-header nav ul li:has(ul):not(:hover):not(:focus) ul {
opacity: 1;
max-height: initial;
}
.main-header.windows-chrome, .main-header.ios-safari {
background-color: black;
}
.main-header.windows-chrome nav, .main-header.ios-safari nav {
background-color: black;
backdrop-filter: none;
}
}
@media (max-width: 576px) {
.main-header.page-awards, .main-header.page-vr {
position: static;
}
.main-header .logo img {
max-height: 60px;
}
}
.hero {
position: relative;
padding: 0;
}
.hero:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//alien.sk/app/themes/vizion/dist/img/bg_texture.png);
pointer-events: none;
z-index: 3;
}
.hero picture img {
height: 90vh;
width: 100%;
object-fit: cover;
}
.hero .video-wrapper {
width: 100%;
height: 90vh;
position: relative;
}
.hero .video-wrapper video {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 2;
}
.hero .inner {
position: absolute;
left: 0;
right: 0;
bottom: 25%;
z-index: 10;
}
.hero .inner h1 {
color: #fff;
margin: 0;
}
@media (max-width: 576px) {
.hero picture img {
height: 65vh;
}
}
.grid {
padding: 0;
}
.grid .item {
display: block;
width: 33.3333333333%;
border: 1px solid #565656;
position: relative;
cursor: pointer;
overflow: hidden;
}
.grid .item img {
width: 100%;
object-fit: cover;
will-change: transform;
transition: transform 2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.grid .item .hover {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
will-change: opacity;
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.grid .item .hover h3 {
color: #fff;
font-size: 28px;
font-weight: 400;
text-align: center;
text-transform: uppercase;
margin: 0;
padding-left: 15px;
padding-right: 15px;
}
.grid .item:hover img, .grid .item:focus img {
transform: scale(1.1);
}
.grid .item:hover .hover, .grid .item:focus .hover {
opacity: 1;
}
.grid.hero-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 400px);
grid-column-gap: 0;
grid-row-gap: 0;
}
.grid.hero-grid .item {
width: 100%;
height: 100%;
}
.grid.hero-grid .item img {
height: 100%;
}
.grid.hero-grid .item:nth-child(1) {
grid-area: 1/1/3/2;
}
.grid.hero-grid .item:nth-child(2) {
grid-area: 1/2/2/3;
}
.grid.hero-grid .item:nth-child(3) {
grid-area: 2/2/3/3;
}
@media only screen and (min-width: 3840px) {
.grid .item {
width: 25%;
}
}
@media (max-width: 1535px) {
.grid.hero-grid {
grid-template-rows: repeat(2, 270px);
}
}
@media (max-width: 1200px) {
.grid .item .hover {
opacity: 1;
}
}
@media (max-width: 992px) {
.grid .item {
width: 50%;
}
.grid .item .hover h3 {
font-size: 22px;
}
.grid.hero-grid {
grid-template-rows: repeat(2, 200px);
}
}
@media (max-width: 576px) {
.grid .item {
width: 100%;
height: 300px;
}
.grid .item picture img {
height: 100%;
}
.grid .item .hover {
background: rgba(0, 0, 0, 0.25);
}
.grid .item .hover h3 {
font-size: 18px;
}
}
@media (max-width: 440px) {
.grid.hero-grid {
display: block;
}
.grid.hero-grid .item {
height: auto;
max-height: 250px;
}
.grid.hero-grid .item img {
height: auto;
}
}
.media-item {
padding: 0;
position: relative;
height: 80vh;
}
.media-item a {
display: block;
position: relative;
}
.media-item a:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.media-item picture img {
height: 100%;
width: 100%;
object-fit: cover;
}
.media-item .inner {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 20%;
text-align: center;
z-index: 2;
}
.media-item .inner h2 {
color: #fff;
font-size: 40px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 3px;
margin: 0;
}
.media-item .inner.hover {
opacity: 0;
will-change: opacity;
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.media-item .video-wrapper {
width: 100%;
text-align: center;
}
.media-item .video-wrapper video {
height: 100%;
}
.media-item .video-wrapper.as-iframe {
max-width: 100%;
height: 100%;
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
.media-item:has(picture img):has(.video-wrapper):before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.media-item:has(.as-iframe) picture img {
filter: grayscale(100%);
}
.media-item.award:after {
display: none;
}
.media-item.award .inner {
width: 100%;
right: 0;
left: initial;
transform: none;
}
.media-item.award .inner h2 {
font-weight: 700;
letter-spacing: 0;
margin-bottom: 15px;
}
.media-item.award .inner h3 {
font-size: 32px;
color: #fff;
font-weight: 400;
margin-bottom: 15px;
}
.media-item.award .inner p {
color: #fff;
margin: 0;
line-height: 1.4;
}
.media-item.award .content {
max-width: 50%;
margin-left: auto;
margin-right: 0;
text-align: center;
}
.media-item.cover {
height: 750px;
}
.media-item.cover .video-wrapper.as-iframe {
height: calc(100% - 171px);
}
.media-item.as-cover {
height: 579px;
}
@media (max-width: 1535px) {
.media-item.cover {
height: 600px;
}
.media-item.cover .video-wrapper.as-iframe {
height: calc(100% - 131px);
}
.media-item.as-cover {
height: 469px;
}
}
@media (min-width: 1200px) {
.media-item:hover a:has(img):after, .media-item:focus a:has(img):after {
opacity: 1;
}
.media-item:hover .hover, .media-item:focus .hover {
opacity: 1;
}
}
@media (max-width: 1200px) {
.media-item .inner.hover {
opacity: 1;
}
.media-item .video-wrapper {
display: flex;
align-items: center;
}
.media-item .video-wrapper video {
width: 100%;
height: auto;
max-height: 100%;
}
}
@media (max-width: 992px) {
.media-item.vr {
height: auto;
}
.media-item.vr picture img {
height: 100%;
}
.media-item.cover {
height: 500px;
}
.media-item.as-cover {
height: 369px;
}
.media-item .inner h2 {
font-size: 32px;
}
}
@media (max-width: 768px) {
.media-item.award .content {
max-width: 100%;
}
}
@media (max-width: 576px) {
.media-item {
height: 65vh;
}
.media-item.vr {
height: 300px;
}
.media-item a:after {
opacity: 1;
background: rgba(0, 0, 0, 0.25);
}
.media-item .inner {
width: 100%;
padding: 0 15px;
bottom: initial;
top: 50%;
transform: translate(-50%, -50%);
}
.media-item .inner h2 {
font-size: 18px;
}
.media-item.award .inner {
top: 50%;
transform: translateY(-50%);
bottom: initial;
}
.media-item.cover {
height: 400px;
}
.media-item.cover .video-wrapper.as-iframe {
height: calc(100% - 100px);
}
.media-item.as-cover {
height: 300px;
}
.media-item.smaller {
height: 350px;
}
}
.text-content {
background-color: #303030;
padding-bottom: 20px;
}
.text-content .inner {
color: #fff;
text-align: center;
}
.text-content .inner h1,
.text-content .inner h2 {
font-size: 40px;
text-transform: uppercase;
margin-bottom: 40px;
}
.text-content .inner h4 {
font-size: 20px;
margin-bottom: 0;
text-transform: uppercase;
}
.text-content .inner address {
font-size: 18px;
font-style: normal;
line-height: 1.4;
text-transform: uppercase;
margin-bottom: 30px;
}
@media (max-width: 768px) {
.text-content .inner h2 {
font-size: 32px;
margin-bottom: 30px;
}
.text-content .inner address {
font-size: 16px;
margin-bottom: 30px;
}
.text-content .inner h4 {
font-size: 16px;
margin-bottom: 0;
}
}
.contact {
background-color: #ccc;
padding-top: 171px;
padding-bottom: 0;
position: relative;
height: calc(100vh - 138px);
overflow-y: auto;
overflow-x: hidden;
}
.contact .container,
.contact .row {
height: 100%;
}
.contact .cover {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
mix-blend-mode: multiply;
}
.contact .inner {
padding-top: 30px;
padding-bottom: 30px;
position: relative;
z-index: 2;
}
.contact h1 {
color: #fff;
font-size: 32px;
font-weight: 400;
margin-bottom: 15px;
}
.contact address {
color: #fff;
font-weight: 300;
font-style: normal;
margin: 0;
line-height: 1.5;
}
.contact address a {
color: #fff;
text-decoration: none;
will-change: color;
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
position: relative;
z-index: 10;
}
.contact address a:hover, .contact address a:focus {
color: #0bbec0;
}
.contact .map {
display: block;
width: 360px;
margin-top: -40px;
position: relative;
}
.contact .map .marker {
width: auto;
position: absolute;
right: 13px;
top: 32px;
transform: scale(0.9);
will-change: transform, top;
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1200px) {
.contact .map .marker:hover, .contact .map .marker:focus {
transform: scale(1);
top: 27px;
}
}
.contact .socials {
display: flex;
align-items: center;
justify-content: center;
margin: 30px 0 0;
padding: 0;
list-style: none;
gap: 25px;
}
.contact .socials img {
max-width: 40px;
max-height: 40px;
}
.contact .iframe {
width: 100%;
height: 100%;
}
.contact .iframe .video-wrapper {
width: max-content;
position: relative;
margin-left: auto;
margin-right: 0;
text-align: right;
}
.contact .iframe .video-wrapper:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//alien.sk/app/themes/vizion/dist/img/bg_texture.png);
pointer-events: none;
z-index: 3;
}
.contact .iframe video {
width: 100%;
height: 100%;
}
.contact.mac-safari .cover {
height: auto;
mix-blend-mode: normal;
}
.contact.mac-safari .inner {
padding-bottom: 0;
}
.contact.mac-safari .iframe .video-wrapper:after {
display: none;
}
@media (max-width: 1535px) {
.contact {
padding-top: 131px;
height: calc(100vh - 10px);
}
.contact .map {
max-height: 300px;
}
.contact .socials {
margin-top: 120px;
}
}
@media (max-width: 1200px) {
.contact {
height: auto;
}
.contact .container,
.contact .row {
height: auto;
}
.contact .iframe {
position: relative;
z-index: 2;
}
.contact .iframe .video-wrapper {
width: 100%;
}
.contact .iframe .video-wrapper:before {
display: none;
}
.contact .iframe video {
height: 100%;
}
}
@media (max-width: 992px) {
.contact .iframe {
margin-top: 30px;
text-align: center;
}
.contact .iframe .video-wrapper {
margin-right: auto;
}
.contact .iframe iframe,
.contact .iframe video {
height: 500px;
}
}
@media (max-width: 576px) {
.contact .cover {
object-position: 30% center;
}
.contact .iframe {
display: none;
}
.contact .inner {
padding-top: 0;
}
.contact .socials {
margin-top: 30px;
margin-bottom: 0;
}
.contact .socials a img {
max-width: 20px;
max-height: 20px;
}
.contact .map {
width: 300px;
}
.contact .map .marker {
right: 4px;
top: 8px;
}
}
.contact-footer {
background-color: #303030;
padding: 60px 0;
}
.contact-footer p {
color: #fff;
text-align: left;
text-transform: uppercase;
margin: 0;
}
@media (max-width: 1535px) {
.contact-footer {
padding: 30px 0;
}
}
@media (max-width: 1200px) {
.contact-footer {
height: auto;
}
}
.error {
padding-top: 200px;
}
.error .inner {
color: #fff;
text-align: center;
}
.error .inner a {
color: #fff;
text-transform: uppercase;
}
.error .inner a:hover, .error .inner a:focus {
text-decoration: none;
}
.double-image {
display: flex;
align-items: stretch;
padding: 0;
}
.double-image .item {
flex-basis: 100%;
margin: 0;
}
.double-image .item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.double-image.mac-safari .item img {
height: auto;
}
@media (max-width: 576px) {
.double-image {
flex-direction: column;
}
.double-image .item {
flex-basis: 100%;
margin: 0;
}
.double-image .item img {
height: auto;
}
}
.image-text {
display: flex;
align-items: stretch;
padding: 0;
}
.image-text .image,
.image-text .text {
flex-basis: 50%;
}
.image-text .image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.image-text .text {
padding: 50px;
}
.image-text .text img {
float: left;
padding-right: 5px;
padding-bottom: 1px;
}
.image-text .text p {
color: #fff;
font-size: 20px;
line-height: 1.4;
margin: 0;
}
.image-text.mac-safari .image img {
height: auto;
}
@media (max-width: 1535px) {
.image-text .text {
padding: 30px;
}
.image-text .text img {
padding-right: 18px;
}
.image-text .text p {
font-size: 18px;
}
}
@media (max-width: 1200px) {
.image-text .text {
padding: 20px;
}
.image-text .text p {
font-size: 18px;
}
}
@media (max-width: 992px) {
.image-text {
flex-direction: column-reverse;
}
.image-text .image,
.image-text .text {
flex-basis: 100%;
}
.image-text .image img {
height: auto;
}
.image-text .text {
padding: 40px 20px;
}
}
@media (max-width: 576px) {
.image-text .text img {
display: block;
float: none;
padding: 0;
margin-bottom: 10px;
}
}
.team {
padding: 0;
}
.team .top {
display: flex;
align-items: flex-end;
}
.team .left {
padding: 50px;
width: 50%;
flex-shrink: 0;
}
.team .left img {
float: left;
padding-right: 12px;
transform: translateY(4px);
}
.team .left p {
color: #fff;
font-size: 20px;
line-height: 1.4;
margin: 0;
}
.team .right {
width: 50%;
display: flex;
align-items: stretch;
}
.team .right figure {
width: 33.3333333333%;
}
.team .right figure img {
width: 100%;
object-fit: cover;
}
.team .team-photos {
flex-basis: 100%;
display: flex;
flex-wrap: wrap;
}
.team .team-photos figure {
width: 16.6666666667%;
}
.team .team-photos figure:nth-child(-n+3) {
display: none;
}
.team .team-photos figure img {
width: 100%;
object-fit: cover;
}
.team figure {
margin: 0;
position: relative;
}
.team figure .hover {
display: inline-flex;
align-items: center;
justify-content: flex-end;
flex-direction: column;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
padding-bottom: 10px;
will-change: opacity;
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team figure .hover p {
color: #fff;
font-size: 24px;
margin: 0 0 5px;
position: relative;
z-index: 10;
}
.team figure .hover p:has(small) {
margin-bottom: 0;
}
.team figure .hover p small {
font-size: 14px;
}
.team figure .hover:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.team figure:hover .hover, .team figure:focus .hover {
opacity: 1;
}
@media (max-width: 1535px) {
.team .left {
padding: 30px;
}
.team .left p {
font-size: 18px;
}
}
@media (max-width: 1200px) {
.team .left p {
font-size: 18px;
}
}
@media (max-width: 992px) {
.team .left {
width: 100%;
}
.team .right {
display: none;
}
.team .team-photos figure {
width: 25%;
}
.team .team-photos figure:nth-child(-n+3) {
display: block;
}
}
@media (max-width: 768px) {
.team .team-photos figure {
width: 33.3333333333%;
}
}
@media (max-width: 576px) {
.team .left img {
float: none;
padding: 0;
margin-bottom: 8px;
}
.team .team-photos figure {
width: 50%;
}
}
.job {
padding: 100px 0;
}
.job .text {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 60px;
}
.job .text p {
font-size: 24px;
color: #fff;
margin: 0;
}
.job .text p:has(img) {
display: flex;
align-items: center;
gap: 20px;
}
.job ul {
margin: 0;
padding: 0;
list-style: none;
}
.job ul li {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
color: #0bbec0;
text-align: center;
}
.job ul li .name {
font-size: 34px;
text-transform: uppercase;
}
.job ul li .desc {
font-size: 28px;
letter-spacing: 4px;
}
@media (max-width: 1535px) {
.job .text p {
font-size: 18px;
}
}
@media (max-width: 992px) {
.job .text {
flex-direction: column;
text-align: center;
}
.job .text p {
display: flex;
flex-direction: column;
text-align: center;
}
}
@media (max-width: 768px) {
.job {
padding: 50px 0;
}
.job .text {
margin-bottom: 30px;
}
.job .text p {
font-size: 16px;
}
.job ul li .name {
font-size: 24px;
}
.job ul li .desc {
font-size: 20px;
}
}
.team-building {
padding: 0;
}
.team-building .grid {
width: 100%;
max-width: 100%;
}
.team-building .grid:after {
content: "";
display: block;
clear: both;
}
.team-building .grid-sizer {
width: 1%;
}
.team-building .grid-item {
width: 30%;
border: 1px solid #a2a2a2;
float: left;
}
.team-building .grid-item.item1 {
width: 37%;
height: 540px;
}
.team-building .grid-item.item2 {
width: 40%;
height: 730px;
}
.team-building .grid-item.item3 {
width: 23%;
height: 730px;
}
.team-building .grid-item.item4 {
width: 37%;
height: 650px;
}
.team-building .grid-item.item5 {
width: 28%;
background: #303030;
height: 460px;
color: #fff;
font-size: 24px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 20px;
}
.team-building .grid-item.item5 span {
color: #fff;
text-transform: uppercase;
line-height: 1;
}
.team-building .grid-item.item5 .title {
font-size: 160px;
margin-bottom: 0;
letter-spacing: -10px;
}
.team-building .grid-item.item5 .subtitle {
font-size: 44px;
letter-spacing: 4px;
margin-bottom: 0;
margin-top: -20px;
}
.team-building .grid-item.item5 .text1 {
font-size: 14px;
}
.team-building .grid-item.item5 .text2 {
font-size: 10px;
}
.team-building .grid-item.item6 {
width: 35%;
height: 620px;
}
.team-building .grid-item.item7 {
width: 40%;
height: 700px;
}
.team-building .grid-item.item8 {
width: 25%;
height: 700px;
}
.team-building .grid-item.item9 {
width: 35%;
height: 540px;
}
.team-building .grid-item img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
@media (max-width: 1535px) {
.team-building .grid-item.item1 {
height: 380px;
}
.team-building .grid-item.item2 {
height: 580px;
}
.team-building .grid-item.item3 {
height: 580px;
}
.team-building .grid-item.item4 {
height: 580px;
}
.team-building .grid-item.item5 {
height: 380px;
}
.team-building .grid-item.item5 .title {
font-size: 100px;
letter-spacing: -5px;
}
.team-building .grid-item.item5 .subtitle {
font-size: 28px;
letter-spacing: 2px;
margin-bottom: 5px;
}
.team-building .grid-item.item6 {
height: 580px;
}
.team-building .grid-item.item7 {
height: 580px;
}
.team-building .grid-item.item8 {
height: 580px;
}
.team-building .grid-item.item9 {
height: 380px;
}
}
@media (max-width: 1200px) {
.team-building .grid-item.item1 {
height: 260px;
}
.team-building .grid-item.item2 {
height: 400px;
}
.team-building .grid-item.item3 {
height: 400px;
}
.team-building .grid-item.item4 {
height: 400px;
}
.team-building .grid-item.item5 {
height: 260px;
}
.team-building .grid-item.item5 .title {
font-size: 80px;
letter-spacing: -5px;
}
.team-building .grid-item.item5 .subtitle {
font-size: 24px;
letter-spacing: 2px;
margin-bottom: 5px;
}
.team-building .grid-item.item6 {
height: 400px;
}
.team-building .grid-item.item7 {
height: 400px;
}
.team-building .grid-item.item8 {
height: 400px;
}
.team-building .grid-item.item9 {
height: 260px;
}
}
@media (max-width: 768px) {
.team-building .grid-item.item1 {
height: 200px;
}
.team-building .grid-item.item2 {
height: 300px;
}
.team-building .grid-item.item3 {
height: 300px;
}
.team-building .grid-item.item4 {
height: 300px;
}
.team-building .grid-item.item5 {
height: 200px;
}
.team-building .grid-item.item5 .title {
font-size: 60px;
letter-spacing: -5px;
}
.team-building .grid-item.item5 .subtitle {
font-size: 20px;
letter-spacing: 2px;
margin-bottom: 5px;
}
.team-building .grid-item.item6 {
height: 300px;
}
.team-building .grid-item.item7 {
height: 300px;
}
.team-building .grid-item.item8 {
height: 300px;
}
.team-building .grid-item.item9 {
height: 200px;
}
}
@media (max-width: 576px) {
.team-building .grid-item.item1 {
height: 160px;
}
.team-building .grid-item.item2 {
height: 240px;
}
.team-building .grid-item.item3 {
height: 240px;
}
.team-building .grid-item.item4 {
height: 240px;
}
.team-building .grid-item.item5 {
height: 160px;
padding: 4px;
}
.team-building .grid-item.item5 .title {
font-size: 14px;
letter-spacing: 0;
}
.team-building .grid-item.item5 .subtitle {
font-size: 12px;
letter-spacing: 0;
margin-bottom: 5px;
}
.team-building .grid-item.item5 .text1 {
font-size: 8px;
}
.team-building .grid-item.item5 .text2 {
font-size: 6px;
}
.team-building .grid-item.item6 {
height: 240px;
}
.team-building .grid-item.item7 {
height: 240px;
}
.team-building .grid-item.item8 {
height: 240px;
}
.team-building .grid-item.item9 {
height: 160px;
}
}
@media (max-width: 440px) {
.team-building .grid-item.item1 {
height: 140px;
}
.team-building .grid-item.item2 {
height: 200px;
}
.team-building .grid-item.item3 {
height: 200px;
}
.team-building .grid-item.item4 {
height: 200px;
}
.team-building .grid-item.item5 {
height: 140px;
padding: 4px;
}
.team-building .grid-item.item5 .title {
font-size: 12px;
letter-spacing: 0;
}
.team-building .grid-item.item5 .subtitle {
font-size: 10px;
letter-spacing: 0;
margin-bottom: 5px;
}
.team-building .grid-item.item5 .text1 {
font-size: 8px;
}
.team-building .grid-item.item5 .text2 {
font-size: 6px;
}
.team-building .grid-item.item6 {
height: 200px;
}
.team-building .grid-item.item7 {
height: 200px;
}
.team-building .grid-item.item8 {
height: 200px;
}
.team-building .grid-item.item9 {
height: 140px;
}
}
@media (max-width: 380px) {
.team-building .grid-item.item1 {
height: 120px;
}
.team-building .grid-item.item2 {
height: 180px;
}
.team-building .grid-item.item3 {
height: 180px;
}
.team-building .grid-item.item4 {
height: 180px;
}
.team-building .grid-item.item5 {
height: 120px;
padding: 4px;
}
.team-building .grid-item.item5 .title {
font-size: 12px;
letter-spacing: 0;
}
.team-building .grid-item.item5 .subtitle {
font-size: 10px;
letter-spacing: 0;
margin-bottom: 5px;
}
.team-building .grid-item.item5 .text1 {
font-size: 8px;
}
.team-building .grid-item.item5 .text2 {
font-size: 6px;
}
.team-building .grid-item.item6 {
height: 180px;
}
.team-building .grid-item.item7 {
height: 180px;
}
.team-building .grid-item.item8 {
height: 180px;
}
.team-building .grid-item.item9 {
height: 120px;
}
}
footer.main-footer {
background-color: #303030;
padding: 100px 0;
}
footer.main-footer .socials {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 30px 0;
padding: 0;
list-style: none;
gap: 25px;
}
footer.main-footer .socials img {
max-width: 40px;
max-height: 40px;
}
footer.main-footer br {
display: none;
}
footer.main-footer p:has(a) {
margin: 0;
line-height: 1;
}
footer.main-footer a:not(.socials a) {
display: block;
color: #fff;
text-transform: uppercase;
text-decoration: none;
text-align: center;
will-change: color;
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
footer.main-footer a:not(.socials a):hover, footer.main-footer a:not(.socials a):focus {
color: #0bbec0;
}
footer.main-footer a[href^="mailto:"] {
letter-spacing: 3px;
margin-bottom: 10px;
}
footer.main-footer p {
color: #fff;
text-align: center;
margin-bottom: 0;
margin-top: 30px;
text-transform: uppercase;
}
@media (max-width: 1535px) {
footer.main-footer {
padding: 60px 0;
}
footer.main-footer .socials a img {
max-width: 20px;
max-height: 20px;
}
}
.underline {
text-decoration: underline;
}
.o-hidden {
overflow: hidden;
}