@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

header,
section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

h1,
h2 {
  margin-bottom: .5rem
}

h1,
h2 {
  margin-top: 0
}

ul {
  margin-top: 0;
  margin-bottom: 1rem
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

img {
  border-style: none
}

img {
  vertical-align: middle
}

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;

}

input {
  overflow: visible
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

h1,
h2 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

h1 {
  font-size: 2.5rem
}

h2 {
  font-size: 2rem
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col-5,
.col-7,
.col-12,
.col-lg-4,
.col-lg-8,
.col-md-2,
.col-md-3,
.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

@media (min-width:768px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }
}

@media (min-width:992px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
}

.d-none {
  display: none !important
}

.d-flex {
  display: flex !important
}

@media (min-width:768px) {
  .d-md-block {
    display: block !important
  }
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-between {
  justify-content: space-between !important
}

.align-items-center {
  align-items: center !important
}

@media (min-width:768px) {
  .mb-md-5 {
    margin-bottom: 3rem !important
  }
}

.text-center {
  text-align: center !important
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555
}

* {
  box-sizing: border-box
}

body {
  font-family: Poppins, sans-serif;
  overflow-x: hidden;
  padding: 0;
  font-size: 18px;
  color: #333;
  line-height: 1.6
}

@media screen and (max-width:767px) {
  body {
    font-size: 16px
  }
}

img {
  max-width: 100%;
  height: auto
}

.container {
  max-width: 1450px
}

.header {
  background-color: #171717;
  box-shadow: .3px 4px 13.8px 2.2px rgba(20, 22, 25, .15);
  padding: 15px 0;
  position: relative;
  z-index: 2
}

.header-menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px
}

@media screen and (max-width:767px) {
  .header-menu {
    font-size: 15px;
    margin-top: 20px;
    white-space: nowrap
  }
}

.header-menu a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
  border-radius: 25px;
  color: #fff !important
}

@media screen and (max-width:991px) {
  .header-menu a {
    padding: 0 10px
  }
}

@media screen and (max-width:767px) {
  .header-menu a {
    padding: 0 8px
  }
}

.header-menu li {
  padding: 0 10px
}

@media screen and (max-width:767px) {
  .header-menu li {
    padding: 0
  }
}

.header-menu li:last-child {
  border-right: 0
}

.main {
  background-image: url(/assets/main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 50px 0;
  color: #fff
}

@media screen and (max-width:767px) {
  .main {
    padding: 30px 0
  }
}

.main-header {
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px
}

@media screen and (max-width:767px) {
  .main-header {
    font-size: 46px;
    margin-bottom: 10px
  }
}

.main-subheader {
  font-size: 48px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px
}

@media screen and (max-width:767px) {
  .main-subheader {
    font-size: 26px;
    margin-bottom: 10px
  }
}

@media screen and (max-width:767px) {
  .main-image {
    margin-bottom: 20px
  }
}

.main-form {
  border-radius: 3px;
  background-color: #85c9ff;
  padding: 20px 12px;
  color: #fff
}

@media screen and (max-width:991px) {
  .main-form {
    margin-bottom: 20px
  }
}

.main-form-title {
  font-size: 38px;
  font-weight: 700;
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center
}

@media screen and (max-width:767px) {
  .main-form-title {
    font-size: 22px
  }
}



.language {
  color: #000
}

.language {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  z-index: 9999;
  align-self: center;
  margin-left: 0
}

@media (max-width:767px) {
  .language {
    font-size: 16px;
    margin-right: 15px
  }
}

.language img {
  margin-right: 10px;
  width: 21px
}

.language span {
  display: flex;
  align-items: center;
  padding: 3px 5px;
  background: #322b7c;
  color: #fff
}

.language span i {
  margin-left: 5px;
  vertical-align: middle;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #fff
}

.language-list {
  list-style: none;
  padding: 0 5px;
  margin-left: 0;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: center;
  min-width: 100%;
  display: none;
  background-color: #322b7c;
  border: 1px solid
}

.language-list a {
  color: #fff;
  display: flex
}

.form__field-gdpr {
  color: #757575;
}