﻿@font-face {
    font-family: 'PTSansPro';
    src: url("fonts/pt-sans/PTSansPro.eot");
    src: url("fonts/pt-sans/PTSansPro.eot?#iefix") format("embedded-opentype"), url("fonts/pt-sans-pro/PTSansPro-Regular.woff2") format("woff2"), url("fonts/pt-sans-pro/PTSansPro-Regular.woff") format("woff"), url("fonts/pt-sans-pro/PTSansPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansPro-Caption';
    src: url("fonts/pt-sans-pro/PTSansPro-CaptionBold.eot");
    src: url("fonts/pt-sans-pro/PTSansPro-CaptionBold.eot?#iefix") format("embedded-opentype"), url("fonts/pt-sans-pro/PTSansPro-CaptionBold.woff2") format("woff2"), url("fonts/pt-sans-pro/PTSansPro-CaptionBold.woff") format("woff"), url("fonts/pt-sans-pro/PTSansPro-CaptionBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Caption'), local('PTSans-Regular'), url('fonts/pt-sans/PTSans-Regular.woff') format('woff'), url('fonts/pt-sans/PTSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Bold'), local('PTSans-Bold'), url('fonts/pt-sans/PTSans-Bold.woff') format('woff'), url('fonts/pt-sans/PTSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans Caption';
    src: local('PT Sans Caption Bold'), local('PTSansCaption-Bold'), url('fonts/pt-sans-caption/PTSansCaption-Bold.woff') format('woff'), url('fonts/pt-sans-caption/PTSansCaption-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans Caption';
    src: local('PT Sans Caption'), local('PTSansCaption-Regular'), url('fonts/pt-sans-caption/PTSansCaption-Regular.woff') format('woff'), url('fonts/pt-sans-caption/PTSansCaption-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    -webkit-font-smoothing: antialiased;
    font-smooth: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

body {
    margin: 0;
    background: #fff;
    font-size: 14px;
    overflow-x: hidden !important;
    font-weight: normal;
    color: #3A3A3A;
    font-family: 'PT Sans', sans-serif;
}

.page-wrapper {
    font-family: 'PT Sans', sans-serif;
}

*,
::after,
::before {
    box-sizing: inherit
}

img {
    max-width: 100%;
}

p,
label,
span {
    word-break: break-word;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.tech-content h1,
.tech-content h2,
.tech-content h3,
.tech-content h4,
.tech-content h5,
.tech-content h6 {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1330px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.tech-content {
    //height: 100vh;
    //display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tech-content .tech-img {
    margin-bottom: 65px;
}

.tech-content .tech-message {
    text-align: center;
}

.tech-content .tech-message h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    font-family: 'PT Sans Caption', sans-serif;
    color: #A9967D;
}

.tech-content .tech-message p,
.tech-content .tech-message a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.tech-content .tech-message p {
    max-width: 700px;
}

.tech-content .tech-message a {
    color: #157EFB;
}
