@charset "UTF-8";
/*!
Theme Name: DC Auto
Theme URI: http://dcauto.net
Author: Mvestor Media
Author URI: https://www.mvestormedia.com/
Description: Custom WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mvestor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Mvestor is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Bootstrap Grid
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*$color__brand-black: #1e2126; */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Bootstrap Grid
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #141619;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 575.98px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 34px;
  font-size: 2.125rem;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 14px;
  font-size: 0.875rem;
}

h6 {
  font-size: 12px;
  font-size: 0.75rem;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fontawesome5/fa-regular-400.eot");
  src: url("fonts/fontawesome5/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome5/fa-regular-400.woff2") format("woff2"), url("fonts/fontawesome5/fa-regular-400.woff") format("woff"), url("fonts/fontawesome5/fa-regular-400.ttf") format("truetype"), url("fonts/fontawesome5/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fontawesome5/fa-brands-400.eot");
  src: url("fonts/fontawesome5/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome5/fa-brands-400.woff2") format("woff2"), url("fonts/fontawesome5/fa-brands-400.woff") format("woff"), url("fonts/fontawesome5/fa-brands-400.ttf") format("truetype"), url("fonts/fontawesome5/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Solid";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fontawesome5/fa-solid-900.eot");
  src: url("fonts/fontawesome5/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome5/fa-solid-900.woff2") format("woff2"), url("fonts/fontawesome5/fa-solid-900.woff") format("woff"), url("fonts/fontawesome5/fa-solid-900.ttf") format("truetype"), url("fonts/fontawesome5/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
  margin: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

figcaption {
  color: #2291cd;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

table {
  font-size: 0.9375em;
  margin: 0 0 1.5em;
  text-align: center;
}
table th,
table td {
  padding: 0.4em 5.6em;
}

thead {
  background-color: #2291cd;
  border: 2px solid #2291cd;
  border-bottom: none;
  color: #fff;
  font-weight: 600;
  font-size: 16.96px;
  font-size: 1.06rem;
  text-transform: uppercase;
}
thead th {
  padding: 0.5em 3.5em;
}

tbody {
  border-left: 2px solid #676b70;
  border-right: 2px solid #676b70;
}
tbody tr:nth-of-type(even) {
  background-color: #eee;
}
tbody tr {
  border-top: 1px solid #676b70;
}
tbody tr:first-of-type {
  border-top: 2px solid #676b70;
}
tbody td {
  border-left: 2px solid #676b70;
  border-right: 2px solid #676b70;
  border-bottom: 2px solid #676b70;
}
tbody td:first-of-type {
  font-size: 1.15em;
  padding-left: 4em;
  padding-right: 3em;
}
@media (max-width: 767.98px) {
  tbody td:first-of-type {
    padding: 1em;
  }
}

#accordion .card-header button {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  color: #2291cd;
  font-size: 1.066em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 20px 60px;
  position: relative;
  text-align: left;
  width: 100%;
}
#accordion .card-header button::before {
  content: "";
  font-family: "Font Awesome 5 Solid";
  position: absolute;
  left: 25px;
}
#accordion .card-header button.collapsed::before {
  content: "";
}
#accordion .card-header h5 {
  margin: 0;
  border: 2px solid #676b70;
  border-bottom: none;
}
#accordion div:last-of-type .collapse.show,
#accordion div:last-of-type .collapsing {
  border-bottom: 2px solid #676b70;
  border-top: none;
}
#accordion div:last-of-type h5 {
  border-bottom: 2px solid #676b70;
}
#accordion .collapse.show,
#accordion .collapsing {
  border: 2px solid #676b70;
  border-bottom: none;
}
#accordion div.card-body {
  padding: 20px 60px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.86em;
}

@media (max-width: 991.98px) {
  #accordion div.card-body {
    padding: 20px 40px;
  }
}
#hero {
  position: relative;
  background-image: url("img/hero-image-center.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 88%;
  width: 100%;
  top: 0;
  padding-top: 0;
  margin-bottom: 0;
  color: white;
  overflow: hidden;
  background-position: center;
}
@media (min-width: 768px) {
  #hero {
    padding-bottom: 61%;
    margin-top: -62px;
    background-image: url("img/hero-larger.jpg");
    margin-bottom: 15px;
    background-size: cover;
    background-position: center;
  }
}
#hero .clients {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#hero .container-fluid {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  #hero .container-fluid {
    justify-content: center;
    margin: 0;
  }
}
#hero .hero-content {
  max-width: 100%;
  padding: 15px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #hero .hero-content {
    padding: 100px 45px;
    height: auto;
    text-align: left;
  }
}
#hero .hero-content h2 {
  font-size: 25.2px;
  font-size: 1.575rem;
  font-weight: 700;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2em;
}
@media (min-width: 768px) {
  #hero .hero-content h2 {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}
#hero .hero-content p {
  color: white;
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 575.98px) {
  #hero .hero-content p br {
    display: none;
  }
}
#hero a.button.hero {
  font-size: 11.2px;
  font-size: 0.7rem;
}
@media (min-width: 768px) {
  #hero a.button.hero {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hero__button-container {
  text-align: center;
  width: 67%;
}

