.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #0c2e76;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ed3a6e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ed3a6e;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 25px;
}

.info_block_top {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100vw;
  height: 27px;
  background-color: #ed3a6e;
}

.text_info_block_top {
  font-size: 13px;
  font-weight: 400;
}

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

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  width: 100vw;
  margin-top: 26px;
  background-color: transparent;
}

.nav-menu {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link {
  color: #fff;
  font-size: 13px;
}

.nav-link.w--current {
  color: #ed3a6e;
}

.section {
  min-height: 70vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.section.gallerie {
  min-height: 30vh;
}

.section._1 {
  margin-top: 13vh;
}

.section.einpaket {
  min-height: 20vh;
}

.headline_span {
  font-weight: 300;
}

.button {
  margin: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 20px;
  background-color: #ed3a6e;
  font-size: 13px;
}

.button:hover {
  background-color: #0c2e76;
}

.button.clear {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #ed3a6e;
  background-color: transparent;
  color: #ed3a6e;
  font-weight: 400;
}

.button.clear:hover {
  background-color: #ed3a6e;
  color: #fff;
  font-weight: 300;
}

.landing_text_div {
  width: 60%;
}

.landing_text {
  margin-top: 200px;
}

.circle_bg {
  position: relative;
  left: 14%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -100;
  display: block;
  overflow: auto;
  width: 20vw;
  height: 20vw;
  border-radius: 500px;
  background-color: #0a2868;
}

.circle_bg.left {
  display: none;
  margin-left: 69.8vw;
}

.circle_bg._1 {
  position: relative;
  width: 6vw;
  height: 6vw;
  margin-top: 0vh;
  margin-left: 69vw;
}

.circle_bg._1.kochen {
  margin-left: 44vw;
}

.circle_bg._2 {
  width: 12vw;
  height: 12vw;
  margin-top: 20vh;
  margin-left: 0vw;
}

.circle_bg._2.kochen {
  margin-top: 38vh;
  margin-left: 30vw;
}

.circle_bg.kochen1 {
  width: 25vw;
  height: 25vw;
  margin-top: 12vh;
}

.circle_bg.kochen2 {
  margin-top: 25vh;
  margin-left: 60vw;
}

.logo_bg {
  position: absolute;
  z-index: -100;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/Essenbesteller-Logo-red-NO-TEXT2x.png');
  background-position: 50% 50%;
  background-size: 1083px;
  background-repeat: no-repeat;
}

.div-block {
  position: static;
  display: inline-block;
  width: 80%;
  margin-left: 186px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  position: relative;
  width: auto;
  padding-left: 56px;
}

.div-block-3 {
  width: 100%;
  margin-bottom: -30px;
}

.list {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 22px;
  font-size: 15px;
}

.list-item {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-10 {
  width: 330%;
  margin-left: -188px;
}

.image {
  width: 670px;
  margin-left: -100px;
}

.div-block-11 {
  margin-top: 301px;
  margin-left: -150px;
}

.div-block-11.text_fade {
  margin-top: auto;
  margin-left: auto;
}

.circle_bg-left {
  position: absolute;
  z-index: -100;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 109px;
  border-radius: 5000px 0px 0px 50000px;
  background-image: none;
  opacity: 0.44;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.white_section {
  padding: 20px 12px 50px;
  background-color: #fff;
  color: #0c2e76;
}

.text-field {
  margin-right: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #ed3a6e;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-14 {
  display: block;
  width: 36%;
}

.form-block {
  width: 60%;
}

.heading {
  width: 40%;
}

.features {
  width: 300px;
  margin-right: 10px;
}

.feature_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-4 {
  display: block;
}

.div-block-16 {
  width: 60%;
  margin-top: -175px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  width: 100%;
}

.slider {
  background-color: transparent;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.paragraph {
  font-size: 11px;
  line-height: 18px;
}

.div-block-23 {
  width: 60%;
  margin-left: 61px;
}

.div-block-24 {
  min-width: 41%;
}

.div-block-25 {
  min-width: 20%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-26 {
  width: 60%;
  margin-top: -53px;
}

.adress_block {
  margin-bottom: 40px;
}

.contact_block {
  display: block;
  width: 70%;
  padding-left: 60px;
}

.section-3 {
  margin-bottom: 149px;
}

.checkbox-label {
  font-size: 10px;
  line-height: 14px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  width: 70%;
}

.div-block-31 {
  width: 100%;
}

.div-block-32 {
  position: absolute;
  display: none;
  width: 100vw;
  height: 100%;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
}

.why-wait {
  margin: 90px 10px;
}

.landing_wo_risk {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: -22px;
  margin-left: 186px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.image-2 {
  display: block;
}

.screenshots {
  width: auto;
  height: auto;
  margin: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.31);
  border-radius: 20px;
  background-image: none;
  background-size: auto;
  box-shadow: none;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.screenshots:hover {
  box-shadow: 2px 0 23px -4px #ed3a6e;
  -webkit-filter: none;
  filter: none;
}

.screenshots.top_pad_100 {
  margin-top: 100px;
}

.screenshots.top_pad_min_100 {
  margin-top: -50px;
  box-shadow: 2px 0 23px 1px rgba(0, 0, 0, 0.71);
}

.screenshots.top_pad_50 {
  margin-top: 50px;
}

.screenshot_image {
  border-radius: 13px;
}

.heading-5 {
  display: block;
  margin-bottom: 180px;
  padding-bottom: 96px;
}

.image-3 {
  overflow: hidden;
  margin-left: -10vw;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block {
  color: #ed3a6e;
  font-weight: 500;
}

.success-message {
  background-color: transparent;
}

.error-message {
  padding: 30px;
  border-radius: 20px;
  background-color: #fc5d5d;
}

.text-block-2 {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

.heading-6 {
  text-align: right;
}

.paragraph-3 {
  text-align: right;
}

.bg_circles {
  position: relative;
  z-index: -10;
  height: 100vh;
  margin-bottom: -100vh;
}

.circle_bg_big_top_left {
  position: relative;
  left: 14%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -100;
  display: block;
  overflow: auto;
  width: 20vw;
  height: 20vw;
  border-radius: 500px;
  background-color: #0a2868;
  background-image: linear-gradient(130deg, #0c2e76, #0f2a64);
}

.circle_bg_big_top_left.left {
  display: none;
  margin-left: 69.8vw;
}

.circle_bg_big_top_left._1 {
  position: relative;
  width: 6vw;
  height: 6vw;
  margin-top: 0vh;
  margin-left: 69vw;
}

.circle_bg_big_top_left._1.kochen {
  margin-left: 44vw;
}

.circle_bg_big_top_left._2 {
  width: 12vw;
  height: 12vw;
  margin-top: 20vh;
  margin-left: 0vw;
}

.circle_bg_big_top_left._2.kochen {
  margin-top: 38vh;
  margin-left: 30vw;
}

.circle_bg_big_top_left.kochen1 {
  width: 25vw;
  height: 25vw;
  margin-top: 12vh;
}

.circle_bg_big_top_left.kochen2 {
  margin-top: 25vh;
  margin-left: 60vw;
}

.circle_bg_big_top_left.kochen {
  width: 9vw;
  height: 9vw;
  margin-left: 10vw;
}

.circle_bg_medium_bottom_left {
  position: relative;
  left: 14%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -100;
  display: block;
  overflow: auto;
  width: 12vw;
  height: 12vw;
  margin-left: 60vw;
  border-radius: 500px;
  background-color: #0a2868;
  background-image: linear-gradient(185deg, #0c2e76, #0f2a64);
}

.circle_bg_medium_bottom_left.left {
  display: none;
  margin-left: 69.8vw;
}

.circle_bg_medium_bottom_left._1 {
  position: relative;
  width: 6vw;
  height: 6vw;
  margin-top: 0vh;
  margin-left: 69vw;
}

.circle_bg_medium_bottom_left._1.kochen {
  margin-left: 44vw;
}

.circle_bg_medium_bottom_left._2 {
  width: 12vw;
  height: 12vw;
  margin-top: 20vh;
  margin-left: 0vw;
}

.circle_bg_medium_bottom_left._2.kochen {
  margin-top: 38vh;
  margin-left: 30vw;
}

.circle_bg_medium_bottom_left.kochen1 {
  width: 25vw;
  height: 25vw;
  margin-top: 12vh;
}

.circle_bg_medium_bottom_left.kochen2 {
  margin-top: 25vh;
  margin-left: 60vw;
}

.circle_bg_medium_bottom_left.kochen {
  width: 25vw;
  height: 25vw;
  margin-left: 44vw;
}

.circle_bg_small_bottom_left {
  position: relative;
  left: 14%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -100;
  display: block;
  overflow: auto;
  width: 5vw;
  height: 5vw;
  border-radius: 500px;
  background-color: #0a2868;
  background-image: linear-gradient(51deg, #0c2e76, #0f2a64);
}

.circle_bg_small_bottom_left.left {
  display: none;
  margin-left: 69.8vw;
}

.circle_bg_small_bottom_left._1 {
  position: relative;
  width: 6vw;
  height: 6vw;
  margin-top: 0vh;
  margin-left: 69vw;
}

.circle_bg_small_bottom_left._1.kochen {
  margin-left: 44vw;
}

.circle_bg_small_bottom_left._2 {
  width: 12vw;
  height: 12vw;
  margin-top: 20vh;
  margin-left: 0vw;
}

.circle_bg_small_bottom_left._2.kochen {
  margin-top: 38vh;
  margin-left: 30vw;
}

.circle_bg_small_bottom_left.kochen1 {
  width: 25vw;
  height: 25vw;
  margin-top: 12vh;
}

.circle_bg_small_bottom_left.kochen2 {
  margin-top: 25vh;
  margin-left: 60vw;
}

.circle_bg_small_bottom_left.kochen {
  width: 12vw;
  height: 12vw;
  margin-top: 30vh;
}

.image-copy {
  width: 670px;
}

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

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(184deg, rgba(12, 46, 118, 0.39) 39%, #0c2e76 74%);
}

.container-7 {
  padding: 10px;
}

.sub {
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}

.error-message-2 {
  border-radius: 20px;
  background-color: #ff4b4b;
}

.text-block-3 {
  color: #fff;
}

.statistic_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.statistic_bar_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 40px;
  margin: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-color: #061941;
}

.statistic_bar_1.with_eb {
  margin-left: 0px;
  background-color: #ed3a6e;
}

.statistic_bar_text {
  font-size: 11px;
  line-height: 13px;
  text-align: center;
}

.statistic_bar_text.bold {
  font-size: 10px;
  font-weight: 500;
}

.statistic_bar_headline {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.div-block-33 {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
    color: #0c2e76;
  }
  .nav-link {
    color: #0c2e76;
  }
  .circle_bg {
    display: block;
  }
  .circle_bg._1 {
    display: block;
  }
  .circle_bg._2 {
    display: block;
  }
  .div-block {
    margin-top: 54px;
    margin-left: 121px;
  }
  .circle_bg-left {
    display: none;
  }
  .div-block-15 {
    width: 45vw;
  }
  .heading-2 {
    width: 70%;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #0c2e76;
  }
  .landing_wo_risk {
    margin-top: 54px;
    margin-left: 121px;
  }
  .screenshots.top_pad_100 {
    margin-top: 0px;
  }
  .screenshots.top_pad_min_100 {
    margin-top: 0px;
  }
  .screenshots.top_pad_50 {
    margin-top: 0px;
  }
  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .circle_bg_big_top_left {
    display: block;
  }
  .circle_bg_big_top_left._1 {
    display: block;
  }
  .circle_bg_big_top_left._2 {
    display: block;
  }
  .circle_bg_medium_bottom_left {
    display: block;
  }
  .circle_bg_medium_bottom_left._1 {
    display: block;
  }
  .circle_bg_medium_bottom_left._2 {
    display: block;
  }
  .circle_bg_small_bottom_left {
    display: block;
  }
  .circle_bg_small_bottom_left._1 {
    display: block;
  }
  .circle_bg_small_bottom_left._2 {
    display: block;
  }
  .container-7 {
    margin-top: 150px;
  }
  .heading-7 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .text_info_block_top {
    font-size: 12px;
  }
  .section {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-2 {
    padding-left: 0px;
  }
  .div-block-3 {
    display: none;
    margin-top: -272px;
    margin-left: 223px;
  }
  .div-block-9 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-10 {
    margin-left: -173px;
  }
  .circle_bg-left {
    margin-left: -118vw;
  }
  .div-block-13 {
    display: block;
  }
  .div-block-14 {
    width: 100%;
  }
  .heading {
    width: 100%;
  }
  .div-block-15 {
    width: 90vw;
    margin-top: 112px;
    margin-left: 0px;
    padding-right: 63px;
    padding-left: 0px;
  }
  .div-block-16 {
    width: 80%;
    margin-top: 0px;
  }
  .div-block-17 {
    display: block;
  }
  .heading-2 {
    width: 80%;
    margin-bottom: -109px;
  }
  .container-5 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-22 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-30 {
    margin-right: -100px;
  }
  .landing_wo_risk {
    margin-left: 0px;
  }
  .heading-6 {
    text-align: left;
  }
  .paragraph-3 {
    text-align: left;
  }
  ._20_min_img {
    margin-left: auto;
  }
  .heading-7 {
    width: 80%;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 35px;
  }
  h2 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  .nav-menu {
    background-color: #fff;
  }
  .nav-link {
    color: #0c2e76;
  }
  .headline_span {
    font-size: 29px;
  }
  .landing_text_div {
    width: 100%;
  }
  .landing_text {
    width: 100%;
    margin-top: 93px;
  }
  .div-block {
    margin-top: 124px;
    margin-left: 0px;
  }
  .div-block-2 {
    width: 114%;
    margin-left: 0px;
    padding-left: 0px;
  }
  .div-block-3 {
    margin-right: -74px;
    margin-left: 113px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-9 {
    display: block;
  }
  .div-block-10 {
    width: 100%;
    margin-left: 0px;
  }
  .image {
    margin-left: 0px;
  }
  .div-block-11 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .div-block-11.text_fade {
    margin-top: 50px;
  }
  .div-block-15 {
    width: 87vw;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .div-block-17 {
    display: block;
  }
  .heading-2 {
    margin-bottom: -13px;
  }
  .div-block-19 {
    display: none;
  }
  .div-block-20 {
    display: none;
  }
  .flex {
    display: block;
  }
  .div-block-26 {
    width: 80%;
  }
  .contact_block {
    width: 100%;
    margin-top: 40px;
    padding-left: 0px;
  }
  .div-block-30 {
    width: 100%;
  }
  .div-block-31 {
    width: 100%;
  }
  .menu-button:active {
    background-color: #fff;
    color: #0c2e76;
  }
  .why-wait {
    display: block;
  }
  .landing_wo_risk {
    margin-top: auto;
    margin-bottom: 79px;
    margin-left: 0px;
  }
  ._20_min_img {
    width: 100%;
    margin-left: 0px;
  }
  .container-7 {
    min-height: 500px;
    margin-top: 102px;
  }
  .heading-7 {
    width: 110%;
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 35px;
  }
  .sub {
    font-size: 21px;
    line-height: 28px;
  }
}

