/* Main CSS File */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
/* line 1, ../scss/theme/_styleguide.scss */
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

/* line 7, ../scss/theme/_styleguide.scss */
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: 'Open Sans', sans-serif; }

/* line 19, ../scss/theme/_styleguide.scss */
main {
  flex-grow: 1; }

/* line 22, ../scss/theme/_styleguide.scss */
.content-area {
  flex-grow: 1; }

/* line 25, ../scss/theme/_styleguide.scss */
header, main, footer, .content-area {
  flex-shrink: 0; }

/* line 28, ../scss/theme/_styleguide.scss */
ul, ol {
  list-style: inherit; }

/* line 31, ../scss/theme/_styleguide.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 36, ../scss/theme/_styleguide.scss */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 40, ../scss/theme/_styleguide.scss */
a {
  background-color: transparent; }

/* line 43, ../scss/theme/_styleguide.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/* line 48, ../scss/theme/_styleguide.scss */
b,
strong {
  font-weight: bolder; }

/* line 52, ../scss/theme/_styleguide.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 58, ../scss/theme/_styleguide.scss */
small {
  font-size: 80%; }

/* line 61, ../scss/theme/_styleguide.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 68, ../scss/theme/_styleguide.scss */
sub {
  bottom: -0.25em; }

/* line 71, ../scss/theme/_styleguide.scss */
sup {
  top: -0.5em; }

/* line 74, ../scss/theme/_styleguide.scss */
img {
  border-style: none; }

/* line 77, ../scss/theme/_styleguide.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/* line 87, ../scss/theme/_styleguide.scss */
button,
input {
  overflow: visible; }

/* line 91, ../scss/theme/_styleguide.scss */
button,
select {
  text-transform: none; }

/* line 95, ../scss/theme/_styleguide.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/* line 101, ../scss/theme/_styleguide.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* line 108, ../scss/theme/_styleguide.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/* line 114, ../scss/theme/_styleguide.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/* line 117, ../scss/theme/_styleguide.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/* line 125, ../scss/theme/_styleguide.scss */
progress {
  vertical-align: baseline; }

/* line 128, ../scss/theme/_styleguide.scss */
textarea {
  overflow: auto; }

/* line 131, ../scss/theme/_styleguide.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 136, ../scss/theme/_styleguide.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 140, ../scss/theme/_styleguide.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/* line 144, ../scss/theme/_styleguide.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 147, ../scss/theme/_styleguide.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* line 151, ../scss/theme/_styleguide.scss */
details {
  display: block; }

/* line 154, ../scss/theme/_styleguide.scss */
summary {
  display: list-item; }

/* line 157, ../scss/theme/_styleguide.scss */
template {
  display: none; }

/* line 160, ../scss/theme/_styleguide.scss */
[hidden] {
  display: none; }

/* Navigation
--------------------------------------------- */
/* line 3, ../scss/theme/_wp_styles.scss */
.main-navigation {
  display: block;
  width: 100%; }

/* line 7, ../scss/theme/_wp_styles.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

/* line 13, ../scss/theme/_wp_styles.scss */
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

/* line 21, ../scss/theme/_wp_styles.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

/* line 25, ../scss/theme/_wp_styles.scss */
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto; }

/* line 30, ../scss/theme/_wp_styles.scss */
.main-navigation ul ul a {
  width: 200px; }

/* line 33, ../scss/theme/_wp_styles.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

/* line 37, ../scss/theme/_wp_styles.scss */
.main-navigation li {
  position: relative; }

/* line 40, ../scss/theme/_wp_styles.scss */
.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
/* line 45, ../scss/theme/_wp_styles.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  /* line 51, ../scss/theme/_wp_styles.scss */
  .menu-toggle {
    display: none; }

  /* line 55, ../scss/theme/_wp_styles.scss */
  .main-navigation ul {
    display: flex; } }
/* line 59, ../scss/theme/_wp_styles.scss */
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em; }

/* line 66, ../scss/theme/_wp_styles.scss */
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

/* line 71, ../scss/theme/_wp_styles.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

/* line 76, ../scss/theme/_wp_styles.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
/* line 84, ../scss/theme/_wp_styles.scss */
.sticky {
  display: block; }

/* line 87, ../scss/theme/_wp_styles.scss */
.post {
  margin: 0 0 1.5em; }

/* line 90, ../scss/theme/_wp_styles.scss */
.updated:not(.published) {
  display: none; }

