@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@font-face {
  font-family: "Cruinn";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Cruinn/Cruinn.eot");
  src: url("../fonts/Cruinn/Cruinn.eot?#iefix") format("embedded-opentype"), url("../fonts/Cruinn/Cruinn.woff") format("woff"), url("../fonts/Cruinn/Cruinn.ttf") format("truetype");
}
@font-face {
  font-family: "Cruinn";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Cruinn/Cruinn-Black.eot");
  src: url("../fonts/Cruinn/Cruinn-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Cruinn/Cruinn-Black.woff") format("woff"), url("../fonts/Cruinn/Cruinn-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Helvetica/Helvetica-Regular.eot");
  src: url("../fonts/Helvetica/Helvetica-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/Helvetica-Regular.woff") format("woff"), url("../fonts/Helvetica/Helvetica-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Helvetica/Helvetica-Bold.eot");
  src: url("../fonts/Helvetica/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/Helvetica-Bold.woff") format("woff"), url("../fonts/Helvetica/Helvetica-Bold.ttf") format("truetype");
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  background: #fff;
  color: #000;
}

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

.text-center {
  text-align: center;
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
a:hover, a:focus {
  text-decoration: none;
}

input, textarea, select {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica", sans-serif;
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  background: #D9D9D9;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #717171;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #717171;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #717171;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #717171;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: #717171;
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  height: auto;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: 0 5px 0 0;
  display: inline;
}

label {
  display: block;
  width: 100%;
  margin: 0 0 16px;
}
label:last-child {
  margin: 0;
}

textarea {
  resize: none;
  padding: 12px 15px;
  height: 103px;
}

button, .btn {
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Raleway", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}
button:hover, button:focus, .btn:hover, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 15px 50px;
  font-size: 16px;
  height: 60px;
  font-weight: bold;
  border-radius: 10px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-accent {
  background: #6A5ACD;
  color: #fff;
}
.btn-accent:hover, .btn-accent:focus {
  background: #4196f1;
  color: #fff;
}

.svg-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
}

b {
  display: block;
  font-weight: bold;
}

strong {
  font-weight: 600;
  display: inline;
}

ul, ol {
  padding: 0 0 0 20px;
}

.my-ul {
  list-style: none;
  padding: 0;
}

.list-dots {
  list-style-type: disc;
}

h1 {
  width: 100%;
  font-size: 72px;
  font-weight: 900;
  font-family: "Cruinn", sans-serif;
  margin: 0 0 80px;
}

.h1-number {
  font-size: 117px;
  font-family: "Allura", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 1;
  line-height: 0.9;
}
.h1-number::before {
  content: "";
  z-index: -1;
  position: absolute;
  background: #6A5ACD;
  width: 100%;
  height: calc(100% - 43px);
  left: 0;
  top: 43%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

h2 {
  width: 100%;
  font-family: "Cruinn", sans-serif;
  font-size: 64px;
  font-weight: 900;
  margin: 0 auto 40px;
  line-height: 120%;
  text-transform: uppercase;
}

.h3 {
  width: 100%;
  text-align: center;
  font-family: "Cruinn", sans-serif;
  font-size: 24px;
  line-height: 120%;
}

h3 {
  font-size: 24px;
  line-height: 120%;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-text {
  line-height: 130%;
}

.list-social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-social li:not(:last-child) {
  margin: 0 32px 0 0;
}
.list-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88px;
  height: 88px;
  min-width: 88px;
}
.list-social li a:hover {
  opacity: 0.8;
}

a.color-white {
  color: #fff;
}
a.color-white:hover {
  color: #6A5ACD;
}

.color-accent {
  color: #6A5ACD;
}

a.color-accent {
  color: #6A5ACD;
}
a.color-accent:hover {
  color: #4196f1;
}

.bg-violet {
  background: #6A5ACD;
}

.d-inline {
  display: inline;
}

.text-decoration {
  text-decoration: underline;
}

.m-120 {
  margin: 120px 0;
}

.m-80 {
  margin: 80px 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.m-auto {
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.w-25 {
  width: 25%;
  padding: 0 15px;
}

.w-33 {
  width: 33.33%;
  padding: 0 15px;
}

.w-50 {
  width: 50%;
  padding: 0 15px;
}

.box-text p {
  margin: 0 0 24px;
}
.box-text p:last-child {
  margin: 0;
}

.d-pc {
  display: block;
}

.d-mobile {
  display: none;
}

.label-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-size: 12px;
  margin: 24px 0 0;
  line-height: 1;
  cursor: pointer;
}
.label-checkbox .inp-check {
  display: none;
}
.label-checkbox a {
  color: #C1CBFF;
}

.checkbox-custom {
  margin: 2px 10px 0 0;
  position: relative;
  border-radius: 0;
  background-color: #fff;
  width: 10px;
  height: 10px;
  min-width: 10px;
  cursor: pointer;
}

.inp-check:checked ~ .checkbox-custom {
  background: #6A5ACD;
}