@media (min-width: 768px) {
  .site #hero .clients {
    background: none;
  }
  .site #hero .clients img {
    max-height: 75px;
  }
  .site #hero .hero-content p {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
  }

  #hero p {
    font-size: 28.8px;
    font-size: 1.8rem;
    margin-top: 0.9em;
  }

  .hero__button-container {
    text-align: unset;
  }

  #hero .container-fluid {
    max-width: 1230px;
  }

  .hero-content a.button:first-of-type {
    margin: 1.25em 0 0 65px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .container-fluid {
    max-width: 1230px;
  }

  .container {
    max-width: 1230px;
  }
}
#content .clients {
  margin: 5px 0;
  padding: 8px 5px;
  background-color: #a8b4bd;
}
#content .clients h2 {
  display: none;
}
#content .clients .logo-wrapper .logo-container img {
  max-width: 100%;
}
#content .clients .logo-wrapper .logo-container {
  margin: 0 10px;
}
@media (min-width: 768px) {
  #content .clients .logo-wrapper .logo-container {
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  #content .clients .logo-wrapper .logo-container {
    margin: 0 40px;
  }
}
#content .clients .logo-wrapper .logo-container:first-of-type {
  padding-left: 0;
}
#content .clients .logo-wrapper .logo-container:last-of-type {
  padding-right: 0;
}

#page #why-choose-us .video-placeholder {
  position: relative;
  padding-bottom: 52.65%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0;
  overflow: hidden;
}
#page #why-choose-us .video-placeholder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wcu__headline {
  color: #ffffff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25em;
  display: inline-block;
  margin-top: 2em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  text-align: left;
}
.wcu__headline::after {
  content: "";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.55em;
}

.wcu__left {
  background-color: #4f616d;
  background-image: url("./img/differ-bg.jpg");
  background-size: cover;
  text-align: right;
  padding-right: 0;
}

.wcu__right {
  padding-left: 0;
}

.how-we-differ {
  background-color: #2291cd;
  margin: 0;
  text-align: center;
  padding: 1em 15px;
  position: relative;
  z-index: 3;
  color: white;
}
.how-we-differ::after {
  color: #ffffff;
  content: "";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1em;
  bottom: 0;
  left: 50%;
  right: 50;
  transform: translateY(50%);
  position: absolute;
}

.how-we-differ__headline {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  text-align: center;
}

.ready-to-install {
  background-color: #2291cd;
  display: flex;
  align-items: center;
  margin: 5px 0;
  color: white;
}
@media (min-width: 768px) {
  .ready-to-install {
    margin: 15px 0;
  }
}

.ready-to-install__headline {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  line-height: 1;
  margin: 0.625em 0;
  text-align: center;
}
@media (min-width: 576px) {
  .ready-to-install__headline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .ready-to-install__headline {
    font-size: 32px;
    font-size: 2rem;
  }
}
.ready-to-install__headline a {
  color: white;
  margin-left: 8px;
}
.ready-to-install__headline a:hover {
  color: #ffffff;
}
.ready-to-install__headline img {
  margin-left: 8px;
  max-height: 30px;
}
@media (min-width: 576px) {
  .ready-to-install__headline img {
    max-height: 45px;
  }
}

#page #protection {
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #page #protection {
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
  }
}
#page #protection .right-side {
  /* background-color: $color__brand-teal;
  background-image: url("img/protection.png"); */
  background-size: contain;
  background-position: center;
  padding: 30px 15px;
}
#page #protection .right-side ul {
  font-size: 11.2px;
  font-size: 0.7rem;
  font-weight: 500;
}
#page #protection .right-side ul li::before {
  font-weight: 400;
}
#page #protection .protection-wrapper {
  text-align: center;
}
#page #protection .protection__header {
  font-weight: 600;
  font-size: 14.4px;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  #page #protection .protection__header {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  #page #protection .right-content {
    max-width: 60%;
    margin: 0 auto;
    padding: 25px 0;
  }
}

@media (min-width: 768px) {
  .site #protection {
    background: unset;
  }
  .site #protection .left-side {
    flex: 0 0 calc(50% - 10px);
  }
  .site #protection .right-side {
    flex: 0 0 calc(50% + 10px);
    padding-left: 75px;
    padding-bottom: 60px;
  }
  .site #protection .right-side h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .site #protection .right-side ul {
    margin-left: 2.1em;
  }
  .site #protection .right-side ul li {
    font-size: 16px;
    font-size: 1rem;
  }
  .site #protection .left-side,
.site #protection .right-side {
    max-width: unset;
  }
}
#protection {
  background-image: url("img/low_contrast_linen.png");
}
#protection .left-side {
  background-image: url("img/she-protec.png");
  background-size: cover;
  background-position: center;
}
#protection .right-side {
  color: #fff;
  padding-left: 125px;
}
#protection .right-side .right-wrapper {
  text-align: left;
  margin: 0;
}
#protection .right-side ul {
  font-size: 22.4px;
  font-size: 1.4rem;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 1.5em;
  padding: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  #protection .right-side ul {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}
#protection .right-side ul li {
  font-weight: bold;
  position: relative;
}
#protection .right-side ul li:before {
  color: white;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
  position: absolute;
  left: -1.5em;
}
#protection .right-side h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 575.98px) {
  #protection .right-side h2 {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}
