/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/page-block_contact-us-form/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
body {
  min-width: 320px;
}

:root {
  --wp--style--global--content-size: 100% !important;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

:root :where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.entry-content {
  margin: 0 !important;
  width: 100%;
}

.wp-block-group {
  display: flex;
  flex-direction: column;
}

.wp-block-group,
.entry-content {
  flex: 1;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

.bg-black {
  background-color: #000;
}

.text-black {
  color: #000;
}

.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.bg-gray-white {
  background-color: #fafafa;
}

.text-gray-white {
  color: #fafafa;
}

.bg-light-gray {
  background-color: #f6f6f6;
}

.text-light-gray {
  color: #f6f6f6;
}

.bg-gray-medium {
  background-color: #efefef;
}

.text-gray-medium {
  color: #efefef;
}

.bg-gray {
  background-color: #7d7c7c;
}

.text-gray {
  color: #7d7c7c;
}

.bg-graphit {
  background-color: #1c1e21;
}

.text-graphit {
  color: #1c1e21;
}

.bg-violet {
  background-color: #787dff;
}

.text-violet {
  color: #787dff;
}

.bg-soft-blue {
  background-color: #e0f2fe;
}

.text-soft-blue {
  color: #e0f2fe;
}

.bg-blue {
  background-color: #0166ff;
}

.text-blue {
  color: #0166ff;
}

.bg-yellow {
  background-color: #fdd173;
}

.text-yellow {
  color: #fdd173;
}

.bg-red {
  background-color: #eb5757;
}

.text-red {
  color: #eb5757;
}

.bg-green {
  background-color: #27ae60;
}

.text-green {
  color: #27ae60;
}

.bg-dark {
  background-color: #282b34;
}

.text-dark {
  color: #282b34;
}

.bg-img-background {
  background-color: #413a36;
}

.text-img-background {
  color: #413a36;
}

body {
  font-family: "Open Sans";
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  min-height: 100vh;
}

:root {
  --block-padding-top: 32px;
  --block-padding-bottom: 32px;
  --header-padding-bottom: 32px;
}

@media (min-width: 768px) {
  :root {
    --block-padding-top: 64px;
    --block-padding-bottom: 56px;
    --header-padding-bottom: 86px;
  }
}
:root {
  --wp--style--global--content-size: 100%;
  --breakpoint-xs: 0;
  --breakpoint-sm: 376px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
}

h1,
h2,
h3,
h4,
h5,
label,
button,
a {
  font-family: Poppins;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  margin: 0;
}

h1 {
  font-size: 3rem;
  line-height: 1.38;
}

h2 {
  font-size: 2.25rem;
  line-height: 46px;
}

h3 {
  font-size: 2rem;
  line-height: 1.45;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.default-spacing-contact-us {
  padding-top: var(--block-padding-top);
  padding-bottom: var(--block-padding-bottom);
}

.bottom-default-space {
  padding-bottom: 32px;
}

.wrapper-congratulation-hand {
  font-size: 2.625rem;
}
.wrapper-congratulation-hand .congratulation-hand {
  display: inline-block;
  animation: waveHand 2s linear infinite;
  transform-origin: bottom center;
}

@keyframes waveHand {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(18deg);
  }
  20% {
    transform: rotate(-18deg);
  }
  30% {
    transform: rotate(18deg);
  }
  40% {
    transform: rotate(-18deg);
  }
  50% {
    transform: rotate(18deg);
  }
  60% {
    transform: rotate(0);
  }
}
.email-reference {
  font-family: "Open Sans";
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
}
.email-reference:hover .color-changer {
  color: #787dff;
}
.email-reference:hover .email {
  fill: #787dff;
}

.text-gray-important {
  color: #7d7c7c !important;
}

.message-contact-us {
  height: 176px !important;
  resize: none;
  padding-top: 20px;
  padding-bottom: 10px;
}

.checkbox-big-cta {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 !important;
  outline: none !important;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
}
.checkbox-big-cta:checked {
  background-color: #000;
}
.checkbox-big-cta:checked::before {
  display: inline-block;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTAuMDI0MSAxNC4zMDg2TDcuNDUwOTYgMTEuODIxMUw2LjU3MTUzIDEyLjY2MjNMMTAuMDI0MSAxNkwxNy40Mjg3IDguODQxMTRMMTYuNTU4NCA4TDEwLjAyNDEgMTQuMzA4NloiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8L3N2Zz4K) !important;
  margin-left: -4px !important;
  margin-top: -4px !important;
}

.policy-link {
  color: #0166FF !important;
  box-shadow: none !important;
}
.policy-link:focus, .policy-link:hover {
  color: #0166FF !important;
}

.underline-police-and-terms {
  text-decoration: none;
  text-underline-offset: 8px;
  text-decoration-thickness: 1.5px;
  color: #eb5757;
}

input[data-elem-name=input-checkbox-policy].error {
  border-color: #eb5757;
  box-shadow: 0 0 0 3px rgba(235, 87, 87, 0.25) !important;
}

input[data-elem-name=input-checkbox-policy].error ~ .underline-police-and-terms {
  text-decoration: underline;
}

.wrapper-change-color {
  background-color: #fff;
}

.success-message,
.error-message {
  max-width: 686px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.success-message .message-response-under-title,
.error-message .message-response-under-title {
  max-width: 361px;
  margin-left: auto;
  margin-right: auto;
}

.congratulation-block-contact-us {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .bottom-default-space {
    padding-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .wrapper-congratulation-hand {
    font-size: 2.25rem;
  }
  .wrapper-change-color {
    background-color: #f6f6f6;
  }
}
@media (min-width: 1024px) {
  .wrapper-email-reference {
    margin-top: auto;
    margin-bottom: 60px;
  }
  .email-reference {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style-index.css.map*/