@import url("https://use.typekit.net/zqo7fcq.css");

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 26px 0 14px;
  color: #1c2130;
}

a {
  color: #205bea;
}

h1 {
  font-size: 3.4rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 3.2rem;
}

h1 {
  font-size: 3.2rem;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

img {
  max-width: 100%;
  display: block;
}

html {
  font-size: 10px;
}

body {
  font-family: "exo-2-variable", sans-serif !important;
  line-height: 1.4;
  background: #f2f5f8;
  color: #1c2130;
  overflow-x: hidden;
  margin: 0;
}

.header-bg {
  width: 100%;
  min-height: 200px;
  background: linear-gradient(1450deg, #205bea, #fd01f3, #205bea, #fd01f3);
  padding: 40px 0 60px;
}

.header-bg .header {
  width: min(1300px, 90%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-bg .header h1 {
  margin-bottom: 0;
  color: #fff;
}

.header-bg .header .fsm-logo-wrap svg {
  max-width: 100%;
  fill: #fff;
}

.header-bg .header .fsm-logo-wrap svg path {
  fill: #fff;
}

main {
  width: min(1300px, 90%);
  background: #fff;
  position: relative;
  top: -50px;
  padding: clamp(0rem, 2vw, 3vw) 4vw;
  margin: 0 auto;
}

.footer {
  background: #1c2130;
  padding: 24px;
}

.footer p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header-bg .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 95%;
  }
  .header-bg .header h1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 24px;
  }
  .header-bg .header div {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  main {
    width: 95%;
  }
}