#protection .right-side img {
  max-height: 45px;
}
@media (max-width: 991.98px) {
  #protection {
    overflow: hidden;
  }
  #protection .right-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.want__block {
  position: relative;
  margin-bottom: 5px;
}
.want__block h3 {
  text-align: center;
  margin: 0;
}
.want__block a {
  display: block;
  text-align: center;
}
.want__block img {
  display: block;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .want__block img {
    max-height: 290px;
    margin: 0 auto;
    width: auto;
  }
}

.want__block a:hover {
  text-decoration: none;
}

.want__caption {
  background-color: transparent;
  padding: 0.75em 0.95em;
  border-radius: 25px;
  border: 2px solid #231f20;
  display: inline-flex;
  align-items: center;
  color: #231f20;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  justify-content: center;
  margin: 1em auto 3em;
  width: 80%;
}
.want__caption a {
  color: #231f20;
}
.want__caption a:visited {
  color: #231f20;
}
.want__caption a:hover {
  color: white;
}
.want__caption:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}
.want__caption:hover a {
  color: white;
}
.want__caption:hover::after {
  color: white;
}
.want__caption::after {
  color: #000;
  content: "";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1em;
  margin-left: 8px;
}

@media (min-width: 768px) {
  .want__block {
    width: calc(50% - 9px);
  }
  .want__block:nth-of-type(odd) {
    margin: 9px 9px 9px 0;
  }
  .want__block:nth-of-type(even) {
    margin: 9px 0 9px 9px;
  }
  .want__block:nth-child(1), .want__block:nth-child(2) {
    margin-top: 0;
  }
  .want__block:nth-child(3), .want__block:nth-child(4) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .want__container {
    padding: 0;
  }
}
@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
#performance.performance {
  line-height: 1em;
  padding: 40px 15px;
  border-top: 5px solid white;
  border-bottom: 5px solid white;
}
#performance.performance::before {
  content: unset !important;
}
#performance.performance svg {
  opacity: 0;
}
#performance.performance .animate svg {
  opacity: 1;
}
#performance.performance .animate circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: stroke 4s ease-out forwards;
}
#performance.performance .animate-circle {
  position: absolute;
  display: block;
}
#performance.performance .performance__headline {
  color: white;
  font-weight: 600;
  margin-bottom: 35px;
  font-size: 20.8px;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  #performance.performance .performance__headline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  #performance.performance .performance__headline {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}

.performance__block {
  text-align: center;
  margin-bottom: 4em;
}
.performance__block:nth-child(3), .performance__block:nth-child(4) {
  margin-bottom: 0;
}
.performance__block .image-circle {
  height: 196px;
  width: 196px;
  margin: 0 auto 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100%;
}
.performance__block .image-circle .img-wrapper {
  width: 100%;
  height: 100%;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.performance__block .image-circle img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

.performance__caption {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0.5em;
  color: white;
}
@media (min-width: 768px) {
  .performance__caption {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .performance__caption {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  #performance.performance {
    margin-bottom: 15px;
  }
  #performance.performance .performance__headline {
    margin-bottom: 1.8em;
  }
}
.site-footer a {
  color: #ffffff;
}
.site-footer p {
  margin: 0;
}
.site-footer .socials i {
  margin-left: 1em;
  font-size: 11.2px;
  font-size: 0.7rem;
}
@media (min-width: 768px) {
  .site-footer .socials i {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

.hours,
.phone {
  margin-top: 15px;
}

.address .street-address {
  display: inline-block;
}

.widgets .row {
  margin: 0;
}
.widgets .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

#colophon .widgets h3 {
  margin-bottom: 5px;
}

footer#colophon {
  background: #141619;
}

p.copyright {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 768px) {
  .site #colophon .widgets .logo {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .site #colophon .widgets .logo {
    text-align: left;
  }
}
.site .site-header .logo .navbar-toggler span {
  background-image: url("./img/burger.png");
  max-width: 27px;
  max-height: 24px;
}

.header-wrapper a {
  color: #ffffff;
}

@media (min-width: 576px) {
  .address .street-address {
    display: block;
  }

  .site .site-header .logo {
    margin-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .site .site-header .logo img {
    width: 265px;
  }

  .site nav.navbar {
    padding: 0.6em 1em;
  }
}
@media (min-width: 768px) {
  .hours,
.phone {
    margin-top: 0;
  }

  .site .site-header .logo {
    margin-right: 100px;
  }

  .wpseo-fax {
    display: none;
  }

  .phone br {
    display: none;
  }
}
@media (min-width: 992px) {
  .site #menu-primary .active::after {
    bottom: -9px;
  }

  .site .site-header .logo {
    margin-right: 160px;
  }
}
#image-block-1 h2,
#image-block-2 h2 {
  font-size: 34px;
  font-size: 2.125rem;
}

