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

html,
body {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  background-color: #1f1f1f;
  overflow-anchor: none;
  font-size: 16px;
  scroll-behavior: smooth;
}

html.lock {
  overflow: hidden;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1,
h2 {
  color: #fff;
  font-size: calc(18px + 14 * (100vw / 1240));
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

h3 {
   color: #fff;
   font-size: calc(16px + 10 * (100vw / 1240));
   font-weight: 600;
   line-height: 120%;
   text-transform: uppercase;
   margin-bottom: 20px;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
  color: #b4b6c0;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  padding: 6px 0;
}

p:last-child {
  padding-bottom: 0px;
}

ul {
   list-style-type: none;
}

ul,
li {
  padding: 0;
  margin: 0;
}

.main ul,
.main ol {
  padding: 15px 0;
}

.main ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 7px;
  color: #b4b6c0;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.main ol {
   list-style-type: decimal;
   margin-left: 20px;
}

.main ol li {
   position: relative;
   margin-bottom: 7px;
   color: #b4b6c0;
   font-size: 15px;
   font-weight: 400;
   line-height: 120%;
}

.main ul li:last-child {
  margin-bottom: 0;
}

.main ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 15px;
  background: url("../img/svg/checkbox.svg") no-repeat center top/cover;
}

textarea {
  resize: none;
  width: 100%;
}

input,
button,
textarea {
  font: inherit;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  background: none;
  min-width: 10px;
}

.wpcf7 input {
	width: 100%;
}

label {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

select {
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

::-ms-input-placeholder {
  color: #a3a3a3;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

::placeholder {
  color: #a3a3a3;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
   scrollbar-width: auto;
   scrollbar-color: rgba(158, 158, 158, 0.4);
 }
 
 /* Chrome, Edge, and Safari */
 *::-webkit-scrollbar {
   width: 6px;
 }
 
 *::-webkit-scrollbar-track {
   background: rgba(158, 158, 158, 0.4);

 }
 
 *::-webkit-scrollbar-thumb {
   background: linear-gradient(180deg, #9550D5 0%, #354DB4 100%);
   border: 0px solid rgba(158, 158, 158, 0.4);
   width: 6px;
 }

/*-- header style start --*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.header-top {
  padding: 20px 0;
  background: #1B1B1F;
}

.header-top__content {
  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;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.header-top__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: var(--col1, linear-gradient(180deg, #9550D5 0%, #354DB4 100%));
  margin-right: 20px;
}

.header-top__svg {
  width: 18px;
  height: 18px;
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.header-top__text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.header-top__text-item:last-child {
  margin-bottom: 0;
}

.header-top__text-body {
  color: #fff;
  /* text-align: center; */
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.2px;
}

a.header-top__text-body:hover {
  background: var(--col1, linear-gradient(180deg, #9550D5 0%, #354DB4 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-top__text-add {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
}

.header-bottom {
  background-color: #fff;
  padding: 8px 0;
}

.header-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-bottom__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
}

.custom-logo-link img {
   height: 100%;
}

.header-fixed {
  position: fixed;
  -webkit-animation-name: header_fixed;
          animation-name: header_fixed;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.header-fixed .header-top {
  display: none;

}

.header-fixed .custom-logo-link {
  height: 35px;
}

@-webkit-keyframes header_fixed {
  0% {
    opacity: 0;
    top: -100%;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes header_fixed {
  0% {
    opacity: 0;
    top: -100%;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}