/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/centurygothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/centurygothic_bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
html{
  min-height: 100vh;
  background: url("../img/bg.webp") no-repeat center top;
  background-size: cover;
}
body, html {
  overflow-x: hidden;
  color: #FFFFFF;
}
body{
  min-height: 100vh;
  position: relative;
}
body:after{
  content: '';
  position: absolute;
  width: calc(100% - 76px);
  height: calc(100% - 76px);
  border: 1px solid #FFFFFF;
  top: 38px;
  left: 38px;
  z-index: 3;
}

.wrapper{
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.email{
  display: block;
  text-align: center;
  text-decoration: underline;
  font: normal normal bold 13px/25px 'Century Gothic', sans-serif;
  letter-spacing: 2.6px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  margin: 81px 0 0;
}
.email:hover{
  opacity: .8;
}
.holding{
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-self: center;
  align-items: center;
  padding: 250px 0 250px 0;
}
.holding__header{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chart{
  display: flex;
  position: absolute;
  z-index: 4;
  bottom: 0;
  width: 100%;
  height: 197px;
  justify-content: center;
  align-items: flex-end;
}
.chart:before{
  content: '';
  width: 33px;
  height: 134px;
  background: #13584A;
}
.chart:after{
  content: '';
  width: 33px;
  height: 197px;
  background: #13584A;
}
.chart span{
  width: 33px;
  margin: 0 17px;
  height: 158px;
  background: #13584A;
}
.holding__logo{
  display: block;
  margin: 0 0 52px;
  width: 291px;
}
.holding__text p{
  width: 100%;
  max-width: 725px;
  margin: 25px auto 0 auto;
  text-align: center;
  font: normal normal normal 15px/25px 'Century Gothic';
  letter-spacing: 0.15px;
  color: #FFFFFF;
}
.holding__text p:first-child{
  margin: 0 auto;
}
@media (max-width: 1440px) {

  .holding{
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
    padding: 161px 0 233px 0;
  }
  .holding__logo{
    display: block;
    margin: 0 0 49px;
    width: 227px;
  }
  .email{
    margin: 49px 0 0;
  }
  .holding__text p:first-child{
    margin: 0 auto;
  }
}
@media (max-width: 1140px) {

  body:after{
    width: calc(100% - 70px);
    height: calc(100% - 70px);
    top: 35px;
    left: 35px;
  }
  .holding{
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
    padding: 148px 0 233px 0;
  }
  .holding__logo{
    display: block;
    margin: 0 0 72px;
    width: 291px;
  }
  .email{
    margin: 94px 0 0;
  }

  .holding__text p{
    max-width: 572px;
  }
}
@media (max-width: 768px) {

  .chart{
    height: 106px;
  }
  .chart:before{
    content: '';
    width: 18px;
    height: 72px;
    background: #13584A;
  }
  .chart:after{
    content: '';
    width: 18px;
    height: 106px;
    background: #13584A;
  }
  .chart span{
    width: 18px;
    margin: 0 9px;
    height: 85px;
    background: #13584A;
  }
  body:after{
    width: calc(100% - 56px);
    height: calc(100% - 50px);
    top: 28px;
    left: 25px;
  }
  .holding{
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
    padding: 117px 0 148px 0;
  }
  .holding__logo{
    display: block;
    margin: 0 0 44px;
    width: 135px;
  }
  .email{
    margin: 42px 0 0;
    font: normal normal bold 10px/25px 'Century Gothic';
    padding: 0 30px;
    letter-spacing: 2px;
  }

  .holding__text p{
    max-width: 572px;
    font: normal normal normal 12px/18px 'Century Gothic';
    letter-spacing: 0.12px;
    padding: 0 30px;
  }
}