/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Prompt", sans-serif;
  font-style: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.flex-content {
  flex: 1;
}

[v-cloak] {
  display: none;
}

.nav-menu {
  margin-bottom: 100px;
}

.text-sub-page {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  padding-top: 20px;
  margin-bottom: 40px;
}

.mobile-menu {
  display: none;
}

@media screen and (max-device-width: 995px) {
  .nav-menu {
    display: none;
  }

  .mobile-menu {
    display: flex;
    margin-bottom: 100px;
  }
}
@media screen and (max-device-width: 759px) {
  .mobile-menu {
    margin-bottom: 150px;
  }
}
.bg-home-mobile {
  display: none;
}

@media screen and (max-device-width: 985px) {
  .bg-home-web {
    display: none;
  }

  .bg-home-mobile {
    display: flex;
  }
}
.head1 {
  text-align: center;
  margin-top: 30px;
}
.head1__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 20px;
}
.head1__underline {
  width: 50px;
  height: 7px !important;
  background: #88b14b;
  border-radius: 100px;
  display: inline-block;
  opacity: 1;
  margin: auto;
  vertical-align: super;
}

.mobile-brand {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0px 4px 11px rgba(192, 192, 192, 0.25);
}

.mobile-open {
  text-align: right;
  padding-top: 30px;
  padding-bottom: 30px;
}

.openbtn {
  position: absolute;
  top: 40px;
  right: 45px;
  font-size: 24px;
}

.backbtn {
  position: absolute;
  top: 35px;
  left: 30px;
  font-size: 24px;
  font-weight: lighter;
  text-decoration: none;
  color: #88B14B;
}

.overlay {
  height: 0%;
  max-width: 100%;
  position: fixed;
  z-index: 40;
  overflow-y: hidden;
  overflow-x: hidden;
  transition: 0.5s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
.overlay a {
  padding: 8px;
  padding-bottom: 40px;
  text-decoration: none;
  color: #88B14B;
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 30px;
  color: #333333;
}
.overlay .mobile-bg {
  position: absolute;
  overflow: hidden;
  height: 80%;
  top: 20%;
  bottom: 0px;
  right: -3%;
  background-size: contain;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  left: 20px;
}

.overlay a:hover,
.overlay a:focus {
  color: #88B14B;
}

@media screen and (max-device-width: 985px) {
  .overlay .closebtn {
    font-size: 24px;
    top: 15px;
    right: 35px;
  }
}
.nav-bg {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0px 4px 11px rgba(192, 192, 192, 0.25);
}

.navbar-custom .nav-item {
  margin-left: 24px;
}
.navbar-custom .nav-link {
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  max-height: 40px;
  color: #333333;
}
.navbar-custom .nav-link:hover,
.navbar-custom .nav-link :focus {
  color: #88B14B;
}
.navbar-custom .nav-link__border {
  border: 1px solid #88B14B;
  border-radius: 99px;
  min-width: 180px;
  text-align: center;
  line-height: 22px;
  color: #88B14B;
}
.navbar-custom .nav-link__border:hover,
.navbar-custom .nav-link__border :focus {
  background-color: #88B14B;
  color: #fff;
}
.navbar-custom .nav-link__border:hover .nav-icon,
.navbar-custom .nav-link__border :focus .nav-icon {
  color: #fff;
}
.navbar-custom .nav-link__bg {
  background-color: #fff;
  color: #88B14B;
}
.navbar-custom .nav-link img {
  vertical-align: middle;
  padding-bottom: 2px;
}

html,
body {
  height: 100%;
  width: 100%;
  background: #88B14B;
  display: flex;
  align-items: center !important;
}

body {
  margin: 0;
  padding: 0;
  background: #88B14B;
  height: 100vh;
  overflow: hidden;
  font-family: "Prompt";
  font-style: normal;
  font-weight: normal;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
}
@media screen and (max-width: 670px) {
  .center {
    width: 360px;
  }
}

.form-center {
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 10px 75px;
  margin-top: 10px;
}
@media screen and (max-width: 670px) {
  .form-center {
    padding: 10px 50px;
  }
  .form-center.form-padding {
    padding: 10px;
  }
}

.separator {
  border-top: 1px solid #DADADA;
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
  text-align: center;
}

.separator .textInSeparator {
  background-color: #FFFFFF;
  padding: 1em;
  position: relative;
  top: -0.7em;
}

.form-group {
  margin: 30px 0;
  color: #333333;
}
@media screen and (max-width: 670px) {
  .form-group {
    margin: 20px 0;
  }
}

.btn {
  font-weight: 600;
  border-radius: 5px;
}
.btn_primary {
  background: #88B14B;
  border: #88B14B;
  color: #FFFFFF;
  font-weight: 600;
}
.btn_primary:hover, .btn_primary:focus {
  background: #88B14B;
  color: #FFFFFF;
}
.btn_secondary {
  background: #FFFFFF;
  border: 1px solid #88B14B;
  color: #88B14B;
  margin-bottom: 20px;
}
.btn_secondary:hover, .btn_secondary:focus {
  background: #FFFFFF;
  color: #88B14B;
  border: 1px solid #88B14B;
}
.btn_back {
  background: #6C757D;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.btn_back:hover, .btn_back:focus {
  background: #6C757D;
  color: #FFFFFF;
}

.text-link {
  text-decoration: none;
  color: #88B14B;
}
.text-link__white {
  text-decoration: none;
  color: #FFFFFF;
}
.text-link__white:hover {
  color: #FFFFFF;
}
.text-link:hover {
  color: #88B14B;
}

.top-align {
  position: relative;
  top: -2rem;
  text-align: center;
}

h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: #333333;
}
@media screen and (max-width: 670px) {
  h4 {
    font-size: 18px;
  }
}

p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 670px) {
  p {
    font-size: 14px;
  }
}

.padding-wide {
  padding: 0 50px;
}