/* line 93, ../scss/theme/_wp_styles.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

/* line 98, ../scss/theme/_wp_styles.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
/* line 104, ../scss/theme/_wp_styles.scss */
.comment-content a {
  word-wrap: break-word; }

/* line 107, ../scss/theme/_wp_styles.scss */
.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
/* line 112, ../scss/theme/_wp_styles.scss */
.widget {
  margin: 0; }

/* line 115, ../scss/theme/_wp_styles.scss */
.widget select {
  max-width: 100%; }

/* Media
--------------------------------------------- */
/* line 120, ../scss/theme/_wp_styles.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
/* line 129, ../scss/theme/_wp_styles.scss */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
/* line 134, ../scss/theme/_wp_styles.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

/* line 138, ../scss/theme/_wp_styles.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 143, ../scss/theme/_wp_styles.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/* line 146, ../scss/theme/_wp_styles.scss */
.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
/* line 151, ../scss/theme/_wp_styles.scss */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

/* line 156, ../scss/theme/_wp_styles.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

/* line 161, ../scss/theme/_wp_styles.scss */
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

/* line 164, ../scss/theme/_wp_styles.scss */
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

/* line 167, ../scss/theme/_wp_styles.scss */
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

/* line 170, ../scss/theme/_wp_styles.scss */
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

/* line 173, ../scss/theme/_wp_styles.scss */
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

/* line 176, ../scss/theme/_wp_styles.scss */
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

/* line 179, ../scss/theme/_wp_styles.scss */
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

/* line 182, ../scss/theme/_wp_styles.scss */
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

/* line 185, ../scss/theme/_wp_styles.scss */
.gallery-caption {
  display: block; }

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
/* line 191, ../scss/theme/_wp_styles.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
/* line 196, ../scss/theme/_wp_styles.scss */
.infinity-end.neverending .site-footer {
  display: block; }

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
/* line 202, ../scss/theme/_wp_styles.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

/* line 214, ../scss/theme/_wp_styles.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
/* line 234, ../scss/theme/_wp_styles.scss */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
/* line 239, ../scss/theme/_wp_styles.scss */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

/* line 246, ../scss/theme/_wp_styles.scss */
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

/* line 253, ../scss/theme/_wp_styles.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* line 1, ../scss/theme/_buttons.scss */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
  border-radius: 20px;
  outline: none;
  box-shadow: none;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.38px; }

