@charset "UTF-8";
/*! 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 */
  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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUOjIg1_i6t8kCHKm459WxZqh7p29NNpQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUOjIg1_i6t8kCHKm459WxZqh7g29NNpQ.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUOjIg1_i6t8kCHKm459WxZqh7r29NNpQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUOjIg1_i6t8kCHKm459WxZqh7q29NNpQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUOjIg1_i6t8kCHKm459WxZqh7k29M.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZBg_z8fZwnCo.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZBg_z-PZwnCo.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZBg_z8_ZwnCo.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZBg_z8vZwnCo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZBg_z_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZYgzz8fZwnCo.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZYgzz-PZwnCo.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZYgzz8_ZwnCo.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZYgzz8vZwnCo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZOg3z8fZwnCo.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZOg3z-PZwnCo.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZOg3z8_ZwnCo.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZOg3z8vZwnCo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZFgrz8fZwnCo.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZFgrz-PZwnCo.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZFgrz8_ZwnCo.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZFgrz8vZwnCo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZcgvz8fZwnCo.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZwnCo.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZcgvz8_ZwnCo.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwnCo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZbgjz8fZwnCo.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZbgjz-PZwnCo.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZbgjz8_ZwnCo.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZbgjz8vZwnCo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZSgnz8fZwnCo.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZSgnz-PZwnCo.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZSgnz8_ZwnCo.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZSgnz8vZwnCo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUQjIg1_i6t8kCHKm45_QpRxC7mw9c.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUQjIg1_i6t8kCHKm45_QpRzS7mw9c.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUQjIg1_i6t8kCHKm45_QpRxi7mw9c.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUQjIg1_i6t8kCHKm45_QpRxy7mw9c.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUQjIg1_i6t8kCHKm45_QpRyS7m.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_aZA3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_aZA3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_c5H3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_c5H3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_c5H3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_c5H3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_epG3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_epG3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_epG3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_epG3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  background-color: #F2F2F2;
  min-width: 310px;
}

.grid {
  display: grid;
}

main {
  margin-top: 70px;
}

h2 {
  font-family: "Montserrat";
}

p {
  font-family: "Open Sans", sans-serif;
}

