@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Lexend:wght@100..900&display=swap');

html {
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: sans-serif;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #141415;
    line-height: 2;
    background: #fff;
    height: 100%;
    width: 100%;
    font-family: "Lexend", sans-serif;
    letter-spacing: .005rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
}

main.email {
   display: block;
   position: relative;
   padding: 0;
   margin: 0 auto;
   max-width: 600px;
   text-align: center;
   width: auto;
   height: auto;
   overflow: visible;
}

.header {
    display: flex;
    position: relative;
    padding: 4rem 0rem;
    width: 100%;
    height: auto;
    justify-content: start;
    align-items: flex-start;
    background-color: #CDCDE3;
    overflow: hidden;
}

.left {
  display: block;
  position: relative;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 40%;
  height: auto;
  transition: 0.4s all;
  overflow: hidden;
}

.left img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.right {
    display: block;
    position: relative;
    width: 60%;
    height: auto;
    text-align: start;
    transition: 0.4s all;
    overflow: hidden;
}

.right img {
  position: relative;
  width:  auto;
  height: auto;  
}

.item-logo {
  position: relative;
  padding: 0;
  margin-bottom: 2.5rem;
}

.item-text {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

.item-text span {
  font-weight: 300;
}

.content {
  display: block;
  padding: 3rem 3.125rem;
  position: relative;
  transition: 0.4s all;
  overflow: hidden;
}

.content p {
  position: relative;
  padding: 0;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
  text-align: left;
  line-height: 1.5;
  font-size: 1.0625rem;
  font-weight: 300;
}

.content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 3.125rem;
    background: #CDCDE3;
    transform: skewY(-5deg);
    transform-origin: top left;
}

.content:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 3.125rem;
    background: #CDCDE3;
    transform: skewY(5deg);
    transform-origin: bottom right;
}

.item-mask.mask-right {
  display: block;
  position: absolute;
  width: auto;
  right: 0;
  top: 220;
  z-index: -100;
}

.item-mask.mask-left {
  display: block;
  position: absolute;
  width: auto;
  left: 0;
  top: 0;
  z-index: -100;
}

.item-mask.mask-bottom {
  display: block;
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
}

.item-mask.mask-bottom img {
  position: relative;
  width: 100%;
}

.button {
  display: block;
  position: relative;
  text-align: center;
}

a.btn {
    display: inline-block;
    position: relative;
    padding: 5px 40px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    font-family: "Lexend Deca", sans-serif;
    line-height: 2;
    text-align: center;
    vertical-align: middle;
    background: #455AFF;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 80px;
    -webkit-transition: .4s allease-out;
    -moz-transition: .4s all ease-out;
    -ms-transition: .4s all ease-out;
    -o-transition: .4s all ease-out;
    transition: .4s allease-out;
    text-transform: none;
    text-decoration: none;
    z-index: 100;
    box-shadow: 0px 4px 13.6px 2px rgba(10, 3, 101, 0.22);
    -webkit-appearance: button;
    appearance: button;
    overflow: hidden;
}

.list {
  display: flex;
  position: relative;
  padding: 0;
  margin-bottom: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.list .title {
  position: relative;
  font-size: 1.0625rem;
  font-weight: 900;
}

.list ul {
  display: block;
  position: relative;
  overflow: hidden;
  font-weight: 300;
  font-size: 1.0625rem;
}

.list ul li {
  display: list-item;
  position: relative;
  margin: 0;
  text-align: left;
  line-height: 1.5;
}

div.text {
  display: block;
  position: relative;
  padding: 0 3rem;
  text-align: center;
  transition: 0.4s all;
}

div.text p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.footer {
  display: block;
  position: relative;
  padding: 3rem 0 5rem 0;
  height: auto;
  overflow: visible;
}

.footer .contact-info {
   display: block;
   position: relative;
   padding: 0;
   font-size: 1.0625rem;
   margin-bottom: 1.5rem;
   text-align: center;
   overflow: hidden;
}

.contact-info .item-3 a {
   color: inherit;
   text-decoration: underline;
   margin-right: 1rem;
}

.footer .copyright {
   display: block;
   position: relative;
   padding: 0 0 2rem 0;
   margin-bottom: 2.5rem;
   text-align: center;
   overflow: hidden;
}

.copyright .item-1 {
  font-size: 1.0625rem;
  font-weight: 700;
}

.copyright .item-4 {
  margin-bottom: 2.5rem;
  font-weight: 500;
}

/* Media Queries */
@media (max-width: 576px) {
  header.header {
    padding: 2rem 1.25rem 0rem 0rem;
    width: auto;
  }
  
  .right {
    width: 60%;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  
  .item-logo img {
    width: 100%;
  }
  
  .item-text {
    font-size: calc(1.75rem + 0.7vw);
  }
  
  .left {
    width: 40%;
    padding: 0;
    margin-bottom: 1rem;
  }
  
  .content {
    padding: 3rem 1rem;
  }
  
  div.text {
    padding: 0;
  }
  
  .item-mask.mask-left {
    width: 20%;
    top: -100;
  }
  
  .item-mask.mask-left img {
    position: relative;
    width: 100%;
  }
  
  a.btn {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
   .item-text {
    font-size: calc(1.5rem + 0.7vw);
  }
}

@media (max-width: 350px) {
   .item-text {
    font-size: calc(1.25rem + 0.7vw);
  }
}