/* line 16, ../scss/theme/_buttons.scss */
.btn-primary {
  color: #FFFFFF;
  background: linear-gradient(180deg, #E93F34 0%, #E94573 100%);
  border: none; }
  /* line 20, ../scss/theme/_buttons.scss */
  .btn-primary:hover {
    color: #FFFFFF;
    background: linear-gradient(180deg, #E93F34 0%, #E94573 100%);
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16); }
  /* line 26, ../scss/theme/_buttons.scss */
  .btn-primary:focus {
    color: #FFFFFF;
    background: linear-gradient(180deg, #E93F34 0%, #E94573 100%);
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16); }
  /* line 32, ../scss/theme/_buttons.scss */
  .btn-primary:active {
    color: #FFFFFF;
    background: linear-gradient(180deg, #E93F34 0%, #E94573 100%);
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16); }

/* line 1, ../scss/theme/_forms.scss */
::-webkit-input-placeholder {
  color: #B2B2B7; }

/* line 4, ../scss/theme/_forms.scss */
::-moz-placeholder {
  color: #B2B2B7; }

/* line 7, ../scss/theme/_forms.scss */
:-ms-input-placeholder {
  color: #B2B2B7; }

/* line 10, ../scss/theme/_forms.scss */
:-moz-placeholder {
  color: #B2B2B7; }

/* line 13, ../scss/theme/_forms.scss */
.form-group {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center; }
  /* line 18, ../scss/theme/_forms.scss */
  .form-group i {
    position: absolute;
    left: 0;
    top: auto;
    font-size: 16px;
    color: #535357;
    z-index: 5; }
  /* line 26, ../scss/theme/_forms.scss */
  .form-group br {
    display: none; }

/* line 30, ../scss/theme/_forms.scss */
.form-control {
  background: #FFFFFF;
  border: none;
  border-bottom: 1px solid rgba(18, 18, 29, 0.25);
  padding: 16px 16px 16px 40px;
  border-radius: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #212121; }
  /* line 42, ../scss/theme/_forms.scss */
  .form-control::-webkit-input-placeholder {
    color: #B2B2B7; }
  /* line 45, ../scss/theme/_forms.scss */
  .form-control::-moz-placeholder {
    color: #B2B2B7; }
  /* line 48, ../scss/theme/_forms.scss */
  .form-control:-ms-input-placeholder {
    color: #B2B2B7; }
  /* line 51, ../scss/theme/_forms.scss */
  .form-control:-moz-placeholder {
    color: #B2B2B7; }

/* line 55, ../scss/theme/_forms.scss */
.wpcf7-not-valid-tip {
  position: absolute;
  top: 105%;
  font-size: 12px; }

/* line 60, ../scss/theme/_forms.scss */
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 20px 20px 20px 34px;
  box-shadow: 0px 4px 24px rgba(95, 86, 187, 0.25);
  border-radius: 20px;
  border: none;
  max-width: 300px;
  z-index: 5;
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.38px;
  color: #212121;
  position: relative; }

/* line 78, ../scss/theme/_forms.scss */
.wpcf7 form .wpcf7-response-output:before {
  content: '';
  width: 4px;
  height: calc(100% - 40px);
  background: linear-gradient(180deg, #E93F34 0%, #E94573 100%);
  border-radius: 30px;
  position: absolute;
  top: 20px;
  left: 20px; }

@media screen and (max-width: 767px) {
  /* line 89, ../scss/theme/_forms.scss */
  .wpcf7 form .wpcf7-response-output {
    max-width: 100%; } }
/* line 1, ../scss/theme/_typography.scss */
h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 66px;
  letter-spacing: 0.38px; }

@media screen and (max-width: 767px) {
  /* line 9, ../scss/theme/_typography.scss */
  h1 {
    font-size: 26px !important;
    line-height: 35px !important; } }
/* line 14, ../scss/theme/_typography.scss */
p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.38px; }

@media screen and (max-width: 767px) {
  /* line 22, ../scss/theme/_typography.scss */
  p {
    font-size: 16px;
    line-height: 26px; } }
/* line 1, ../scss/blocks/_header.scss */
.header-wrapper {
  position: fixed;
  padding: 15px 0;
  width: 100%;
  z-index: 5; }
  @media (max-width: 767px) {
    /* line 1, ../scss/blocks/_header.scss */
    .header-wrapper {
      position: absolute; } }
  /* line 9, ../scss/blocks/_header.scss */
  .header-wrapper .header-blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    /* line 15, ../scss/blocks/_header.scss */
    .header-wrapper .header-blocks .logo-block img {
      max-width: 100%;
      height: auto; }
    /* line 21, ../scss/blocks/_header.scss */
    .header-wrapper .header-blocks .social-block ul {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin: 0;
      padding: 0;
      list-style: none; }
      /* line 28, ../scss/blocks/_header.scss */
      .header-wrapper .header-blocks .social-block ul li {
        margin-right: 15px; }
        /* line 30, ../scss/blocks/_header.scss */
        .header-wrapper .header-blocks .social-block ul li a {
          text-decoration: none;
          transition: all .25s ease-in-out; }
          /* line 33, ../scss/blocks/_header.scss */
          .header-wrapper .header-blocks .social-block ul li a:hover {
            opacity: .8; }
          /* line 36, ../scss/blocks/_header.scss */
          .header-wrapper .header-blocks .social-block ul li a i {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            text-align: center;
            color: #fff;
            border-radius: 50%;
            background: linear-gradient(180deg, #E93F34 0%, #E94573 100%); }
            /* line 45, ../scss/blocks/_header.scss */
            .header-wrapper .header-blocks .social-block ul li a i.fa-instagram {
              font-size: 18px; }
  @media (min-width: 1400px) {
    /* line 55, ../scss/blocks/_header.scss */
    .header-wrapper .container, .header-wrapper .container-lg, .header-wrapper .container-md, .header-wrapper .container-sm, .header-wrapper .container-xl, .header-wrapper .container-xxl {
      max-width: 1440px; } }

/* line 1, ../scss/blocks/_footer.scss */
.footer-wrapper {
  padding: 12px 0; }
  /* line 3, ../scss/blocks/_footer.scss */
  .footer-wrapper .footer-blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 767px) {
      /* line 3, ../scss/blocks/_footer.scss */
      .footer-wrapper .footer-blocks {
        flex-direction: row-reverse; } }
  /* line 12, ../scss/blocks/_footer.scss */
  .footer-wrapper p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.38px;
    color: #88888C;
    margin-bottom: 0; }
  /* line 21, ../scss/blocks/_footer.scss */
  .footer-wrapper.footer-fly {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5; }
    @media (max-width: 991px) {
      /* line 21, ../scss/blocks/_footer.scss */
      .footer-wrapper.footer-fly {
        position: relative;
        bottom: auto;
        left: auto; } }
  /* line 34, ../scss/blocks/_footer.scss */
  .footer-wrapper .social-block ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 41, ../scss/blocks/_footer.scss */
    .footer-wrapper .social-block ul li {
      margin-right: 15px; }
      /* line 43, ../scss/blocks/_footer.scss */
      .footer-wrapper .social-block ul li a {
        text-decoration: none;
        transition: all .25s ease-in-out; }
        /* line 46, ../scss/blocks/_footer.scss */
        .footer-wrapper .social-block ul li a:hover {
          opacity: .8; }
        /* line 49, ../scss/blocks/_footer.scss */
        .footer-wrapper .social-block ul li a i {
          width: 30px;
          height: 30px;
          line-height: 30px;
          font-size: 16px;
          text-align: center;
          color: #fff;
          border-radius: 50%;
          background: linear-gradient(180deg, #E93F34 0%, #E94573 100%); }
          /* line 58, ../scss/blocks/_footer.scss */
          .footer-wrapper .social-block ul li a i.fa-facebook-f {
            font-size: 16px; }
          /* line 61, ../scss/blocks/_footer.scss */
          .footer-wrapper .social-block ul li a i.fa-instagram {
            font-size: 16px; }
          /* line 64, ../scss/blocks/_footer.scss */
          .footer-wrapper .social-block ul li a i.fa-instagram {
            font-size: 18px; }

@media (min-width: 1400px) {
  /* line 74, ../scss/blocks/_footer.scss */
  .footer-wrapper .container,
  .footer-wrapper .container-lg,
  .footer-wrapper .container-md,
  .footer-wrapper .container-sm,
  .footer-wrapper .container-xl,
  .footer-wrapper .container-xxl {
    max-width: 1440px; } }
/* line 2, ../scss/pages/_home.scss */
.main-screen .vce-text-block {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.38px;
  color: #212121; }

@media screen and (max-width: 767px) {
  /* line 13, ../scss/pages/_home.scss */
  .main-screen .vce-text-block {
    font-size: 14px;
    line-height: 20px; } }
/* line 21, ../scss/pages/_home.scss */
.main-screen .vce-asset-background-simple--position-right-bottom .vce-asset-background-simple-item {
  background-position: 70% 100% !important;
  background-size: contain !important; }

@media screen and (max-width: 1199px) {
  /* line 30, ../scss/pages/_home.scss */
  .main-screen .vce-asset-background-simple--position-right-bottom .vce-asset-background-simple-item {
    background-position: 80% 100% !important; } }
/* line 38, ../scss/pages/_home.scss */
.main-screen .sign-up-form .form-group {
  padding-left: 5px; }

/* line 46, ../scss/pages/_home.scss */
.main-screen .sign-up-form .form-group i {
  left: 5px; }

/* line 54, ../scss/pages/_home.scss */
.main-screen .sign-up-form .form-control {
  max-width: 315px; }

@media screen and (max-width: 767px) {
  /* line 62, ../scss/pages/_home.scss */
  .main-screen .sign-up-form .form-control {
    max-width: 100%;
    width: 100%; } }
@media screen and (max-width: 767px) {
  /* line 72, ../scss/pages/_home.scss */
  .main-screen .sign-up-form .btn {
    width: 100%; } }
@media screen and (max-width: 767px) {
  /* line 81, ../scss/pages/_home.scss */
  .main-screen .sign-up-form .wpcf7-form-control-wrap {
    max-width: 100%;
    width: 100%; } }
@media screen and (max-width: 991px) {
  /* line 89, ../scss/pages/_home.scss */
  .main-screen {
    min-height: auto !important; }

  /* line 93, ../scss/pages/_home.scss */
  .main-screen .vce-row-content {
    -ms-flex-line-pack: flex-start !important;
    align-content: flex-start !important; } }