.warranty .warranty-main-img > img {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}
.warranty h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 576px) {
  .warranty h2 {
    font-size: 30.4px;
    font-size: 1.9rem;
  }
}
.warranty .warranty-headline {
  font-size: 22.4px;
  font-size: 1.4rem;
  max-width: 275px;
  margin: 0 auto;
  padding: 2em 0;
}
@media (min-width: 576px) {
  .warranty .warranty-headline {
    max-width: 575px;
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
.warranty h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
@media (min-width: 576px) {
  .warranty h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
.warranty h2,
.warranty h3 {
  line-height: 1.5;
}
.warranty .protection-plus {
  background-color: #e1e1e1;
}
.warranty .protection-from {
  padding-bottom: 25px;
}
.warranty .protection-from .protection-row {
  padding: 25px 0;
  max-width: 300px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}
@media (min-width: 576px) {
  .warranty .protection-from .protection-row {
    max-width: 600px;
  }
}
.warranty .protection-from .headline-container {
  padding-left: 1.5em;
}
.warranty .protection-from img {
  max-height: 90px;
}
.warranty .protection-from p {
  text-align: center;
  font-weight: 600;
  margin: 0.5em 0 3em;
  line-height: 1.2;
}
.warranty .protection-from i {
  font-size: 11.2px;
  font-size: 0.7rem;
  line-height: 1;
}
.warranty .warranty-features {
  padding: 0.5em 0 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #141619;
}
.warranty .warranty-features img {
  max-height: 100px;
}
.warranty .warranty-features p {
  text-align: center;
  font-weight: 600;
  max-width: 75%;
  margin: 0.5em auto 3em;
  line-height: 1.5;
}
.warranty .warranty-content {
  font-size: 12.8px;
  font-size: 0.8rem;
  background-image: url("img/warranty-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 25px;
}
@media (min-width: 576px) {
  .warranty .warranty-content {
    padding: 175px 125px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.warranty-entry {
  text-align: center;
  background-color: #fff;
  padding: 2em 1em;
  max-width: 650px;
  margin: 0 auto;
}
.warranty-entry h3 {
  margin: 0.75em auto 1.5em;
}
.warranty-entry ul {
  text-align: left;
}
.warranty-entry ul i {
  color: #2291cd;
}

.gradient-1 {
  background: #2ae0fc;
  background: linear-gradient(45deg, #2ae0fc 0%, #b72be9 100%);
  font-weight: bold;
}

.gradient-2 {
  background: #18594f;
  background: linear-gradient(180deg, #18594f 0%, #2eb49e 50%, #16839a 100%);
  font-weight: bold;
}

.gradient-3 {
  background: #121431;
  background: linear-gradient(180deg, #121431 0%, #37154b 100%);
  font-weight: bold;
}

.custom-toggle {
  border-radius: 25px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .custom-toggle .content > img {
    max-width: 600px;
  }
}
.custom-toggle .tint-toggler {
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 10;
}
.custom-toggle .toggle-header,
.custom-toggle .toggle-body {
  color: white;
  padding: 0.5em 1.5em;
}
.custom-toggle .toggle-body {
  background-color: #000;
  position: relative;
  z-index: 1;
  top: -1em;
  padding-top: 2em;
  font-weight: 300;
}
.custom-toggle .toggle-body a,
.custom-toggle .toggle-body a:visited {
  color: white;
  text-decoration: underline;
}
.custom-toggle .toggle-body h1,
.custom-toggle .toggle-body h2,
.custom-toggle .toggle-body h3,
.custom-toggle .toggle-body h4,
.custom-toggle .toggle-body h5,
.custom-toggle .toggle-body h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.custom-toggle .toggle-body h3 {
  font-weight: normal;
  text-align: center;
}
.custom-toggle .toggle-body p {
  font-size: 12.8px;
  font-size: 0.8rem;
  text-align: center;
}
.custom-toggle .toggle-body .row {
  margin-left: 0;
  margin-right: 0;
}
.custom-toggle .toggle-body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 1em;
}
.custom-toggle .toggle-body ul li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
}
.custom-toggle .toggle-header {
  background: white;
  padding: 0.75em 1em;
  border: 3px solid black;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
.custom-toggle .toggle-header h5 {
  margin: 0;
  color: black;
  width: 70%;
  font-weight: 600;
  line-height: 1;
}
.custom-toggle .toggle-state {
  margin-left: auto;
  text-align: right;
  justify-content: flex-end;
}
.custom-toggle .toggle-image {
  text-align: center;
  justify-content: center;
}
.custom-toggle a[aria-expanded=false] .toggle-state {
  background: url("img/plus@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-toggle a[aria-expanded=true] .toggle-state {
  background: url("img/minus@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-toggle .toggle-state {
  background: url("img/plus@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-toggle .icon-container {
  height: 35px;
  width: 35px;
}

.row.icons {
  text-align: center;
  border-bottom: 1px solid white;
  align-items: stretch;
}
.row.icons:first-of-type {
  border-top: 1px solid white;
}
.row.icons.mb-2 {
  margin-bottom: 1rem;
}
.row.icons:last-of-type {
  border-bottom: 0;
}
.row.icons .mobile-icon {
  max-width: 45px;
}
.row.icons .icon-content {
  padding-top: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.row.icons .icon-content .icon-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
}
.row.icons .icon-content .icon-wrapper a,
.row.icons .icon-content .icon-wrapper a:visited {
  display: block;
  width: 100%;
  color: white;
  text-decoration: underline;
}
.row.icons .icon-content .icon-wrapper img,
.row.icons .icon-content .icon-wrapper a img {
  max-height: 90px;
}
.row.icons .icon-content:last-of-type {
  border-right: 0;
}
.row.icons img {
  text-align: center;
}

.stack-image {
  margin-bottom: 1.5em;
}

h5.bg-white {
  background: white;
  text-align: center;
  color: #1a1437;
  margin-bottom: 0 !important;
}

span.white-highlight {
  width: 30px;
  height: 30px;
  background: white;
  color: #2f5aaa;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-weight: 600;
}

.nano-ceramic-layer-wrapper {
  width: 100% !important;
}

.nano-ceramic-layer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.nano-ceramic-layer > img {
  width: 30%;
}

.toggle-body .tesla-content > h3 {
  text-align: center;
  line-height: 1.4;
  font-weight: 300;
}
.toggle-body .tesla-content > h4,
.toggle-body .tesla-content > h5 {
  text-align: center;
  font-weight: 600;
}
.toggle-body .tesla-content > h5 {
  font-size: 16px;
  font-size: 1rem;
}
.toggle-body .tesla-content > h4 {
  margin: 1.5em auto;
  font-size: 25.6px;
  font-size: 1.6rem;
}
.toggle-body .tesla-content img.left-edge {
  margin: 0;
  position: relative;
  left: -1.5em;
}
.toggle-body .tesla-content ul li:before {
  color: white;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
}

.page-id-26 .site-main {
  background: white;
}
.page-id-26 .films-content {
  padding: 4em 0;
  text-align: center;
}
.page-id-26 .films-content .image-row {
  margin: 0 auto;
  padding-bottom: 2em;
}
@media (max-width: 767.98px) {
  .page-id-26 .films-content .image-row {
    margin-bottom: 3.5em;
  }
  .page-id-26 .films-content .image-row:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .page-id-26 .films-content .image-row img {
    max-width: 225px;
  }
  .page-id-26 .films-content .image-row img.image-3 {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .page-id-26 .films-content .image-row img {
    max-width: 225px;
  }
  .page-id-26 .films-content .image-row img.image-3 {
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .page-id-26 .films-content .image-row img.image-1 {
    position: relative;
    left: 11px;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 3px;
  background: #2291cd;
  border: 2px solid #2291cd;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 1;
  padding: 1.42em 1.85em;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
a.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #2291cd;
  text-decoration: none;
  background: none;
}
a.button:active, a.button:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

a.button.alternate,
button.alternate,
input[type=button].alternate,
input[type=reset].alternate,
input[type=submit].alternate {
  background: #fff;
  color: #2291cd;
}

a.hero-button {
  background-color: #141619;
  border-color: #141619;
}
a.hero-button:hover {
  color: #141619;
}

a.button.white,
button.white,
input[type=button].white,
input[type=reset].white,
input[type=submit].white {
  background-color: transparent;
  border-color: #ffffff;
  border-width: 2px;
  border-radius: unset;
  box-shadow: unset;
  color: #ffffff;
}
a.button.white:hover,
button.white:hover,
input[type=button].white:hover,
input[type=reset].white:hover,
input[type=submit].white:hover {
  background-color: #ffffff;
  color: #141619;
}

a.button.hero {
  font-size: 11px;
  font-weight: 700;
  padding: 1em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

label {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-left: 0.4em;
}

.appointment_wrapper input[type=submit] {
  width: 100% !important;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
  padding-top: 1em;
  padding-bottom: 1em;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 25px;
  padding-left: 10px !important;
  border: 2px solid #676b70;
  font-size: 15px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  text-transform: uppercase;
  color: #4f616d;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
  color: #4f616d;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  color: #4f616d;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) :-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
  color: #4f616d;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  color: #4f616d;
}

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0;
}

input[type=radio] + input[type=text] {
  width: 90% !important;
}

body .gform_wrapper .gsection {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  body .gform_wrapper .gsection ~ .gfield.gf_left_third,
body .gform_wrapper .gsection ~ .gfield.gf_middle_third,
body .gform_wrapper .gsection ~ .gfield.gf_right_third {
    margin-top: 0;
  }
  body .gform_wrapper .gsection ~ .gfield.gf_left_third input,
body .gform_wrapper .gsection ~ .gfield.gf_middle_third input,
body .gform_wrapper .gsection ~ .gfield.gf_right_third input {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  body .gform_wrapper .gsection + .gfield {
    margin-top: 0;
  }
  body .gform_wrapper .gsection + .gfield input {
    margin-top: 0;
  }
}

body .gform_wrapper h3.gform_title {
  font-size: 24px;
  font-size: 1.5rem;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #38b6dc;
  text-decoration: none;
}
a:visited {
  color: #38b6dc;
}
a:hover, a:focus, a:active {
  color: #38b6dc;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#menu-primary {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767.98px) {
  #menu-primary {
    font-size: 17.6px;
    font-size: 1.1rem;
    text-align: center;
  }
}
@media (max-width: 991px) {
  #menu-primary::after {
    content: " ";
    flex: 1;
    visibility: none;
  }
}
#menu-primary .active {
  position: relative;
}
@media (min-width: 992px) {
  #menu-primary .active::after {
    background-color: #2291cd;
    content: " ";
    position: absolute;
    height: 15px;
    width: 1px;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#menu-primary .active a {
  color: #2291cd;
}
#menu-primary .dropdown-menu .active:after {
  content: none;
  display: none;
}
#menu-primary a {
  color: #fff;
}
@media (min-width: 768px) {
  #menu-primary a {
    font-size: 11.2px;
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 870px) {
  #menu-primary a {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
#menu-primary a:hover, #menu-primary a:active, #menu-primary a:focus {
  color: #2291cd;
}
#menu-primary .dropdown-menu.show {
  background-color: #333;
  border-radius: initial;
}
#menu-primary .dropdown-item:active,
#menu-primary .dropdown-item:hover {
  background-color: #333;
}

#mobile-menu-primary {
  text-align: center;
}
#mobile-menu-primary a.nav-link {
  color: white;
  font-size: 14.4px;
  font-size: 0.9rem;
  text-transform: uppercase;
}
#mobile-menu-primary .active a.nav-link {
  color: #38b6dc;
}
#mobile-menu-primary .dropdown-menu {
  position: relative !important;
  background: none;
  text-align: center;
  transform: none !important;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.nav-wrap {
  background-color: #333;
}

.home .nav-wrap {
  background-color: rgba(37, 42, 48, 0.45);
}
@media (max-width: 767.98px) {
  .home .nav-wrap {
    background-color: #333;
  }
}

nav.navbar {
  padding: 1em;
}

.dropdown-toggle::after {
  border: none;
  content: "";
  font-family: "Font Awesome 5 Solid";
  margin-left: 0.5em;
  vertical-align: initial;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget-area h2:first-of-type {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/* .force-full-width {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;

  @include media-breakpoint-up('sm') {

  }
} */
.tech-atom-icon {
  max-width: 240px;
}

.image-block-2 {
  padding: 1em;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}
.image-block-2 img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.image-block-2 p {
  color: #141619;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
}

p.quote-style {
  font-style: italic;
  font-weight: bold;
  font-size: 19.2px;
  font-size: 1.2rem;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.tintmetrix-content p {
  text-align: center;
  display: flex;
  align-items: center;
}
.tintmetrix-content p span {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 2em;
  text-align: left;
}
@media (max-width: 991.98px) {
  .tintmetrix-content p span {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .tintmetrix-content p span {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
.tintmetrix-content p img {
  max-width: 120px;
}
@media (max-width: 991.98px) {
  .tintmetrix-content p img {
    max-width: 100px;
  }
}

.inline-cta {
  padding-top: 2em;
  padding-bottom: 2em;
  color: white;
  text-align: center;
}
.inline-cta h3 {
  font-weight: 300;
}
.inline-cta h1,
.inline-cta h2,
.inline-cta h3,
.inline-cta h4,
.inline-cta h5,
.inline-cta h6 {
  margin-top: 0;
}
.inline-cta h5 {
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.inline-cta p {
  margin-top: 0;
  text-align: center;
}
.inline-cta p:last-of-type {
  margin-bottom: 0;
}
.inline-cta hr {
  background-color: #fff;
  margin: 4em auto;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-header {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .page-header {
    margin: 15px 0;
  }
}
.page-header p {
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 2;
  padding: 2em 15px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767.98px) {
  .page-header p {
    font-size: 28.8px;
    font-size: 1.8rem;
    padding: 1em 15px;
  }
}
@media (max-width: 575.98px) {
  .page-header p {
    font-size: 25.6px;
    font-size: 1.6rem;
    padding: 0.5em 15px;
  }
}

#breadcrumbs {
  color: #676b70;
  font-size: 14px;
  font-size: 0.875rem;
}

#breadcrumbs i {
  color: #2291cd;
  padding: 0 0.1em;
}

.team {
  padding-bottom: 150px;
  padding-top: 0;
}
.team h2 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 800;
  margin-top: 0;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
}

.team-members .team-member {
  background-color: #f5f5f5;
  border-bottom: 3px solid #2291cd;
  color: rgba(30, 33, 38, 0.7);
  line-height: 1.625em;
  max-width: 355px;
  margin-top: 1.875em;
}
.team-members .team-member .title {
  margin-top: 0;
  text-align: center;
}
.team-members .team-member p {
  padding: 0 1.5em;
}
.team-members .team-member h4 {
  color: #2291cd;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0;
}

.appt-button {
  background-color: #2291cd;
  border-radius: 0 0 20px 20px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.5em;
  padding-left: 1.4em;
  padding-right: 1.5em;
  right: -7.4em;
  top: 50%;
  transform: translateY(-25%) rotate(90deg);
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  position: fixed;
  z-index: 100;
  transition: background-color 0.2s;
}
.appt-button:hover {
  text-decoration: none;
  background-color: #141619;
}
.appt-button:visited {
  color: white;
}
.appt-button img {
  height: 1em;
  margin-right: 0.5em;
}
@media (max-width: 767.98px) {
  .appt-button {
    bottom: 0;
    right: 0;
    top: inherit;
    transform: none;
    border-radius: 20px 20px 0 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .appt-button {
    width: 100%;
    font-size: 14.4px;
    font-size: 0.9rem;
    text-align: center;
  }
}

.hero-content {
  max-width: 435px;
}
.hero-content .buttons {
  margin-top: 0.8em;
}
.hero-content a.button {
  margin-top: 1em;
}
.hero-content a.button:first-of-type {
  margin-right: 40px;
}
@media (max-width: 575.98px) {
  .hero-content a.button {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.hero-content h2 {
  color: #fff;
  font-size: 59px;
  font-size: 3.6875rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .hero-content h2 {
    padding-top: 1em;
    font-size: 51.2px;
    font-size: 3.2rem;
  }
}
@media (max-width: 575.98px) {
  .hero-content h2 {
    padding-top: 0;
    font-size: 44.8px;
    font-size: 2.8rem;
  }
}
.hero-content hr {
  background-color: #2291cd;
  height: 3px;
  margin-top: 1em;
  margin-bottom: 0;
}
.hero-content div > p {
  line-height: 1.625em;
  margin: 0;
  padding-bottom: 0.5em;
}
.hero-content div > p:first-of-type {
  font-weight: 600;
  margin-top: 0.8em;
  line-height: 1.29em;
}

#performance {
  background-color: #141619;
  position: relative;
  z-index: 1;
  padding: 4em 15px;
}
#performance:before {
  background-image: url("img/Hex-bkgrd.png");
  background-repeat: repeat;
  box-sizing: border-box;
  content: " " !important;
  display: block !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.4;
}
#performance ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  #performance ul {
    justify-content: center;
  }
}
#performance .chartbox span {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 43.2px;
  font-size: 2.7rem;
  color: #2291cd;
  position: relative;
  z-index: 10;
}
#performance .chartbox p {
  color: white;
  margin-top: 1.5em;
}
#performance .chartbox canvas {
  border-radius: 100%;
  background-color: white;
  padding: 12px;
  box-sizing: border-box;
  width: 175px;
  height: 175px;
}
#performance h2 {
  text-align: center;
  color: white;
  margin-bottom: 1em;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  #performance h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#performance figure {
  flex: 1;
  min-width: 235.2px;
  text-align: center;
}
#performance figure figcaption {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: initial;
  padding-top: 0.8em;
}

#why-choose-us {
  text-align: center;
}
#why-choose-us .video-placeholder {
  margin: 35px auto 50px auto;
}
@media (max-width: 767.98px) {
  #why-choose-us .video-placeholder {
    margin: 20px auto 15px;
  }
}
#why-choose-us h2 {
  font-weight: 800;
  margin: 0;
}

