@charset "UTF-8";

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "RobotoMono";
  src: url("../fonts/RobotoMono-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}


.main-h1 {
  font-size: 100px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 68px;
  letter-spacing: -5px;
}

.main-btn-2 {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 5px;
  padding: 8px 7px 8px 15px;
  font-size: 20px;
  font-weight: 500;
  min-width: 230px;
  height: 60px;
  color: #0C1421;
}

.main-btn-2:after {
  content: '';
  display: block;
  width: 48px;
  min-width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiByeD0iNSIgZmlsbD0iIzBDMTQyMSIvPgo8cGF0aCBkPSJNMzAuMzEzNyAxNy42ODYzQzMwLjMxMzcgMTcuMTM0IDI5Ljg2NiAxNi42ODYzIDI5LjMxMzcgMTYuNjg2M0wyMC4zMTM3IDE2LjY4NjNDMTkuNzYxNCAxNi42ODYzIDE5LjMxMzcgMTcuMTM0IDE5LjMxMzcgMTcuNjg2M0MxOS4zMTM3IDE4LjIzODYgMTkuNzYxNCAxOC42ODYzIDIwLjMxMzcgMTguNjg2M0wyOC4zMTM3IDE4LjY4NjNMMjguMzEzNyAyNi42ODYzQzI4LjMxMzcgMjcuMjM4NiAyOC43NjE0IDI3LjY4NjMgMjkuMzEzNyAyNy42ODYzQzI5Ljg2NiAyNy42ODYzIDMwLjMxMzcgMjcuMjM4NiAzMC4zMTM3IDI2LjY4NjNMMzAuMzEzNyAxNy42ODYzWk0xOCAyOUwxOC43MDcxIDI5LjcwNzFMMzAuMDIwOCAxOC4zOTM0TDI5LjMxMzcgMTcuNjg2M0wyOC42MDY2IDE2Ljk3OTJMMTcuMjkyOSAyOC4yOTI5TDE4IDI5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-container {
  width: 100%;
  overflow: hidden;
}

.section {
  padding: 100px 0;
  width: 100%;
  position: relative;
}

.pre-title {
  font-size: 18px;
  letter-spacing: -0.4px;
  color: #090E18;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: RobotoMono, sans-serif;
}

.pre-title--white {
  color: #fff;
}

.pre-title:before {
  content: '';
  display: block;
  background: linear-gradient(to right, #016FFF 0%, #012FFF 100%);
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-right: 12px;
}

.pre-title--white:before {
  background: #fff;
}


.main-btn-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 64px;
  max-width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  background: #012FFF;
  font-weight: 500;
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
  .main-btn-3:hover {
    background: #0026D1;
  }
}

@media screen and (max-width: 1800px) {
  .main-h1 {
    letter-spacing: -3px;
    font-size: 60px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 767px) {
  .main-h1 {
    font-size: 40px;
    letter-spacing: -2px;
    margin-bottom: 40px;
  }

  .main-btn-2 {
    min-width: 200px;
    height: 56px;
    font-size: 16px;
  }

  .main-btn-2:after {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }

  .pre-title {
    font-size: 14px;
  }

  .pre-title:before {
    width: 9px;
    min-width: 9px;
    height: 9px;
    margin-right: 12px;
  }

  .section {
    padding: 70px 0;
  }

  .main-btn-3 {
    width: 180px;
    height: 48px;
    font-size: 16px;
  }
}















.main-footer {
  padding-top: 64px;
  width: 100%;
  padding-bottom: 48px;
}

.main-footer-top {
  border-top: 1px solid rgba(209, 213, 224, 1);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.main-footer-top-title {
  color: rgba(1, 47, 255, 1);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.7px;
  text-align: left;
  margin-bottom: 20px;
}

.main-footer-top-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.main-footer-top-links a,
.main-footer-contact-link {
  display: block;
  width: fit-content;
  max-width: 100%;
  color: rgba(9, 14, 24, 1);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
  text-align: left;
  margin-bottom: 12px;
}

.main-footer-top-links a:hover,
.main-footer-contact-link:hover {
  text-decoration: underline;
}

.main-footer-top-links a:last-child,
.main-footer-contact-link:last-child {
  margin-bottom: 0;
}

.main-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 65px;
}

.main-footer-bottom-left {
  color: rgba(12, 20, 33, 0.3);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'RobotoMono', sans-serif;
}

.main-footer-logo {
  display: block;
  width: 967px;
  max-width: 100%;
  height: auto;
}

.main-footer-bottom-right {
  max-width: 65%;
}

.main-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.main-footer-last-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-footer-last-row-left,
.main-footer-last-row-left a {
  color: rgba(12, 20, 33, 0.3);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'RobotoMono', sans-serif;
}

.main-footer-last-row-left a {
  text-decoration: underline !important;
}

.main-footer-last-row-left a:hover {
  text-decoration: none !;
}

.main-footer-last-row-right {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.main-footer-last-row-right a {
  font-family: 'RobotoMono', sans-serif;
  color: rgba(12, 20, 33, 0.3);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: left;
  text-transform: uppercase;
}

.main-footer-logo-mobile {
  display: none;
}

.main-footer-col--4 {
  display: none;
}

@media screen and (max-width: 992px) {
  .main-footer-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    padding-top: 0;
    border-top: none;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D1D5E0;
  }

  .main-footer {
    padding-top: 80px;
    padding-bottom: 29px;
  }

  .main-footer-logo {
    display: none;
  }

  .main-footer-logo-mobile {
    display: block;
    width: 335px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .main-footer-logo-mobile img {
    display: block;
    width: 100%;
    height: auto;
  }

  .main-footer-bottom {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .main-footer-last-row-right {
    display: none;
  }

  .main-footer-last-row-left,
  .main-footer-last-row-left a {
    color: rgba(12, 20, 33, 0.3);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.3px;
    text-align: left;
    text-transform: uppercase;
  }

  .main-footer-col--4 {
    display: block;
  }

  .main-footer-top-links a,
  .main-footer-contact-link {
    color: rgba(9, 14, 24, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.3px;
    text-align: left;
  }

  .main-footer-top-title {
    color: rgba(1, 47, 255, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.4px;
    text-align: left;
    margin-bottom: 20px;
  }

  .main-footer-bottom-left {
    color: rgba(12, 20, 33, 0.3);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.3px;
    text-align: left;
    text-transform: uppercase;
  }

}

































.m-12-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-12-bg div {
  width: 100%;
  height: 100%;
}

.m-12-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-12 .wrapper {
  position: relative;
  z-index: 20;
}

.m-12-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.m-12-left {
  width: 50%;
}

.m-12-right {
  width: calc(50% - 100px);
}

.m-12-title {
  color: rgba(255, 255, 255, 1);
  font-size: 80px;
  font-weight: 400;
  line-height: 94px;
  letter-spacing: -4px;
  text-align: left;
}

.m-12-right-box {
  margin-left: auto;
  background: rgba(255, 255, 255, 1);
  padding: 64px;
  width: 762px;
  max-width: 100%;
}

.main-form .main-form-row {
  width: 100%;
  margin-bottom: 56px;
}

.main-form .main-btn-3 {
  width: 100%;
}

.main-form input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(209, 213, 224, 1);
  border-radius: 15px !important;
  color: rgba(9, 14, 24, 1);
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.4px;
  text-align: left;
  padding-bottom: 26px;
}

.main-form-row-label {
  color: rgba(9, 14, 24, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.4px;
  text-align: left;
  margin-bottom: 16px;
}

.main-form-checkbox-list {
  margin-top: 90px;
  margin-bottom: 32px;
}

.main-form-row--dual {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.main-form-row--dual .main-form-col {
  width: calc(50% - 20px);
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  bottom: auto;
  top: 0;
  height: 100%;
  padding-bottom: 26px;
}

.main-form-row-checkbox {
  cursor: pointer;
  user-select: none;
  margin-bottom: 16px;
}

.main-form-row-checkbox:last-child {
  margin-bottom: 0;
}

.main-form-row-checkbox.active .main-row-checkbox-politik-label-icon {
  background: rgba(1, 47, 255, 1);
  border-color: rgba(1, 47, 255, 1);
}

.main-form-row-checkbox.active .main-row-checkbox-politik-label-icon:after {
  opacity: 1;
}

.main-form-row-checkbox-hide {
  display: none;
}

.main-row-checkbox-politik-label-icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 10px;
  transition: 0.25s;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMi4wMDAwMDAiIGhlaWdodD0iMTAuMDAwMDAwIiBmaWxsPSJub25lIiBjdXN0b21GcmFtZT0iIzAwMDAwMCI+Cgk8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMy44MTM1MyA3Ljg4OTYzTDAuOTY4NzMyIDQuNzgwMDFMMCA1LjgzMTQ3TDMuODEzNTMgMTBMMTIgMS4wNTE0NUwxMS4wMzgxIDBMMy44MTM1MyA3Ljg4OTYzWiIgZmlsbD0icmdiKDI1NSwyNTUsMjU1KSIgZmlsbC1ydWxlPSJub256ZXJvIiAvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-row-checkbox-politik-label-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: relative;
  margin-right: 16px;
  border-radius: 5px;
  transition: 0.25s;
  box-sizing: border-box;
  border: 1px solid rgba(9, 14, 24, 1);
}

.main-row-checkbox-politik-label {
  display: flex;
  align-items: center;
  color: rgba(9, 14, 24, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.4px;
  text-align: left;
  transition: 0.25s;
}

.main-row-checkbox-politik-label a {
  color: rgba(9, 14, 24, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.4px;
  transition: 0.25s;
  text-align: left;
}

.main-row-checkbox-politik-label a:hover {
  opacity: 0.7;
}

.main-form-row-checkbox.error .main-row-checkbox-politik-label-icon {
  border-color: red !important;
}

.main-form-row-checkbox.error .main-row-checkbox-politik-label,
.main-form-row-checkbox.error .main-row-checkbox-politik-label a {
  color: red !important;
}

.main-row-checkbox-politik-label a {
  text-decoration: underline;
}

.main-row-checkbox-politik-label a:hover {
  text-decoration: none;
}

.sp_data_kod_js {
  display: none !important;
}

.wpcf7-response-output {
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  color: #fff;
}

.ajax-loader {
  display: none !important;
}

.page-url-js {
  display: none !important;
}

.iti__country-list {
  width: 300px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  z-index: 150;
}

.iti__country-list::-webkit-scrollbar {
  width: 4px;
  height: 0px;
}

.iti__country-list::-webkit-scrollbar-track {
  background: #fff;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0px;
  border: 1px solid #ccc;
}

.iti__country-list {
  top: 55px;
}

.iti__country-name {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.country-slug {
  color: rgba(9, 14, 24, 1);
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.4px;
  text-align: left;
  order: 1;
  margin-right: 8px;
}


.iti__selected-flag .iti__flag {
  display: none !important;
}

.iti__selected-flag {
  display: flex;
  align-items: center;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  color: rgba(9, 14, 24, 1);
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.4px;
  text-align: left;
  order: 4;
  margin-left: 20px;
}

.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background: transparent !important;
}

.iti__arrow {
  border: none;
  width: 6px;
  height: 8px;
  min-width: 6px;
  order: 2;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOCA2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOC4wMDAwMDAiIGhlaWdodD0iNi4wMDAwMDAiIGZpbGw9Im5vbmUiIGN1c3RvbUZyYW1lPSIjMDAwMDAwIj4KCTxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0wIDhMMCAwTDYgNEwwIDhaIiBmaWxsPSJyZ2IoOSwxNCwyNCkiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJtYXRyaXgoNi4xMjMyM2UtMTcsMSwtMSw2LjEyMzIzZS0xNyw4LDApIiAvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sp_data_kod_js {
  display: none !important;
}

.iti-mobile .iti--container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iti-mobile .iti__country-list {
  top: 0;
}

.m-12-text {
  color: rgba(255, 255, 255, 1);
  margin-top: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.4px;
  text-align: left;
}

@media screen and (max-width: 1800px) {
  .m-12-title {
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -3px;
  }

  .main-form input,
  .country-slug {
    font-size: 20px;
  }

  .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    font-size: 20px;
  }

  .main-form .main-form-row {
    margin-bottom: 40px;
  }

  .main-form-checkbox-list {
    margin-top: 60px;
  }

  .main-row-checkbox-politik-label,
  .main-row-checkbox-politik-label a {
    font-size: 14px;
  }

  .main-form input,
  .iti--allow-dropdown .iti__flag-container,
  .iti--separate-dial-code .iti__flag-container {
    padding-bottom: 18px;
  }

  .main-form-row-label {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.2px;
  }

}

@media screen and (max-width: 1400px) {
  .m-12-title {
    font-size: 52px;
    line-height: 64px;
  }
}

@media screen and (max-width: 1100px) {
  .m-12-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .m-12-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .m-12-right {
    width: 100%;
  }

  .m-12-right-box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-form .main-form-row {
    flex-direction: column;
  }

  .main-form-row--dual .main-form-col {
    width: 100%;
  }

  .m-12-right-box {
    padding: 40px 20px;
  }

  .m-12-title {
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: -2px;
    text-align: left;
  }

  .main-form-checkbox-list {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .main-row-checkbox-politik-label a {
    text-decoration: underline !important;
  }

  .m-12-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.3px;
    margin-top: 16px;
  }
}



.anhor {
    position: relative;
    top: -100px;
    left: 0;
}