@font-face {
  font-family: Aptos;
  src: url('../fonts/Aptos.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aptos;
  src: url('../fonts/Aptos-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aptos;
  src: url('../fonts/Aptos-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #57728b;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Aptos, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  color: #fff;
  margin-bottom: 10px;
}

ul {
  color: #dae0e6;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

.paragraph {
  color: #dae0e6;
  margin-bottom: 20px;
  font-family: Aptos, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.heading {
  color: #f2aa00;
  font-size: 22px;
}

.section {
  background-image: url('../images/background.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.h1 {
  margin-bottom: 20px;
  line-height: 32px;
}

.h2 {
  color: #f2aa00;
  font-family: Aptos, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.textlink {
  color: #f2aa00;
  font-weight: 700;
}

.container {
  margin-bottom: 20px;
  padding-top: 60px;
}

.list {
  margin-bottom: 40px;
  padding-left: 20px;
  font-family: Aptos, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  list-style-type: square;
}

.logo {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .list {
    font-size: 16px;
    line-height: 20px;
  }
}


@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}