#process-illustration {
  padding: 2em 15px 4em;
}
#process-illustration .pictograms img {
  max-height: 165px;
}
#process-illustration .pictograms .col {
  max-width: 19.5%;
}
#process-illustration h1 {
  font-weight: 800;
  margin: 0;
  padding: 0 0 1em 0;
  text-align: center;
  font-size: 20.8px;
  font-size: 1.3rem;
}
#process-illustration figure {
  margin: 0;
}
#process-illustration figcaption {
  color: #141619;
  font-family: "Montserrat", sans-serif;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-align: center;
  font-style: initial;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 0.5em;
  min-height: 2.4em;
  text-align: center;
}
@media (min-width: 768px) {
  #process-illustration figcaption {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  #process-illustration figure {
    margin-top: 2em;
  }
}

#image-block-1,
#image-block-2 {
  background-color: #011b2e;
  color: #fff;
}
#image-block-1 .image-block,
#image-block-2 .image-block {
  background-size: cover;
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #image-block-1 .image-block,
#image-block-2 .image-block {
    background-size: contain;
    min-height: 500px;
  }
}
#image-block-1 .row .copy,
#image-block-2 .row .copy {
  max-width: 475px;
  padding-top: 4em;
  padding-bottom: 4em;
}
#image-block-1 h2,
#image-block-1 p,
#image-block-2 h2,
#image-block-2 p {
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
}
#image-block-1 h2,
#image-block-2 h2 {
  line-height: 1.4em;
}
#image-block-1 p,
#image-block-2 p {
  padding-top: 1.25em;
}
@media (max-width: 991.98px) {
  #image-block-1 div.copy,
#image-block-2 div.copy {
    float: none;
    padding: 0 1em;
  }
}

