@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.eot');
  src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.eot');
  src: url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
*[data-anim] {
  opacity: 0;
}
html {
  font-size: 8px;
}
body {
  color: #6a6a6a;
  background: #ffffff;
  font-family: 'Gilroy', Tahoma, Verdana, Arial;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 28px;
  }
}
body.menu-active {
  overflow: hidden;
}
img.fullwidth {
  display: block;
  width: 100%;
}
.fullwidth-parent > img {
  display: block;
  width: 100%;
}
div.fullwidth {
  width: 100%;
}
img.maxwidth {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
section,
.container {
  position: relative;
}
section:before,
.container:before,
section:after,
.container:after {
  content: " ";
  display: table;
}
section:after,
.container:after {
  clear: both;
}
.container {
  width: 100% !important;
  padding: 0 !important;
  position: relative;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1740px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .flexbox-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .flexbox-row {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .flexbox-row:after,
  .flexbox-row:before {
    display: none;
  }
}
.flexbox-row-xs {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexbox-row-xs:after,
.flexbox-row-xs:before {
  display: none;
}
.stretched-row {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .stretched-row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: stretch;
  }
}
nobr {
  white-space: nowrap;
}
.animation {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.stroked {
  -webkit-text-stroke: 1px #ffffff;
  color: #003a4c;
}
.lightblue {
  color: #96c7da !important;
}
.blue {
  color: #003a4c !important;
}
p {
  margin: 0 0 20px;
}
h1,
h2 {
  font-weight: 900;
  font-family: 'Gilroy';
  font-size: 42px;
  line-height: 42px;
  margin: 0;
}
@media (min-width: 768px) {
  h1,
  h2 {
    font-size: 5vw;
    line-height: 5vw;
  }
}
h1 {
  padding: 20% 0;
}
h3 {
  font-weight: 900;
  font-family: 'Gilroy';
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 33px;
    line-height: 38px;
  }
}
h5 {
  font-weight: 900;
  font-family: 'Gilroy';
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 25px;
    line-height: 32px;
  }
}
section {
  overflow: hidden;
  min-height: 100% !important;
}
section:nth-of-type(odd) .content-block {
  background-color: #003a4c;
  color: #ffffff;
}
section:nth-of-type(odd) .content-block :not(.hero-block) {
  background-position: left center;
}
@media (min-width: 768px) {
  section:nth-of-type(odd) .content-block {
    padding-left: 7%;
    padding-right: 3%;
  }
}
section:nth-of-type(odd) .content-block a {
  color: #ffffff;
}
section:nth-of-type(odd) .title-block {
  padding-left: 3%;
  padding-right: 7%;
}
section:nth-of-type(even) .content-block {
  background-position: right center;
}
@media (min-width: 768px) {
  section:nth-of-type(even) .content-block {
    padding-left: 3%;
    padding-right: 7%;
  }
}
section:nth-of-type(even) a {
  color: #6a6a6a;
}
section:nth-of-type(even) .title-block {
  padding-left: 7%;
  padding-right: 3%;
}
section .video-bg,
#mainmenu .video-bg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  section .video-bg,
  #mainmenu .video-bg {
    display: block;
  }
}
section .title-block {
  padding-top: 8%;
  padding-bottom: 8%;
  display: none;
}
@media (min-width: 768px) {
  section .title-block {
    display: block;
  }
}
section .content-block {
  position: relative;
  padding: 30px 45px;
}
@media (min-width: 768px) {
  section .content-block {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
section .content-block .contact-data {
  font-size: 120%;
  line-height: 150%;
}
section > .stretched-row {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  section > .stretched-row {
    min-height: 100vh;
  }
}
section .logo {
  width: 35%;
}
section .block-top {
  position: absolute !important;
  z-index: 1;
  top: 30px;
  left: 14%;
  display: none;
}
@media (min-width: 768px) {
  section .block-top {
    display: block;
  }
}
@media (min-width: 992px) {
  section .block-top {
    top: 5%;
  }
}
section .block-bottom {
  position: absolute !important;
  z-index: 1;
  bottom: 30px;
  left: 14%;
  display: none;
}
@media (min-width: 768px) {
  section .block-bottom {
    display: block;
  }
}
@media (min-width: 992px) {
  section .block-bottom {
    bottom: 5%;
  }
}
section .block-bottom.right {
  left: auto;
  right: 14%;
}
@media (min-width: 768px) {
  .blue-block .content-block {
    background: rgba(0, 58, 76, 0.95);
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .blue-block .content-block a {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .white-block .title-block {
    color: #ffffff;
  }
}
.white-block .content-block {
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .white-block .content-block {
    color: #6a6a6a !important;
    background-color: #ffffff !important;
  }
}
#about-us.white-block .content-block {
  background-image: url('../img/About-Us.svg');
}
#company-profile.white-block .content-block {
  background-image: url('../img/Company-Profile-Blue.svg');
}
@media (min-width: 768px) {
  #company-profile.white-block .content-block {
    padding-bottom: 15%;
    background-image: url('../img/Company-Profile.svg');
  }
  #company-profile.white-block .content-block .block-bottom {
    bottom: 20px;
  }
}
#contact.white-block .content-block {
  background-image: url('../img/Contact.svg');
}
@media (min-width: 768px) {
  .white-block .content-block h3 {
    color: #003a4c;
  }
}
.white-block .content-block a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .white-block .content-block a {
    color: #6a6a6a !important;
  }
}
.white-block .content-block a.blue {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .white-block .content-block a.blue {
    color: #003a4c;
  }
}
.white-block .content-block .logo {
  margin-bottom: 20px;
}
.hero-block .logo {
  width: 70%;
}
.hero-block .content-block {
  background: url('../img/hero-mobile.gif') no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero-block .content-block {
    background-image: none;
  }
}
.hero-block .content-block > * {
  position: relative;
  z-index: 3;
}
.hero-block .content-block::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 58, 76, 0.7);
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-block .content-block::before {
    display: none;
  }
}
ul.links {
  list-style: none;
}
ul.links li {
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  ul.links li {
    line-height: 60px;
    padding: 0;
  }
}
ul.links li .num {
  color: #96c7da;
  font-size: 30px;
}
@media (min-width: 768px) {
  ul.links li .num {
    font-size: 60px;
  }
}
ul.links li a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 21px;
}
@media (min-width: 768px) {
  ul.links li a {
    font-size: 32px;
  }
}
header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
}
#menu-switcher {
  transition-duration: 0.1s;
  position: absolute;
  top: 0;
  right: 0;
}
#menu-switcher .hamburger-inner,
#menu-switcher .hamburger-inner::after,
#menu-switcher .hamburger-inner::before {
  background: #ffffff;
}
#menu-switcher.light .hamburger-inner,
#menu-switcher.light .hamburger-inner::after,
#menu-switcher.light .hamburger-inner::before {
  background: #003a4c;
}
#menu-switcher.is-active .hamburger-inner,
#menu-switcher.is-active .hamburger-inner::after,
#menu-switcher.is-active .hamburger-inner::before {
  background: #ffffff;
}
#mainmenu {
  position: fixed;
  z-index: 98;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
}
@media (min-width: 768px) {
  #mainmenu {
    overflow: hidden;
    left: 50%;
    width: 50%;
  }
}
body.menu-active #mainmenu {
  display: block;
}
#mainmenu .menu-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: rgba(0, 58, 76, 0.95);
  width: 100%;
  height: 100%;
}
#mainmenu .menu-content ul.links li {
  padding: 10px 0;
}
#mainmenu .menu-content ul.links li a {
  text-decoration: none;
  padding: 10px;
}
#mainmenu .menu-content ul.links li a:hover {
  text-decoration: underline;
}
#mainmenu .video-bg {
  left: 0;
}
#aftersend {
  display: none;
}
.text-input {
  position: relative;
  text-align: left;
  padding: 10px 0 20px;
  margin: 0;
  width: 100%;
}
.text-input label {
  width: auto;
  color: #6a6a6a;
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  left: 20px;
  top: 49px;
  cursor: text;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .text-input label {
    top: 52px;
  }
}
.text-input label span {
  display: inline-block;
  color: #FF5C5C;
  padding-left: 5px;
}
.text-input input,
.text-input textarea,
.text-input.file-upload label {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #6a6a6a;
  font-size: 16px;
  margin: 22px 0 0;
  padding: 14px 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.text-input input.error,
.text-input textarea.error,
.text-input.file-upload label.error {
  border-color: #FF5C5C;
  margin-bottom: 18px;
}
.text-input textarea {
  resize: none;
  height: 126px;
}
.text-input textarea.error {
  margin-bottom: 12px;
}
.text-input.clicked label {
  top: 8px;
  left: 0;
}
.text-input span.error {
  color: #FF5C5C;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  left: 0;
  bottom: 17px;
}
.text-input.textarea-input span.error {
  top: auto;
  bottom: 0;
}
.button {
  display: block;
  width: 100%;
  background: #003a4c;
  color: #ffffff;
  text-align: center;
  padding: 14px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
img.triplea-logo {
  max-width: 157px;
}
#company-profile a:hover {
  text-decoration: underline;
}