header {
  position: fixed;
  background-color: #3a2a1b;
  width: 100%;
  height: 70px;
  z-index: 99999;
}
header div {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
header div img {
  width: 150px;
  padding-top: 5px;
}
@media screen and (max-width: 475px) {
  header div img {
    width: 100px;
  }
}
header div ul {
  list-style: none;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 0;
}
@media screen and (max-width: 475px) {
  header div ul {
    margin-top: 5px;
  }
}
header div ul li {
  display: inline;
  margin-left: 35px;
}
header div ul li:first-child {
  margin-left: 0;
}
header div ul li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header div ul li a::after {
  border-radius: 300px;
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: 2px;
}
header div ul li a:hover::after {
  bottom: -6px;
  opacity: 1;
  visibility: visible;
}
header div ul li a {
  font-family: "Montserrat";
  font-weight: 600;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 28px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}
@media screen and (max-width: 600px) {
  .hamburger {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  header div nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #3a2a1b;
    padding: 15px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  header div nav.nav-open {
    display: block;
  }
  header div nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  header div nav ul li {
    display: block;
    margin: 12px 0;
    font-size: 16px;
  }
}
.underline:after {
  opacity: 1;
  visibility: visible;
  bottom: -6px;
  transition: 0.15s;
}

.page-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 30px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.page-overlay h1 {
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 600px) {
  .page-overlay h1 {
    font-size: 22px;
  }
}

.hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 50px 30px 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  text-align: left;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .hero-overlay {
    position: relative;
    background: #ffffff;
    padding: 20px 20px 10px;
    text-align: center;
  }
}
.hero-overlay h1 {
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.hero-overlay h1 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.9;
  margin-top: 2px;
}
@media screen and (max-width: 600px) {
  .hero-overlay h1 {
    font-size: 22px;
    color: #8C2E2E;
    text-shadow: none;
  }
  .hero-overlay h1 span {
    font-size: 14px;
    color: rgb(236.1327433628, 169.3716814159, 109.8672566372);
    opacity: 1;
  }
}
.hero-overlay p {
  font-size: 14px;
  color: #fff;
  margin: 6px 0 0;
  opacity: 0.8;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 600px) {
  .hero-overlay p {
    color: #000000;
    text-shadow: none;
    opacity: 0.6;
    font-size: 13px;
  }
}

.section1 {
  position: relative;
  background-color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section1 {
    display: flex;
    flex-direction: column;
  }
  .section1 .hero-overlay {
    order: -1;
  }
  .section1 .slider {
    order: 0;
    width: 100%;
    flex-shrink: 0;
  }
  .section1 .slide_buttons {
    order: 1;
  }
}
.section1 .slider {
  margin: 0 auto;
  max-width: 1000px;
  height: 401px;
}
@media screen and (max-width: 600px) {
  .section1 .slider {
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .section1 .slider {
    height: 40vw;
  }
}
.section1 .slider .slide_viewer {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.section1 .slider .slide_viewer .slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}
.section1 .slider .slide_viewer .slide_group .slide {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
}
.section1 .slider .slide_viewer .slide_group .slide:first-child {
  display: block;
}
.section1 .slider .slide_viewer .slide_group .slide:nth-of-type(1) {
  background: url("../img/ba-optikzatec-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section1 .slider .slide_viewer .slide_group .slide:nth-of-type(2) {
  background: url("../img/ba-optikzatec-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section1 .slider .slide_viewer .slide_group .slide:nth-of-type(3) {
  background: url("../img/ba-optikzatec-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section1 .slider .slide_viewer .slide_group .slide:nth-of-type(4) {
  background: url("../img/ba-optikzatec-4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section1 .slider .slide_viewer .slide_group .slide:nth-of-type(5) {
  background: url("../img/ba-optikzatec-5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section1 .slider .slide_viewer .slide_group .slide:nth-of-type(6) {
  background: url("../img/ba-optikzatec-6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section1 .slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.section1 a.slide_btn {
  color: #474544;
  font-size: 35px;
  margin: 0 0.175em;
  opacity: 0.2;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section1 .slide_btn.active, .section1 .slide_btn:hover {
  color: #F2C49B;
  cursor: pointer;
  opacity: 1;
}
.section1 .directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}
.section1 .fas.fa-chevron-circle-left, .section1 .fas.fa-chevron-circle-right {
  position: absolute;
  top: calc(50% - 17.5px);
  left: 0;
  margin: 0 20px;
  color: #3a2a1b;
  font-size: 35px;
  opacity: 0.4;
  z-index: 4;
}
@media screen and (max-width: 1000px) {
  .section1 .fas.fa-chevron-circle-left, .section1 .fas.fa-chevron-circle-right {
    padding: 0;
    opacity: 1;
  }
}
.section1 .fas.fa-chevron-circle-left:hover, .section1 .fas.fa-chevron-circle-right:hover {
  opacity: 1;
  cursor: pointer;
}
.section1 .fas.fa-chevron-circle-right {
  left: auto;
  right: 0;
}

.section2 div {
  margin: 0 auto;
  max-width: 1200px;
}
.section2 div ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .section2 div ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .section2 div ul {
    padding: 0 10px;
  }
}
@media screen and (max-width: 330px) {
  .section2 div ul {
    padding: 0;
  }
}
.section2 div ul li {
  max-width: 235px;
}
@media screen and (max-width: 960px) {
  .section2 div ul li {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.section2 div ul li a {
  text-decoration: none;
}
.section2 div ul li img {
  transition: transform 0.2s ease-in;
}
.section2 div ul li img:hover {
  transform: scale(1.15);
}
@media screen and (max-width: 600px) {
  .section2 div ul li img {
    width: 150px;
    display: block;
    margin: 0 auto;
  }
}
.section2 div ul li h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 42px;
  margin: 22px 20px 0 5px;
  padding-left: 15px;
  padding-bottom: 15px;
  color: #8C2E2E;
  font-size: 18px;
  border-left: 1px solid #8C2E2E;
  transition: color 0.2s ease-in;
}
.section2 div ul li h2:hover {
  color: rgb(236.1327433628, 169.3716814159, 109.8672566372);
}
@media screen and (max-width: 600px) {
  .section2 div ul li h2 {
    font-size: 14px;
    max-width: 140px;
  }
}
.section2 div ul li p {
  color: #000000;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 20px;
  padding-top: 16px;
  padding-left: 15px;
  border-left: 1px solid #8C2E2E;
}
@media screen and (max-width: 600px) {
  .section2 div ul li p {
    font-size: 14px;
    max-width: 120px;
  }
}

.section3 {
  background-color: #ffffff;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.section3 div {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 80px;
  max-width: 1200px;
}
@media screen and (max-width: 600px) {
  .section3 div {
    padding: 30px 0 40px 0;
  }
}
.section3 div::after {
  content: "";
  background: url("../img/eyeglasses-wear.jpg") no-repeat center;
  opacity: 0.05;
  top: 0;
  left: 0;
  bottom: 0;
  right: -1000px;
  position: absolute;
  z-index: -2;
}
@media screen and (max-width: 960px) {
  .section3 div::after {
    right: -700px;
  }
}
@media screen and (max-width: 600px) {
  .section3 div::after {
    right: -600px;
  }
}
.section3 div h2 {
  text-align: center;
  color: #8C2E2E;
  margin-bottom: 30px;
  padding: 0 85px;
}
@media screen and (max-width: 600px) {
  .section3 div h2 {
    font-size: 18px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .section3 div h2 {
    font-size: 16px;
  }
}
.section3 div p {
  text-align: center;
  padding: 0 85px;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .section3 div p {
    font-size: 16px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .section3 div p {
    font-size: 14px;
  }
}

.section4 .form-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 80px 0;
}
@media screen and (max-width: 690px) {
  .section4 .form-text {
    margin-top: 80px;
    margin-bottom: 10px;
  }
}
.section4 .form-text div {
  margin-right: 500px;
}
@media screen and (max-width: 960px) {
  .section4 .form-text div {
    margin: 0 auto;
  }
}
@media screen and (max-width: 690px) {
  .section4 .form-text div {
    max-width: 300px;
    text-align: center;
  }
}
.section4 .form-text div p {
  margin: 0;
  padding-left: 20px;
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1.3;
  color: rgb(236.1327433628, 169.3716814159, 109.8672566372);
}
@media screen and (max-width: 690px) {
  .section4 .form-text div p {
    font-size: 16px;
    padding-left: 0;
  }
}
.section4 .form-text div h2 {
  font-size: 26px;
  margin-top: 5px;
  color: #8C2E2E;
}
@media screen and (max-width: 690px) {
  .section4 .form-text div h2 {
    font-size: 24px;
    margin-top: 10px;
  }
}
.section4 .form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 100px;
  max-width: 1200px;
  min-height: 600px;
}
@media screen and (max-width: 690px) {
  .section4 .form-container {
    margin-bottom: 40px;
  }
}
.section4 .form-container form {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 570px;
  background-color: rgb(232.65, 232.65, 232.65);
}
@media screen and (max-width: 480px) {
  .section4 .form-container form {
    width: 100%;
  }
}
.section4 .form-container form .form-notification {
  position: absolute;
  bottom: 20px;
}
.section4 .form-container form .form-notification .notification {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.section4 .form-container form .form-notification .notification.green {
  color: rgb(0, 204.5, 0);
}
.section4 .form-container form .form-notification .notification.red {
  color: rgb(255, 127.5, 127.5);
}
.section4 .form-container form .inputs {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .section4 .form-container form .inputs {
    width: 100%;
    align-items: center;
  }
}
.section4 .form-container form .inputs input, .section4 .form-container form .inputs textarea {
  width: 380px;
  margin-bottom: 10px;
  padding: 10px 15px;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.section4 .form-container form .inputs input::placeholder, .section4 .form-container form .inputs textarea::placeholder {
  opacity: 0.6;
}
.section4 .form-container form .inputs input:-ms-input-placeholder, .section4 .form-container form .inputs textarea:-ms-input-placeholder {
  opacity: 0.6;
}
.section4 .form-container form .inputs input::-ms-input-placeholder, .section4 .form-container form .inputs textarea::-ms-input-placeholder {
  opacity: 0.6;
}
@media screen and (max-width: 480px) {
  .section4 .form-container form .inputs input, .section4 .form-container form .inputs textarea {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.section4 .form-container form .inputs textarea {
  height: 200px;
  resize: none;
}
.section4 .form-container form .submit {
  width: 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .section4 .form-container form .submit {
    align-items: center;
    max-width: 250px;
  }
}
.section4 .form-container form .submit label {
  width: 100%;
}
.section4 .form-container form .submit label p {
  text-align: center;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .section4 .form-container form .submit label p {
    font-size: 12px;
  }
}
.section4 .form-container form .submit input {
  background: #F2C49B;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  border: none;
  cursor: pointer;
  padding: 10px 27px;
  border-radius: 20px;
  transition: 0.2s ease-in;
}
.section4 .form-container form .submit input:hover {
  transform: scale(1.15);
  background: rgb(239.0663716814, 182.685840708, 132.4336283186);
}
.section4 .form-container .form-aside img {
  height: 600px;
}
@media screen and (max-width: 960px) {
  .section4 .form-container .form-aside {
    display: none;
  }
}

.failed {
  border: 2px solid rgb(255, 127.5, 127.5);
}

.correct {
  border: 2px solid rgb(0, 204.5, 0);
}

.shake {
  -webkit-animation: shake 0.4s ease-in-out;
  -moz-animation: shake 0.4s ease-in-out;
  -ms-animation: shake 0.4s ease-in-out;
  -o-animation: shake 0.4s ease-in-out;
  animation: shake 0.4s ease-in-out;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    -moz-transform: translateX(-5px);
  }
  40% {
    -moz-transform: translateX(5px);
  }
  60% {
    -moz-transform: translateX(-5px);
  }
  80% {
    -moz-transform: translateX(5px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
  }
  20% {
    -ms-transform: translateX(-5px);
  }
  40% {
    -ms-transform: translateX(5px);
  }
  60% {
    -ms-transform: translateX(-5px);
  }
  80% {
    -ms-transform: translateX(5px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes shake {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    -o-transform: translateX(-5px);
  }
  40% {
    -o-transform: translateX(5px);
  }
  60% {
    -o-transform: translateX(-5px);
  }
  80% {
    -o-transform: translateX(5px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.service-head {
  height: calc(60px + 13vw);
  position: relative;
}
.service-head .service-image1, .service-head .service-image4, .service-head .service-image3, .service-head .service-image2 {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
}
.service-head .service-image1.active, .service-head .active.service-image4, .service-head .active.service-image3, .service-head .active.service-image2 {
  display: block;
}
.service-head .service-image1, .service-head .service-image4, .service-head .service-image3, .service-head .service-image2 {
  background: url("../img/beautiful-brunette.jpg") no-repeat center;
  background-size: cover;
}
.service-head .service-image2 {
  background: url("../img/handsome-businessman.jpg") no-repeat center;
  background-size: cover;
}
.service-head .service-image3 {
  background: url("../img/doctor-working.jpg") no-repeat center;
  background-size: cover;
}
.service-head .service-image4 {
  background: url("../img/optician-working.jpg") no-repeat center;
  background-size: cover;
}

.service-section {
  max-width: 1200px;
  margin: 0 auto;
}

.service-menu ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 925px) {
  .service-menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    padding: 0 20px;
  }
}
@media screen and (max-width: 430px) {
  .service-menu ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 925px) {
  .service-menu ul li {
    text-align: center;
    max-width: 200px;
    margin-bottom: 20px;
  }
}
.service-menu ul p {
  margin: 0;
}
.service-menu ul a {
  position: relative;
  text-decoration: none;
  color: rgb(233.1991150442, 156.0575221239, 87.3008849558);
  margin-left: 20px;
  padding-left: 20px;
  border-left: 3px solid rgb(233.1991150442, 156.0575221239, 87.3008849558);
}
@media screen and (max-width: 1080px) {
  .service-menu ul a {
    font-size: 16px;
  }
}
@media screen and (max-width: 925px) {
  .service-menu ul a {
    margin-left: 0;
    border: none;
    padding-left: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  .service-menu ul a {
    font-size: 18px;
  }
}
.service-menu ul a#tab_1 {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.service-menu ul a {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 700;
}
.service-menu ul a:hover {
  color: #F2C49B;
}
.service-menu ul a.highlighted {
  color: #F2C49B;
}

.service-content {
  margin: 0 40px;
  padding-bottom: 70px;
}
@media screen and (max-width: 430px) {
  .service-content {
    margin: 0 20px;
  }
}
.service-content .service-content1, .service-content .service-content4, .service-content .service-content3, .service-content .service-content2 {
  display: none;
  padding-top: 40px;
}
@media screen and (max-width: 925px) {
  .service-content .service-content1, .service-content .service-content4, .service-content .service-content3, .service-content .service-content2 {
    padding-top: 20px;
  }
}
.service-content .service-content1.active, .service-content .active.service-content4, .service-content .active.service-content3, .service-content .active.service-content2 {
  display: block;
}
.service-content .service-content1 .content1-p4, .service-content .service-content4 .content1-p4, .service-content .service-content3 .content1-p4, .service-content .service-content2 .content1-p4 {
  max-width: 600px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  margin-left: 30px;
  padding-left: 10px;
  border-left: 2px solid rgb(233.1991150442, 156.0575221239, 87.3008849558);
}
@media screen and (max-width: 925px) {
  .service-content .service-content1 .content1-p4, .service-content .service-content4 .content1-p4, .service-content .service-content3 .content1-p4, .service-content .service-content2 .content1-p4 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 430px) {
  .service-content .service-content1 .content1-p4, .service-content .service-content4 .content1-p4, .service-content .service-content3 .content1-p4, .service-content .service-content2 .content1-p4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 335px) {
  .service-content .service-content1 .content1-p4, .service-content .service-content4 .content1-p4, .service-content .service-content3 .content1-p4, .service-content .service-content2 .content1-p4 {
    font-size: 12px;
  }
}
.service-content .service-content1 h2, .service-content .service-content4 h2, .service-content .service-content3 h2, .service-content .service-content2 h2 {
  font-size: 28px;
  color: #8C2E2E;
  margin-bottom: 30px;
}
@media screen and (max-width: 925px) {
  .service-content .service-content1 h2, .service-content .service-content4 h2, .service-content .service-content3 h2, .service-content .service-content2 h2 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.service-content .service-content1 p, .service-content .service-content4 p, .service-content .service-content3 p, .service-content .service-content2 p {
  font-size: 18px;
  line-height: 1.3;
  margin: 15px 15px;
}
@media screen and (max-width: 430px) {
  .service-content .service-content1 p, .service-content .service-content4 p, .service-content .service-content3 p, .service-content .service-content2 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 335px) {
  .service-content .service-content1 p, .service-content .service-content4 p, .service-content .service-content3 p, .service-content .service-content2 p {
    font-size: 14px;
  }
}
.service-content .service-content1 ul, .service-content .service-content4 ul, .service-content .service-content3 ul, .service-content .service-content2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-content .service-content1 ul p, .service-content .service-content4 ul p, .service-content .service-content3 ul p, .service-content .service-content2 ul p {
  margin: 6px 0;
  padding-left: 10px;
}
.service-content .service-content1 ul li, .service-content .service-content4 ul li, .service-content .service-content3 ul li, .service-content .service-content2 ul li {
  display: flex;
  align-items: center;
}
.service-content .service-content1 ul li::before, .service-content .service-content4 ul li::before, .service-content .service-content3 ul li::before, .service-content .service-content2 ul li::before {
  content: "•";
  font-size: 30px;
  color: rgb(233.1991150442, 156.0575221239, 87.3008849558);
  margin-left: 30px;
}
.contact-head {
  position: relative;
  height: calc(60px + 13vw);
}
.contact-head .contact-image {
  height: 100%;
  width: 100%;
  background: url("../img/young-female.jpg") no-repeat center;
  background-size: cover;
}

.contact-section {
  margin-top: 50px;
  margin-bottom: 0px;
}
.contact-section .contact-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.contact-section .contact-content ul {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 770px) {
  .contact-section .contact-content ul {
    flex-direction: column;
    height: auto;
  }
}
.contact-section .contact-content ul {
  justify-content: center;
  width: 100%;
  background-color: #ffffff;
  height: 120px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-section .contact-content ul h1, .contact-section .contact-content ul h2 {
  position: absolute;
  margin: 0;
  font-family: "Montserrat";
  font-size: 28px;
  color: #8C2E2E;
  top: -16px;
}
@media screen and (max-width: 770px) {
  .contact-section .contact-content ul h1, .contact-section .contact-content ul h2 {
    left: calc(50% - 121.5px);
    top: -40px;
  }
}
.contact-section .contact-content ul li {
  display: flex;
  align-items: center;
  text-align: center;
  margin-left: 50px;
  min-width: 240px;
}
@media screen and (max-width: 900px) {
  .contact-section .contact-content ul li {
    margin-left: 0;
  }
}
@media screen and (max-width: 770px) {
  .contact-section .contact-content ul li {
    justify-content: center;
    margin: 15px 0;
  }
}
.contact-section .contact-content ul li i {
  min-width: 27px;
  font-size: 26px;
  color: #8C2E2E;
  padding-left: 20px;
}
@media screen and (max-width: 770px) {
  .contact-section .contact-content ul li i {
    padding-left: 0;
    z-index: 5;
  }
}
.contact-section .contact-content ul li p {
  text-align: left;
  padding: 0 20px 0 27px;
  margin: 0;
  line-height: 1.3;
  font-size: 18px;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .contact-section .contact-content ul li p {
    font-size: 16px;
  }
}
.contact-section .contact-content .contact-ul1 {
  padding-top: 40px;
}
@media screen and (max-width: 770px) {
  .contact-section .contact-content .contact-ul1 {
    padding-top: 70px;
    padding-bottom: 25px;
  }
}
.contact-section .contact-content .contact-ul1 li:first-of-type {
  margin-left: 0;
}
.contact-section .contact-content .contact-ul2 {
  padding-bottom: 40px;
}
@media screen and (max-width: 770px) {
  .contact-section .contact-content .contact-ul2 {
    padding-top: 25px;
  }
}
.contact-section .contact-content .contact-ul2 li:first-of-type {
  margin-left: 0;
}

.contact-telephone, .contact-email {
  color: #000000;
}
.contact-telephone:hover, .contact-email:hover {
  text-decoration: none;
}

.send-message {
  background: #F2C49B;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  border: none;
  cursor: pointer;
  padding: 10px 27px;
  border-radius: 20px;
  transition: 0.2s ease-in;
  margin-top: 35px;
}
@media screen and (max-width: 475px) {
  .send-message {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.send-message a {
  color: black;
  text-decoration: none;
}
.send-message:hover {
  transform: scale(1.15);
  background: rgb(239.0663716814, 182.685840708, 132.4336283186);
}

.google-map {
  height: 350px;
}

footer {
  position: relative;
  width: 100%;
  background-color: rgba(166, 115, 86, 0.1);
}
footer .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 22px;
  padding-left: 20px;
  padding-right: 20px;
  height: 135px;
}
@media screen and (max-width: 475px) {
  footer .footer-content {
    padding: 20px;
    height: 130px;
  }
}
footer .footer-content .footer-ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-basis: 50%;
}
@media screen and (max-width: 475px) {
  footer .footer-content .footer-ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}
footer .footer-content .footer-ul .footer-nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  footer .footer-content .footer-ul .footer-nav-container {
    width: 160px;
  }
}
@media screen and (max-width: 475px) {
  footer .footer-content .footer-ul .footer-nav-container {
    grid-column: 1/3;
  }
}
footer .footer-content .footer-ul .footer-nav-container .footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 475px) {
  footer .footer-content .footer-ul .footer-nav-container .footer-nav {
    display: flex;
  }
}
footer .footer-content .footer-ul .footer-nav-container .footer-nav li {
  width: 60px;
  margin: 10px auto;
}
footer .footer-content .footer-ul .footer-nav-container .footer-nav li a {
  text-decoration: none;
  color: rgb(236.1327433628, 169.3716814159, 109.8672566372);
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  footer .footer-content .footer-ul .footer-nav-container .footer-nav li a {
    font-size: 14px;
  }
}
footer .footer-content .footer-ul .footer-nav-container .footer-nav li a:hover {
  color: #F2C49B;
}
footer .footer-content .footer-ul li {
  width: 270px;
}
@media screen and (max-width: 475px) {
  footer .footer-content .footer-ul li {
    max-width: 143px;
  }
}
footer .footer-content .footer-ul li h2 {
  text-align: center;
  color: rgb(236.1327433628, 169.3716814159, 109.8672566372);
  font-size: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
  footer .footer-content .footer-ul li h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 475px) {
  footer .footer-content .footer-ul li h2 {
    margin: 10px;
  }
}
footer .footer-content .footer-ul li p {
  margin-left: calc(50% - 75px);
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  footer .footer-content .footer-ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 475px) {
  footer .footer-content .footer-ul li p {
    margin: 0;
    font-size: 12px;
    text-align: center;
  }
}
footer .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3a2a1b;
  height: 50px;
}
footer .footer-bottom div {
  font-size: 14px;
  color: #A67356;
}
@media screen and (max-width: 700px) {
  footer .footer-bottom div {
    font-size: 10px;
  }
}
footer .footer-bottom div a {
  color: #A67356;
}

.b404 {
  font-family: "Lato", sans-serif;
  color: #888;
  margin: 0;
}

#main {
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.fof {
  display: table-cell;
  vertical-align: middle;
}

.fof h1 {
  font-size: 50px;
  display: inline-block;
  padding-right: 12px;
  animation: type 0.5s alternate infinite;
}

@keyframes type {
  from {
    box-shadow: inset -3px 0px 0px #888;
  }
  to {
    box-shadow: inset -3px 0px 0px transparent;
  }
}