#image-block-1 .copy {
  margin: auto;
}

#image-block-2 {
  background-color: #fff;
}
#image-block-2 .copy {
  margin: auto;
}

#additional-copy {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}
#additional-copy h2 {
  line-height: 1.2;
}
#additional-copy h2,
#additional-copy p {
  margin: 0;
}
#additional-copy p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 2em;
}

.single main,
.blog main {
  padding-top: 1.5em;
}

.page-id-27 #breadcrumbs {
  display: none;
}
.page-id-27 .hentry {
  margin: 0;
}
.page-id-27 .entry-content,
.page-id-27 .entry-footer {
  display: none;
}

.technology-main {
  padding: 3em 1.5em;
}

.technology > h3:first-of-type {
  margin-bottom: 3em;
}

.technology p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.technology header {
  margin-bottom: 2em;
}
.technology header h1,
.technology header h2,
.technology header h3,
.technology header h4,
.technology header h5,
.technology header h6 {
  font-weight: 600;
  margin: 0;
}
.technology header h4 {
  font-size: 16px;
  font-size: 1rem;
}
.technology header img {
  width: 100px;
  height: auto;
}

@media (min-width: 576px) {
  .technology .content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  .post-40 .entry-content {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .post-40 .entry-content .col-md-5 {
    background: #413892;
    background: linear-gradient(180deg, #413892 0%, #1fbde1 100%);
    color: white;
  }
  .post-40 .entry-content .col-md-5 input[type=submit] {
    background: black;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#top {
  background-color: #141619;
  border-top: 5px solid #2291cd;
  color: #fff;
  line-height: 1.7em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 575.98px) {
  #top {
    font-size: 11.2px;
    font-size: 0.7rem;
  }
}
@media (max-width: 575.98px) {
  #top .phone,
#top .address,
#top .hours {
    margin-bottom: 15px;
  }
}
#top .phone img,
#top .address img,
#top .hours img {
  margin-right: 1em;
}
#top p,
#top h3 {
  margin: 0;
}
#top .social i {
  color: #fff;
  margin: 0 1em;
}
#top .social i:hover {
  color: #2291cd;
}

