* {
  box-sizing: border-box;
  unicode-bidi: embed;
}

@font-face {
  font-family: "MohrRounded-SemiBold";
  src: url(../fonts/MohrRounded-SemiBold.eot);
  src: url(../fonts/MohrRounded-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/MohrRounded-SemiBold.svg#MohrRounded-SemiBold) format("svg"), url(../fonts/MohrRounded-SemiBold.ttf) format("truetype"), url(../fonts/MohrRounded-SemiBold.woff) format("woff"), url(../fonts/MohrRounded-SemiBold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NatoSans";
  src: url(../fonts/NotoSans-Regular.eot);
  src: url(../fonts/NotoSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Regular.svg#NotoSans-Regular) format("svg"), url(../fonts/NotoSans-Regular.ttf) format("truetype"), url(../fonts/NotoSans-Regular.woff) format("woff"), url(../fonts/NotoSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
html,
body {
  font-family: "MohrRounded-SemiBold";
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  background: #eee;
  margin: 0;
}

[data-grid~=container] {
  width: 1550px;
  margin: 0 auto;
  padding: 16px;
  position: relative;
}

header {
  background: #1e1B49;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 130px;
  transition-duration: 0.4s;
}
header .header--inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header--inner img {
  height: 88px;
}

.ed--shrink-header {
  height: 56px;
}
.ed--shrink-header .header--inner img {
  height: 48px;
}

.main {
  background: #eee;
  padding-bottom: 80px;
}
.main .inner--wrapper {
  padding-top: 130px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main h1 {
  text-transform: uppercase;
  color: #1e1B49;
  margin: 2rem 0;
}
.main .form_wrapper {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2.5rem 3rem;
  max-width: 768px;
  position: relative;
  z-index: 9;
  text-align: initial;
}
.main .form_wrapper .lib--input {
  color: #1e1B49;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 4px;
  line-height: 1;
  padding-bottom: 20px;
}
.main .form_wrapper .lib--input .main--label {
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 20px;
}
.main .form_wrapper .lib--input span {
  font-size: 23px;
  color: red;
}
.main .form_wrapper .lib--input .input--field--group {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.3019607843);
  display: flex;
  font-weight: 500;
  width: 100%;
  align-items: stretch;
  overflow: hidden;
  position: relative;
}
.main .form_wrapper .lib--input .input--field--group .input {
  border-radius: 28px;
  width: 100%;
  height: 56px;
  padding: 0 18px;
  font-weight: 700;
  color: #6d6e70;
  font-family: "NatoSans";
  font-size: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3019607843);
}
.main .form_wrapper .lib--input .input--field--group .input:focus-visible, .main .form_wrapper .lib--input .input--field--group .input:hover, .main .form_wrapper .lib--input .input--field--group .input:focus {
  box-shadow: none;
  outline: none;
}
.main .form_wrapper .lib--input .input--field--group textarea.input {
  height: unset;
  padding: 10px 18px;
}
.main .form_wrapper .lib--input .input--field--group .btn {
  cursor: pointer;
  height: 3rem;
  width: 3rem;
  margin-right: 0.3rem;
  color: #1e1b49;
  font-weight: 500;
  font-size: 1rem;
  font-family: "MohrRounded-SemiBold";
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  transition-duration: 0.4s;
}
.main .form_wrapper .lib--input .input--field--group .btn.active {
  background: #1e1b49;
  color: #fff;
}
.main .form_wrapper .lib--input.--button-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.main .form_wrapper .lib--input .edm--button {
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
  padding: 0 48px;
  margin-top: 1.5rem;
  background: #D6293A;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  font-weight: 500;
  transition-duration: 0.4s;
  font-family: "MohrRounded-SemiBold";
}
.main .form_wrapper .lib--input .edm--button:hover {
  background: #1e1B49;
  cursor: pointer;
}

.muted-text {
  line-height: 1.2;
  font-size: 15px;
  color: #777;
  padding: 0 32px 0 0;
  font-family: "NatoSans";
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

footer {
  padding: 32px 0;
  background-color: #1e1B49;
}
footer [data-grid~=container] {
  padding-bottom: 0;
}
footer .socialLinks {
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .socialLinks a {
  margin-left: 10px;
}
footer .socialLinks img {
  height: 30px;
  width: auto;
}
footer .socialLinks i {
  font-size: 42px;
  color: #fff;
}
footer nav {
  text-align: center;
}
footer nav a {
  display: inline-block;
  position: relative;
  padding: 2px 16px;
  text-decoration: none;
  transition: all 0.4s;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  font-family: "NatoSans";
  border-bottom: 0;
}
footer nav a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 2px;
  transform: translate(-50%);
  background-color: #fff;
  border-radius: 1px;
}
footer nav a:first-child:before {
  display: none;
}
footer nav a span:after {
  content: "";
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: -4px;
  transform: translate(-50%);
  background-color: #D6293A;
  height: 2px;
  border-radius: 1px;
  transition-duration: 0.4s;
  opacity: 0;
  pointer-events: none;
}
footer nav a span:hover:after {
  width: 86%;
  transition-duration: 0.4s;
  opacity: 1;
}
footer nav.--secondary {
  margin: 14px 0 0;
}
footer nav.--secondary a {
  font-size: 17px;
}
footer .declaration {
  color: #fff;
  line-height: 1.1;
  font-size: 14px;
  margin: 32px auto 0;
  max-width: 540px;
  text-align: center;
  font-family: "NatoSans";
}
footer .declaration p {
  font-size: 14px;
}

@media only screen and (max-width: 1569px) {
  [data-grid~=container] {
    width: 1300px;
  }
}
@media only screen and (max-width: 1399px) {
  [data-grid~=container] {
    width: 1120px;
  }
}
@media only screen and (max-width: 1199px) {
  [data-grid~=container] {
    width: 940px;
  }
}
@media only screen and (max-width: 992px) {
  [data-grid~=container] {
    width: 100%;
  }
  header {
    height: 56px;
  }
  header .header--inner img {
    height: 48px;
  }
  .main h1 {
    font-size: 28px;
  }
  .main .inner--wrapper {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  [data-grid~=container] {
    padding: 0;
  }
  header {
    padding: 0 16px;
  }
  .main h1 {
    font-size: 24px;
  }
  .main .form_wrapper {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
  }
}
@media (max-width: 440px) {
  footer {
    padding: 20px 12px;
  }
  footer nav a {
    padding: 2px 6px;
    font-size: 16px;
  }
  footer nav.--secondary a {
    font-size: 14px;
  }
}
/* Custom radio buttons */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #1e1B49;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}/*# sourceMappingURL=style.css.map */