.header-wrapper {
  flex: 2;
}

.site-header .logo {
  margin-right: 40px;
}
@media (max-width: 767.98px) {
  .site-header .logo {
    margin-right: 0;
    width: 100%;
  }
}
.site-header .logo img {
  width: 250px;
  height: auto;
}
@media (max-width: 575.98px) {
  .site-header .logo img {
    width: 175px;
  }
}
.site-header .logo .navbar-toggler {
  background: none;
  border: none;
}
.site-header .logo .navbar-toggler span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

header .entry-title {
  margin-top: 0;
  overflow: hidden;
}

.navbar-brand {
  padding: 26px 0;
}
@media (max-width: 575.98px) {
  .navbar-brand {
    padding: 10px 0;
    margin-right: 0;
  }
}

#masthead {
  position: relative;
  z-index: 2;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 11.2px;
  font-size: 0.7rem;
  font-weight: 400;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}
#colophon .address,
#colophon .hours,
#colophon .phone {
  padding-left: 3em;
}
@media (max-width: 575.98px) {
  #colophon .logo,
#colophon .address {
    margin-bottom: 1em;
  }
}
#colophon .widgets {
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
}
#colophon .widgets .logo {
  padding-top: 0.5em;
  text-align: center;
}
#colophon .widgets .logo .button {
  background: none;
  color: white;
  border-color: white;
  margin-top: 1em;
  padding: 15px 25px;
}
#colophon .widgets .logo img {
  width: 250px;
  height: auto;
}
@media (max-width: 575.98px) {
  #colophon .widgets .logo img {
    width: 200px;
  }
}
#colophon .widgets p {
  margin-bottom: 0;
}
#colophon .widgets h3 {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 0;
  position: relative;
}
#colophon .widgets h3 img {
  position: absolute;
  top: 1em;
  left: -2em;
  transform: translateY(-50%);
  z-index: 3;
  max-height: 20px;
}
#colophon .site-info {
  position: relative;
  z-index: 3;
  padding: 0 10px;
}
#colophon .copyright {
  text-align: left;
  font-size: 8.8px;
  font-size: 0.55rem;
}
@media (min-width: 768px) {
  #colophon .copyright {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
#colophon .social {
  text-align: right;
}
#colophon .social a {
  color: #fff;
  padding: 0 1em;
  font-size: 8.8px;
  font-size: 0.55rem;
}
#colophon .social a:hover {
  color: #2291cd;
}
#colophon:before {
  background-image: url("img/hex-black.png");
  background-size: repeat;
  box-sizing: border-box;
  content: " " !important;
  display: block !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.4;
}

.footer-cta {
  background-color: #2291cd;
  color: #fff;
  line-height: 100px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  position: relative;
}
@media (max-width: 991.98px) {
  .footer-cta {
    line-height: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .footer-cta span {
    text-align: center;
    padding-bottom: 1em;
    position: relative;
  }
  .footer-cta span img {
    position: absolute;
    left: -2.9em;
  }
}
@media (max-width: 767.98px) {
  .footer-cta span img {
    left: -0.1em;
  }
}
@media (max-width: 575.98px) {
  .footer-cta img {
    display: none;
  }
}
.footer-cta a {
  color: #141619;
  margin-left: 0.5em;
  text-decoration: none;
}
.footer-cta a:hover, .footer-cta a:active, .footer-cta a:focus {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .footer-cta a {
    text-align: center;
    width: 100%;
  }
}
.footer-cta img {
  margin-right: 1em;
  transform: rotate(-10deg) translateY(-20%);
}
@media (max-width: 767.98px) {
  .footer-cta img {
    position: absolute;
    left: -1em;
  }
}
@media (min-width: 992px) {
  .footer-cta img {
    position: relative;
    transform: rotate(-10deg) translateY(-7%);
    top: 1em;
  }
}

#colophon .site-info {
  font-size: 13.4px;
  font-size: 0.8375rem;
}
@media (max-width: 767.98px) {
  #colophon .site-info {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #colophon .site-info .copyright,
#colophon .site-info .social {
    margin: 5px 0;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

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


/* Landing Page Start */



/* Landing Page End */

@media (max-width: 991px)
.site-header .logo {
margin-right: 0px !important;
}