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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Roboto", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Roboto", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.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%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.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%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .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%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .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%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .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%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  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;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  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 {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  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 {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  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-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.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;
  pointer-events: none;
  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;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.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;
  pointer-events: none;
  cursor: default;
}

.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,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  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-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  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 .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.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;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Roboto", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Roboto", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !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;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !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;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !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;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !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;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !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;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
  -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.33333em;
  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: 0.08em solid #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, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

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

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

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

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

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

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

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

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

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

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

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

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

.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;
}

.fa-500px:before {
  content: "";
}

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

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

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

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

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

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

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

.fa-adobe:before {
  content: "";
}

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

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

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb: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-alipay:before {
  content: "";
}

.fa-allergies: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-angry:before {
  content: "";
}

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

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

.fa-ankh:before {
  content: "";
}

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

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

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

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

.fa-apple-alt:before {
  content: "";
}

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

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

.fa-archway: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-artstation:before {
  content: "";
}

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

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

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

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

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

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

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

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

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

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

.fa-award:before {
  content: "";
}

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

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

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

.fa-bacon:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

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

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

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

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

.fa-band-aid: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-battle-net: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-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

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

.fa-biking:before {
  content: "";
}

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

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

.fa-biohazard: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-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

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

.fa-blog: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-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

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

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

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

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

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

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "";
}

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

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

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

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

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

.fa-buffer:before {
  content: "";
}

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

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

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

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

.fa-burn:before {
  content: "";
}

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

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

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large: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-day:before {
  content: "";
}

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

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

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

.fa-calendar-week:before {
  content: "";
}

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

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

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

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

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan: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-carrot:before {
  content: "";
}

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

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

.fa-cash-register:before {
  content: "";
}

.fa-cat: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-centos:before {
  content: "";
}

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

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station: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-double:before {
  content: "";
}

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

.fa-cheese: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-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

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

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

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

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

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list: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-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

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

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

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

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

.fa-cocktail: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-coins:before {
  content: "";
}

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

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

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

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

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

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

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

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

.fa-compress-alt:before {
  content: "";
}

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

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

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

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

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

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

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

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

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

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

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

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

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

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

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

.fa-creative-commons-pd-alt:before {
  content: "";
}

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

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

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

.fa-creative-commons-sampling-plus:before {
  content: "";
}

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

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

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

.fa-critical-role:before {
  content: "";
}

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

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

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

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch: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-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "勒";
}

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

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

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

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

.fa-democrat:before {
  content: "";
}

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

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

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

.fa-dev:before {
  content: "";
}

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

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

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

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

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

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

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

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

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

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

.fa-dog:before {
  content: "";
}

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

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

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

.fa-dove:before {
  content: "";
}

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

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

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

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

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

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

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

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

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

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

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

.fa-ebay:before {
  content: "";
}

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

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

.fa-egg:before {
  content: "";
}

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

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

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

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

.fa-ello:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-equals:before {
  content: "";
}

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

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

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

.fa-ethernet:before {
  content: "";
}

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

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

.fa-evernote: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-alt: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-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

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

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

.fa-faucet:before {
  content: "串";
}

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

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

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

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

.fa-figma: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-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

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

.fa-file-export:before {
  content: "";
}

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

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

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

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

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

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

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

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

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

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

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

.fa-fingerprint:before {
  content: "";
}

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

.fa-fire-alt:before {
  content: "";
}

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

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

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "";
}

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

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

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

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

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

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

.fa-flag-usa:before {
  content: "";
}

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

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

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

.fa-flushed:before {
  content: "";
}

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

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

.fa-folder-minus:before {
  content: "";
}

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

.fa-folder-plus:before {
  content: "";
}

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

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

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

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

.fa-font-awesome-logo-full: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-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump: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-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt: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-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe: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-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger: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-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel: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-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo: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-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal: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-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker: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-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal: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-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer: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:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical: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-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism: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-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash: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-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap: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-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl: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-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes: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-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life: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-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel: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-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge: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-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer: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-think-peaks: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-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt: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-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity: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-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square: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-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging: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-wind: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-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion: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-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray: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-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu: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;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-regular-400.eot);
  src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fab, .far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

@font-face {
  font-family: "simple-line-icons";
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0");
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("../fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("../fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-event, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox, .icon-social-vkontakte, .icon-social-steam {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "";
}

.icon-people:before {
  content: "";
}

.icon-user-female:before {
  content: "";
}

.icon-user-follow:before {
  content: "";
}

.icon-user-following:before {
  content: "";
}

.icon-user-unfollow:before {
  content: "";
}

.icon-login:before {
  content: "";
}

.icon-logout:before {
  content: "";
}

.icon-emotsmile:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-call-end:before {
  content: "";
}

.icon-call-in:before {
  content: "";
}

.icon-call-out:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-location-pin:before {
  content: "";
}

.icon-direction:before {
  content: "";
}

.icon-directions:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-layers:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-options-vertical:before {
  content: "";
}

.icon-options:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-up-circle:before {
  content: "";
}

.icon-arrow-left-circle:before {
  content: "";
}

.icon-arrow-right-circle:before {
  content: "";
}

.icon-arrow-down-circle:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-event:before {
  content: "";
}

.icon-exclamation:before {
  content: "";
}

.icon-organization:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-screen-smartphone:before {
  content: "";
}

.icon-screen-desktop:before {
  content: "";
}

.icon-plane:before {
  content: "";
}

.icon-notebook:before {
  content: "";
}

.icon-mustache:before {
  content: "";
}

.icon-mouse:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

.icon-energy:before {
  content: "";
}

.icon-disc:before {
  content: "";
}

.icon-cursor:before {
  content: "";
}

.icon-cursor-move:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-chemistry:before {
  content: "";
}

.icon-speedometer:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-screen-tablet:before {
  content: "";
}

.icon-magic-wand:before {
  content: "";
}

.icon-hourglass:before {
  content: "";
}

.icon-graduation:before {
  content: "";
}

.icon-ghost:before {
  content: "";
}

.icon-game-controller:before {
  content: "";
}

.icon-fire:before {
  content: "";
}

.icon-eyeglass:before {
  content: "";
}

.icon-envelope-open:before {
  content: "";
}

.icon-envelope-letter:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-badge:before {
  content: "";
}

.icon-anchor:before {
  content: "";
}

.icon-wallet:before {
  content: "";
}

.icon-vector:before {
  content: "";
}

.icon-speech:before {
  content: "";
}

.icon-puzzle:before {
  content: "";
}

.icon-printer:before {
  content: "";
}

.icon-present:before {
  content: "";
}

.icon-playlist:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-picture:before {
  content: "";
}

.icon-handbag:before {
  content: "";
}

.icon-globe-alt:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-folder-alt:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-feed:before {
  content: "";
}

.icon-drop:before {
  content: "";
}

.icon-drawer:before {
  content: "";
}

.icon-docs:before {
  content: "";
}

.icon-doc:before {
  content: "";
}

.icon-diamond:before {
  content: "";
}

.icon-cup:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-bubbles:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-book-open:before {
  content: "";
}

.icon-basket-loaded:before {
  content: "";
}

.icon-basket:before {
  content: "";
}

.icon-bag:before {
  content: "";
}

.icon-action-undo:before {
  content: "";
}

.icon-action-redo:before {
  content: "";
}

.icon-wrench:before {
  content: "";
}

.icon-umbrella:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-support:before {
  content: "";
}

.icon-frame:before {
  content: "";
}

.icon-size-fullscreen:before {
  content: "";
}

.icon-size-actual:before {
  content: "";
}

.icon-shuffle:before {
  content: "";
}

.icon-share-alt:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-rocket:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-pie-chart:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-note:before {
  content: "";
}

.icon-loop:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-grid:before {
  content: "";
}

.icon-graph:before {
  content: "";
}

.icon-microphone:before {
  content: "";
}

.icon-music-tone-alt:before {
  content: "";
}

.icon-music-tone:before {
  content: "";
}

.icon-earphones-alt:before {
  content: "";
}

.icon-earphones:before {
  content: "";
}

.icon-equalizer:before {
  content: "";
}

.icon-like:before {
  content: "";
}

.icon-dislike:before {
  content: "";
}

.icon-control-start:before {
  content: "";
}

.icon-control-rewind:before {
  content: "";
}

.icon-control-play:before {
  content: "";
}

.icon-control-pause:before {
  content: "";
}

.icon-control-forward:before {
  content: "";
}

.icon-control-end:before {
  content: "";
}

.icon-volume-1:before {
  content: "";
}

.icon-volume-2:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-bulb:before {
  content: "";
}

.icon-chart:before {
  content: "";
}

.icon-ban:before {
  content: "";
}

.icon-bubble:before {
  content: "";
}

.icon-camrecorder:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-cloud-download:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-lock-open:before {
  content: "";
}

.icon-magnifier:before {
  content: "";
}

.icon-magnifier-add:before {
  content: "";
}

.icon-magnifier-remove:before {
  content: "";
}

.icon-paper-clip:before {
  content: "";
}

.icon-paper-plane:before {
  content: "";
}

.icon-power:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-reload:before {
  content: "";
}

.icon-settings:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-symbol-female:before {
  content: "";
}

.icon-symbol-male:before {
  content: "";
}

.icon-target:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-paypal:before {
  content: "";
}

.icon-social-tumblr:before {
  content: "";
}

.icon-social-twitter:before {
  content: "";
}

.icon-social-facebook:before {
  content: "";
}

.icon-social-instagram:before {
  content: "";
}

.icon-social-linkedin:before {
  content: "";
}

.icon-social-pinterest:before {
  content: "";
}

.icon-social-github:before {
  content: "";
}

.icon-social-google:before {
  content: "";
}

.icon-social-reddit:before {
  content: "";
}

.icon-social-skype:before {
  content: "";
}

.icon-social-dribbble:before {
  content: "";
}

.icon-social-behance:before {
  content: "";
}

.icon-social-foursqare:before {
  content: "";
}

.icon-social-soundcloud:before {
  content: "";
}

.icon-social-spotify:before {
  content: "";
}

.icon-social-stumbleupon:before {
  content: "";
}

.icon-social-youtube:before {
  content: "";
}

.icon-social-dropbox:before {
  content: "";
}

.icon-social-vkontakte:before {
  content: "";
}

.icon-social-steam:before {
  content: "";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/../imagesajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0);
}

[data-aos=fade-up] {
  transform: translateY(100px);
}

[data-aos=fade-down] {
  transform: translateY(-100px);
}

[data-aos=fade-right] {
  transform: translate(-100px);
}

[data-aos=fade-left] {
  transform: translate(100px);
}

[data-aos=fade-up-right] {
  transform: translate(-100px, 100px);
}

[data-aos=fade-up-left] {
  transform: translate(100px, 100px);
}

[data-aos=fade-down-right] {
  transform: translate(-100px, -100px);
}

[data-aos=fade-down-left] {
  transform: translate(100px, -100px);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translateY(100px) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translateY(-100px) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate(-100px) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate(100px) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translateY(100px) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translateY(-100px) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate(-100px) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate(100px) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0);
}

[data-aos=slide-up] {
  transform: translateY(100%);
}

[data-aos=slide-down] {
  transform: translateY(-100%);
}

[data-aos=slide-right] {
  transform: translateX(-100%);
}

[data-aos=slide-left] {
  transform: translateX(100%);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*# sourceMappingURL=aos.css.map*/
/*$lato-regular: 'LatoWeb';
$lato-medium: 'LatoWebMedium';
$lato-semibold: 'LatoWebSemiBold';
$lato-light: 'LatoWebLight';
$lato-Bold: 'LatoWebBold';
$lato-thin: 'LatoWebThin';
$lato-heavy: 'LatoWebHeavy';
$lato-black: 'LatoWebBlack';
*/
/*
@mixin linear-gradient($text-gradient1) {
  -webkit-box-shadow: $text-gradient1;
  -moz-box-shadow: $text-gradient1;
  box-shadow: $text-gradient1;
}*/
/*
$text-gradient1:linear-gradient(90deg, #65d16b 2%, #22d5c9 82.7%);
*/

@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}


.boxes-section .v-box .tag-hed, .bod-gallery-container-style2 .item a .member-info p, .journey-time .years-menu ul li a, .governance-sec a .info p, .text-and-img p, .page-details h2, .knowledge-center .press-release .content-details p, .latest-engro-blog .press-release .content-details p, .knowledge-center .press-release .content-details h3, .latest-engro-blog .press-release .content-details h3, .knowledge-center p, .latest-engro-blog p, .knowledge-center h2, .latest-engro-blog h2, .we-are-responsible.social_data .column-container .left-column .content-bg ul li h4, .we-are-responsible.social_data .column-container .left-column .info-content h2, .we-are-responsible.social_data .column-container .right-column .content-bg p, .we-are-responsible .column-container .left-column .content-bg ul li h4, .we-are-responsible .column-container .left-column .info-content h2, .we-are-responsible .column-container .right-column .content-bg p, .the-group .column-container .left-column .content-bg .content-title, .the-group .column-container .right-column .content-bg ul li a, .the-group .column-container .right-column .content-bg p, .plain-text p, .plain-text h2, body p, footer.footer-class .footer-bottom p, footer.footer-class .footer-nav .f-nav li a, .default-page ul.menu li a, .default-page p, .content-green-list li, .page-template-template-urdu .banner .udru-style h2, .overview-video-section h2, .record-block.show-more-record .centered-area h5, .custom-grid .report-box h4, .custom-grid ol li, .custom-grid .grid-item p, .knowlwdge-slider h4, .section-big-text, .big, .integrated-review-section p, .integrated-review-section h2, .secp-section h2, .secp-section p, .core-value .column-container .right-column .content-bg p, .core-value p, .core-value h2, .vision-n-mission .column-v-m p, .member-association h2, .contact-us .contact-info-box ul li .left-content p, .contact-us .icon-box h6, .contact-us p, .shareholder-contact p.big, .shareholder-contact h3, .text-card span, .img-effect a .member-info p, .rp-box .rp-info h4, .img-overlap-section .text-box ul li, .bod-gallery-container-style3 .item a .member-info p, .bod-single .bod-text p, .bod-single .bod-info .companies-names li, .bod-single .bod-info h3, .search-form label input, .knowlwdge-center .badge, .search-container .search-results ul li p, .triad_list ul li, .content-text ul li, .bod-gallery-container .item a .member-info p, .financial-reports h2, .bg-img-section .left-column .content-bg .content-title, .left-text-sec p, .stats-and-info ul li p, .stats-and-info ul li h4, .for-media-inquiries .phone, .for-media-inquiries p, .for-media-inquiries h3, .card-box .card-content .card-text p, .card-box .card-content .card-text, .inner-page-header h2, .post-banner.pres-releases .post-caption p, .post-banner .post-caption p, .box.no-image .info p, .box .info .badge, .box .info .date, h2.bordered, h1.bordered, .banner .content-box h2, .form-element .form-element-label, .default-btn {
  font-family: "Roboto Light";
  -webkit-font-smoothing: antialiased;
}

.boxes-section .v-box h3, .bod-gallery-container-style2 .item a .member-info h5, .governance-sec a .info span, .meet-the-team .nav-tabs li a, .journey-time .nav-tabs li a, .text-and-img p.bold-text, .knowledge-center .press-release .content-details .date, .latest-engro-blog .press-release .content-details .date, .knowledge-center .press-release .content-details .tag, .latest-engro-blog .press-release .content-details .tag, .media-center .nav-tabs li a, .creating-a-difference .c-slider .slide-item .caption-box span, .we-are-responsible.social_data .column-container .right-column .content-bg a, .we-are-responsible.social_data .column-container .right-column .content-bg h3, .we-are-responsible .column-container .right-column .content-bg a, .we-are-responsible .column-container .right-column .content-bg h3, .the-group .column-container .left-column .content-bg ul li a, .the-group .column-container .right-column .content-bg .content-title, .the-group .column-container .right-column .content-bg a, footer.footer-class .footer-nav h4, .default-page, body, .four-o-four-page .main-content-area h2, .culture-video h2, .custom-grid .grid-item h4, .core-value .column-container .left-column .content-bg ul li a, .core-value .column-container .left-column .content-bg .content-title, .core-value .column-container .right-column .content-bg .content-title, .core-value .column-container .right-column .content-bg a, .engro-tables table td, .engro-tables table th, .infographic h4, .member-association .member-container .member-box .member-content h5, .contact-us .contact-info-box ul li .right-content p, .contact-us h2, .rp-style-2 span, .rp-box.media-gallery .rp-info h4, .rp-box .rp-info p, .img-overlap-section .text-box h4, .bod-gallery-container-style3 .item a .member-info h5, .bod-single .bod-text h4, .bod-single .bod-info ul li a, .knowlwdge-center a .media .date, .knowlwdge-center h2, .search-container .search-results ul li h3 a, .search-container .search-results ul li h3, .next-link .rotate-hed h4, .previous-link .rotate-hed h4, .inner-single .main-content-area h4, .default-pages .main-content-area h4, .inner-single .main-content-area .sub-hed, .default-pages .main-content-area .sub-hed, .inner-single .main-content-area h3, .default-pages .main-content-area h3, .stats-widget.two p, .stats-widget.one h4, .report-box ul li a span.months, .report-box ul li a, .bg-img-section .left-column .content-bg ul li a, .bg-img-section .content p.bold-text, .focus-text, .left-text-sec p.bold-text, .filters ul li a, .years-line span, .box .info span, .box .info p, h4.bordered, .menu-footer-social-icons h5, .banner .content-box p, .banner .content-box span, .language-selector-container a, .main-nav-container ul.main-nav > li a, .subheader .bottom-nav .sub-nav-container ul li a, .form-element button, .submit-btn, .default-btn.bordered-black, .default-btn.bordered, .default-btn.white {
  font-family: "Roboto Regular";
  -webkit-font-smoothing: antialiased;
}

.text-card h5 {
  font-family: "Roboto Medium";
  -webkit-font-smoothing: antialiased;
}

.journey-time .years-menu ul li a.active, .text-and-img .big-text, .page-details h2 strong, .creating-a-difference span.big-text, .we-are-responsible span.big-text, .we-are-responsible.social-imp .sec-name:before, .the-group span.big-text, .plain-text.home-business .sec-name::after, .service-desk .secp-logo .logo-right ul li .block-text h5, .service-desk .secp-logo .logo-right ul li .block-text p, .service-desk .secp-logo .logo-right ul li .block-text h6, .knowlwdge-slider .sliders .custom_paging li, .core-value span.big-text, .years-line-style2 span, .contact-us h3, .shareholder-contact:after, .bod-single .bod-info h2, .next-link .rotate-hed h5, .previous-link .rotate-hed h5, .stats-widget.two h4, .left-text-sec .big-text, h4.bold, .badge, .main-nav-container ul.main-nav > li a.active {
  font-family: "Roboto Medium";
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "mher";
  src: url("../fonts/ur/mehr.ttf") format("truetype");
}
@font-face {
  font-family: "Nafees Web Naskh";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/NafeesWebNaskh.eot");
  src: url("../fonts/NafeesWebNaskh.eot?#iefix") format("eot"), url("../fonts/NafeesWebNaskh.woff2") format("woff2"), url("../fonts/NafeesWebNaskh.woff") format("woff"), url("../fonts/NafeesWebNaskh.ttf") format("truetype"), url("../fonts/NafeesWebNaskh.svg#NafeesWebNaskh") format("svg");
}
.urdu_section .inner-single .main-content-area p, .urdu_section .inner-single .main-content-area ul, .urdu_section .default-pages .main-content-area p, .urdu_section .default-pages .main-content-area ul, .urdu_section .inner-single .main-content-area h3, .urdu_section .default-pages .main-content-area h3, .urdu_section .we-are-responsible .column-container .right-column .content-bg h3, .urdu_section .we-are-responsible.social-imp .sec-name::before, .urdu_section .plain-text.home-business .sec-name::after, .urdu_section .footer #menu-main_menu-1 .footer-nav .f-nav li a, .urdu_section .footer #menu-main_menu-1 .footer-nav h4, .urdu_section .main-nav-container ul.main-nav > li a, .urdu_section h4, .urdu_section h3, .urdu_section h2, .urdu_section h1, .urdu_section p, .urdu_section .badge, .urdu_section .default-btn, .urdu_section .form-element .form-element-label, .urdu_section .banner .content-box h2, .urdu_section h2.bordered, .urdu_section .box .info .date, .urdu_section .box .info .badge, .urdu_section .box.no-image .info p, .urdu_section .post-banner .post-caption p, .urdu_section .post-banner.pres-releases .post-caption p, .urdu_section .inner-page-header h2, .urdu_section .card-box .card-content .card-text, .urdu_section .card-box .card-content .card-text p, .urdu_section .for-media-inquiries h3, .urdu_section .for-media-inquiries p, .urdu_section .for-media-inquiries .phone, .urdu_section .stats-and-info ul li p, .urdu_section .left-text-sec p, .urdu_section .bg-img-section .left-column .content-bg .content-title, .urdu_section .financial-reports h2, .urdu_section .bod-gallery-container .item a .member-info p, .urdu_section .content-text ul li, .urdu_section .search-container .search-results ul li p, .urdu_section .knowlwdge-center .badge, .urdu_section .search-form label input, .urdu_section .bod-single .bod-info h3, .urdu_section .bod-single .bod-info .companies-names li, .urdu_section .bod-single .bod-text p, .urdu_section .bod-gallery-container-style3 .item a .member-info p, .urdu_section .rp-box .rp-info h4, .urdu_section .img-effect a .member-info p, .urdu_section .text-card span, .urdu_section .shareholder-contact h3, .urdu_section .shareholder-contact p.big, .urdu_section .contact-us p, .urdu_section .contact-us .icon-box h6, .urdu_section .contact-us .contact-info-box ul li .left-content p, .urdu_section .member-association h2, .urdu_section .vision-n-mission .column-v-m p, .urdu_section .core-value h2, .urdu_section .core-value p, .urdu_section .core-value .column-container .right-column .content-bg p, .urdu_section .secp-section h2, .urdu_section .secp-section p, .urdu_section .integrated-review-section h2, .urdu_section .integrated-review-section p, .urdu_section .big, .urdu_section .section-big-text, .urdu_section .knowlwdge-slider h4, .urdu_section .custom-grid .grid-item p, .urdu_section .record-block.show-more-record .centered-area h5, .urdu_section .page-template-template-urdu .banner .udru-style h2, .urdu_section .default-page p, .urdu_section .default-page ul.menu li a, .urdu_section footer.footer-class .footer-nav .f-nav li a, .urdu_section footer.footer-class .footer-bottom p, .urdu_section body p, .urdu_section .plain-text h2, .urdu_section .plain-text p, .urdu_section .the-group .column-container .right-column .content-bg p, .urdu_section .the-group .column-container .left-column .content-bg .content-title, .urdu_section .we-are-responsible .column-container .right-column .content-bg p, .urdu_section .we-are-responsible .column-container .left-column .info-content h2, .urdu_section .we-are-responsible .column-container .left-column .content-bg ul li h4, .urdu_section .knowledge-center h2, .urdu_section .latest-engro-blog h2, .urdu_section .knowledge-center p, .urdu_section .latest-engro-blog p, .urdu_section .knowledge-center .press-release .content-details h3, .urdu_section .latest-engro-blog .press-release .content-details h3, .urdu_section .knowledge-center .press-release .content-details p, .urdu_section .latest-engro-blog .press-release .content-details p, .urdu_section .page-details h2, .urdu_section .text-and-img p, .urdu_section .governance-sec a .info p, .urdu_section .bod-gallery-container-style2 .item a .member-info p, .urdu_section .the-group .column-container .right-column .content-bg .content-title, .urdu_section .we-are-responsible .column-container .right-column .content-bg a, .urdu_section .the-group .column-container .right-column .content-bg a, .urdu_section .the-group .column-container .left-column .content-bg ul li a, .urdu_section .left-text-sec p.bold-text, .urdu_section .report-box ul li a, .urdu_section .report-box ul li a span.months, .urdu_section .subheader .bottom-nav .sub-nav-container ul li a, .urdu_section .page-template-template-foods .scroll-section.left-text-sec:after, .urdu_section .bod-single .bod-info ul li a, .urdu_section .bod-single .bod-info h2, .urdu_section .language-selector-container > a, .urdu_section .search-container .search-results ul li h3 a, .urdu_section .search-container .knowlwdge-center .media .media-body .categories, .urdu_section .rp-box.media-gallery .rp-info h4, .urdu_section {
  font-family: "Nafees Web Naskh";
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

/*@font-face {
  font-family: 'Axiforma';
  src: url('../../../fonts/../../../fonts/Axiforma-ExtraBoldItalic.eot');
  src: url('../../../fonts/Axiforma-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/Axiforma-ExtraBoldItalic.woff') format('woff'),
    url('../../../fonts/Axiforma-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
*/
/*%Axiforma-Book {
  font-family: 'Axiforma-Book', sans-serif;
  -webkit-font-smoothing:antialiased;

}
*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ncx04j");
  src: url("../fonts/icomoon.eot?ncx04j#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ncx04j") format("truetype"), url("../fonts/icomoon.woff?ncx04j") format("woff"), url("../fonts/icomoon.svg?ncx04j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_down:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-arrow_left:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-arrow_right:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-arrow_up:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-call:before {
  content: "";
  color: #51a946;
}

.icon-contact-Us_Avatar:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-contact-Us_Message:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-contact-Us_Organization:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-contact-Us_Pencil:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-contact-Us_Phone:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-envelope:before {
  content: "";
  color: #51a946;
}

.icon-fax:before {
  content: "";
  color: #51a946;
}

.icon-icon-facebook:before {
  content: "";
  /* color: #aaa;*/
}

.icon-icon-linkedin:before {
  content: "";
  /* color: #aaa;*/
}

.icon-icon-twitter:before {
  content: "";
  /* color: #aaa;*/
}

/*colors start*/
/*colors end*/
/* Expand Variables */
.default-btn {
  padding: 8px 39px 8px 15px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  border-radius: 4px;
  display: inline-block;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0px 2px 8px 0px rgba(2, 2, 2, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(2, 2, 2, 0.1);
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
}
.default-btn i {
  position: relative;
  font-size: 12px;
  right: -16px;
}
.default-btn:hover, .default-btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.default-btn.white {
  background-image: none;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  border-radius: 0;
  padding: 12px 40px 16px 30px;
}
.default-btn.white i {
  color: #5aa427;
}
.default-btn.white i.fa-arrow-down {
  font-size: 14px;
}
.default-btn.white:hover, .default-btn.white:focus {
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  color: #ffffff;
  text-decoration: none;
}
.default-btn.white:hover i, .default-btn.white:focus i {
  color: #ffffff;
}
.default-btn.bordered {
  background-image: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  font-size: 16px;
  padding: 8px 40px 12px 25px;
}
.default-btn.bordered:hover, .default-btn.bordered:focus {
  background-color: #5aa427;
  color: #ffffff;
  border-color: transparent;
}
.default-btn.bordered:hover i, .default-btn.bordered:focus i {
  color: #ffffff;
}
.default-btn.bordered-black {
  background-image: none;
  background-color: transparent;
  border: 1px solid #555;
  color: #000000;
  border-radius: 0;
  font-size: 20px;
  padding: 8px 40px 12px 25px;
  box-shadow: none;
}
.default-btn.bordered-black i {
  color: #000000;
}
.default-btn.bordered-black:hover, .default-btn.bordered-black:focus {
  background-color: #5aa427;
  color: #ffffff;
  border-color: transparent;
}
.default-btn.bordered-black:hover i, .default-btn.bordered-black:focus i {
  color: #ffffff;
}

/*.Rectangle_7 {
  border-radius: 3px;
  background-image: -moz-linear-gradient( -16deg, rgb(107,181,69) 0%, rgb(12,112,61) 100%);
  background-image: -webkit-linear-gradient( -16deg, rgb(107,181,69) 0%, rgb(12,112,61) 100%);
  background-image: -ms-linear-gradient( -16deg, rgb(107,181,69) 0%, rgb(12,112,61) 100%);
  box-shadow: 0px 3px 49px 0px rgba(2, 2, 2, 0.28);
  position: absolute;
  left: 184px;
  top: 475px;
  width: 145px;
  height: 35px;
  z-index: 80;
}
*/
.default-btn2 {
  text-decoration: none;
  display: inline-block;
  position: relative;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.default-btn2 i {
  position: relative;
  font-size: 16px;
  right: -8px;
  top: 1px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.default-btn2::after {
  content: "";
  position: absolute;
  width: 95px;
  bottom: -10px;
  height: 3px;
  left: 0;
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: -webkit-linear-gradient(left, #ea2227 50%, #ea2227 50%);
  background-image: -o-linear-gradient(left, #ea2227 50%, #ea2227 50%);
  background-image: linear-gradient(to right, #ea2227 50%, #ea2227 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEA2227", endColorstr="#FFEA2227", GradientType=1);
}
.default-btn2::before {
  content: "";
  position: absolute;
  width: 95px;
  bottom: -10px;
  height: 3px;
  left: 0;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: -webkit-linear-gradient(left, #ea2227 50%, #ea2227 50%);
  background-image: -o-linear-gradient(left, #ea2227 50%, #ea2227 50%);
  background-image: linear-gradient(to right, #ea2227 50%, #ea2227 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEA2227", endColorstr="#FFEA2227", GradientType=1);
}
.default-btn2.full {
  opacity: 0;
}
.default-btn2.full:after {
  width: 100% !important;
}
.default-btn2.full:bfore {
  width: 100% !important;
}
.default-btn2.read-more:before, .default-btn2.read-more:after {
  width: 120px;
}
.default-btn2:hover {
  text-decoration: none;
}
.default-btn2:hover i {
  right: -12px;
}
.default-btn2:hover:after {
  opacity: 0;
}
.default-btn2:hover:before {
  opacity: 1;
}

.url-btns {
  border: 2px solid #ffffff;
  padding: 12px 16px 14px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
}
.url-btns:hover {
  background-color: #ffffff;
  color: #333;
  text-decoration: none;
}

.submit-btn {
  border: 1px solid transparent;
  background-color: #5aa427;
  padding: 10px;
  color: #ffffff;
  width: 190px;
  text-align: center;
  font-size: 20px;
  text-transform: lowercase;
}
.submit-btn i {
  font-size: 12px;
  position: relative;
  left: 6px;
  top: -1px;
  color: #ffffff !important;
}

.btn-arrow-style {
  transition: padding-left 100ms 50ms, color 100ms, background-color 100ms !important;
  padding-left: 23.6px;
  line-height: 50px;
  height: 56px;
  width: 236px;
  font-size: 18px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn-arrow-style:before {
  transition: opacity 100ms 100ms ease, right 100ms 100ms ease;
  content: "";
  display: block;
  width: 11.2px;
  height: 1px;
  position: absolute;
  top: 26px;
  right: 23.6px;
  border-top: 2px solid #ffffff;
  -ms-transform-origin: right;
  transform-origin: right;
  transform: rotate(45deg);
}
.btn-arrow-style:after {
  transition: opacity 100ms 100ms ease, right 100ms 100ms ease;
  content: "";
  display: block;
  width: 11.2px;
  height: 1px;
  position: absolute;
  top: 26px;
  right: 23.6px;
  border-top: 2px solid #ffffff;
  -ms-transform-origin: right;
  transform-origin: right;
  transform: rotate(-45deg);
  margin-top: -1px;
}
.btn-arrow-style .arrow:before, .btn-arrow-style .arrow:after {
  opacity: 0;
  transition: opacity 100ms ease, right 100ms ease;
  content: "";
  display: block;
  width: 11.2px;
  height: 1px;
  position: absolute;
  top: 26px;
  right: 200px;
  border-top: 2px solid #555;
  -ms-transform-origin: right;
  transform-origin: right;
}
.btn-arrow-style .arrow:before {
  transform: rotate(45deg);
}
.btn-arrow-style .arrow:after {
  margin-top: -1px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-arrow-style:hover {
  text-decoration: none;
  padding-left: 47.2px;
  background-color: #ffffff;
  color: #555;
}
.btn-arrow-style:hover:before, .btn-arrow-style:hover:after {
  opacity: 0;
  right: 0;
}
.btn-arrow-style:hover .arrow:before, .btn-arrow-style:hover .arrow:after {
  right: 196px;
  opacity: 1;
}
.btn-arrow-style:hover:focus {
  color: #555;
}
.btn-arrow-style:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn-arrow-style.big-btn {
  width: 310px;
}
.btn-arrow-style.big-btn .arrow:before, .btn-arrow-style.big-btn .arrow:after {
  right: 280px;
}
.btn-arrow-style.big-btn:hover .arrow:before, .btn-arrow-style.big-btn:hover .arrow:after {
  right: 274px;
}
.btn-arrow-style.small-btn {
  width: 160px;
}
.btn-arrow-style.small-btn .arrow:before, .btn-arrow-style.small-btn .arrow:after {
  right: 130px;
}
.btn-arrow-style.small-btn:hover {
  padding-left: 44px;
}
.btn-arrow-style.small-btn:hover .arrow:before, .btn-arrow-style.small-btn:hover .arrow:after {
  right: 126px;
}
.btn-arrow-style.green {
  color: #529527;
  border-color: #529527;
  background-color: transparent;
}
.btn-arrow-style.green:before, .btn-arrow-style.green:after {
  border-top-color: #529527;
}
.btn-arrow-style.green .arrow:before, .btn-arrow-style.green .arrow:after {
  border-top-color: #529527;
}
.btn-arrow-style.green:hover {
  color: #ffffff;
  background-color: #529527;
}
.btn-arrow-style.green:hover:before, .btn-arrow-style.green:hover:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.green:hover .arrow:before, .btn-arrow-style.green:hover .arrow:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.red {
  color: #ea2227;
  border-color: #ea2227;
  background-color: transparent;
}
.btn-arrow-style.red:before, .btn-arrow-style.red:after {
  border-top-color: #ea2227;
}
.btn-arrow-style.red .arrow::before, .btn-arrow-style.red .arrow::after {
  border-top-color: #ea2227;
}
.btn-arrow-style.red:hover {
  color: #ffffff;
  background-color: #ea2227;
}
.btn-arrow-style.red:hover::before, .btn-arrow-style.red:hover::after {
  border-top-color: #ffffff;
}
.btn-arrow-style.red:hover .arrow:before, .btn-arrow-style.red:hover .arrow:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.invert {
  color: #555;
  border-color: #555;
  background-color: transparent;
}
.btn-arrow-style.invert:before, .btn-arrow-style.invert:after {
  border-top-color: #555;
}
.btn-arrow-style.invert .arrow:before, .btn-arrow-style.invert .arrow:after {
  border-top-color: #555;
}
.btn-arrow-style.invert:hover {
  color: #ffffff;
  background-color: #555;
}
.btn-arrow-style.invert:hover:before, .btn-arrow-style.invert:hover:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.invert:hover .arrow:before, .btn-arrow-style.invert:hover .arrow:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.white {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.btn-arrow-style.white:before, .btn-arrow-style.white:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.white .arrow:before, .btn-arrow-style.white .arrow:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.white:hover {
  color: #000000;
  background-color: #ffffff;
}
.btn-arrow-style.white:hover:before, .btn-arrow-style.white:hover:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.white:hover .arrow:before, .btn-arrow-style.white:hover .arrow:after {
  border-top-color: #000000;
}

.form-btn,
.form-btn-cancel,
.form-btn-error {
  background: transparent;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 5px 24px;
  margin-top: 2.25rem;
  position: relative;
  z-index: 0;
  transition: transform 0.28s ease;
  will-change: transform;
}

.form-btn::before,
.form-btn::after,
.form-btn-cancel::before,
.form-btn-cancel::after,
.form-btn-error::before,
.form-btn-error::after {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.form-btn::before,
.form-btn-cancel::before,
.form-btn-error::before {
  background: #5aa427;
  z-index: -2;
}

.form-btn::after,
.form-btn-cancel::after,
.form-btn-error::after {
  background: #000000;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.28s ease;
  will-change: opacity;
}

.form-btn:focus,
.form-btn-cancel:focus,
.form-btn-error:focus {
  outline: none;
}

.form-btn:focus::after,
.form-btn:hover::after,
.form-btn-cancel:focus::after,
.form-btn-cancel:hover::after,
.form-btn-error:focus::after,
.form-btn-error:hover::after {
  opacity: 0.3;
}

.form-btn:active,
.form-btn-cancel:active,
.form-btn-error:active {
  transform: translateY(1px);
}

.form-btn-error::before {
  background: #d9534f;
}

.form-btn-cancel {
  transition: color 0.28s ease, transform 0.28s ease;
  color: #b52b27;
  border-color: currentColor;
  will-change: color, transform;
}

.form-btn-cancel.-nooutline {
  border-color: transparent;
}

.form-btn-cancel::before {
  background: #b52b27;
  opacity: 0;
  transition: opacity 0.28s ease;
  will-change: opacity;
}

.form-btn-cancel::after {
  display: none;
}

.form-btn-cancel:focus,
.form-btn-cancel:hover {
  color: #ffffff;
}

.form-btn-cancel:focus::before,
.form-btn-cancel:hover::before {
  opacity: 1;
}

.form-btn-block {
  display: block;
  width: 100%;
  padding: 5px;
}

.form-checkbox,
.form-radio {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  text-align: left;
}

.form-checkbox-inline .form-checkbox-label,
.form-radio-inline .form-radio-label {
  display: inline-block;
  margin-right: 1rem;
}

.form-checkbox-legend,
.form-radio-legend {
  margin: 0 0 0.125rem 0;
  font-weight: 500;
  font-size: 1rem;
  color: #333;
}

.form-checkbox-label,
.form-radio-label {
  position: relative;
  cursor: pointer;
  padding-left: 1.5rem;
  text-align: left;
  color: #333;
  display: block;
  margin-bottom: 0.5rem;
}

.form-checkbox-label:hover i,
.form-radio-label:hover i {
  color: #5aa427;
}

.form-checkbox-label span,
.form-radio-label span {
  display: block;
}

.form-checkbox-label input,
.form-radio-label input {
  width: auto;
  opacity: 0.0001;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  margin: 0;
  padding: 0;
}

.form-checkbox-button {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  color: #999;
  left: 0;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  transition: color 0.28s ease;
  will-change: color;
}

.form-checkbox-button::before,
.form-checkbox-button::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #5aa427;
  display: block;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
  will-change: opacity, height;
}

.form-checkbox-button::before {
  top: 0.65rem;
  left: 0.38rem;
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #ffffff;
}

.form-checkbox-button::after {
  top: 0.3rem;
  left: 0;
  transform: rotate(-45deg);
}

.form-checkbox-field:checked ~ .form-checkbox-button {
  color: #5aa427;
}

.form-checkbox-field:checked ~ .form-checkbox-button::after,
.form-checkbox-field:checked ~ .form-checkbox-button::before {
  opacity: 1;
  transition: height 0.28s ease;
}

.form-checkbox-field:checked ~ .form-checkbox-button::after {
  height: 0.5rem;
}

.form-checkbox-field:checked ~ .form-checkbox-button::before {
  height: 1.2rem;
  transition-delay: 0.28s;
}

.form-radio-button {
  position: absolute;
  left: 0;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}

.form-radio-button::before,
.form-radio-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  transition: transform 0.28s ease, color 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
  will-change: transform, color;
}

.form-radio-button::after {
  transform: scale(0);
  background-color: #5aa427;
  border-color: #5aa427;
}

.form-radio-field:checked ~ .form-radio-button::after {
  transform: scale(0.5);
}

.form-radio-field:checked ~ .form-radio-button::before {
  color: #5aa427;
}

.form-has-error .form-checkbox-button,
.form-has-error .form-radio-button {
  color: #d9534f;
}

.form-card {
  border-radius: 2px;
  /*  background: $white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
  transition: all 0.56s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 500px;
  padding: 0;
  margin: 50px auto;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .form-card {
    margin: 0 auto;
  }
}

/*.form-card:hover,
.form-card:focus {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.form-card:focus-within {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
*/
.form-actions {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.25rem;
}

.form-actions .form-btn-cancel {
  -ms-flex-order: -1;
  order: -1;
}

.form-actions::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #999;
  opacity: 0.3;
}

.form-actions > * {
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
}

.form-fieldset {
  padding: 30px;
  border: 0;
}

.form-fieldset + .form-fieldset {
  margin-top: 15px;
}

.form-legend {
  padding: 1em 0 0;
  margin: 0 0 -0.5em;
  font-size: 1.5rem;
  text-align: center;
}

.form-legend + p {
  margin-top: 1rem;
}

.form-element {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.form-element-hint {
  font-weight: 400;
  font-size: 0.6875rem;
  color: #a6a6a6;
  display: block;
}

.form-element-bar {
  position: relative;
  height: 1px;
  background: #999;
  display: block;
}

.form-element-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5aa427;
  height: 2px;
  display: block;
  transform: rotateY(90deg);
  transition: transform 0.28s ease;
  will-change: transform;
}

.form-element-label {
  position: absolute;
  top: 0.75rem;
  line-height: 1.5rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  font-size: 1rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #a6a6a6;
  transform: translateY(-50%);
  transform-origin: left center;
  transition: transform 0.28s ease, color 0.28s linear, opacity 0.28s linear;
  will-change: transform, color, opacity;
}

.form-element-field {
  outline: none;
  height: 1.5rem;
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border: 0 solid transparent;
  line-height: 1.5;
  width: 100%;
  color: #333;
  box-shadow: none;
  opacity: 0.001;
  transition: opacity 0.28s ease;
  will-change: opacity;
}

.form-element-field:-ms-input-placeholder {
  color: #a6a6a6;
  transform: scale(0.9);
  transform-origin: left top;
}

.form-element-field::placeholder {
  color: #a6a6a6;
  transform: scale(0.9);
  transform-origin: left top;
}

.form-element-field:focus ~ .form-element-bar::after {
  transform: rotateY(0deg);
}

.form-element-field:focus ~ .form-element-label {
  color: #5aa427;
}

.form-element-field.-hasvalue,
.form-element-field:focus {
  opacity: 1;
}

.form-element-field.-hasvalue ~ .form-element-label,
.form-element-field:focus ~ .form-element-label {
  transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
  cursor: pointer;
  pointer-events: auto;
}

.form-has-error .form-element-label.form-element-label,
.form-has-error .form-element-hint {
  color: #d9534f;
}

.form-has-error .form-element-bar,
.form-has-error .form-element-bar::after {
  background: #d9534f;
}

.form-is-success .form-element-label.form-element-label,
.form-is-success .form-element-hint {
  color: #259337;
}

.form-is-success .form-element-bar::after {
  background: #259337;
}

input.form-element-field:not(:placeholder-shown),
textarea.form-element-field:not(:placeholder-shown) {
  opacity: 1;
}

input.form-element-field:not(:placeholder-shown) ~ .form-element-label,
textarea.form-element-field:not(:placeholder-shown) ~ .form-element-label {
  transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
  cursor: pointer;
  pointer-events: auto;
}

textarea.form-element-field {
  height: auto;
  min-height: 3rem;
}

select.form-element-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-select-placeholder {
  color: #a6a6a6;
  display: none;
}

.form-select .form-element-bar::before {
  content: "";
  position: absolute;
  height: 0.5em;
  width: 0.5em;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  display: block;
  right: 0.5em;
  bottom: 0;
  transition: transform 0.28s ease;
  transform: translateY(-100%) rotateX(0deg) rotate(45deg);
  will-change: transform;
}

.form-select select:focus ~ .form-element-bar::before {
  transform: translateY(-50%) rotateX(180deg) rotate(45deg);
}

.form-element-field[type=number] {
  -moz-appearance: textfield;
}

.form-element-field[type=number]::-webkit-outer-spin-button,
.form-element-field[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-element {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
.form-element .form-element-label {
  font-size: 14px;
}
.form-element .form-element-field {
  height: 23px;
}
.form-element .form-element-field.doubble-size {
  height: 50px;
}
.form-element.filled label {
  transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
}
.form-element.filled .form-element-field {
  opacity: 1;
}

.form-element.form-input i.eg-icon {
  position: absolute;
  left: -25px;
  font-size: 16px;
  color: #ccc;
}

.website-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  margin-left: 100%;
  left: -100%;
  top: 0;
}

.logo {
  width: 220px;
  height: 70px;
  background-image: url(../images/vopak-logo.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999%;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .logo {
    width: 74px;
    height: 54px;
  }
}

header {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1000;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  header {
    border-bottom: 1px solid transparent;
  }
}
header .branding {
  padding-left: 30px;
  padding-top: 25px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  header .branding {
    padding-left: 0;
    text-align: center;
    padding-top: 10px;
  }
}
header .branding .logo {
  margin-top: -12px;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  header .branding .logo {
    margin-top: 0;
  }
}
header .exit-header {
  height: 200px;
  background: #000000;
  width: 100%;
}
header .container-fluid, header .container-sm, header .container-md, header .container-lg, header .container-xl,
header .row,
header .col-sm-4,
header .col-sm-16 {
  position: static;
}
@media only screen and (max-width: 1024px) {
  header {
    display: none;
  }
}

.dropdown-header-container {
  text-align: center;
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  padding: 0;
  padding: 18px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}
.dropdown-header-container h3 {
  color: #ffffff;
  margin: 0;
}
.dropdown-header-container a.back-btn {
  position: absolute !important;
  left: 20px;
  top: 16px;
}
.dropdown-header-container a.back-btn:after {
  display: none;
}
.dropdown-header-container a.back-btn img {
  height: 20px;
}
.dropdown-header-container a.cross-btn {
  position: absolute !important;
  right: 20px;
  top: 30px;
}
.dropdown-header-container a.cross-btn:after {
  display: none;
}
.dropdown-header-container a.cross-btn img {
  height: 19px;
}

.subheader {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  top: -1px;
  z-index: 100;
  /*margin-bottom: 20px;*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.subheader .logo {
  width: 72px;
  height: 26px;
  background-size: 72px 26px;
  margin-right: 40px;
  opacity: 0;
  display: none;
}
.subheader:not(.fixed) {
  background: transparent;
}
.subheader:not(.fixed) .ctas {
  visibility: hidden;
}
.subheader.fixed {
  box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.05);
  left: 0;
}
.subheader.fixed li.cloaked {
  opacity: 1;
}
.subheader .ctas {
  margin-bottom: -32px;
  float: right;
  display: inline-flex;
  position: relative;
  top: -50px;
  opacity: 0;
}
.subheader .ctas .weblink {
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #529527 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #529527 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #529527 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF529527", GradientType=1);
  margin-top: -15px;
  margin-bottom: -18px;
  padding: 20px 30px;
  text-decoration: none;
  color: white;
  display: block;
  z-index: 2;
}
.subheader .ctas .weblink:hover {
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #529527 60%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #529527 60%);
  background-image: linear-gradient(to right, #5aa427 0%, #529527 60%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF529527", GradientType=1);
}
.subheader .ctas .navbar-share {
  height: 32px;
  margin-right: 10px;
}
.subheader .ctas .navbar-share .icon-share {
  width: 16px;
  height: 32px;
  align-items: center;
  font-size: 18px;
  color: #ccc;
  display: none;
}
.subheader .ctas .navbar-share .reveal-social-slide {
  display: inline-flex;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links {
  max-width: 200px;
  margin-left: 30px;
  visibility: visible;
  opacity: 1;
  height: 32px;
  transition: max-width 0.5s ease, margin 0.5s ease, opacity 0.2s ease, visibility 0.2s ease;
  display: inline-flex;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  margin-left: -12px;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a {
  width: 28px;
  height: 32px;
  margin: 0 2px;
  padding: 8px 4px;
  display: flex;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a svg path {
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a:hover svg#twitter path {
  fill: #1da1f2 !important;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a:hover svg#facebook path {
  fill: #4267b2 !important;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a:hover svg#linkedin path {
  fill: #0077B5 !important;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a.header-youtube img, .subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a.header-instagram img {
  width: 100%;
  filter: grayscale(1);
  opacity: 0.6;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a.header-youtube:hover img, .subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a.header-instagram:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.subheader .ctas .navbar-share .reveal-social-slide:hover .social-links {
  max-width: 200px;
  margin-left: 30px;
  visibility: visible;
  opacity: 1;
}
.subheader .bottom-nav {
  width: 100%;
}
.subheader .bottom-nav .sub-nav-container {
  width: 100%;
  height: 65px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.subheader .bottom-nav .sub-nav-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.subheader .bottom-nav .sub-nav-container ul li {
  margin: 0 3px;
  display: inline-block;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subheader .bottom-nav .sub-nav-container ul li a {
  padding: 0 7px 19px;
  line-height: 26px;
  font-size: 16px;
  color: #000000;
  display: block;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.subheader .bottom-nav .sub-nav-container ul li a.mixitup-control-active {
  color: #529527;
}
.subheader .bottom-nav .sub-nav-container ul li a.active {
  border-bottom: 2px solid #529527;
  color: #ea2227;
  border-color: #ea2227;
}
.subheader .bottom-nav .sub-nav-container ul li a.active:hover {
  color: #ea2227;
}
.subheader .bottom-nav .sub-nav-container ul li a:hover {
  border-bottom: 2px solid #ea2227;
  color: #ea2227;
  text-decoration: none;
}
.subheader .bottom-nav .sub-nav-container ul li:first-child {
  margin-left: 0;
  margin-right: 0;
  color: #9e9c9c;
}
@media only screen and (max-width: 480px) {
  .subheader .bottom-nav .sub-nav-container ul li {
    margin: 0 10px 0 0;
  }
  .subheader .bottom-nav .sub-nav-container ul li.show-filter {
    display: none;
  }
}
.subheader:not(.fixed) li.cloaked {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .subheader {
    display: none;
  }
}

.main-nav-container {
  margin: auto;
  position: relative;
  text-align: center;
  width: 820px;
  z-index: 5;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media screen and (max-width: 1440px) {
  .main-nav-container {
    margin: auto -25px;
  }
}
@media screen and (max-width: 1366px) {
  .main-nav-container {
    margin: auto -25px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-nav-container {
    background-color: #ffffff;
    height: calc(100vh - 63px);
    position: fixed;
    left: -100%;
    top: 63px;
    z-index: 998;
    padding: 10px;
    overflow-y: auto;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .main-nav-container.open {
    left: 0;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow-y: scroll;
  }
}
.main-nav-container ul.main-nav {
  height: 89px;
  margin: 0;
  padding: 0;
  display: inline-block;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav {
    width: 100%;
    float: left;
    height: auto;
  }
}
.main-nav-container ul.main-nav > li {
  margin-left: -4px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li {
    display: block;
    border-bottom: none;
  }
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li {
  width: calc(25% - 10px);
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li.menu-item-has-children > a {
  /*background:#000;*/
  border-bottom: none;
  position: relative;
  color: #787878;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li.menu-item-has-children > a:after {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  left: 11px;
  bottom: 0;
  background-color: #ccc;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li.menu-item-has-children.current-menu-ancestor > a {
  color: #529527;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li.menu-item-has-children.current-menu-ancestor > a:after {
  background-color: #5aa427;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li.menu-item-has-children:hover > a {
  color: #529527;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li.menu-item-has-children:hover > a:after {
  background-color: #5aa427;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li.menu-item-has-children:nth-child(3) {
  margin-right: 0;
  margin-left: 10px;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li .drop-down {
  visibility: visible;
  opacity: 1;
  height: auto;
  position: relative;
  z-index: auto;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li .drop-down .sub-menu li {
  width: 100%;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li .drop-down .sub-menu li:nth-child(even) {
  margin-left: 0;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li .drop-down .sub-menu li a {
  font-size: 14px;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li .drop-down .sub-menu li.current-menu-item a {
  color: #529527;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li .drop-down .sub-menu li.current-menu-item a:after {
  width: 100%;
}
.main-nav-container ul.main-nav > li a {
  border-bottom: 2px solid transparent;
  padding: 32px 14px;
  font-size: 16px;
  color: black;
  display: inline-block;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (min-width: 1026px) and (max-width: 1332px) {
  .main-nav-container ul.main-nav > li a {
    padding: 32px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li a {
    display: block;
    text-align: left;
    font-size: 20px;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .main-nav-container ul.main-nav > li a:after {
    content: "";
    background-image: url(../images/right-arrow.svg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 18px;
    height: 15px;
    width: 15px;
  }
}
.main-nav-container ul.main-nav > li a.active {
  color: #ea2227;
}
.main-nav-container ul.main-nav > li a:hover, .main-nav-container ul.main-nav > li a:focus {
  text-decoration: none;
  color: #ea2227;
  outline: 0;
}
.main-nav-container ul.main-nav > li .drop-down {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 18px;
  margin-bottom: 1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: -1;
  height: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down {
    position: fixed;
    left: auto;
    width: 100%;
    z-index: 999;
    background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
    background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
    background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
    height: 100vh;
    top: 0;
    right: -100%;
    padding-top: 60px;
  }
}
.main-nav-container ul.main-nav > li .drop-down .dropdown-header-container {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down .dropdown-header-container {
    display: block;
    left: auto;
    right: -100%;
  }
  .main-nav-container ul.main-nav > li .drop-down .dropdown-header-container a {
    border: none;
    padding: 0;
  }
}
.main-nav-container ul.main-nav > li .drop-down ul {
  width: 100%;
  padding-left: 0;
  text-align: left;
  position: relative;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down ul {
    left: 0 !important;
  }
}
.main-nav-container ul.main-nav > li .drop-down ul li {
  width: calc(50% - 10px);
  margin-right: 10px;
  display: block;
  float: left;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.main-nav-container ul.main-nav > li .drop-down ul li:nth-child(even) {
  margin-right: 0;
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down ul li {
    width: 100%;
    display: block;
    margin: 0 0px;
    padding: 0 15px;
    border-bottom: none;
  }
  .main-nav-container ul.main-nav > li .drop-down ul li:nth-child(even) {
    margin-left: 0;
  }
}
.main-nav-container ul.main-nav > li .drop-down ul li a {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  display: block;
  color: #9e9c9c;
  position: relative;
  text-transform: lowercase;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.main-nav-container ul.main-nav > li .drop-down ul li a::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ea2227;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down ul li a {
    color: #ffffff;
    padding: 11px 10px;
  }
  .main-nav-container ul.main-nav > li .drop-down ul li a::after {
    display: none;
  }
}
.main-nav-container ul.main-nav > li .drop-down ul li a:hover {
  color: #ea2227;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.main-nav-container ul.main-nav > li .drop-down ul li a:hover:after {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down ul li a:hover {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
}
.main-nav-container ul.main-nav > li .drop-down ul li.current-menu-item a {
  color: #9e9c9c;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down ul li.current-menu-item a {
    color: #ffffff;
  }
}
.main-nav-container ul.main-nav > li .drop-down.open {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down.open {
    height: 100vh !important;
    right: 0;
    padding-top: 60px;
    visibility: visible;
    opacity: 1;
  }
  .main-nav-container ul.main-nav > li .drop-down.open .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .main-nav-container ul.main-nav > li .drop-down.open .dropdown-header-container {
    right: 0;
  }
}
.main-nav-container ul.main-nav > li:hover a {
  border-bottom: 2px solid #ea2227;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li:hover a {
    border-bottom: 1px solid #ea2227;
  }
  .main-nav-container ul.main-nav > li:hover a::after {
    content: "";
    background-image: url(../images/right-arrow-green.svg);
  }
}
.main-nav-container ul.main-nav > li:hover > a + .drop-down {
  height: 280px;
  z-index: 999;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible;
  opacity: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li:hover > a + .drop-down {
    height: 100vh;
  }
}
.main-nav-container ul.main-nav > li:hover > a + .drop-down ul {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li:hover > a + .drop-down ul {
    transition: none !important;
  }
}
.main-nav-container ul.main-nav > li.current-page-ancestor a {
  color: #529527;
}
.main-nav-container ul.main-nav:hover {
  height: 210px;
}
.main-nav-container ul.main-nav:hover > li {
  border-bottom: 1px solid #ccc;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav:hover > li {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1024px) {
  .main-nav-container {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .main-nav-container {
    padding-bottom: 10px;
  }
}

.language-selector-container {
  width: 100%;
  padding-right: 30px;
  text-align: right;
  padding-top: 32px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .language-selector-container {
    display: none;
  }
}
.language-selector-container a {
  font-size: 14px;
  color: black;
}
.language-selector-container a .contact {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}
.language-selector-container a .lang {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  margin-top: -2px;
}
.language-selector-container a:hover, .language-selector-container a:focus {
  text-decoration: none;
}
.language-selector-container .dropdown {
  margin-left: 20px;
  display: inline-block;
}
.language-selector-container .dropdown .dropdown-menu {
  min-width: 0px;
  text-align: right;
  z-index: 120;
}
.language-selector-container .dropdown .dropdown-menu .dropdown-item:hover {
  color: #5aa427;
  background-color: transparent;
}

.banner {
  width: 100%;
  position: relative;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 90px);
  top: 90px;
  margin-bottom: 100px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /*  &:after{
          content: '';
          background-color: rgba(255, 255, 255, 0.89);
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 40%;
      }*/
  /*  .slider-caption {
          position: absolute;
          top: 210px;
          z-index: 2;
          left: 15px;

          h1 {
              position: relative;

              span {
                  @extend %Hel-roman;
                  font-size: 100px;
                  color: $white;
                  position: relative;
                  top: 20px;
                  left: 12px;
              }

              &:after {
                  content: '';
                  position: absolute;
                  bottom: -25px;
                  width: 100px;
                  height: 2px;
                  background-color: $hedge;
              }
          }

          p {
              @extend %Hel-roman;
              text-align: right;
              font-size: 24px;
              color: $white;
              position: relative;
              top: -37px;
              left: 192px;
          }

          .social-media-links {
              position: absolute;
              bottom: -200px;
              left: 70px;

              li {
                  a {
                      padding: 5px 15px;
                      color: $gray-dark;
                  }
              }
          }
      }
  */
  /*    .home-slider {
          .slick-dots {
              position: absolute;
              margin: 0 auto;
              right: 0;
              left: 0;
              width: 500px;
              padding-left: 155px;
              bottom: 70px;

              li {
                  display: inline-block;
                  font-size: 0;
                  width: 65px;

                  button {
                      width: 100%;
                  }
              }
          }
      }*/
}
@media only screen and (max-width: 1024px) {
  .banner {
    margin-top: 0px;
    top: 70px;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .banner {
    background-position: center;
  }
}
@media only screen and (max-width: 1024px) {
  .banner {
    margin-top: 0px;
    top: 63px;
  }
}
@media (max-width: 575.98px) {
  .banner {
    margin-bottom: 30px;
    min-height: 480px;
  }
}
.banner .content-box {
  background-color: rgba(2, 105, 55, 0.85);
  padding: 32px;
  padding-top: 50px;
  min-height: 480px;
  margin-top: 11%;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (min-width: 1920px) {
  .banner .content-box {
    margin-top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .banner .content-box {
    margin-top: 60px;
  }
}
.banner .content-box span {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.banner .content-box span:after {
  content: "";
  width: 51px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  background-color: #ffffff;
  left: 0;
}
.banner .content-box h2 {
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: lowercase;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .banner .content-box h2 {
    font-size: 26px !important;
  }
}
.banner .content-box p {
  color: #ffffff;
  font-weight: normal;
}
.banner .content-box .slick-list, .banner .content-box .slick-track, .banner .content-box .slide-text-item {
  outline: 0;
}
.banner .content-box .slick-list:focus, .banner .content-box .slick-track:focus, .banner .content-box .slide-text-item:focus {
  outline: 0;
}
.banner .content-box .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 77, 39, 0.61);
  border: none;
  height: 51px;
  width: 51px;
  font-size: 0;
  outline: 0;
}
.banner .content-box .slick-arrow.slick-prev {
  right: 52px;
}
.banner .content-box .slick-arrow.slick-prev:after {
  content: "";
  background-image: url("../images/right-arrow-white.svg");
  background-position: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
}
.banner .content-box .slick-arrow.slick-next:after {
  content: "";
  background-image: url("../images/right-arrow-white.svg");
  background-position: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.search-btn {
  display: inline-block;
  position: relative;
  z-index: 10;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-btn {
    position: absolute;
    left: 22px;
    top: 22px;
    z-index: 1;
  }
}
.search-btn a {
  color: #000000;
}
.search-btn .close-icon {
  margin-left: -17px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-btn .close-icon {
    margin-left: 0px;
  }
}
.search-btn .close-icon,
.search-btn .search-icon {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}
.search-btn .close-icon img,
.search-btn .search-icon img {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-btn .close-icon img,
.search-btn .search-icon img {
    height: 20px;
    width: 20px;
  }
}
.search-btn .close-icon.active,
.search-btn .search-icon.active {
  opacity: 1;
  visibility: visible;
}

.page-template-template-home header {
  position: fixed;
}

.menu-footer {
  /*background-color: #000;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  display: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .menu-footer {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-footer {
    bottom: -154px;
  }
}
@media only screen and (max-width: 480px) {
  .menu-footer {
    bottom: 0;
  }
}
.menu-footer ul {
  margin: 0;
  padding-left: 0;
  float: left;
  width: 100%;
}
.menu-footer ul li {
  display: inline-block;
  float: left;
  background-color: #ffffff;
}
.menu-footer ul li a {
  padding: 15px 15px;
  display: block;
  text-transform: lowercase;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}
.menu-footer ul li:first-child {
  width: 40%;
}
.menu-footer ul li:last-child {
  width: 60%;
  background-color: #5aa427;
}
.menu-footer ul li:last-child a {
  color: #ffffff;
  display: inline-block;
}
.menu-footer ul li:last-child span {
  color: #ffffff;
}

.menu-footer-social-icons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  display: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .menu-footer-social-icons {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-footer-social-icons {
    bottom: -94px;
  }
}
@media only screen and (max-width: 480px) {
  .menu-footer-social-icons {
    bottom: 70px;
  }
}
.menu-footer-social-icons h5 {
  font-size: 18px;
  color: #777777;
  position: relative;
  display: none;
}
.menu-footer-social-icons h5:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #777777;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.menu-footer-social-icons ul {
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
}
.menu-footer-social-icons ul li {
  display: inline-block;
}
.menu-footer-social-icons ul li a {
  display: block;
  padding: 10px 8px;
}
.menu-footer-social-icons ul li a img {
  height: 18px;
  filter: grayscale(100%) brightness(50%) opacity(50%);
}
.menu-footer-social-icons ul li:nth-child(4) a img {
  height: 24px;
  position: relative;
  top: 2px;
}
.menu-footer-social-icons ul li:nth-child(5) a img {
  position: relative;
  top: 3px;
}

.toggle-btn {
  width: 25px;
  height: 17px;
  position: absolute;
  right: 22px;
  top: 37px;
  display: none;
  z-index: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  .toggle-btn {
    display: block;
    top: 28px;
  }
}
.toggle-btn span {
  width: 100%;
  height: 2px;
  background-color: #000000;
  display: block;
  margin-bottom: 5px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.toggle-btn img {
  position: relative;
  top: -26px;
  height: 19px;
  left: 7px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.toggle-btn .white-img {
  display: none;
}
.toggle-btn.open {
  /*&.white{
        .white-img{
            display: block !important;
        }

         .black-img{
            display: none;
        }
    }*/
}
.toggle-btn.open img {
  opacity: 1;
  visibility: visible;
}
.toggle-btn.open span {
  opacity: 0;
  visibility: hidden;
  /*  &:first-child{
      display:none;
  }
  &:nth-child(2){
      transform: rotate(-47deg);
  }
  &:last-child{
      transform: rotate(50deg);
      position: relative;
      top: -7px;
  }*/
}

.search-mobile {
  z-index: 21;
  display: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.search-mobile .c-btn {
  position: absolute;
  left: calc(100vw - 65px);
  top: 0px;
}
@media only screen and (max-width: 1024px) {
  .search-mobile {
    display: block;
  }
}

.search-form-mobile {
  display: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-form-mobile {
    display: block;
  }
}

.desktop-search {
  position: absolute;
  top: 28px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.desktop-search a {
  text-decoration: none;
}
.desktop-search .close-icon {
  position: absolute;
  right: -10px;
}
@media only screen and (max-width: 1024px) {
  .desktop-search {
    display: none;
  }
}

.single-stories .subheader, .single-press-releases .subheader {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .single-stories .subheader, .single-press-releases .subheader {
    display: block;
  }
  .single-stories .subheader .ctas, .single-press-releases .subheader .ctas {
    display: none;
  }
  .single-stories .subheader .bottom-nav, .single-press-releases .subheader .bottom-nav {
    display: none;
  }
  .single-stories .subheader.fixed, .single-press-releases .subheader.fixed {
    display: none;
  }
}

.mobileheader {
  width: 100%;
  height: 63px;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  display: none;
  position: fixed;
  top: 0;
  margin-left: 100vw;
  left: -100vw;
  z-index: 10;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .mobileheader {
    display: block;
  }
}
.mobileheader a {
  display: inline-block;
}
.mobileheader .mobile-hamburger {
  position: fixed;
  z-index: 11;
}
.mobileheader .mobile-hamburger img {
  width: 24px;
}
.mobileheader .container-fluid, .mobileheader .container-sm, .mobileheader .container-md, .mobileheader .container-lg, .mobileheader .container-xl {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.mobileheader .mobile-branding {
  margin-top: 6px;
  margin-bottom: 0;
  left: auto;
}
.mobileheader .mobile-search {
  position: absolute;
  top: 2px;
  right: 15px;
}
.mobileheader .mobile-search img {
  width: 24px;
  margin-top: 18px;
}

mobileoverlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

mobilemenu {
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  border-right: 1px solid #eee;
  padding-left: 60px;
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 11;
  display: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  mobilemenu {
    display: block;
  }
}
mobilemenu a {
  display: inline-block;
}
mobilemenu .mobile-nav-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
mobilemenu .mobile-menu-scroll {
  width: 100%;
  height: calc(100vh - 120px);
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: scroll;
}
mobilemenu .mobile-nav > ul {
  padding: 0;
  margin: 0 0 0 30px;
}
mobilemenu .mobile-nav > ul > li {
  margin-bottom: 15px;
}
mobilemenu .mobile-nav > ul > li a {
  color: #000000;
  font-size: 18px;
}
mobilemenu .mobile-nav > ul > li a + .mobile-sub-nav {
  display: none;
}
mobilemenu .mobile-nav > ul > li a + .mobile-sub-nav > ul {
  padding: 0;
  margin: 5px 0 0 0;
}
mobilemenu .mobile-nav > ul > li a + .mobile-sub-nav > ul > li {
  margin-bottom: 5px;
}
mobilemenu .mobile-nav > ul > li a + .mobile-sub-nav > ul > li a {
  line-height: 110%;
  font-size: 16px;
  color: #9e9c9c;
}
mobilemenu .mobile-nav > ul > li a + .mobile-sub-nav > ul > li.current_page_item a {
  color: #000000;
}
mobilemenu .mobile-nav > ul > li.current_page_item a, mobilemenu .mobile-nav > ul > li.current-page-parent a {
  color: #009156;
}
mobilemenu .container-fluid, mobilemenu .container-sm, mobilemenu .container-md, mobilemenu .container-lg, mobilemenu .container-xl {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
mobilemenu .container-fluid .col-24, mobilemenu .container-sm .col-24, mobilemenu .container-md .col-24, mobilemenu .container-lg .col-24, mobilemenu .container-xl .col-24 {
  height: 100vh;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mobile-branding {
  width: 166px;
  margin-top: 20px;
  margin-bottom: 0px;
  position: relative;
  left: 20px;
}
.mobile-branding img {
  width: 100%;
}

.mobile-hamburger {
  position: absolute;
  top: 0px;
  right: -46px;
  z-index: 100;
}
.mobile-hamburger .icons-close {
  width: 22px;
}

.icons-hamburger, .icons-search {
  width: 26px;
  height: auto;
  display: block;
  position: relative;
}

.icons-hamburger {
  top: 22px;
}

.icons-search {
  top: 20px;
}

.icons-close {
  opacity: 0;
  visibility: hidden;
}

.mobile-nav-search, .mobile-nav-contact {
  position: absolute;
}
.mobile-nav-search img, .mobile-nav-contact img {
  width: 22px;
  display: inline-block;
}

.mobile-nav-search {
  top: 18px;
  right: 10px;
}

.mobile-nav-contact {
  top: 18px;
  right: 50px;
}

.mobile-language-selector {
  width: 32px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -48px;
  top: 50px;
}
.mobile-language-selector ul {
  padding: 0;
  margin: 0;
}
.mobile-language-selector ul li:first-child {
  border-bottom: 1px solid #ccc;
}
.mobile-language-selector ul li a {
  width: 32px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #ccc;
  display: inline-block;
}
.mobile-language-selector ul li a.active {
  color: #009156;
}

.mobile-nav-social {
  width: 32px;
  position: absolute;
  right: -48px;
  bottom: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .mobile-nav-social {
    bottom: -20px;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-nav-social {
    bottom: 0;
  }
}
.mobile-nav-social ul {
  padding: 0;
  margin: 0;
}
.mobile-nav-social ul li {
  margin-bottom: 35px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .mobile-nav-social ul li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-nav-social ul li {
    margin-bottom: 35px;
  }
}
.mobile-nav-social ul li a {
  width: 32px;
  text-align: center;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-social ul li a img {
  width: 24px;
  height: auto;
  display: inline-block;
  filter: grayscale(100);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.mobile-nav-social ul li a img.fb-icon {
  height: 28px;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .mobile-nav-social ul li a img {
    width: 20px;
  }
  .mobile-nav-social ul li a img.fb-icon {
    height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-nav-social ul li a img {
    width: 24px;
  }
  .mobile-nav-social ul li a img.fb-icon {
    height: 28px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  mobilemenu .mobile-menu-scroll {
    display: block;
  }

  .mobile-language-selector {
    width: 100px;
    text-align: right;
    top: auto;
    bottom: 0px;
    right: 10px;
  }
  .mobile-language-selector ul li {
    position: relative;
    display: inline-block;
  }
  .mobile-language-selector ul li:first-child {
    border-bottom: none;
  }
  .mobile-language-selector ul li:first-child:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #ccc;
    display: block;
    position: absolute;
    right: -4px;
    top: 17px;
  }
}
.search-container .loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #5cb85c;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.page-id-1529 .text-columns.sub-trigger {
  /*background: url('../images/key-highlights-bg.jpg') no-repeat left bottom;
  background-size: 110%;*/
}
.page-id-1529 .text-columns.sub-trigger .member-association.with-bg {
  margin-top: 80px;
}
.page-id-1529 .text-columns.sub-trigger .member-association.with-bg h2 {
  color: white;
}
.page-id-1529 .text-columns.sub-trigger .member-association.with-bg .infographic {
  background-color: transparent;
}
.page-id-1529 .text-columns.sub-trigger .member-association.with-bg .infographic h4 {
  color: white;
}

.default_cursor {
  cursor: default;
}

section article {
  padding: 30px 0 50px 0;
  width: 100%;
  float: left;
}

.slick-slide:focus {
  outline: 0;
}

.mb200 {
  margin-bottom: 200px;
}

.pad-top-10 {
  padding-top: 10px;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mtn {
  margin-top: 0 !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

h1.bordered {
  position: relative;
  font-size: 42px;
  margin-bottom: 50px;
}
h1.bordered a {
  color: #333;
}
h1.bordered a:hover, h1.bordered a:focus {
  text-decoration: none;
}
h1.bordered::after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  background-color: #ea2227;
  left: 0;
}
h1.bordered.center-line:after {
  left: calc(50% - 40px);
}

h2.bordered {
  position: relative;
  font-size: 42px;
  margin-bottom: 50px;
}
h2.bordered a {
  color: #333;
}
h2.bordered a:hover, h2.bordered a:focus {
  text-decoration: none;
}
h2.bordered:after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  background-color: #ea2227;
  left: 0;
}
h2.bordered.center-line:after {
  left: calc(50% - 40px);
}

h4.bordered {
  position: relative;
  font-size: 24px;
  margin-bottom: 50px;
}
h4.bordered:after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  background-color: #ea2227;
  left: 0;
}
h5 {
  position: relative;
}
h5.bordered {
  margin-bottom: 40px;
}
h5.bordered:after {
  content: "";
  width: 16%;
  height: 2px;
  position: absolute;
  bottom: -15px;
  background-color: #ea2227;
  left: 0;
}

.vjs-afterglow-skin .vjs-big-play-button {
  z-index: 0 !important;
}

.social-media-links li {
  display: inline-block;
  padding: 0 !important;
}
.social-media-links li a {
  display: block;
  color: #93c16d;
  padding: 5px 10px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .social-media-links li a {
    padding: 5px 7px;
  }
}
@media only screen and (max-width: 768px) {
  .social-media-links li a {
    padding: 5px 6px;
  }
}
.social-media-links li a i {
  font-size: 16px;
}
.social-media-links li a:after {
  display: none;
}
.social-media-links li:last-child a {
  pointer-events: auto !important;
}

.badge {
  font-size: 15px;
  padding: 2px 10px 4px 10px;
  text-transform: lowercase;
  border-radius: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .badge {
    margin-bottom: 8px;
    font-size: 12px;
  }
}
.badge.yellow {
  background-color: #f68c49;
}
.badge.blue {
  background-color: #47b1e4;
}
.badge.pink {
  background-color: #ef1f6c;
}
.badge.green {
  background-color: #93c16d;
}

.box {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  height: 257px;
}
.box img {
  width: 100%;
  height: 100%;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
}
.box .box-action {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #ffffff;
  opacity: 0;
  z-index: 99;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(23, 113, 25, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box:before {
  content: "";
  background: -moz-linear-gradient(top, transparent 5%, #000000 100%);
  background: -webkit-gradient top, transparent 5%, #000000 100%;
  background: -webkit-linear-gradient(top, transparent 5%, #000000 100%);
  background: -o-linear-gradient(top, transparent 5%, #000000 100%);
  background: -ms-linear-gradient(top, transparent 5%, #000000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  height: 158px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 1;
  left: 0;
}
.box .info {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding-left: 20px;
  z-index: 9;
  text-align: left;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 15px;
}
.box .info h5 {
  color: #ffffff;
  /*font-size: 18px;*/
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.4;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box .info .date {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}
.box .info .badge {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 8px;
}
.box .info p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  padding: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box .info span {
  color: #ffffff;
  font-size: 20px;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box .info span i {
  font-size: 16px;
  padding-left: 10px;
}
.box .info span:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: -8px;
  left: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box.announcement {
  padding: 20px;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  height: 150px;
  /*	 &:after{
  		display: none;
  	}*/
}
.box.announcement:before {
  display: none;
}
.box.announcement img {
  height: auto;
  filter: grayscale(0);
}
.box.announcement .info {
  bottom: auto;
  top: 20px;
  z-index: 1;
}
.box.announcement .info h5 {
  color: #000000;
}
.box.announcement .info .date {
  color: rgba(2, 2, 2, 0.6);
}
.box.announcement .btn-container {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.box.announcement .btn-container .download-link {
  display: inline-block;
  color: #ffffff;
  width: 150px;
  padding: 10px;
  border: 1px solid #ffffff;
  text-decoration: none;
}
.box.announcement .btn-container .download-link.no-border {
  border: 1px solid transparent;
  text-decoration: underline;
}
.box.announcement .btn-container .download-link.no-border:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}
.box.announcement .btn-container .download-link:hover {
  background-color: #ffffff;
  color: #529527;
}
.box.announcement:hover img {
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.box.announcement:hover .btn-container {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.box.announcement:hover .info {
  /*bottom: 130px;*/
}
.box.announcement:hover .info h5 {
  /*color: $white;*/
  opacity: 0;
}
.box.announcement:hover .info .date {
  /*color: $white;*/
  opacity: 0;
}
.box.announcement:hover .box-action {
  color: #529527;
  opacity: 1;
}
.box.announcement-with-img {
  padding: 20px;
  -webkit-box-shadow: 0px 3px 57px 0px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0px 3px 57px 0px rgba(2, 2, 2, 0.1);
  box-shadow: 0px 3px 57px 0px rgba(2, 2, 2, 0.1);
  /*&:before{
           display: none;
         }*/
}
.box.announcement-with-img img {
  height: auto;
}
.box.announcement-with-img .info h5 {
  color: #ffffff;
}
.box.announcement-with-img .info .date {
  color: #ffffff;
}
.box.announcement-with-img .btn-container {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.box.announcement-with-img .btn-container .download-link {
  display: inline-block;
  color: #ffffff;
  width: 150px;
  padding: 10px;
  border: 1px solid #ffffff;
  text-decoration: none;
}
.box.announcement-with-img .btn-container .download-link.no-border {
  border: 1px solid transparent;
  width: auto;
  color: rgba(255, 255, 255, 0.8);
}
.box.announcement-with-img .btn-container .download-link.no-border:hover {
  background-color: transparent;
  color: #ffffff;
}
.box.announcement-with-img .btn-container .download-link:hover {
  background-color: #ffffff;
  color: #529527;
}
.box.announcement-with-img:hover img {
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.box.announcement-with-img:hover .btn-container {
  opacity: 1;
  visibility: visible;
}
.box.announcement-with-img:hover .info {
  bottom: 130px;
}
.box.announcement-with-img:hover .info h5 {
  color: #ffffff;
}
.box.announcement-with-img:hover .info .date {
  color: #ffffff;
}
.box.announcement-with-img:hover .box-action {
  color: #529527;
  opacity: 1;
}
.box:hover .box-action {
  opacity: 1;
}
.box:hover .info {
  bottom: 40px;
}
.box:hover img {
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.box:hover:after {
  opacity: 1;
}
.box.no-image {
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.box.no-image:before {
  display: none;
}
.box.no-image .box-action {
  color: #000000;
}
.box.no-image:after {
  display: none;
}
.box.no-image .info {
  bottom: 40px;
}
.box.no-image .info h5 {
  color: #000000;
}
.box.no-image .info .date {
  color: rgba(0, 0, 0, 0.6);
}
.box.no-image .info p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
.box.no-image:hover .info h5 {
  color: #529527;
}
.box.no-image:hover .box-action {
  color: #529527;
}

.nxt-prv .box:before {
  height: 100%;
}
.nxt-prv .box:after {
  display: none;
}

.post-banner {
  height: 300px;
  width: 100%;
  background-color: #000000;
  margin-top: 89px;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .post-banner {
    margin-top: 63px;
  }
}
.post-banner:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="rgba(224, 121, 121, 0)",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.post-banner.announcement {
  height: 300px;
}
.post-banner.announcement.pres-releases .post-caption {
  top: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .post-banner.announcement.pres-releases .post-caption .default-btn:last-child {
    margin-top: 10px;
    min-width: 185px;
  }
}
.post-banner .subheader {
  min-height: 65px;
  background: transparent;
}
.post-banner .subheader .back-step {
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-right: 15px;
  color: #529527;
  align-items: center;
  display: inline-flex;
}
.post-banner .subheader .back-step i {
  margin-left: 10px;
}
.post-banner .subheader .back-step:hover {
  text-decoration: none;
}
.post-banner .subheader .ctas {
  top: -30px;
}
.post-banner .subheader .ctas .weblink {
  margin-top: -16px;
}
.post-banner .subheader:not(.fixed) .container {
  padding: 0;
}
.post-banner .subheader:not(.fixed) .container .logo {
  display: none;
}
.post-banner .subheader.fixed {
  padding: 20px 0;
}
.post-banner .post-caption {
  position: relative;
  top: 0;
  z-index: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .post-banner .post-caption {
    top: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .post-banner .post-caption {
    padding: 0 10px;
  }
}
.post-banner .post-caption .date {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 5px;
  margin-bottom: 15px;
}
.post-banner .post-caption h2 {
  margin: 0;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .post-banner .post-caption h2 {
    margin-bottom: 14px;
  }
}
.post-banner .post-caption p {
  color: #ffffff;
  font-size: 18px;
  padding-right: 280px;
  margin-bottom: 30px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .post-banner .post-caption p {
    padding-right: 0 !important;
  }
}
.post-banner.pres-releases:after {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #000000 0%, rgba(51, 51, 51, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #000000 0%, rgba(51, 51, 51, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 0%, rgba(51, 51, 51, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0.7;
}
.post-banner.pres-releases .post-caption {
  position: relative;
  z-index: 1;
}
.post-banner.pres-releases .post-caption .date {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 5px;
  margin-bottom: 5px;
}
.post-banner.pres-releases .post-caption h2 {
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .post-banner.pres-releases .post-caption h2 {
    font-size: 34px;
  }
}
.post-banner.pres-releases .post-caption p {
  color: #555;
  font-size: 18px;
  padding-right: 280px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .post-banner {
    padding-bottom: 50px;
    height: auto;
  }
}

.single-stories, .single-blogs {
  /*.website-wrapper {
  	position: unset;
  }*/
}
.single-stories .single-page-header:after, .single-blogs .single-page-header:after {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #000000 0%, rgba(51, 51, 51, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #000000 0%, rgba(51, 51, 51, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 0%, rgba(51, 51, 51, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0.7;
}

.post-container {
  padding: 20px 0 50px 0;
}

.inner-page-header {
  background-size: cover;
  background-position: 75%;
  padding-top: 85px;
  width: 100%;
  height: 300px;
  background-color: #ccc;
  margin-top: 89px;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .inner-page-header {
    background-size: cover;
    background-position: 50% 50%;
    padding: 10px;
    width: 100%;
    height: 100%;
    margin-top: 30px;
}
}
.inner-page-header:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="rgba(224, 121, 121, 0)",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.inner-page-header h2 {
  color: #ffffff;
  position: relative;
  z-index: 2;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .inner-page-header h2 {
    font-size: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-header h2 {
    font-size: 16px !important;
  }
}
.inner-page-header span {
  position: relative;
  z-index: 2;
  text-transform: lowercase;
}
.inner-page-header .ctas {
  top: -30px;
}
.inner-page-header .subheader.fixed {
  padding: 20px 0;
}

.card-box {
  width: 100%;
  margin: 30px 0;
  float: left;
  background-color: white;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 15px;
  position: relative;
}
.card-box:after {
  content: "";
  height: 1px;
  width: 26px;
  /* background-color: #5aa427; */
  position: absolute;
  left: -26px;
  top: 50%;
  border-radius: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
  border-top: 2px dotted #eee;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .card-box:after {
    left: -20px;
    width: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .card-box:after {
    left: -14px;
    width: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .card-box:after {
    left: -8px;
    width: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .card-box:after {
    left: -12px;
    width: 10px;
  }
}
.card-box .img-box {
  height: 182px;
  overflow: hidden;
  float: left;
  width: 34%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .card-box .img-box {
    display: none;
  }
}
.card-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-box .card-content {
  margin: 0 15px;
  position: relative;
  float: left;
  width: 60%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .card-box .card-content {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .card-box .card-content {
    width: 96%;
  }
}
.card-box .card-content .card-heading {
  /*background-color: $grass;*/
  /*color: $grass;*/
  /*@extend %Hel-bold;*/
  font-size: 16px;
  margin-bottom: 20px;
}
.card-box .card-content .card-text {
  /*  background-color: $white;
    box-shadow: 0px 3px 57px 0px rgba(2, 2, 2, 0.1);
    padding: 16px;*/
  font-size: 15px;
  color: #555;
}
.card-box .card-content .card-text p {
  width: 100%;
  font-size: 14px;
}

.years-line {
  position: relative;
  width: 100%;
  margin: 30px 0;
  height: 30px;
  /*	&:after{
  		content: '';
  		position: absolute;
  		width: 100%;
  		height: 1px;
  		background-color: #cccccc;
  		left: 0;
  		top: 10px;
  	}*/
}
.years-line span {
  background-color: #ffffff;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #ccc;
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0px 0;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 0px;
  left: 7px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .years-line span {
    font-size: 18px;
    width: 60px;
    height: 60px;
    padding: 16px 10px;
    left: -16px;
  }
}

.journey-time .history-line .card-box {
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.02);
}
.journey-time .history-line .card-box .img-box, .journey-time .history-line .card-box .card-content {
  opacity: 0.5;
}
.journey-time .history-line.active .history-timeline .years-line span {
  background-color: #5aa427;
  border: none;
}
.journey-time .history-line.active .history-timeline .card-box {
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.journey-time .history-line.active .history-timeline .card-box .img-box, .journey-time .history-line.active .history-timeline .card-box .card-content {
  opacity: 1;
}
.journey-time .history-line.active .history-timeline .card-box:after {
  border-top-color: #5aa427;
  /*border-top-style: solid;*/
}
.journey-time .history-line.active .history-timeline:after {
  border-right-color: #5aa427;
  /*border-right-style: solid;*/
}

.filters {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px solid #eee;
  margin-bottom: 50px;
}
.filters .show-filter {
  float: left;
  color: #555;
  border-right: 1px solid #555;
  padding-right: 15px;
}
.filters ul {
  float: left;
}
.filters ul li {
  display: inline-block;
}
.filters ul li a {
  font-size: 16px;
  color: #000000;
  padding: 10px 15px;
  text-decoration: none;
}
.filters ul li a:hover, .filters ul li a.mixitup-control-active {
  color: #529527;
  text-decoration: none;
}

.for-media-inquiries {
  padding: 20px 0 50px 0;
}
.for-media-inquiries h2 {
  /*@extend %Hel-light;*/
  font-size: 20px;
  text-transform: lowercase;
}
.for-media-inquiries h3 {
  font-size: 20px;
  color: #000000;
}
.for-media-inquiries p {
  font-size: 14px;
  color: #555;
}
.for-media-inquiries a {
  color: #529527;
}
.for-media-inquiries .phone {
  display: block;
  color: #529527;
  font-size: 14px;
}
.for-media-inquiries .phone.inline {
  display: inline-block;
  margin-right: 20px;
}

.stats-and-info ul {
  position: relative;
  float: left;
  padding: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.stats-and-info ul li {
  float: left;
  width: 50%;
  padding: 25px;
  list-style: none;
  /*background-color: $white;*/
  height: 208px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1);
}
.stats-and-info ul li h4 {
  font-size: 40px;
  color: rgba(32, 32, 32, 0.55);
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stats-and-info ul li h4 span {
  display: block;
  font-size: 33px;
  line-height: 31px;
  margin-bottom: 15px;
  text-transform: none;
}
.stats-and-info ul li h4 small {
  font-size: 70%;
  margin-left: 5px;
}
.stats-and-info ul li p {
  font-size: 14px;
  color: rgba(102, 102, 102, 0.55);
  margin-top: -10px;
}
.stats-and-info ul li:hover {
  background-color: #ffffff;
  transform: scale(1.3);
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 9;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.stats-and-info ul li:hover h4 {
  color: #529527;
}
@media only screen and (max-width: 767px) {
  .stats-and-info ul li:hover {
    transform: scale(1);
    box-shadow: none;
  }
  .stats-and-info ul li:hover h4 {
    font-size: 55px;
    color: rgba(32, 32, 32, 0.55);
  }
}
.stats-and-info ul:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  background-color: #eee;
}
.stats-and-info ul:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 9;
  background-color: #eee;
}
@media only screen and (max-width: 480px) {
  .stats-and-info ul:before, .stats-and-info ul:after {
    display: none;
  }
  .stats-and-info ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
    height: auto;
  }
  .stats-and-info ul li:last-child {
    border-bottom: none;
  }
}

.left-text-sec {
  padding: 20px 0 50px 0;
  overflow: hidden;
  padding-bottom: 100px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .left-text-sec {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .left-text-sec {
    padding-bottom: 0;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575.98px) {
  .left-text-sec.bottom_space {
    padding-bottom: 30px;
  }
}
.left-text-sec .container-fluid .row, .left-text-sec .container-sm .row, .left-text-sec .container-md .row, .left-text-sec .container-lg .row, .left-text-sec .container-xl .row {
  padding-bottom: 132px;
}
.left-text-sec .media-container img {
  width: 100%;
  height: 100%;
}
.left-text-sec .big-text {
  font-size: 242px;
  color: #eee;
  position: absolute;
  left: 50px;
  bottom: 0;
}
.left-text-sec h3 {
  margin-bottom: 30px;
  font-size: 46px;
  color: green;
}
.left-text-sec h3 img {
  height: 88px;
}
.left-text-sec p {
  font-size: 16px;
}
.left-text-sec p.bold-text {
  font-size: 22px;
  /*color: $black;*/
  margin-bottom: 25px;
}
.left-text-sec.fertilizer-text-sec {
  background-position: 100% 60%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 350px;
}
.left-text-sec.fertilizer-text-sec h3 {
  margin-bottom: 0px;
}

.focus-text {
  font-size: 22px;
}

.page-template-template-foods .scroll-section.left-text-sec {
  position: relative;
  overflow: visible;
}
.page-template-template-foods .scroll-section.left-text-sec:after {
  position: absolute;
  color: #eee;
  font-size: 260px;
  left: 36%;
  z-index: -1;
  bottom: -140px;
  white-space: nowrap;
  font-family: "Roboto Medium";
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .page-template-template-foods .scroll-section.left-text-sec:after {
    font-size: 140px;
    bottom: -90px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-template-foods .scroll-section.left-text-sec:after {
    font-size: 100px;
    bottom: -50px;
  }
}
.page-template-template-foods h1, .page-template-template-foods h2, .page-template-template-foods h3, .page-template-template-foods h4, .page-template-template-foods h5, .page-template-template-foods h6 {
  text-transform: lowercase;
}
.page-template-template-foods .sub-nav-container ul {
  display: none !important;
}
.page-template-template-foods .bg-img-section {
  padding: 188px 0 80px;
}
.page-template-template-foods.page-id-1606 .scroll-section.left-text-sec:after {
  /*bottom: -68px;*/
}

.bg-img-section {
  position: relative;
  padding: 188px 0;
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .bg-img-section {
    background-position: 90%;
  }
}
.bg-img-section::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="rgba(224, 121, 121, 0)",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.bg-img-section.grad {
  padding: 100px 0;
}
.bg-img-section.grad::after {
  background: #000000;
  background: -moz-linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0) 64%);
  background: -webkit-linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0) 64%);
  background: linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0) 64%);
}
@media (max-width: 575.98px) {
  .bg-img-section.grad::after {
    background: #000000;
    background: -moz-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.bg-img-section.small-padded {
  padding: 100px 0;
}
.bg-img-section.no-shade:after {
  display: none;
}
.bg-img-section .content {
  position: relative;
  z-index: 1;
}
.bg-img-section .content h2 {
  color: #ffffff;
}
.bg-img-section .content p {
  color: #ffffff;
}
.bg-img-section .content p.bold-text {
  font-size: 22px;
  line-height: 1.1;
}
.bg-img-section .content ul {
  margin: 0;
  padding-left: 16px;
}
.bg-img-section .content ul li {
  color: #ffffff;
  list-style: disc;
  margin-bottom: 10px;
}
.bg-img-section .content ul li ul li {
  position: relative;
  /*
  list-style: none;
  margin-bottom: 0;
  display: none;
  &::before {
  	content: "-";
  	position: absolute;
  	left: -10px;
  	top: -1px;
  }
  */
}
.bg-img-section .content ul li:hover a {
  text-decoration: none;
  color: #529527;
}
.bg-img-section .content ul li:hover a:after {
  width: 100%;
}
.bg-img-section .content .brand-logo {
  position: absolute;
  top: -280px;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.bg-img-section .left-column {
  width: 39%;
  background: #555;
  height: 415px;
  position: absolute;
  right: 0;
  top: 110px;
  z-index: 2;
}
.bg-img-section .left-column .content-bg {
  width: 100%;
  height: 100%;
  padding: 30px 70px 30px 30px;
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
}
.bg-img-section .left-column .content-bg .content-title {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 15px;
}
.bg-img-section .left-column .content-bg p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}
.bg-img-section .left-column .content-bg ul {
  padding: 0;
  margin-top: 30px;
}
.bg-img-section .left-column .content-bg ul li {
  display: block;
  margin-bottom: 0px;
}
.bg-img-section .left-column .content-bg ul li a {
  color: #ffffff;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #5aa427;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.bg-img-section .left-column .content-bg ul li a i {
  position: absolute;
  left: -20px;
  top: 24px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  color: #529527;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bg-img-section .left-column .content-bg ul li a:after {
  content: "";
  background-color: #ffffff;
  width: calc(100% + 52px);
  height: calc(100% + 1px);
  position: absolute;
  left: -52px;
  top: 0;
  z-index: -1;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bg-img-section .left-column .content-bg ul li:last-child a {
  border-bottom: none;
}
.bg-img-section .left-column .content-bg ul li:hover a {
  color: #529527;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}
.bg-img-section .left-column .content-bg ul li:hover a i {
  left: -20px;
  opacity: 1;
  visibility: visible;
}
.bg-img-section .left-column .content-bg ul li:hover a:after {
  opacity: 1;
}
.bg-img-section .left-column .content-bg ul li.active a {
  color: #529527;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}
.bg-img-section .left-column .content-bg ul li.active a i {
  left: -20px;
  opacity: 1;
  visibility: visible;
}
.bg-img-section .left-column .content-bg ul li.active a:after {
  opacity: 1;
}

.financial-reports {
  padding: 50px 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.financial-reports h2 {
  font-size: 42px;
}
.financial-reports p {
  font-size: 20px;
  margin-bottom: 30px;
}
.financial-reports .brand-logo {
  height: 88px;
}
@media only screen and (max-width: 767px) {
  .financial-reports {
    min-height: auto;
  }
}

.report-box {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 15px;
  min-height: 371px;
  padding-bottom: 10px;
}
.report-box h3 {
  position: relative;
  margin-bottom: 30px;
}
.report-box h3:after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -12px;
  background-color: #529527;
  left: 0;
}
.report-box .annual-report-hed {
  /*font-size: 20px;*/
  color: #333;
  /*@extend %Hel-roman;
  border-bottom: 1px solid #383838;
  margin-left: 28px;
  margin-bottom: 15px;
  display: inline-block;*/
}
.report-box .annual-report-hed i {
  right: -7px !important;
  top: 20px !important;
}
.report-box ul {
  padding-left: 0px;
}
.report-box ul li {
  display: block;
}
.report-box ul li a {
  padding: 10px 10px 10px 0;
  color: #5aa427;
  font-size: 16px;
  display: block;
  text-transform: lowercase;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.report-box ul li a .img-box {
  float: left;
  margin-right: 12px;
  width: 29%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.report-box ul li a .img-box img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .report-box ul li a .img-box {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .report-box ul li a .img-box {
    width: 58px;
  }
}
.report-box ul li a .content-area {
  float: left;
  margin-top: 8px;
  width: calc(71% - 12px);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .report-box ul li a .content-area {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .report-box ul li a .content-area {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .report-box ul li a .content-area {
    margin-top: 8px;
    width: auto;
  }
}
.report-box ul li a span.quater {
  /*border-bottom: 1px solid $grass; */
  position: relative;
}
.report-box ul li a span.quater:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #5aa427;
}
.report-box ul li a span.months {
  display: block;
  color: #9e9c9c;
  font-size: 12px;
}
.report-box ul li a i {
  position: absolute;
  right: -7px;
  top: 27px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.report-box ul li a:hover i {
  visibility: visible;
  opacity: 1;
}
.report-box ul li a:hover span.quater:after {
  width: 100%;
}
.report-box ul li:last-child a {
  border-bottom: none;
}
.report-box .view-all {
  text-align: center;
  position: absolute;
  width: calc(100% - 60px);
  display: block;
  bottom: 30px;
}
.report-box .view-all a {
  color: #9e9c9c;
  position: relative;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.report-box .view-all a:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #5aa427;
}
.report-box .view-all a:hover {
  color: #5aa427;
  text-decoration: none;
}
.report-box .view-all a:hover:after {
  width: 100%;
}

.view-btn-container {
  margin: 30px 0;
  text-align: left;
}

.stats-widget {
  width: 265px;
  height: 252px;
  background-color: #ffffff;
  padding: 30px;
}
.stats-widget.one {
  position: absolute;
  bottom: -350px;
  background-image: -webkit-linear-gradient(left, #5fac44 0%, #1d7c3e 100%);
  background-image: -o-linear-gradient(left, #5fac44 0%, #1d7c3e 100%);
  background-image: linear-gradient(to right, #5fac44 0%, #1d7c3e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5FAC44", endColorstr="#FF1D7C3E", GradientType=1);
}
.stats-widget.one img {
  margin-bottom: 30px;
}
.stats-widget.one h4 {
  font-size: 44px;
  color: #ffffff;
  margin-bottom: 10px;
}
.stats-widget.one h4 span {
  font-size: 26px;
}
.stats-widget.one p {
  font-size: 15px;
}
.stats-widget.two {
  position: absolute;
  bottom: -280px;
  left: 320px;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  /*@include gradient-horizontal-img($start-color: #5fac44, $end-color: #1d7c3e, $start-percent: 0%, $end-percent: 100%);*/
}
.stats-widget.two img {
  margin-bottom: 30px;
}
.stats-widget.two h4 {
  font-size: 76px;
  color: #000000;
  margin-bottom: 0px;
  line-height: 1;
  background: -webkit-linear-gradient(left, #5caa44 0%, #053c18 100%);
  background: -o-linear-gradient(left, #5caa44 0%, #053c18 100%);
  background: linear-gradient(to right, #5caa44 0%, #053c18 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5CAA44", endColorstr="#FF053C18", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stats-widget.two p {
  font-size: 24px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.2;
}

.bod-gallery-container {
  height: auto;
  float: left;
  width: 100%;
  margin: 50px 0;
}
.bod-gallery-container .item {
  width: 23%;
  margin: 10px 10px;
  background: #000000;
  height: 340px;
  float: left;
  overflow: hidden;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /*  &:first-child{
        width:48%;
        height: 626px;
    }

      &:nth-child(7){
        width:48%;
        height: 626px;
    }
    &:last-child{
        position: relative;
        top: -323px;
    }*/
}
@media only screen and (max-width: 1024px) {
  .bod-gallery-container .item {
    width: 31.2%;
  }
}
@media only screen and (max-width: 768px) {
  .bod-gallery-container .item {
    width: 30.4%;
  }
}
@media only screen and (max-width: 767px) {
  .bod-gallery-container .item {
    width: 46%;
  }
}
@media only screen and (max-width: 480px) {
  .bod-gallery-container .item {
    width: 95%;
  }
}
.bod-gallery-container .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container .item a .img-box {
  width: 100%;
  height: 100%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .bod-gallery-container .item a .img-box {
    height: auto;
  }
}
.bod-gallery-container .item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*  -webkit-filter: grayscale(1);
     filter: grayscale(1);*/
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.bod-gallery-container .item a i, .bod-gallery-container .item a svg {
  position: absolute;
  right: 0;
  bottom: -10px;
  right: 19px;
  color: #ffffff;
  font-size: 15px;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container .item a .member-info {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 5;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container .item a .member-info h5 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
}
.bod-gallery-container .item a .member-info p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
}
.bod-gallery-container .item a .member-info p.border-line {
  border-bottom: 1px solid #9e9c9c;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.bod-gallery-container .item a .member-info p.company-name {
  font-size: 12px;
  line-height: 1.2;
  color: #ccc;
}
.bod-gallery-container .item a::after {
  content: "";
  background-image: -webkit-linear-gradient(left, #ea2227 0%, #9e1111 100%);
  background-image: -o-linear-gradient(left, #ea2227 0%, #9e1111 100%);
  background-image: linear-gradient(to right, #ea2227 0%, #9e1111 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEA2227", endColorstr="#FF9E1111", GradientType=1);
  height: 7px;
  width: 0%;
  position: absolute;
  bottom: 0;
  z-index: 99;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container .item a::before {
  content: "";
  background: -moz-linear-gradient(top, transparent 5%, #000000 100%);
  background: -webkit-gradient top, transparent 5%, #000000 100%;
  background: -webkit-linear-gradient(top, transparent 5%, #000000 100%);
  background: -o-linear-gradient(top, transparent 5%, #000000 100%);
  background: -ms-linear-gradient(top, transparent 5%, #000000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  height: 158px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 1;
}
.bod-gallery-container .item a:hover i, .bod-gallery-container .item a:hover svg {
  opacity: 1;
  bottom: 25px;
}
.bod-gallery-container .item a:hover:after {
  width: 100%;
}
.bod-gallery-container .item a:hover:before {
  opacity: 1;
}
.bod-gallery-container .item a:hover .img-box img {
  width: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bod-gallery-container .item a:hover .member-info {
  bottom: 30px;
}
.bod-gallery-container.style1 {
  height: auto;
}
.bod-gallery-container.style1 .item {
  /*&:last-child{
  	width: 23%;
  	margin: 10px 10px;
  	background: $black;
  	height: 303px;
  	float: left;
  	overflow: hidden;
  	position: inherit;
  	top:0;
  }*/
}
.bod-gallery-container.style1 .item:first-child {
  /*width:48%;
  height: 626px;*/
}
.bod-gallery-container.style1 .item a {
  cursor: default;
}
.bod-gallery-container.style2 {
  height: auto;
}
.bod-gallery-container.style2 .item {
  /*&:first-child{
  	width: 23%;
  	height: 303px;
  }
   		&:last-child{
   			width: 23%;
   			margin: 10px 10px;
   			background: $black;
   			height: 303px;
   			float: left;
   			overflow: hidden;
   			position: inherit;
   			top:0;
   		}*/
}
.bod-gallery-container.style2 .item a {
  cursor: default;
}
.bod-gallery-container.normal-style .item:first-child {
  width: 24.5%;
  margin: 10px 5px;
  background: #000000;
  height: 303px;
  float: left;
  overflow: hidden;
}
.bod-gallery-container.normal-style .item:last-child {
  width: 24.5%;
  margin: 10px 5px;
  background: #000000;
  height: 303px;
  float: left;
  overflow: hidden;
  top: 0;
}

.content-text p {
  /*font-size: 20px;
  color: $gray-darker;*/
  margin-bottom: 40px;
}
.content-text ul {
  margin-top: 30px;
}
.content-text ul li {
  position: relative;
  display: block;
  /*font-size: 18px;*/
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.content-text ul li:before {
  content: "";
  width: 8px;
  height: 4px;
  position: absolute;
  left: -21px;
  top: 11px;
  background: #5aa427;
}

.triad_list ul {
  margin-top: 30px;
}
.triad_list ul li {
  position: relative;
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.triad_list ul li::before {
  background-image: url(../images/triad.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 14px;
  position: absolute;
  left: -23px;
  top: 4px;
  width: 14px;
}

.inner-single, .default-pages {
  padding: 0;
  position: relative;
  /*margin-top: -53px;*/
}
.inner-single .main-content-area, .default-pages .main-content-area {
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 40px;
  padding-top: 10px;
  float: left;
  width: 100%;
  margin-top: -25px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .inner-single .main-content-area, .default-pages .main-content-area {
    padding: 10px 20px 20px;
  }
}
.inner-single .main-content-area.press_single_content, .default-pages .main-content-area.press_single_content {
  margin-top: -60px;
}
.inner-single .main-content-area .social-bar, .default-pages .main-content-area .social-bar {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  float: left;
}
.inner-single .main-content-area .social-bar ul, .default-pages .main-content-area .social-bar ul {
  float: right;
  margin-bottom: 0;
}
.inner-single .main-content-area .social-bar ul li, .default-pages .main-content-area .social-bar ul li {
  color: #555;
  display: inline-block;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .inner-single .main-content-area .social-bar ul li, .default-pages .main-content-area .social-bar ul li {
    font-size: 16px;
  }
}
.inner-single .main-content-area .social-bar ul li a, .default-pages .main-content-area .social-bar ul li a {
  color: #555;
  padding: 10px 8px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inner-single .main-content-area .social-bar ul li a:hover.fb, .default-pages .main-content-area .social-bar ul li a:hover.fb {
  color: #4267b2;
}
.inner-single .main-content-area .social-bar ul li a:hover.tw, .default-pages .main-content-area .social-bar ul li a:hover.tw {
  color: #1da1f2;
}
.inner-single .main-content-area .social-bar ul li a:hover.in, .default-pages .main-content-area .social-bar ul li a:hover.in {
  color: #0077B5;
}
.inner-single .main-content-area .social-bar ul li a:hover.google-plus, .default-pages .main-content-area .social-bar ul li a:hover.google-plus {
  color: #db4437;
}
.inner-single .main-content-area .social-bar ul li a:hover.msg, .default-pages .main-content-area .social-bar ul li a:hover.msg {
  color: #47b1e4;
}
.inner-single .main-content-area .social-bar ul li:first-child, .default-pages .main-content-area .social-bar ul li:first-child {
  padding-right: 15px;
}
.inner-single .main-content-area h3, .default-pages .main-content-area h3 {
  font-size: 30px;
  color: #333;
}
.inner-single .main-content-area .sub-hed, .default-pages .main-content-area .sub-hed {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  display: block;
}
.inner-single .main-content-area h4, .default-pages .main-content-area h4 {
  font-size: 16px;
  color: #ccc;
  margin-top: 30px;
}

.default-pages {
  margin-top: -35px;
  padding-bottom: 50px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.default-pages .main-content-area {
  padding-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .default-pages {
    margin-top: 20px;
  }
}

.nxt-prv {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.nxt-prv.showbtn {
  opacity: 1;
  visibility: visible;
}
.nxt-prv.showbtn.hidebtn {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .nxt-prv {
    display: none;
  }
}

.previous-link {
  width: 332px;
  height: 288px;
  position: fixed;
  z-index: 99;
  top: 25%;
  left: -279px;
  padding: 15px;
  padding-left: 0;
  padding-right: 55px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.previous-link .rotate-hed {
  position: absolute;
  right: -8px;
  bottom: 72px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.previous-link .rotate-hed h4 {
  font-size: 22px;
  color: #000000;
  margin-bottom: 0;
}
.previous-link .rotate-hed h5 {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #333;
  font-size: 12px;
  display: none;
}
.previous-link .arrow-btn {
  position: absolute;
  bottom: 13px;
  right: 24px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.previous-link .arrow-btn i, .previous-link .arrow-btn svg {
  color: #ea2227;
}
.previous-link:hover {
  left: 0px;
  background-color: #eee;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.previous-link:hover .rotate-hed {
  right: -13px;
  bottom: 72px;
}
.previous-link:hover .rotate-hed h5 {
  opacity: 0;
  position: absolute;
}
.previous-link:hover .arrow-btn {
  position: absolute;
  bottom: 13px;
  right: 19px;
}

.next-link {
  width: 332px;
  height: 288px;
  position: fixed;
  z-index: 99;
  top: 25%;
  right: -279px;
  padding: 15px;
  padding-right: 0;
  padding-left: 55px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.next-link .rotate-hed {
  position: absolute;
  left: -60px;
  bottom: 112px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.next-link .rotate-hed.right-margin {
  left: 5px;
  bottom: 52px;
}
.next-link .rotate-hed h4 {
  font-size: 22px;
  color: #000000;
  margin-bottom: 0;
}
.next-link .rotate-hed h5 {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #555;
  font-size: 12px;
  display: none;
}
.next-link .arrow-btn {
  position: absolute;
  bottom: 13px;
  left: 24px;
}
.next-link .arrow-btn i, .next-link .arrow-btn svg {
  color: #ea2227;
}
.next-link:hover {
  right: 0px;
  background-color: #eee;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.next-link:hover .rotate-hed {
  left: 5px;
  bottom: 52px;
}
.next-link:hover .rotate-hed h5 {
  opacity: 0;
  position: absolute;
}

.search-container {
  width: 100%;
  height: calc(100% - 88px);
  background-color: #eee;
  position: fixed;
  z-index: 110;
  top: 88px;
  padding: 50px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-container {
    height: calc(100% - 66px);
    top: 66px;
  }
}
.search-container .search-results ul {
  padding: 0;
}
.search-container .search-results ul li {
  display: block;
  border-bottom: 1px dotted #555;
  padding: 10px 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-container .search-results ul li h3 {
  font-size: 16px;
  color: #000000;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-container .search-results ul li h3 a {
  font-size: 16px;
  text-transform: lowercase;
  color: #000000;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-container .search-results ul li h3 a:hover {
  color: #5aa427;
  text-decoration: none;
}
.search-container .search-results ul li p {
  font-size: 14px;
  color: #555;
}
.search-container .search-results ul li:last-child {
  border: none;
}
.search-container .search-results ul li:hover h3 {
  color: #5aa427;
}
.search-container.opened {
  visibility: visible;
  opacity: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .search-container.opened {
    z-index: 99999;
  }
}
.search-container .knowlwdge-center .media {
  background-color: #ffffff;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  min-height: 110px;
}
.search-container .knowlwdge-center .media .media-body .categories {
  color: #555;
}

.knowlwdge-center h2 {
  font-size: 14px;
  color: #000000;
  margin-top: 30px;
}
.knowlwdge-center .badge {
  font-size: 12px;
}
.knowlwdge-center a {
  text-decoration: none;
}
.knowlwdge-center a .media-body {
  color: #000000;
}
.knowlwdge-center a .media {
  margin-bottom: 30px;
  padding: 15px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.knowlwdge-center a .media .date {
  font-size: 12px;
  display: block;
  color: #ccc;
}
.knowlwdge-center a .media .txt-img {
  color: #000000;
}
.knowlwdge-center a .media:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.search-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  outline: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-form {
    left: 0;
    width: 100% !important;
  }
}
.search-form label {
  width: 100%;
  position: relative;
}
.search-form label input {
  width: calc(100% + 0px);
  border: none;
  border-bottom: 2px solid #5aa427;
  padding: 26px 15px 25px;
  padding-left: 35px;
  font-size: 25px;
  color: #bfbfbf;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-form label input {
    width: 100%;
    font-size: 16px;
    padding: 23px 90px 23px 55px;
  }
}
.search-form label input:focus {
  outline: none;
}
.search-form .search-submit {
  display: none;
}
.search-form i.search-green {
  position: absolute;
  top: 34px;
  left: 8px;
  color: #5aa427;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-form i.search-green {
    left: inherit;
    right: 22px;
    top: 30px;
    display: none;
  }
}
.search-form i.fas.fa-times {
  position: absolute;
  top: 30px;
  right: 10px;
  color: #5aa427;
}
.search-form.active {
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 20;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-form.active {
    width: 100%;
  }
}
.search-form:focus {
  outline: 0;
}

.post-image-gallery {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.post-images {
  margin: 8px 0;
}
.post-images img {
  width: 100%;
}

.bod-single {
  padding-top: 120px;
  /*padding-bottom: 80px;*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .bod-single {
    margin-top: 80px;
  }
}
.bod-single .bod-info {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.bod-single .bod-info ul {
  padding-left: 0;
}
.bod-single .bod-info ul li {
  display: inline-block;
}
.bod-single .bod-info ul li a {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}
.bod-single .bod-info ul li a i {
  font-size: 12px;
  color: #555;
}
.bod-single .bod-info ul li a:hover {
  color: #ea2227;
}
.bod-single .bod-info span {
  color: #529527;
}
.bod-single .bod-info h2 {
  font-size: 44px;
  margin-bottom: 0;
}
.bod-single .bod-info h3 {
  font-size: 44px;
  float: left;
  margin-right: 22px;
}
.bod-single .bod-info .companies-names {
  float: left;
  margin-left: 0px;
  margin-top: 20px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .bod-single .bod-info .companies-names {
    margin-top: 0;
  }
}
.bod-single .bod-info .companies-names li {
  display: inline-block;
  font-size: 22px;
  padding: 0 20px 0 0;
  border-right: 2px solid #9e9c9c;
  line-height: 1;
  color: #333;
}
.bod-single .bod-info .companies-names li:last-child {
  border-right: none;
}
.bod-single .bod-img img {
  width: 100%;
  height: 100%;
}
.bod-single .bod-text h4 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
.bod-single .bod-text p {
  /*color: $gray-darker;*/
  font-size: 16px;
}

.bod-gallery-container-style3 {
  height: auto;
  float: left;
  width: 100%;
}
.bod-gallery-container-style3 .item {
  width: 24.5%;
  margin: 10px 5px;
  background: #000000;
  height: 303px;
  float: left;
  overflow: hidden;
}
.bod-gallery-container-style3 .item:nth-child(1) {
  width: 48%;
  height: 626px;
  float: right;
}
.bod-gallery-container-style3 .item:nth-child(6) {
  width: 48%;
  height: 626px;
  float: left;
}
.bod-gallery-container-style3 .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style3 .item a .img-box {
  width: 100%;
  height: 100%;
}
.bod-gallery-container-style3 .item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.bod-gallery-container-style3 .item a .member-info {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding-left: 30px;
  z-index: 99;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style3 .item a .member-info h5 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
}
.bod-gallery-container-style3 .item a .member-info p {
  color: #9e9c9c;
  font-size: 12px;
}
.bod-gallery-container-style3 .item a .member-info .year {
  display: inline-block;
  margin-bottom: 5px;
  color: #ffffff;
}
.bod-gallery-container-style3 .item a .member-info i {
  position: absolute;
  right: 0;
  top: 33px;
  right: 25px;
  color: #ffffff;
  font-size: 15px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style3 .item a .member-info i:hover {
  right: 30px;
}
.bod-gallery-container-style3 .item a:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  height: 7px;
  width: 0%;
  position: absolute;
  bottom: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style3 .item a:before {
  content: "";
  background: -moz-linear-gradient(top, transparent 5%, #000000 100%);
  background: -webkit-gradient top, transparent 5%, #000000 100%;
  background: -webkit-linear-gradient(top, transparent 5%, #000000 100%);
  background: -o-linear-gradient(top, transparent 5%, #000000 100%);
  background: -ms-linear-gradient(top, transparent 5%, #000000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  height: 158px;
  width: 100%;
  position: absolute;
  bottom: 7px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}
.bod-gallery-container-style3 .item a:hover:after {
  width: 100%;
}
.bod-gallery-container-style3 .item a:hover:before {
  opacity: 1;
}
.bod-gallery-container-style3 .item a:hover .img-box img {
  width: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bod-gallery-container-style3 .item a:hover .member-info {
  bottom: 30px;
}

.img-overlap-section {
  position: relative;
  padding: 92px 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.img-overlap-section.reduce {
  padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .img-overlap-section {
    padding: 50px 0 0;
  }
  .img-overlap-section img.size-medium {
    width: 100%;
    height: auto;
  }
}
.img-overlap-section .text-box {
  width: 535px;
  min-height: 328px;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: -181px;
  top: 59px;
  padding: 30px 30px 14px 30px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .img-overlap-section .text-box {
    top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .img-overlap-section .text-box {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    min-height: auto;
  }
}
.img-overlap-section .text-box.left {
  left: -181px;
  right: auto;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .img-overlap-section .text-box.left {
    left: auto;
  }
}
.img-overlap-section .text-box.long {
  top: 9px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .img-overlap-section .text-box.long {
    margin-bottom: 20px;
    top: 0;
  }
}
.img-overlap-section .text-box ul {
  padding-left: 16px;
}
.img-overlap-section .text-box ul li {
  list-style: disc;
  color: #555;
  font-size: 16px;
}
.img-overlap-section .text-box h4 {
  font-size: 30px;
  color: #529527;
  margin-bottom: 30px;
}
.img-overlap-section .text-box p {
  font-size: 16px;
  /*color: $black;*/
}

.rp-box {
  background-color: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 4px 20px 60px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 20px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 20px 60px 0px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  position: relative;
  min-height: 412px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .rp-box {
    min-height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .rp-box {
    min-height: 385px;
  }
}
@media only screen and (max-width: 480px) {
  .rp-box {
    min-height: auto;
  }
}
.rp-box .img-box {
  margin-bottom: 10px;
}
.rp-box .img-box img {
  width: 100%;
}
.rp-box .rp-info {
  position: relative;
  z-index: 1;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 0;
}
.rp-box .rp-info h4 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 0;
  text-transform: lowercase;
}
.rp-box .rp-info p {
  color: #333;
  font-size: 18px;
  margin-bottom: 0;
}
.rp-box .hover-box {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #529527;
  left: 0;
  top: 0;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  visibility: hidden;
}
.rp-box .hover-box .btn-container {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .rp-box .hover-box .btn-container {
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rp-box .hover-box .btn-container {
    bottom: 30px;
  }
}
.rp-box .hover-box .btn-container .download-link {
  display: inline-block;
  color: #ffffff;
  width: 150px;
  padding: 10px;
  border: 1px solid #ffffff;
  text-decoration: none;
}
.rp-box .hover-box .btn-container .download-link.no-border {
  border: 1px solid transparent;
  text-decoration: underline;
}
.rp-box .hover-box .btn-container .download-link.no-border:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}
.rp-box .hover-box .btn-container .download-link:hover {
  background-color: #ffffff;
  color: #529527;
}
.rp-box:hover .rp-info {
  position: relative;
  z-index: 999;
  top: -134px;
  left: 3px;
}
.rp-box:hover .rp-info h4 {
  color: #ffffff;
}
.rp-box:hover .rp-info p {
  color: #ffffff;
}
.rp-box:hover .hover-box {
  opacity: 1;
  visibility: visible;
}
.rp-box:hover .hover-box .btn-container {
  opacity: 1;
  visibility: visible;
}
.rp-box.media-gallery {
  padding: 0;
  min-height: 233px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .rp-box.media-gallery {
    min-height: auto;
  }
}
.rp-box.media-gallery .rp-info {
  position: absolute;
  bottom: 50px;
  left: 15px;
  top: inherit;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .rp-box.media-gallery .rp-info {
    bottom: 20px;
  }
}
.rp-box.media-gallery .rp-info .icon-img {
  /*float: left;*/
}
.rp-box.media-gallery .rp-info .icon-img img {
  height: 40px;
}
.rp-box.media-gallery .rp-info h4 {
  /*float: left;*/
  font-size: 16px;
  color: #ffffff;
  position: relative;
  left: 0px;
  top: 8px;
}
.rp-box.media-gallery:hover .rp-info {
  bottom: 137px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .rp-box.media-gallery:hover .rp-info {
    bottom: 98px;
  }
}
@media only screen and (max-width: 768px) {
  .rp-box.media-gallery:hover .rp-info {
    bottom: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .rp-box.media-gallery:hover .rp-info {
    bottom: 100px;
  }
}

.img-effect {
  width: 23%;
  margin: 10px 10px;
  background: #000000;
  height: 303px;
  float: left;
  overflow: hidden;
}
.img-effect.full {
  width: 100%;
}
.img-effect.no-margin {
  margin: 10px 0;
}
.img-effect a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img-effect a .img-box {
  width: 100%;
  height: 100%;
}
.img-effect a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*       -webkit-filter: grayscale(1);
          filter: grayscale(1);*/
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  /*
                  -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);*/
}
.img-effect a .member-info {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding-left: 30px;
  z-index: 99;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img-effect a .member-info h5 {
  color: #ffffff;
  font-size: 22px;
}
.img-effect a .member-info p {
  color: #ffffff;
  font-size: 16px;
  width: 82%;
}
.img-effect a .member-info i {
  position: absolute;
  right: 0;
  top: 33px;
  right: 50px;
  color: #ffffff;
  font-size: 15px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img-effect a .member-info i:hover {
  right: 30px;
}
.img-effect a:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  height: 7px;
  width: 0%;
  position: absolute;
  bottom: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img-effect a:before {
  content: "";
  background: -moz-linear-gradient(top, transparent 5%, #000000 100%);
  background: -webkit-gradient top, transparent 5%, #000000 100%;
  background: -webkit-linear-gradient(top, transparent 5%, #000000 100%);
  background: -o-linear-gradient(top, transparent 5%, #000000 100%);
  background: -ms-linear-gradient(top, transparent 5%, #000000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  height: 158px;
  width: 100%;
  position: absolute;
  bottom: 7px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}
.img-effect a:hover:after {
  width: 100%;
}
.img-effect a:hover:before {
  opacity: 1;
}
.img-effect a:hover .img-box img {
  width: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.img-effect a:hover .member-info {
  bottom: 30px;
}

.text-columns .img-logo {
  float: left;
  width: 80px;
}
.text-columns .img-logo img {
  width: 100%;
}

.link-btn {
  padding: 30px 15px;
  display: inline-block;
  color: #5aa427;
}
.link-btn.block {
  padding: 0;
  display: block;
}
.link-btn:hover {
  color: #529527;
}

.text-card {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.text-card h5 {
  font-size: 16px;
  color: #000000;
}
.text-card span {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.text-card .img-logo.block-style {
  width: 100%;
}
.text-card .img-logo.block-style img {
  width: auto;
}

.divider-line {
  width: 100%;
  float: left;
  background-color: #ccc;
  height: 1px;
  margin: 10px 0;
}

.shareholder-contact {
  background-color: #eee;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.shareholder-contact:after {
  content: "?";
  position: absolute;
  left: 0;
  top: -84px;
  font-size: 520px;
  line-height: 1;
  color: #ccc;
  opacity: 0.3;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .shareholder-contact:after {
    font-size: 560px;
  }
}
@media only screen and (max-width: 768px) {
  .shareholder-contact:after {
    left: auto;
    right: -70px;
    top: -108px;
    font-size: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .shareholder-contact:after {
    top: -114px;
    font-size: 780px;
  }
}
@media only screen and (max-width: 480px) {
  .shareholder-contact:after {
    display: none;
  }
}
.shareholder-contact.no-bg:after {
  display: none;
}
.shareholder-contact a {
  color: #000000;
  position: relative;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shareholder-contact a:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #5aa427;
}
.shareholder-contact a:hover {
  color: #5aa427;
  text-decoration: none;
}
.shareholder-contact a:hover:after {
  width: 100%;
}
.shareholder-contact h3 {
  color: #5aa427;
  position: relative;
  z-index: 9;
  font-size: 28px;
}
.shareholder-contact h4 {
  color: #ffffff;
}
.shareholder-contact p {
  color: #000000;
  position: relative;
  z-index: 9;
  color: #333;
}
.shareholder-contact p.big {
  color: #000000;
  font-size: 22px;
  line-height: 1.2;
}

.rp-style-2 {
  background-color: #ffffff;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  float: left;
  padding: 15px;
  width: 100%;
  margin-bottom: 30px;
}
.rp-style-2 img {
  float: left;
}
.rp-style-2 span {
  float: left;
  color: #000000;
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
  left: 20px;
  top: 10px;
}
@media (max-width: 575.98px) {
  .rp-style-2 span.long {
    top: 0;
    width: 70%;
  }
}
.rp-style-2 a {
  float: right;
  display: inline-block;
  padding: 10px 0;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  color: #93c16d;
}

.contact-us {
  padding: 50px 0 50px 0;
}
.contact-us h2 {
  font-size: 26px;
}
.contact-us h3 {
  font-size: 20px;
  color: #0fa84f;
  margin-bottom: 20px;
}
.contact-us p {
  font-size: 16px;
}
.contact-us .icon-box {
  text-align: center;
}
.contact-us .icon-box h6 {
  font-size: 18px;
  color: #333;
}
.contact-us .icon-box h6 a {
  color: #333;
}
.contact-us .icon-box .icon-img i {
  font-size: 50px;
  margin-bottom: 20px;
  display: block;
}
.contact-us .icon-box .icon-img i::before {
  color: #0fa84f;
}
.contact-us .contact-info-box {
  background-color: #ffffff;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
  float: left;
  width: 100%;
  margin-top: 85px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-info-box {
    margin-top: 0;
  }
}
.contact-us .contact-info-box ul {
  padding: 0;
}
.contact-us .contact-info-box ul li {
  display: block;
  border-bottom: 1px solid #eee;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.contact-us .contact-info-box ul li .left-content {
  float: left;
  width: 50%;
  padding-top: 20px;
}
.contact-us .contact-info-box ul li .left-content p {
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  text-align: right;
  line-height: 1.2;
  margin-bottom: 10px;
}
.contact-us .contact-info-box ul li .right-content {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.contact-us .contact-info-box ul li .right-content p {
  color: #0fa84f;
  font-size: 24px;
  margin-bottom: 0;
}
.contact-us .contact-info-box ul li .right-content p span {
  display: block;
  color: #555;
  font-size: 14px;
  position: relative;
  top: 8px;
}
.contact-us .contact-info-box ul li:last-child {
  border-bottom: none;
}
.contact-us .for-media-query {
  background-color: #ffffff;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 30px;
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.contact-us .for-media-query a {
  color: #5aa427;
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-us .for-media-query a i {
  padding-left: 10px;
  position: relative;
  left: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-us .for-media-query a:hover i {
  position: relative;
  left: 10px;
}
.contact-us .connect-with-us {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.contact-us .connect-with-us h4 {
  float: left;
  position: relative;
  width: 320px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.contact-us .connect-with-us h4:after {
  content: "";
  position: absolute;
  left: 125px;
  top: 10px;
  width: 190px;
  height: 1px;
  background-color: #ccc;
}
@media only screen and (max-width: 480px) {
  .contact-us .connect-with-us h4 {
    width: 200px;
  }
  .contact-us .connect-with-us h4:after {
    width: 70px;
  }
}
.contact-us .connect-with-us ul {
  float: right;
  padding: 0;
  margin-bottom: 0;
  margin-top: -15px;
}
.contact-us .connect-with-us ul li {
  display: inline-block;
}
.contact-us .connect-with-us ul li a {
  display: block;
  color: #9e9c9c;
  padding: 0 5px;
  font-size: 28px;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-us .connect-with-us ul li a img {
  width: 15px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: grayscale(100%);
  opacity: 0.4;
}
.contact-us .connect-with-us ul li a:hover {
  /*	&.facebook{
  		color: $facebookColor;
  			i{
  				color: $facebookColor;
  			}


  	}*/
  /*	&.twitter{
  	color: $twitterColor;
  			i{
  				color: $twitterColor;
  			}


  	}*/
  /*		&.linkedin{
  			color: $linkedinColor;
  				i{
  					color: $linkedinColor;
  				}


  		}*/
}
.contact-us .connect-with-us ul li a:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.contact-us .connect-with-us ul li:first-child a img {
  width: 6px;
}

.member-association .member-container {
  margin-right: 30px;
  margin-bottom: 25px;
  margin-top: 25px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .member-association .member-container {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.member-association .member-container .member-box {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.member-association .member-container .member-box.eq_h {
  min-height: 236px;
}
@media (max-width: 575.98px) {
  .member-association .member-container .member-box.eq_h {
    min-height: auto;
  }
}
.member-association .member-container .member-box .member-img {
  height: 120px;
  line-height: 120px;
  margin-bottom: 5px;
}
.member-association .member-container .member-box .member-content {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.member-association .member-container .member-box .member-content h5 {
  color: #000000;
  font-size: 14px;
}

.infographic {
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.infographic h4 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 30px;
  min-height: 44px;
}

.engro-tables table {
  border: none;
}
.engro-tables table tr:nth-of-type(odd) {
  background-color: transparent;
}
.engro-tables table th {
  background-color: #009156;
  color: #ffffff;
  text-align: center;
  border-top: 0;
  border-right: 2px solid #ffffff;
  font-size: 18px;
  font-weight: normal;
}
.engro-tables table th:first-child {
  background-color: #ffffff;
}
.engro-tables table th:last-child {
  background-color: #004d2a;
}
.engro-tables table td {
  color: #555;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  border-top: 0;
  background-color: transparent;
}
.engro-tables table td:first-child {
  color: #004d2a;
}
.engro-tables table td:last-child {
  color: #000000;
}

.years-line-style2 {
  position: relative;
  width: 100%;
  margin: 10px 0;
  height: 30px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.years-line-style2 span {
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  padding: 0;
  color: #9e9c9c;
  font-size: 16px;
  top: -3px;
  padding-right: 15px;
}
.years-line-style2::after {
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAAW0lEQVQYlWMwNTXVNjIyCmfAA8zNzfkMDQ2L4QIGBgY3DA0Nn+HSCNWw29DQ8Blco5GRUThUAEMjmobd5ubmfHBJbBrxasChMZWgBmwaidKARSNxGpA0euDTAACCwTdA+J8P2AAAAABJRU5ErkJggg==) no-repeat center;
  mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAAW0lEQVQYlWMwNTXVNjIyCmfAA8zNzfkMDQ2L4QIGBgY3DA0Nn+HSCNWw29DQ8Blco5GRUThUAEMjmobd5ubmfHBJbBrxasChMZWgBmwaidKARSNxGpA0euDTAACCwTdA+J8P2AAAAABJRU5ErkJggg==) no-repeat center;
  width: 13px;
  background-color: #9e9c9c;
  height: 8px;
  left: 46px;
  top: 6px;
}
.years-line-style2:hover, .years-line-style2.opened {
  border-bottom-color: #ea2227;
}
.years-line-style2:hover span, .years-line-style2.opened span {
  color: #ea2227;
}
.years-line-style2.opened:after {
  transform: rotate(180deg);
}
.years-line-style2.disabled {
  pointer-events: none !important;
  opacity: 0.4;
}

.full-year {
  display: none;
  margin-bottom: 10px;
}

.vision-n-mission .column-v-m {
  float: left;
  width: 50%;
  background-color: #000000;
  height: 650px;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 210px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .vision-n-mission .column-v-m {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .vision-n-mission .column-v-m {
    padding-top: 80px;
    height: 590px;
  }
}
@media only screen and (max-width: 767px) {
  .vision-n-mission .column-v-m {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.vision-n-mission .column-v-m h2 {
  color: #ffffff;
}
.vision-n-mission .column-v-m p {
  font-size: 24px;
  color: #ffffff;
}
.vision-n-mission .column-v-m.vision h2 {
  color: #000000;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .vision-n-mission .column-v-m.vision h2.bordered:after {
    left: calc(50% - 40px);
  }
}
.vision-n-mission .column-v-m.vision p {
  color: #000000;
}
.vision-n-mission .column-v-m.mission h2.bordered:after {
  background-color: #ffffff;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .vision-n-mission .column-v-m.mission h2.bordered:after {
    left: calc(50% - 40px);
  }
}

.core-value {
  position: relative;
  padding-bottom: 100px;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(0deg, #f4f4f4 0%, transparent 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(0deg, #f4f4f4 0%, transparent 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(0deg, #f4f4f4 0%, transparent 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .core-value {
    padding-bottom: 20px !important;
  }
}
.core-value span.big-text {
  font-size: 285px;
  position: absolute;
  right: -68px;
  top: -196px;
  color: #eee;
  z-index: 1;
}
.core-value h2 {
  /*font-size: 42px;*/
  color: #000000;
}
.core-value p {
  font-size: 22px;
  /*color: $black;*/
  padding: 0 0px;
  margin-bottom: 65px;
}
.core-value .column-container {
  width: 100%;
  float: left;
  position: relative;
}
.core-value .column-container .right-column {
  float: left;
  width: 55%;
  background: #ccc;
  height: 600px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .core-value .column-container .right-column {
    width: 100%;
  }
}
.core-value .column-container .right-column .content-bg {
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.core-value .column-container .right-column .content-bg .content-info {
  position: absolute;
  bottom: 70px;
  width: 60%;
  left: 100px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .core-value .column-container .right-column .content-bg .content-info {
    width: 50% !important;
    left: 15px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .core-value .column-container .right-column .content-bg .content-info {
    width: 100% !important;
    padding-right: 30px !important;
  }
}
.core-value .column-container .right-column .content-bg p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .core-value .column-container .right-column .content-bg p {
    display: block !important;
  }
}
.core-value .column-container .right-column .content-bg a {
  font-size: 20px;
  color: #ffffff;
}
.core-value .column-container .right-column .content-bg .company-logo {
  margin-bottom: 30px;
}
.core-value .column-container .right-column .content-bg .content-title {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 20px;
}
.core-value .column-container .right-column .tab-content {
  height: 100%;
}
.core-value .column-container .right-column .tab-content .tab-pane {
  height: 100%;
}
.core-value .column-container .left-column {
  width: 47.5%;
  background: #555;
  height: 500px;
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 2;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.core-value .column-container .left-column .content-bg {
  width: 100%;
  height: 100%;
  padding: 30px 230px 30px 30px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
}
@media only screen and (max-width: 1024px) {
  .core-value .column-container .left-column .content-bg {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .core-value .column-container .left-column .content-bg {
    padding-left: 15px !important;
    height: auto;
  }
}
.core-value .column-container .left-column .content-bg .content-title {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 15px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .core-value .column-container .left-column .content-bg .content-title {
    padding-left: 0 !important;
  }
}
.core-value .column-container .left-column .content-bg p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}
.core-value .column-container .left-column .content-bg ul {
  padding: 0;
  margin-top: 30px;
}
.core-value .column-container .left-column .content-bg ul li {
  display: block;
  margin-bottom: 0px;
}
.core-value .column-container .left-column .content-bg ul li a {
  color: #ffffff;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #5aa427;
  font-size: 20px;
  position: relative;
  z-index: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .core-value .column-container .left-column .content-bg ul li a {
    font-size: 18px !important;
    line-height: 1.2;
  }
}
.core-value .column-container .left-column .content-bg ul li a img {
  padding-right: 15px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .core-value .column-container .left-column .content-bg ul li a img {
    display: none;
  }
}
.core-value .column-container .left-column .content-bg ul li a i {
  position: absolute;
  right: 40px;
  top: 24px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  color: #529527;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.core-value .column-container .left-column .content-bg ul li a:after {
  content: "";
  background-color: #ffffff;
  width: calc(100% + 52px);
  height: calc(100% + 1px);
  position: absolute;
  left: -52px;
  top: 0;
  z-index: -1;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .core-value .column-container .left-column .content-bg ul li a:after {
    left: -15px;
  }
}
.core-value .column-container .left-column .content-bg ul li:last-child a {
  border-bottom: none;
}
.core-value .column-container .left-column .content-bg ul li:hover a, .core-value .column-container .left-column .content-bg ul li.active a {
  color: #229448;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.core-value .column-container .left-column .content-bg ul li:hover a i, .core-value .column-container .left-column .content-bg ul li.active a i {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
.core-value .column-container .left-column .content-bg ul li:hover a:after, .core-value .column-container .left-column .content-bg ul li.active a:after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .core-value .column-container .left-column .content-bg ul li:hover a:before, .core-value .column-container .left-column .content-bg ul li.active a:before {
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    font-family: Font Awesome\ 5 Free;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
  }
}
@media only screen and (max-width: 480px) {
  .core-value .column-container .left-column {
    width: 100% !important;
  }
  .core-value .column-container .left-column .content-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(-190deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

/*.single-leadership{

	.previous-link .rotate-hed {
	    position: absolute;
	    right: -16px;
	    bottom: 73px;
	    -webkit-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	}

	.previous-link{
		&:hover{
			.rotate-hed {
			    position: absolute;
			    right: -13px;
			    bottom: 73px;

			}
		}

	}

	.next-link .rotate-hed {
	    position: absolute;
	    left: -34px;
	    bottom: 98px;
	    -webkit-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	}

	.next-link{
		&:hover{
			.arrow-btn {
			    position: absolute;
			    bottom: 13px;
			    left: 22px;
			}

			.rotate-hed {
			    position: absolute;
			    left: 3px;
			    bottom: 52px;
			    -webkit-transform: rotate(-90deg);
			    -moz-transform: rotate(-90deg);
			}
		}
	}
}
*/
.page-id-1606 .bg-img-section {
  padding: 0;
}
.page-id-1606 .bg-img-section .content-tabs {
  position: relative;
  display: none;
  padding: 100px 0;
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-id-1606 .bg-img-section .content-tabs.active {
  display: block;
}

.single-leadership article {
  padding-top: 0;
}

.history-line:last-child {
  /*background:$black;*/
}
.history-line:last-child .history-timeline:after {
  height: calc(100% - 164px);
}

#vision-and-mission,
#core-values,
#history,
#past-leaders,
#board-of-directors,
#executive-committee,
#compensation-committee,
#audit-committee,
#investment-committee,
#financial-reports,
#announcements,
#engrocorp,
#fertilizers,
#foods,
#petrochemicals,
#energy,
#contacts {
  /*padding-top: 40px;*/
}

#vision-and-mission {
  display: block;
}

.page-template-template-corporate-governance article#overview, .page-template-template-corporate-governance article#compensation-committee, .page-template-template-corporate-governance article#audit-committee, .page-template-template-corporate-governance article#investment-committee {
  padding-bottom: 0;
}
.page-template-template-corporate-governance article#compensation-committee .list-style, .page-template-template-corporate-governance article#audit-committee .list-style, .page-template-template-corporate-governance article#investment-committee .list-style {
  margin-top: -30px;
}
.page-template-template-corporate-governance .bod-gallery-container {
  margin: 0 0 50px;
}

#announcements-list {
  margin-top: 50px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  #announcements-list {
    margin-top: 0;
  }
}

article.contact-us {
  padding-top: 80px;
}

.page-name-awards-and-recognition .box.announcement {
  height: auto;
}
.page-name-awards-and-recognition .box.announcement:hover h5 {
  opacity: 1;
}
.page-name-awards-and-recognition .box.announcement:hover:after {
  opacity: 0;
}
.page-name-awards-and-recognition .box .info {
  padding: 0;
  position: unset;
}
.page-name-awards-and-recognition .box .info p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

.records-list {
  background-color: transparent;
  padding: 8px;
  border-bottom: 1px solid #cccccc;
  display: block;
  color: #000000;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.records-list::after {
  content: "";
  background-color: #ea2227;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 0;
}
.records-list .date {
  display: inline-block;
  width: 7%;
  vertical-align: top;
  padding-top: 2px;
  text-transform: uppercase;
  font-size: 12px;
  color: #555;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .records-list .date {
    width: 9%;
  }
}
@media only screen and (max-width: 768px) {
  .records-list .date {
    width: 12%;
  }
}
.records-list .info {
  padding-left: 10px;
  border-left: 1px solid #cccccc;
  display: inline-block;
  width: calc(90% - 10px);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .records-list .info {
    width: calc(88% - 10px);
  }
}
.records-list .info h5 {
  margin-bottom: 0;
  font-size: 16px;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.records-list .box-action {
  display: inline-block;
  vertical-align: middle;
  width: calc(2% - 4px);
  opacity: 0;
  margin-left: 0;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.records-list .box-action i {
  color: #5aa427;
}
@media only screen and (max-width: 1024px) {
  .records-list .box-action {
    display: none;
  }
}
.records-list:hover, .records-list:focus {
  text-decoration: none;
  background-color: #ffffff;
  border-color: transparent;
}
.records-list:hover::after, .records-list:focus::after {
  width: 100%;
}
.records-list:hover .info h5, .records-list:focus .info h5 {
  color: #ea2227;
}
.records-list:hover .box-action, .records-list:focus .box-action {
  opacity: 1;
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  .records-list .date {
    width: 16%;
  }
  .records-list .info {
    width: calc(84% - 10px);
  }
  .records-list .box-action {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .records-list .date {
    width: 24%;
  }
  .records-list .info {
    width: calc(76% - 10px);
  }
}

.secp-section h2, .secp-section p {
  color: #000000;
}
.secp-section h2 {
  font-size: 42px;
}
.secp-section p {
  font-size: 18px;
  margin-bottom: 30px;
}
.secp-section .secp-img {
  width: 100%;
  padding: 0 !important;
}

.integrated-review-section {
  background: url("../images/integrated-review-2017-section.jpg") no-repeat center top;
  padding: 100px 0;
  background-size: cover;
}
.integrated-review-section h2, .integrated-review-section p {
  color: #ffffff;
}
.integrated-review-section h2 {
  font-size: 42px;
  margin-bottom: 30px;
}
.integrated-review-section p {
  font-size: 18px;
  margin-bottom: 0;
}
.integrated-review-section p span {
  color: #f68c49;
}
.integrated-review-section .simple-link {
  color: #ffffff;
  position: relative;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.integrated-review-section .simple-link:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #5aa427;
}
.integrated-review-section .simple-link:hover {
  color: #5aa427;
  text-decoration: none;
}
.integrated-review-section .simple-link:hover:after {
  width: 100%;
}

.big {
  font-size: 22px !important;
}

.section-big-text {
  font-size: 30px !important;
}

.reports-list {
  margin: 20px 0 0 0;
  padding: 0;
}
.reports-list li {
  width: calc(20% - 12px);
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.reports-list li:last-child {
  margin-right: 0;
}
.reports-list li .report-box {
  min-height: 460px;
  position: relative;
}
.reports-list li .report-box h3 span {
  font-size: 14px;
  color: #9e9c9c;
  display: block;
  margin-top: 6px;
}
.reports-list li .report-box ul li {
  width: 100%;
}
.reports-list li .report-box .view-all {
  text-align: center;
  position: absolute;
  width: calc(100% - 60px);
  display: block;
  bottom: 20px;
  /*a {
  	color: $black;
  }*/
}
@media only screen and (max-width: 1024px) {
  .reports-list li {
    width: calc(33.2% - 12px);
  }
}
@media only screen and (max-width: 767px) {
  .reports-list li {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 480px) {
  .reports-list li {
    width: 100%;
    margin-right: 0;
  }
  .reports-list li .report-box {
    min-height: auto;
    padding-bottom: 80px;
  }
}

.knowlwdge-slider {
  padding: 30px 14px;
  min-height: 300px;
}
.knowlwdge-slider h4 {
  margin-bottom: 12px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.knowlwdge-slider .all-knowledge {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  color: #9e9c9c;
  font-size: 14px;
  margin-top: 4px;
  display: inline-block;
}
.knowlwdge-slider .all-knowledge:hover {
  color: #5aa427;
  text-decoration: none;
}
.knowlwdge-slider .sliders .slide .img-section {
  height: 130px;
  overflow: hidden;
}
.knowlwdge-slider .sliders .slide .img-section img {
  width: 100%;
}
.knowlwdge-slider .sliders .slide .text-section {
  margin-top: 20px;
  display: inline-block;
}
.knowlwdge-slider .sliders .slide .text-section p {
  margin-bottom: 4px;
  color: #9e9c9c;
  font-size: 14px;
}
.knowlwdge-slider .sliders .slide .text-section h6 {
  color: #333;
  height: 36px;
  margin-bottom: 16px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.knowlwdge-slider .sliders .custom_paging {
  position: absolute;
  margin-bottom: 0;
  bottom: 101px;
  right: 22px;
  color: #ffffff;
  line-height: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.knowlwdge-slider .sliders .custom_paging li {
  display: none;
  font-size: 12px;
}
.knowlwdge-slider .sliders .custom_paging li.slick-active {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .knowlwdge-slider .sliders .custom_paging {
    display: none !important;
  }
}
.knowlwdge-slider .sliders .slick-arrow {
  background: url("../images/arrow-slider.png") no-repeat center;
  width: 6px;
  height: 10px;
  border: none;
  font-size: 0;
  position: absolute;
  bottom: 104px;
  right: 6px;
  z-index: 1;
  opacity: 0.6;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.knowlwdge-slider .sliders .slick-arrow:focus, .knowlwdge-slider .sliders .slick-arrow:hover {
  outline: none;
  opacity: 1;
}
.knowlwdge-slider .sliders .slick-arrow.slick-next {
  transform: rotate(180deg);
}
.knowlwdge-slider .sliders .slick-arrow.slick-prev {
  right: 34px;
}
@media only screen and (max-width: 767px) {
  .knowlwdge-slider .sliders .slick-arrow {
    display: none !important;
  }
}
.knowlwdge-slider:hover {
  text-decoration: none;
}
.knowlwdge-slider:hover h4 {
  /*color: $grass;*/
}
.knowlwdge-slider:hover .all-knowledge {
  opacity: 1;
}
.knowlwdge-slider:hover .sliders .slide .text-section {
  text-decoration: none;
}
.knowlwdge-slider:hover .sliders .slide .text-section h6 {
  color: #5aa427;
}
.knowlwdge-slider:hover.no-click .sliders .slide .text-section {
  text-decoration: none;
  pointer-events: none;
}
.knowlwdge-slider:hover.no-click .sliders .slide .text-section h6 {
  color: initial;
}

.green-link {
  color: #529527 !important;
}

.grid {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.custom-grid.gray-bg {
  background-color: #eee;
  padding: 100px 0;
}
.custom-grid .grid-item {
  float: left;
  margin-bottom: 20px;
}
.custom-grid .grid-item h4 {
  font-size: 44px;
  margin-bottom: 0;
}
.custom-grid .grid-item h4.large {
  font-size: 60px;
}
.custom-grid .grid-item h4.small {
  font-size: 36px;
}
.custom-grid .grid-item h4.smallest {
  font-size: 22px;
}
.custom-grid .grid-item p {
  font-size: 26px;
  margin-bottom: 0;
}
.custom-grid .grid-item p.small {
  font-size: 18px;
}
.custom-grid .grid-item p.smallest {
  font-size: 15px;
}
.custom-grid .grid-item p.dark-green {
  color: #004d2a;
}
.custom-grid .grid-item p.mb-100 {
  margin-bottom: 100px;
}
.custom-grid ol {
  padding: 0 0 0 16px;
  margin-top: 16px;
}
.custom-grid ol li {
  margin-bottom: 8px;
  list-style: decimal;
  font-size: 15px;
}
.custom-grid ol li:last-child {
  margin-bottom: 0;
}
.custom-grid .white-text {
  color: #ffffff;
}
.custom-grid .green-text {
  color: #5aa427;
}
.custom-grid .dark-green-text {
  color: #009156;
}
.custom-grid .gray-text {
  color: #9e9c9c;
}
.custom-grid .high-padded {
  padding: 52px 20px;
}
.custom-grid .extra-padded {
  padding: 70px 20px;
}
.custom-grid .low-padded {
  padding: 20px;
}
.custom-grid .padded {
  padding: 34px 20px;
}
.custom-grid .dark-green {
  color: #004d2a;
}
.custom-grid .mb-100 {
  margin-bottom: 100px;
}
.custom-grid .mb-70 {
  margin-bottom: 70px;
}
.custom-grid .dark-green-block {
  background-color: #009156;
}
.custom-grid .green-block {
  background-color: #5aa427;
}
.custom-grid .block-icon {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  margin-bottom: 10px;
}
.custom-grid .report-box {
  min-height: auto;
  padding: 20px 38px;
  height: 100%;
}
.custom-grid .report-box h4 {
  font-size: 50px;
  margin-bottom: 10px;
  color: #9e9c9c;
}
.custom-grid .report-box p {
  color: #5aa427;
  font-size: 18px;
  margin-bottom: 0;
}

.record-block {
  box-shadow: 0px 3px 57px 0px rgba(2, 2, 2, 0.1);
  background-color: #ffffff;
  padding: 16px;
  margin-bottom: 16px;
  display: block;
}
.record-block .img-box {
  margin-bottom: 14px;
}
.record-block .img-box img {
  width: 100%;
}
.record-block.press_block {
  min-height: 290px;
}
@media (max-width: 575.98px) {
  .record-block.press_block {
    min-height: auto;
  }
}
.record-block .date {
  margin-bottom: 8px;
  font-size: 12px;
  color: #9e9c9c;
  display: block;
}
.record-block h5 {
  margin-bottom: 14px;
  font-size: 16px;
  color: #555;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.record-block p {
  font-size: 12px;
  color: #9e9c9c;
}
.record-block.announcements {
  padding: 20px 16px;
  min-height: 150px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.record-block.announcements a:hover {
  text-decoration: none;
}
.record-block.announcements a:hover h5 {
  color: #5aa427;
}
.record-block.announcements h5 {
  line-height: 1.4;
}
@media only screen and (max-width: 480px) {
  .record-block.announcements {
    min-height: auto;
  }
}
.record-block.show-less-record {
  background-color: #31a475;
  text-align: center;
  position: relative;
  height: 150px;
}
.record-block.show-less-record .centered-area {
  left: calc(50% - 55px);
  top: calc(50% - 17px);
  position: absolute;
}
.record-block.show-less-record .centered-area h5 {
  transition: none !important;
  font-size: 0;
  margin-bottom: 0;
}
.record-block.show-less-record .centered-area h5 span {
  font-size: 0;
}
.record-block.show-less-record .centered-area a {
  border: 1px solid #ffffff;
  height: 34px;
  width: 110px;
  padding: 4px 8px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 14px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.record-block.show-less-record .centered-area a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #31a475;
}
.record-block.show-less-record .centered-area a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}
.record-block.show-more-record {
  background-color: #9e9c9c;
  text-align: center;
  position: relative;
  height: 150px;
}
.record-block.show-more-record .centered-area {
  top: calc(50% - 40px);
  left: calc(50% - 55px);
  position: absolute;
}
.record-block.show-more-record .centered-area h5 {
  transition: none !important;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 10px;
}
.record-block.show-more-record .centered-area h5 span {
  font-size: 20px;
}
.record-block.show-more-record .centered-area a {
  border: 1px solid #ffffff;
  height: 34px;
  width: 110px;
  padding: 4px 8px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 14px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.record-block.show-more-record .centered-area a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #9e9c9c;
}
.record-block.show-more-record .centered-area a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}
.record-block:hover, .record-block:focus {
  text-decoration: none;
  outline: 0;
}
.record-block:hover h5, .record-block:focus h5 {
  color: #5aa427;
}

.page-id-1188 .record-block, .page-id-6680 .record-block {
  cursor: default;
  pointer-events: none;
}
.page-id-1188 .record-block h5, .page-id-6680 .record-block h5 {
  font-size: 14px;
  line-height: 1.4;
}

.sitemap-block {
  box-shadow: 0px 3px 57px 0px rgba(2, 2, 2, 0.1);
  padding: 26px;
  width: 100%;
}
.sitemap-block ul {
  margin: 0;
  padding-left: 16px;
}
.sitemap-block ul li {
  color: #333;
  list-style: disc;
  margin-bottom: 10px;
}
.sitemap-block ul li a {
  color: #333;
  position: relative;
}
.sitemap-block ul li a:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  background-color: #529527;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -5px;
}
.sitemap-block ul li ul li {
  list-style: none;
  position: relative;
  margin-bottom: 0;
  display: none;
}
.sitemap-block ul li ul li:before {
  content: "-";
  position: absolute;
  left: -10px;
  top: -1px;
}
.sitemap-block ul li:hover a {
  text-decoration: none;
  color: #529527;
}
.sitemap-block ul li:hover a:after {
  width: 100%;
}

.sitemap-details h3 {
  color: #5aa427;
  font-size: 20px;
}
.sitemap-details .blurb {
  font-size: 16px;
}
.sitemap-details .green-text {
  color: #5aa427;
}
.sitemap-details .green-text span {
  margin-right: 20px;
}

.page-template-template-stories .post-banner {
  height: 300px;
}
.page-template-template-stories .post-banner .post-caption {
  top: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.page-template-template-stories .post-banner .post-caption p {
  font-size: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .page-template-template-stories .post-banner .post-caption h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .page-template-template-stories .post-banner .post-caption h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-stories .post-banner .post-caption h2 {
    font-size: 20px !important;
  }
}
.page-template-template-stories .box {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .page-template-template-stories .box {
    height: auto;
  }
}

.page-template-template-media-gallery .post-container {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .page-template-template-media-gallery .post-container {
    padding-top: 40px;
  }
}

.single-leadership .box .info h5 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
}

.single-leadership .box .info p {
  border-bottom: 1px solid #9e9c9c;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.single-leadership .box .info .company {
  line-height: 1.2;
  color: #ccc;
  border-bottom: 0;
}

.page-template-template-foods {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.page-template-template-foods .related-reports .report-box {
  min-height: auto;
  height: 100%;
  position: relative;
}
.page-template-template-foods .related-reports .report-box.knowlwdge-slider .sliders .slide .text-section h6 {
  margin-bottom: 0.5rem;
}
.page-template-template-foods .related-reports .report-box h3 span {
  font-size: 14px;
  color: #9e9c9c;
  display: block;
  margin-top: 6px;
}
.page-template-template-foods .related-reports .report-box .view-all {
  text-align: center;
  position: absolute;
  width: calc(100% - 60px);
  display: block;
  bottom: 20px;
  /*a {
  	color: #000000;
  }*/
}
.page-template-template-foods .stats-and-info ul {
  margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
  .page-template-template-foods .bg-img-section {
    padding: 80px 0;
  }
  .page-template-template-foods .bg-img-section .content .brand-logo {
    width: 160px;
    top: -140px;
  }
  .page-template-template-foods.page-id-1606 .bg-img-section {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-template-foods .bg-img-section .left-column {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    top: 0;
  }
  .page-template-template-foods .bg-img-section .left-column .content-bg {
    padding: 30px;
  }
  .page-template-template-foods .bg-img-section .left-column .content-bg ul {
    margin-top: 10px;
  }
  .page-template-template-foods .bg-img-section .left-column .content-bg ul li {
    display: inline-block;
    width: calc(49% - 52px);
    margin-left: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-foods .bg-img-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-190deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  }
  .page-template-template-foods .bg-img-section .left-column .content-bg ul li {
    width: calc(100% - 52px);
  }
}
@media only screen and (max-width: 480px) {
  .page-template-template-foods .left-text-sec h3 img {
    height: 60px;
  }
}

.overview-video-section {
  padding-top: 0;
  background-color: #f4f4f4;
}
.overview-video-section .video-box {
  height: 655px;
  background-color: #000000;
  position: relative;
  background-image: url("../images/50yearsbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 100%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.overview-video-section .video-box .video-content {
  position: absolute;
  bottom: 40px;
  left: 60px;
  width: 520px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .overview-video-section .video-box .video-content {
    left: 15px;
    width: 100%;
    padding-right: 20px;
  }
}
.overview-video-section .video-box .video-content .icon img {
  width: 80px;
}
.overview-video-section .video-box .video-content h3 {
  font-size: 35px;
  color: #ffffff;
  /*@extend %Hel-bold;*/
  font-weight: normal;
  margin: 20px 0 30px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .overview-video-section .video-box .video-content h3 {
    font-size: 25px;
  }
}
.overview-video-section .video-box .vjs-afterglow-skin .vjs-big-play-button {
  display: block;
  z-index: 2;
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  top: 60%;
  left: 107px;
  margin-left: -40px;
  margin-top: -40px;
  border: none;
  background: 0 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #fff;
  border-radius: 50%;
}
.overview-video-section .video-box .vjs-afterglow-skin .vjs-big-play-button:before {
  content: "";
  font-family: afterglow-icon;
  line-height: 80px;
  font-size: 30px;
  text-shadow: 0 0 5px #000;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  text-align: center;
  font-weight: 700;
  position: absolute;
  left: 3px;
  width: 100%;
  height: 100%;
}
.overview-video-section .video-box .vjs-afterglow-skin.vjs-seeking .vjs-big-play-button, .overview-video-section .video-box .vjs-afterglow-skin.vjs-waiting .vjs-big-play-button {
  display: none;
}
.overview-video-section .video-box .vjs-afterglow-skin.vjs-waiting + .video-content {
  display: none;
}
.overview-video-section .video-box .vjs-playing + .video-content {
  display: none;
}
.overview-video-section .video-box .vjs-playing .vjs-big-play-button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .overview-video-section .video-box {
    height: 350px;
  }
}
.overview-video-section h2 {
  line-height: 1.3;
}
.overview-video-section h2 small {
  display: block;
  font-size: 24px;
}

.culture-video {
  position: relative;
  height: 550px;
  width: 100%;
  background: url("../images/culture-vid.jpg") no-repeat 0 0;
  background-size: cover;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.culture-video a {
  bottom: 24%;
  left: 4%;
  position: absolute;
  width: 80px;
  height: 80px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .culture-video a {
    width: 60px;
    height: 60px;
  }
}
.culture-video h2 {
  color: #ffffff;
  font-size: 60px;
  bottom: 8%;
  left: 4%;
  width: 330px;
  position: absolute;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .culture-video {
    height: 300px;
    width: auto;
    margin: 0 7.5px;
  }
}

.health-safety-video {
  position: relative;
  background: url("../images/safety-vid.jpg") no-repeat 0 0;
  background-size: cover;
  height: 308px;
  width: 100%;
}
.health-safety-video a {
  bottom: 8%;
  left: 4%;
  position: absolute;
  width: 60px;
  height: 60px;
}
.health-safety-video.training {
  background-image: url("../images/training-video.jpg");
}

.page-template-template-training .left-text-sec#csr {
  background: url("../images/training-prallax-bg.png") no-repeat scroll;
  background-position: 0 100px;
  background-size: 40%;
  -moz-transition: background-position 0.3s ease-in-out;
  -ms-transition: background-position 0.3s ease-in-out;
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
}

.page-template-template-health-safety {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .page-template-template-health-safety .bg-img-section.small-padded {
    padding: 80px 0;
  }
}

.page-template-template-social-impact {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.page-template-template-social-impact .bg-img-section {
  padding: 100px 0;
}
@media only screen and (max-width: 1024px) {
  .page-template-template-social-impact .bg-img-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-template-social-impact .bg-img-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(-190deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  }
}

@media only screen and (max-width: 480px) {
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    margin-right: 0;
    margin-left: 0;
  }
}
/* @else if $media == extralarge {
  @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
  and (-webkit-min-device-pixel-ratio: 1){ @content; }
}*/
/*@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}*/
@media only screen and (max-width: 768px) {
  .page-template-template-training .custom-grid .mt100 {
    margin-top: 50px !important;
  }
  .page-template-template-training .custom-grid .mb100 {
    margin-bottom: 50px !important;
  }
}
/* @else if $media == extralarge {
  @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
  and (-webkit-min-device-pixel-ratio: 1){ @content; }
}*/
/*@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}*/
.page-template-template-history .bod-gallery-container-style2 .item a {
  cursor: default;
}
.page-template-template-history .bod-gallery-container-style2 .item a:hover .img-box img {
  filter: grayscale(1);
}

.announcement-list-container .record-block .img-box {
  height: 108px;
  overflow: hidden;
}
.announcement-list-container .record-block .img-box.press-release-thumb img {
  width: auto;
  height: 100%;
  margin-left: calc(50% - 189px);
}

.page-template-tempalte-announcement-accordian .inner-page-header:after {
  display: none;
}

@keyframes anim_circle {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(5%, -5%, 0);
  }
  50% {
    transform: translate3d(10%, 0, 0);
  }
  75% {
    transform: translate3d(5%, 5%, 0);
  }
  100% {
    transform: translate3d(0%, 0%, 0);
  }
}
@keyframes anim_up_down {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes anim_left_right {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5%);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anim_left_right2 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(3%);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-3%);
  }
  100% {
    transform: translateX(0);
  }
}
.box-shadow_hover {
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.03) !important;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.box-shadow_hover:hover {
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.09) !important;
}
@media only screen and (max-width: 1024px) {
  .box-shadow_hover {
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.09) !important;
  }
}

.page-template-template-financial-reports {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .page-template-template-financial-reports .report-box {
    height: 100%;
  }
}

.page-template-template-regulatory-requirements h4.bordered {
  margin-bottom: 40px;
}
.page-template-template-regulatory-requirements .text-card {
  margin-top: 10px;
}

.contact-iframe {
  overflow: hidden;
  height: 500px;
  width: 100%;
}

.mt10 {
  margin-top: 10px;
}

.page-template-template-urdu {
  overflow-y: hidden;
}
.page-template-template-urdu .banner {
  height: calc(100vh - 90px);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .page-template-template-urdu .banner {
    height: calc(100vh - 70px);
  }
}
.page-template-template-urdu .banner:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}
.page-template-template-urdu .banner .udru-style {
  z-index: 2;
  position: absolute;
  text-align: center;
  left: calc(50% - 162px);
  top: calc(50% - 141px);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .page-template-template-urdu .banner .udru-style {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 480px) {
  .page-template-template-urdu .banner .udru-style {
    transform: scale(1);
  }
}
.page-template-template-urdu .banner .udru-style h2 {
  color: #ffffff;
  font-size: 50px !important;
  text-align: center;
}
.page-template-template-urdu .banner .udru-style img {
  display: block;
  margin: 0 auto;
}
.page-template-template-urdu .banner .udru-style img.engro-logo {
  margin-left: 80px;
}
.page-template-template-urdu .banner .udru-style img.urdu-svg {
  margin: 30px auto 40px;
}
.page-template-template-urdu footer {
  display: none;
}

.page-template-template-contact-us header {
  position: fixed;
}

.overview-video-section {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .overview-video-section {
    padding-bottom: 20px;
  }
}
.overview-video-section img {
  width: 90vw;
}

.text-link {
  color: #9e9c9c;
  position: relative;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.text-link.green-text {
  color: #5aa427;
}
.text-link:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #5aa427;
}
.text-link:hover {
  color: #5aa427 !important;
  text-decoration: none;
}
.text-link:hover:after {
  width: 100%;
}

.full-year {
  width: 100%;
}

.announcement__year_loader {
  margin-left: 15px;
}

.ann_listing_top.show-three .announcement-result:nth-child(n+4) {
  display: none;
}

.ann_listing_top.show-all .announcement-result {
  display: block;
}

.page-template-template-stories .post-container {
  padding-top: 0;
}

.page-template-template-meet-the-team article {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.page-template-template-meet-the-team article#board-of-directors, .page-template-template-meet-the-team article#executive-committee {
  padding: 0;
}
.page-template-template-meet-the-team article#board-of-directors .bod-gallery-container, .page-template-template-meet-the-team article#executive-committee .bod-gallery-container {
  margin: 50px -10px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-meet-the-team article#board-of-directors {
    margin-top: -30px;
  }
}

.single-press-releases {
  /*.website-wrapper {
  	position: unset;
  	left: 0;
  	margin-left: 0;
  }*/
}
.single-press-releases .subheader.fixed h2.sub-heading {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 80%;
  margin-bottom: 0;
}

.four-o-four-page {
  margin-top: 120px;
}
.four-o-four-page .main-content-area {
  text-align: center;
}
.four-o-four-page .main-content-area img {
  width: 45%;
}
.four-o-four-page .main-content-area svg {
  width: 45%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .four-o-four-page .main-content-area svg {
    width: 80%;
  }
}
.four-o-four-page .main-content-area svg .st10 {
  animation: anim_up_down 10s cubic-bezier(0.3, 0.09, 0.65, 0.3) infinite;
  animation-direction: reverse;
}
.four-o-four-page .main-content-area svg .st9, .four-o-four-page .main-content-area svg .st4 {
  animation: anim_left_right2 10s cubic-bezier(0.3, 0.09, 0.65, 0.3) infinite;
}
.four-o-four-page .main-content-area svg .st2 {
  animation: anim_left_right 10s cubic-bezier(0.3, 0.09, 0.65, 0.3) infinite;
}
.four-o-four-page .main-content-area svg .st3 {
  animation: anim_up_down 10s cubic-bezier(0.3, 0.09, 0.65, 0.3) infinite;
}
.four-o-four-page .main-content-area h2 {
  color: #555;
  margin-top: 20px;
  text-transform: lowercase;
}
.four-o-four-page .main-content-area p {
  font-size: 20px;
}

.content-green-list {
  padding: 0 0 0 14px;
  margin: 0;
}
.content-green-list li {
  color: #555;
  font-size: 16px;
}
.content-green-list li:before {
  font-size: 14px;
  content: "•";
  color: #009156;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.content-green-list li span {
  color: #009156;
}

.page-name-join-us .main-content-area {
  padding-top: 45px;
}
.page-name-join-us .main-content-area p {
  margin-bottom: 25px;
}

.page-name-contact-us .form-element .form-element-field {
  height: 26px;
}
.page-name-contact-us .form-element .form-element-field.doubble-size {
  height: 85px;
}

.icon_text {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
.icon_text span {
  display: block;
}
.icon_text span img {
  width: 50%;
}
.icon_text p {
  padding: 0 10px;
}

.detail_popup .close {
  position: absolute;
  top: 2px;
  right: 8px;
}
.detail_popup .modal-body {
  padding-bottom: 20px;
  padding-top: 20px;
}
.detail_popup h5 {
  margin: 0;
}
.detail_popup h5 small {
  display: block;
}
.detail_popup ul {
  margin-top: 14px;
  padding: 0 0 0 14px;
}
@media (max-width: 575.98px) {
  .detail_popup ul {
    margin-left: 10px;
  }
}
.detail_popup ul li {
  font-size: 14px;
}

.hm_bg_section {
  height: 700px;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .hm_bg_section {
    background-position: center;
  }
}
.hm_bg_section::after {
  display: none;
}

* {
  list-style: none;
}

.fixed-body {
  overflow-y: hidden !important;
  height: 100vh;
}

body {
  /*	@extend %Axiforma-Regular;*/
  overflow-x: hidden;
  font-size: 14px;
}
body.fixed-body {
  overflow-y: hidden !important;
  height: 100vh;
  position: fixed;
  width: 100%;
  overflow-x: hidden;
}

html {
  /* @include respond-to (tablet){
     overflow: auto;
     }
   @include respond-to (mobile){
     overflow: auto;
     }*/
  /*overflow-x: hidden;*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  html {
    overflow-x: hidden;
  }
}

h1 {
  padding: 5px 0;
  font-size: 36px;
}

h2 {
  font-size: 46px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 35px !important;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 28px !important;
  }
}

p {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 16px !important;
  }
}

.pln {
  padding-left: 0px;
}

.prn {
  padding-right: 0px;
}

.white-bg {
  background-color: #ffffff;
}

.spacer {
  margin-top: 100px !important;
  margin-bottom: 50px !important;
}

.two-col-pz {
  -moz-column-count: 2;
  -moz-column-gap: 50px;
  -moz-column-rule: none;
  -webkit-column-count: 2;
  -webkit-column-gap: 50px;
  -webkit-column-rule: none;
  column-count: 2;
  column-gap: 50px;
  column-rule: none;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .two-col-pz {
    column-count: 1;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #ea2227;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, a:focus {
  color: #9e1111;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

h2 {
  font-size: 46px;
  margin-bottom: 15px;
}

h3 {
  font-size: 24px;
}

p {
  color: #9e9c9c;
}

.text-black {
  color: #000000 !important;
}

/*.text-pink{
	color:$pink;
}
.text-green{
	color:$green;
}

.text-darkgray{
	color: $dark-gray;
}
*/
.mt40 {
  margin-top: 40px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
.animate-flicker {
  animation: fadeIn 1s infinite alternate;
}

@keyframes flickerAnimation {
  0% {
    height: 0;
  }
  20% {
    height: 20%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    height: 0;
  }
  20% {
    height: 20%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    height: 0;
  }
  20% {
    height: 20%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    height: 0;
  }
  20% {
    height: 20%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}
.animate-flicker1 {
  -webkit-animation: flickerAnimation 5s infinite;
  -moz-animation: flickerAnimation 5s infinite;
  -o-animation: flickerAnimation 5s infinite;
  animation: flickerAnimation 5s infinite;
  animation-iteration-count: 3;
}

@keyframes flickerAnimation1 {
  0% {
    width: 0;
  }
  20% {
    width: 57px;
  }
  30% {
    width: 100px;
  }
  40% {
    width: 150px;
  }
  50% {
    width: 200px;
  }
  60% {
    width: 250px;
  }
  70% {
    width: 300px;
  }
  80% {
    width: 350px;
  }
  90% {
    width: 400px;
  }
  100% {
    width: 577px;
  }
}
@-o-keyframes flickerAnimation1 {
  0% {
    width: 0;
  }
  20% {
    width: 57px;
  }
  30% {
    width: 100px;
  }
  40% {
    width: 150px;
  }
  50% {
    width: 200px;
  }
  60% {
    width: 250px;
  }
  70% {
    width: 300px;
  }
  80% {
    width: 350px;
  }
  90% {
    width: 400px;
  }
  100% {
    width: 577px;
  }
}
@-moz-keyframes flickerAnimation1 {
  0% {
    width: 0;
  }
  20% {
    width: 57px;
  }
  30% {
    width: 100px;
  }
  40% {
    width: 150px;
  }
  50% {
    width: 200px;
  }
  60% {
    width: 250px;
  }
  70% {
    width: 300px;
  }
  80% {
    width: 350px;
  }
  90% {
    width: 400px;
  }
  100% {
    width: 577px;
  }
}
@-webkit-keyframes flickerAnimation1 {
  0% {
    width: 0;
  }
  20% {
    width: 57px;
  }
  30% {
    width: 100px;
  }
  40% {
    width: 150px;
  }
  50% {
    width: 200px;
  }
  60% {
    width: 250px;
  }
  70% {
    width: 300px;
  }
  80% {
    width: 350px;
  }
  90% {
    width: 400px;
  }
  100% {
    width: 577px;
  }
}
.animate-flicker1 {
  -webkit-animation: flickerAnimation1 5s infinite;
  -moz-animation: flickerAnimation1 5s infinite;
  -o-animation: flickerAnimation1 5s infinite;
  animation: flickerAnimation1 5s infinite;
}

.entry-header .entry-title a {
  color: #222222;
}

.default-page {
  padding: 100px 0;
}
.default-page p {
  text-align: left;
}
.default-page ul.menu li a {
  font-size: 20px;
  text-transform: lowercase;
  color: #333;
  text-decoration: none;
}
.default-page ul.menu li a:hover {
  color: #052e5a;
}
.default-page ul.menu li.search-icon {
  display: none;
}
.default-page form.search-form {
  /* width: 31%; */
  margin: 30px auto;
}
.default-page form.search-form input {
  padding: 6px;
  width: 30%;
}
.default-page form.search-form button {
  padding: 6px 22px;
  background: #223d56;
  color: #ffffff;
  border: none;
}

.error404 form.search-form {
  text-align: center;
}

/* Helpers */
.ptn, .pvn, .pan {
  padding-top: 0 !important;
}

.ptx, .pvx, .pax {
  padding-top: 3px !important;
}

.pts, .pvs, .pas {
  padding-top: 5px !important;
}

.ptm, .pvm, .pam {
  padding-top: 10px !important;
}

.ptl, .pvl, .pal {
  padding-top: 20px !important;
}

.pth, .pvh, .pah {
  padding-top: 40px !important;
}

.prn, .phn, .pan {
  padding-right: 0 !important;
}

.prx, .phx, .pax {
  padding-right: 3px !important;
}

.prs, .phs, .pas {
  padding-right: 5px !important;
}

.prm, .phm, .pam {
  padding-right: 10px !important;
}

.prl, .phl, .pal {
  padding-right: 20px !important;
}

.prh, .phh, .pah {
  padding-right: 40px !important;
}

.pbn, .pvn, .pan {
  padding-bottom: 0 !important;
}

.pbx, .pvx, .pax {
  padding-bottom: 3px !important;
}

.pbs, .pvs, .pas {
  padding-bottom: 5px !important;
}

.pbm, .pvm, .pam {
  padding-bottom: 10px !important;
}

.pbl, .pvl, .pal {
  padding-bottom: 20px !important;
}

.pbh, .pvh, .pah {
  padding-bottom: 40px !important;
}

.pln, .phn, .pan {
  padding-left: 0 !important;
}

.plx, .phx, .pax {
  padding-left: 3px !important;
}

.pls, .phs, .pas {
  padding-left: 5px !important;
}

.plm, .phm, .pam {
  padding-left: 10px !important;
}

.pll, .phl, .pal {
  padding-left: 20px !important;
}

.plh, .phh, .pah {
  padding-left: 40px !important;
}

.mtn, .mvn, .man {
  margin-top: 0 !important;
}

.mtx, .mvx, .max {
  margin-top: 3px !important;
}

.mts, .mvs, .mas {
  margin-top: 5px !important;
}

.mtm, .mvm, .mam {
  margin-top: 10px !important;
}

.mtl, .mvl, .mal {
  margin-top: 20px !important;
}

.mth, .mvh, .mah {
  margin-top: 40px !important;
}

.mrn, .mhn, .man {
  margin-right: 0 !important;
}

.mrx, .mhx, .max {
  margin-right: 3px !important;
}

.mrs, .mhs, .mas {
  margin-right: 5px !important;
}

.mrm, .mhm, .mam {
  margin-right: 10px !important;
}

.mrl, .mhl, .mal {
  margin-right: 20px !important;
}

.mrh, .mhh, .mah {
  margin-right: 40px !important;
}

.mbn, .mvn, .man {
  margin-bottom: 0 !important;
}

.mbx, .mvx, .max {
  margin-bottom: 3px !important;
}

.mbs, .mvs, .mas {
  margin-bottom: 5px !important;
}

.mbm, .mvm, .mam {
  margin-bottom: 10px !important;
}

.mbl, .mvl, .mal {
  margin-bottom: 20px !important;
}

.mbh, .mvh, .mah {
  margin-bottom: 40px !important;
}

.mln, .mhn, .man {
  margin-left: 0 !important;
}

.mlx, .mhx, .max {
  margin-left: 3px !important;
}

.mls, .mhs, .mas {
  margin-left: 5px !important;
}

.mlm, .mhm, .mam {
  margin-left: 10px !important;
}

.mll, .mhl, .mal {
  margin-left: 20px !important;
}

.mlh, .mhh, .mah {
  margin-left: 40px !important;
}

/* Helpers */
/*Fade*/
.animated-element {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}

.animated-element.fade-in {
  opacity: 1;
  transform: translateY(0px);
}

/*Fade left*/
.animated-element-left {
  opacity: 0;
  transform: translateX(-150px);
  transition: all 1s ease-out;
}

.animated-element-left.fade-Left {
  opacity: 1;
  transform: translateX(0px);
}

/*Fade up*/
.animated-element-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}

.animated-element-up.fade-In {
  opacity: 1;
  transform: translateY(0px);
}

/*fade Right*/
.animated-element-right {
  opacity: 0;
  transform: translateX(150px);
  transition: all 1s ease-out;
}

.animated-element-right.fade-Right {
  opacity: 1;
  transform: translateX(0px);
}

/*fade top*/
.animated-element-top {
  opacity: 0;
  transform: translateY(-125px);
  transition: all 1s ease-out;
}

.animated-element-top.fade-top {
  opacity: 1;
  transform: translateY(0px);
}

.anim-text-flow, .anim-text-flow-hover:hover {
  /*
   * Animation variables
   */
  /*
   * Elements settings
   */
  /*
   * Keyframe loop
   */
  /*
   * Element animation delay loop
   */
}

.anim-text-flow span, .anim-text-flow-hover:hover span {
  -webkit-animation-name: anim-text-flow-keys;
  animation-name: anim-text-flow-keys;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes anim-text-flow-keys {
  0% {
    color: #d547c3;
  }
  5% {
    color: #ff5467;
  }
  10% {
    color: #f50328;
  }
  15% {
    color: #d05cd6;
  }
  20% {
    color: #ff5467;
  }
  25% {
    color: #f50328;
  }
  30% {
    color: #ff5467;
  }
  35% {
    color: #d547c3;
  }
  40% {
    color: #f50328;
  }
  45% {
    color: #d547c3;
  }
  50% {
    color: #ff5467;
  }
  55% {
    color: #f50328;
  }
  60% {
    color: #ff5467;
  }
  65% {
    color: #d547c3;
  }
  70% {
    color: #ff5467;
  }
  75% {
    color: #f50328;
  }
  80% {
    color: #ff5467;
  }
  85% {
    color: #d547c3;
  }
  90% {
    color: #f50328;
  }
  95% {
    color: #d547c3;
  }
  100% {
    color: #ff5467;
  }
}
@keyframes anim-text-flow-keys {
  0% {
    color: #d547c3;
  }
  5% {
    color: #ff5467;
  }
  10% {
    color: #f50328;
  }
  15% {
    color: #d05cd6;
  }
  20% {
    color: #ff5467;
  }
  25% {
    color: #f50328;
  }
  30% {
    color: #ff5467;
  }
  35% {
    color: #d547c3;
  }
  40% {
    color: #f50328;
  }
  45% {
    color: #d547c3;
  }
  50% {
    color: #ff5467;
  }
  55% {
    color: #f50328;
  }
  60% {
    color: #ff5467;
  }
  65% {
    color: #d547c3;
  }
  70% {
    color: #ff5467;
  }
  75% {
    color: #f50328;
  }
  80% {
    color: #ff5467;
  }
  85% {
    color: #d547c3;
  }
  90% {
    color: #f50328;
  }
  95% {
    color: #d547c3;
  }
  100% {
    color: #ff5467;
  }
}
.anim-text-flow span:nth-of-type(1), .anim-text-flow-hover:hover span:nth-of-type(1) {
  -webkit-animation-delay: -19.8s;
  animation-delay: -19.8s;
}

.anim-text-flow span:nth-of-type(2), .anim-text-flow-hover:hover span:nth-of-type(2) {
  -webkit-animation-delay: -19.6s;
  animation-delay: -19.6s;
}

.anim-text-flow span:nth-of-type(3), .anim-text-flow-hover:hover span:nth-of-type(3) {
  -webkit-animation-delay: -19.4s;
  animation-delay: -19.4s;
}

.anim-text-flow span:nth-of-type(4), .anim-text-flow-hover:hover span:nth-of-type(4) {
  -webkit-animation-delay: -19.2s;
  animation-delay: -19.2s;
}

.anim-text-flow span:nth-of-type(5), .anim-text-flow-hover:hover span:nth-of-type(5) {
  -webkit-animation-delay: -19s;
  animation-delay: -19s;
}

.anim-text-flow span:nth-of-type(6), .anim-text-flow-hover:hover span:nth-of-type(6) {
  -webkit-animation-delay: -18.8s;
  animation-delay: -18.8s;
}

.anim-text-flow span:nth-of-type(7), .anim-text-flow-hover:hover span:nth-of-type(7) {
  -webkit-animation-delay: -18.6s;
  animation-delay: -18.6s;
}

.anim-text-flow span:nth-of-type(8), .anim-text-flow-hover:hover span:nth-of-type(8) {
  -webkit-animation-delay: -18.4s;
  animation-delay: -18.4s;
}

.anim-text-flow span:nth-of-type(9), .anim-text-flow-hover:hover span:nth-of-type(9) {
  -webkit-animation-delay: -18.2s;
  animation-delay: -18.2s;
}

.anim-text-flow span:nth-of-type(10), .anim-text-flow-hover:hover span:nth-of-type(10) {
  -webkit-animation-delay: -18s;
  animation-delay: -18s;
}

.anim-text-flow span:nth-of-type(11), .anim-text-flow-hover:hover span:nth-of-type(11) {
  -webkit-animation-delay: -17.8s;
  animation-delay: -17.8s;
}

.anim-text-flow span:nth-of-type(12), .anim-text-flow-hover:hover span:nth-of-type(12) {
  -webkit-animation-delay: -17.6s;
  animation-delay: -17.6s;
}

.anim-text-flow span:nth-of-type(13), .anim-text-flow-hover:hover span:nth-of-type(13) {
  -webkit-animation-delay: -17.4s;
  animation-delay: -17.4s;
}

.anim-text-flow span:nth-of-type(14), .anim-text-flow-hover:hover span:nth-of-type(14) {
  -webkit-animation-delay: -17.2s;
  animation-delay: -17.2s;
}

.anim-text-flow span:nth-of-type(15), .anim-text-flow-hover:hover span:nth-of-type(15) {
  -webkit-animation-delay: -17s;
  animation-delay: -17s;
}

.anim-text-flow span:nth-of-type(16), .anim-text-flow-hover:hover span:nth-of-type(16) {
  -webkit-animation-delay: -16.8s;
  animation-delay: -16.8s;
}

.anim-text-flow span:nth-of-type(17), .anim-text-flow-hover:hover span:nth-of-type(17) {
  -webkit-animation-delay: -16.6s;
  animation-delay: -16.6s;
}

.anim-text-flow span:nth-of-type(18), .anim-text-flow-hover:hover span:nth-of-type(18) {
  -webkit-animation-delay: -16.4s;
  animation-delay: -16.4s;
}

.anim-text-flow span:nth-of-type(19), .anim-text-flow-hover:hover span:nth-of-type(19) {
  -webkit-animation-delay: -16.2s;
  animation-delay: -16.2s;
}

.anim-text-flow span:nth-of-type(20), .anim-text-flow-hover:hover span:nth-of-type(20) {
  -webkit-animation-delay: -16s;
  animation-delay: -16s;
}

.anim-text-flow span:nth-of-type(21), .anim-text-flow-hover:hover span:nth-of-type(21) {
  -webkit-animation-delay: -15.8s;
  animation-delay: -15.8s;
}

.anim-text-flow span:nth-of-type(22), .anim-text-flow-hover:hover span:nth-of-type(22) {
  -webkit-animation-delay: -15.6s;
  animation-delay: -15.6s;
}

.anim-text-flow span:nth-of-type(23), .anim-text-flow-hover:hover span:nth-of-type(23) {
  -webkit-animation-delay: -15.4s;
  animation-delay: -15.4s;
}

.anim-text-flow span:nth-of-type(24), .anim-text-flow-hover:hover span:nth-of-type(24) {
  -webkit-animation-delay: -15.2s;
  animation-delay: -15.2s;
}

.anim-text-flow span:nth-of-type(25), .anim-text-flow-hover:hover span:nth-of-type(25) {
  -webkit-animation-delay: -15s;
  animation-delay: -15s;
}

.anim-text-flow span:nth-of-type(26), .anim-text-flow-hover:hover span:nth-of-type(26) {
  -webkit-animation-delay: -14.8s;
  animation-delay: -14.8s;
}

.anim-text-flow span:nth-of-type(27), .anim-text-flow-hover:hover span:nth-of-type(27) {
  -webkit-animation-delay: -14.6s;
  animation-delay: -14.6s;
}

.anim-text-flow span:nth-of-type(28), .anim-text-flow-hover:hover span:nth-of-type(28) {
  -webkit-animation-delay: -14.4s;
  animation-delay: -14.4s;
}

.anim-text-flow span:nth-of-type(29), .anim-text-flow-hover:hover span:nth-of-type(29) {
  -webkit-animation-delay: -14.2s;
  animation-delay: -14.2s;
}

.anim-text-flow span:nth-of-type(30), .anim-text-flow-hover:hover span:nth-of-type(30) {
  -webkit-animation-delay: -14s;
  animation-delay: -14s;
}

.anim-text-flow span:nth-of-type(31), .anim-text-flow-hover:hover span:nth-of-type(31) {
  -webkit-animation-delay: -13.8s;
  animation-delay: -13.8s;
}

.anim-text-flow span:nth-of-type(32), .anim-text-flow-hover:hover span:nth-of-type(32) {
  -webkit-animation-delay: -13.6s;
  animation-delay: -13.6s;
}

.anim-text-flow span:nth-of-type(33), .anim-text-flow-hover:hover span:nth-of-type(33) {
  -webkit-animation-delay: -13.4s;
  animation-delay: -13.4s;
}

.anim-text-flow span:nth-of-type(34), .anim-text-flow-hover:hover span:nth-of-type(34) {
  -webkit-animation-delay: -13.2s;
  animation-delay: -13.2s;
}

.anim-text-flow span:nth-of-type(35), .anim-text-flow-hover:hover span:nth-of-type(35) {
  -webkit-animation-delay: -13s;
  animation-delay: -13s;
}

.anim-text-flow span:nth-of-type(36), .anim-text-flow-hover:hover span:nth-of-type(36) {
  -webkit-animation-delay: -12.8s;
  animation-delay: -12.8s;
}

.anim-text-flow span:nth-of-type(37), .anim-text-flow-hover:hover span:nth-of-type(37) {
  -webkit-animation-delay: -12.6s;
  animation-delay: -12.6s;
}

.anim-text-flow span:nth-of-type(38), .anim-text-flow-hover:hover span:nth-of-type(38) {
  -webkit-animation-delay: -12.4s;
  animation-delay: -12.4s;
}

.anim-text-flow span:nth-of-type(39), .anim-text-flow-hover:hover span:nth-of-type(39) {
  -webkit-animation-delay: -12.2s;
  animation-delay: -12.2s;
}

.anim-text-flow span:nth-of-type(40), .anim-text-flow-hover:hover span:nth-of-type(40) {
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}

.anim-text-flow span:nth-of-type(41), .anim-text-flow-hover:hover span:nth-of-type(41) {
  -webkit-animation-delay: -11.8s;
  animation-delay: -11.8s;
}

.anim-text-flow span:nth-of-type(42), .anim-text-flow-hover:hover span:nth-of-type(42) {
  -webkit-animation-delay: -11.6s;
  animation-delay: -11.6s;
}

.anim-text-flow span:nth-of-type(43), .anim-text-flow-hover:hover span:nth-of-type(43) {
  -webkit-animation-delay: -11.4s;
  animation-delay: -11.4s;
}

.anim-text-flow span:nth-of-type(44), .anim-text-flow-hover:hover span:nth-of-type(44) {
  -webkit-animation-delay: -11.2s;
  animation-delay: -11.2s;
}

.anim-text-flow span:nth-of-type(45), .anim-text-flow-hover:hover span:nth-of-type(45) {
  -webkit-animation-delay: -11s;
  animation-delay: -11s;
}

.anim-text-flow span:nth-of-type(46), .anim-text-flow-hover:hover span:nth-of-type(46) {
  -webkit-animation-delay: -10.8s;
  animation-delay: -10.8s;
}

.anim-text-flow span:nth-of-type(47), .anim-text-flow-hover:hover span:nth-of-type(47) {
  -webkit-animation-delay: -10.6s;
  animation-delay: -10.6s;
}

.anim-text-flow span:nth-of-type(48), .anim-text-flow-hover:hover span:nth-of-type(48) {
  -webkit-animation-delay: -10.4s;
  animation-delay: -10.4s;
}

.anim-text-flow span:nth-of-type(49), .anim-text-flow-hover:hover span:nth-of-type(49) {
  -webkit-animation-delay: -10.2s;
  animation-delay: -10.2s;
}

.anim-text-flow span:nth-of-type(50), .anim-text-flow-hover:hover span:nth-of-type(50) {
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}

.anim-text-flow span:nth-of-type(51), .anim-text-flow-hover:hover span:nth-of-type(51) {
  -webkit-animation-delay: -9.8s;
  animation-delay: -9.8s;
}

.anim-text-flow span:nth-of-type(52), .anim-text-flow-hover:hover span:nth-of-type(52) {
  -webkit-animation-delay: -9.6s;
  animation-delay: -9.6s;
}

.anim-text-flow span:nth-of-type(53), .anim-text-flow-hover:hover span:nth-of-type(53) {
  -webkit-animation-delay: -9.4s;
  animation-delay: -9.4s;
}

.anim-text-flow span:nth-of-type(54), .anim-text-flow-hover:hover span:nth-of-type(54) {
  -webkit-animation-delay: -9.2s;
  animation-delay: -9.2s;
}

.anim-text-flow span:nth-of-type(55), .anim-text-flow-hover:hover span:nth-of-type(55) {
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}

.anim-text-flow span:nth-of-type(56), .anim-text-flow-hover:hover span:nth-of-type(56) {
  -webkit-animation-delay: -8.8s;
  animation-delay: -8.8s;
}

.anim-text-flow span:nth-of-type(57), .anim-text-flow-hover:hover span:nth-of-type(57) {
  -webkit-animation-delay: -8.6s;
  animation-delay: -8.6s;
}

.anim-text-flow span:nth-of-type(58), .anim-text-flow-hover:hover span:nth-of-type(58) {
  -webkit-animation-delay: -8.4s;
  animation-delay: -8.4s;
}

.anim-text-flow span:nth-of-type(59), .anim-text-flow-hover:hover span:nth-of-type(59) {
  -webkit-animation-delay: -8.2s;
  animation-delay: -8.2s;
}

.anim-text-flow span:nth-of-type(60), .anim-text-flow-hover:hover span:nth-of-type(60) {
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}

.anim-text-flow span:nth-of-type(61), .anim-text-flow-hover:hover span:nth-of-type(61) {
  -webkit-animation-delay: -7.8s;
  animation-delay: -7.8s;
}

.anim-text-flow span:nth-of-type(62), .anim-text-flow-hover:hover span:nth-of-type(62) {
  -webkit-animation-delay: -7.6s;
  animation-delay: -7.6s;
}

.anim-text-flow span:nth-of-type(63), .anim-text-flow-hover:hover span:nth-of-type(63) {
  -webkit-animation-delay: -7.4s;
  animation-delay: -7.4s;
}

.anim-text-flow span:nth-of-type(64), .anim-text-flow-hover:hover span:nth-of-type(64) {
  -webkit-animation-delay: -7.2s;
  animation-delay: -7.2s;
}

.anim-text-flow span:nth-of-type(65), .anim-text-flow-hover:hover span:nth-of-type(65) {
  -webkit-animation-delay: -7s;
  animation-delay: -7s;
}

.anim-text-flow span:nth-of-type(66), .anim-text-flow-hover:hover span:nth-of-type(66) {
  -webkit-animation-delay: -6.8s;
  animation-delay: -6.8s;
}

.anim-text-flow span:nth-of-type(67), .anim-text-flow-hover:hover span:nth-of-type(67) {
  -webkit-animation-delay: -6.6s;
  animation-delay: -6.6s;
}

.anim-text-flow span:nth-of-type(68), .anim-text-flow-hover:hover span:nth-of-type(68) {
  -webkit-animation-delay: -6.4s;
  animation-delay: -6.4s;
}

.anim-text-flow span:nth-of-type(69), .anim-text-flow-hover:hover span:nth-of-type(69) {
  -webkit-animation-delay: -6.2s;
  animation-delay: -6.2s;
}

.anim-text-flow span:nth-of-type(70), .anim-text-flow-hover:hover span:nth-of-type(70) {
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

.anim-text-flow span:nth-of-type(71), .anim-text-flow-hover:hover span:nth-of-type(71) {
  -webkit-animation-delay: -5.8s;
  animation-delay: -5.8s;
}

.anim-text-flow span:nth-of-type(72), .anim-text-flow-hover:hover span:nth-of-type(72) {
  -webkit-animation-delay: -5.6s;
  animation-delay: -5.6s;
}

.anim-text-flow span:nth-of-type(73), .anim-text-flow-hover:hover span:nth-of-type(73) {
  -webkit-animation-delay: -5.4s;
  animation-delay: -5.4s;
}

.anim-text-flow span:nth-of-type(74), .anim-text-flow-hover:hover span:nth-of-type(74) {
  -webkit-animation-delay: -5.2s;
  animation-delay: -5.2s;
}

.anim-text-flow span:nth-of-type(75), .anim-text-flow-hover:hover span:nth-of-type(75) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.anim-text-flow span:nth-of-type(76), .anim-text-flow-hover:hover span:nth-of-type(76) {
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}

.anim-text-flow span:nth-of-type(77), .anim-text-flow-hover:hover span:nth-of-type(77) {
  -webkit-animation-delay: -4.6s;
  animation-delay: -4.6s;
}

.anim-text-flow span:nth-of-type(78), .anim-text-flow-hover:hover span:nth-of-type(78) {
  -webkit-animation-delay: -4.4s;
  animation-delay: -4.4s;
}

.anim-text-flow span:nth-of-type(79), .anim-text-flow-hover:hover span:nth-of-type(79) {
  -webkit-animation-delay: -4.2s;
  animation-delay: -4.2s;
}

.anim-text-flow span:nth-of-type(80), .anim-text-flow-hover:hover span:nth-of-type(80) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.anim-text-flow span:nth-of-type(81), .anim-text-flow-hover:hover span:nth-of-type(81) {
  -webkit-animation-delay: -3.8s;
  animation-delay: -3.8s;
}

.anim-text-flow span:nth-of-type(82), .anim-text-flow-hover:hover span:nth-of-type(82) {
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}

.anim-text-flow span:nth-of-type(83), .anim-text-flow-hover:hover span:nth-of-type(83) {
  -webkit-animation-delay: -3.4s;
  animation-delay: -3.4s;
}

.anim-text-flow span:nth-of-type(84), .anim-text-flow-hover:hover span:nth-of-type(84) {
  -webkit-animation-delay: -3.2s;
  animation-delay: -3.2s;
}

.anim-text-flow span:nth-of-type(85), .anim-text-flow-hover:hover span:nth-of-type(85) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.anim-text-flow span:nth-of-type(86), .anim-text-flow-hover:hover span:nth-of-type(86) {
  -webkit-animation-delay: -2.8s;
  animation-delay: -2.8s;
}

.anim-text-flow span:nth-of-type(87), .anim-text-flow-hover:hover span:nth-of-type(87) {
  -webkit-animation-delay: -2.6s;
  animation-delay: -2.6s;
}

.anim-text-flow span:nth-of-type(88), .anim-text-flow-hover:hover span:nth-of-type(88) {
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}

.anim-text-flow span:nth-of-type(89), .anim-text-flow-hover:hover span:nth-of-type(89) {
  -webkit-animation-delay: -2.2s;
  animation-delay: -2.2s;
}

.anim-text-flow span:nth-of-type(90), .anim-text-flow-hover:hover span:nth-of-type(90) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.anim-text-flow span:nth-of-type(91), .anim-text-flow-hover:hover span:nth-of-type(91) {
  -webkit-animation-delay: -1.8s;
  animation-delay: -1.8s;
}

.anim-text-flow span:nth-of-type(92), .anim-text-flow-hover:hover span:nth-of-type(92) {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}

.anim-text-flow span:nth-of-type(93), .anim-text-flow-hover:hover span:nth-of-type(93) {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}

.anim-text-flow span:nth-of-type(94), .anim-text-flow-hover:hover span:nth-of-type(94) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.anim-text-flow span:nth-of-type(95), .anim-text-flow-hover:hover span:nth-of-type(95) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.anim-text-flow span:nth-of-type(96), .anim-text-flow-hover:hover span:nth-of-type(96) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.anim-text-flow span:nth-of-type(97), .anim-text-flow-hover:hover span:nth-of-type(97) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.anim-text-flow span:nth-of-type(98), .anim-text-flow-hover:hover span:nth-of-type(98) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.anim-text-flow span:nth-of-type(99), .anim-text-flow-hover:hover span:nth-of-type(99) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.anim-text-flow span:nth-of-type(100), .anim-text-flow-hover:hover span:nth-of-type(100) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

footer.footer-class {
  padding: 50px 0 0;
  position: relative;
  float: left;
  width: 100%;
  background-image: -webkit-linear-gradient(left, #ea2227 0%, #9e1111 100%);
  background-image: -o-linear-gradient(left, #ea2227 0%, #9e1111 100%);
  background-image: linear-gradient(to right, #ea2227 0%, #9e1111 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEA2227", endColorstr="#FF9E1111", GradientType=1);
  /*@include gradient-vertical-img($start-color: #56a643, $end-color: #15763e, $start-percent: 0%, $end-percent: 100%);*/
  /*	&::after{
  		content:'';
  		position: absolute;
  		top: -98px;
  		left: 0;
  		background-image: url(../images/footer-bg.png);
  		background-position: 100%;
  		background-repeat: no-repeat;
  		background-size: 100%;
  		width: 100%;
  		height: 324px;
  	}*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
footer.footer-class .container {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (max-width: 768px) {
  footer.footer-class {
    padding-top: 0;
    background: none;
  }
  footer.footer-class #menu-main_menu-1, footer.footer-class #menu-main_menu_urdu {
    display: none;
  }
}
footer.footer-class .footer-nav {
  padding-right: 14px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  footer.footer-class .footer-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 12px 15px;
  }
}
footer.footer-class .footer-nav h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
  /*@include respond-to(mobileportrait) {
  	margin-bottom: 0;
  	font-size: 20px;
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  footer.footer-class .footer-nav h4 {
    margin-bottom: 0;
    font-size: 20px;
    position: relative;
  }
  footer.footer-class .footer-nav h4::after {
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "";
    -webkit-mask: url(../images/right-arrow.svg) no-repeat 100% 0;
    mask: url(../images/right-arrow.svg) no-repeat 100% 0;
    background-color: #ffffff;
    position: absolute;
    right: 10px;
    top: 6px;
    height: 15px;
    width: 15px;
    /* @else if $media == extralarge {
      @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
      and (-webkit-min-device-pixel-ratio: 1){ @content; }
    }*/
    /*@media screen 
      and (min-device-width: 1200px) 
      and (max-device-width: 1600px) 
      and (-webkit-min-device-pixel-ratio: 1) { 
    }*/
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  footer.footer-class .footer-nav h4::after {
    margin-left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  footer.footer-class .footer-nav h4.opened::after {
    transform: rotate(90deg);
  }
}
footer.footer-class .footer-nav .logo {
  margin-bottom: 20px;
  width: 125px;
  height: 45px;
  background: none;
  background-size: auto;
  font-size: 0;
  text-indent: unset;
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-nav .logo {
    margin-top: 0;
  }
}
footer.footer-class .footer-nav .f-nav {
  padding: 0;
  margin-top: 15px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
footer.footer-class .footer-nav .f-nav li {
  display: block;
  margin-bottom: 8px;
  line-height: 1.1;
}
footer.footer-class .footer-nav .f-nav li.menu-item-10803 > a, footer.footer-class .footer-nav .f-nav li.menu-item-10804 > a, footer.footer-class .footer-nav .f-nav li.menu-item-10805 > a, footer.footer-class .footer-nav .f-nav li.menu-item-10806 > a {
  display: none;
}
footer.footer-class .footer-nav .f-nav li.menu-item-10803:hover a::after, footer.footer-class .footer-nav .f-nav li.menu-item-10804:hover a::after, footer.footer-class .footer-nav .f-nav li.menu-item-10805:hover a::after, footer.footer-class .footer-nav .f-nav li.menu-item-10806:hover a::after {
  width: 0;
}
footer.footer-class .footer-nav .f-nav li.menu-item-4023:hover a::after, footer.footer-class .footer-nav .f-nav li.menu-item-4163:hover a::after, footer.footer-class .footer-nav .f-nav li.menu-item-1142:hover a::after, footer.footer-class .footer-nav .f-nav li.menu-item-1141:hover a::after, footer.footer-class .footer-nav .f-nav li.menu-item-1209:hover a::after, footer.footer-class .footer-nav .f-nav li.menu-item-1210:hover a::after, footer.footer-class .footer-nav .f-nav li.menu-item-1138:hover a::after, footer.footer-class .footer-nav .f-nav li.menu-item-10862:hover a::after, footer.footer-class .footer-nav .f-nav li.menu-item-10867:hover a::after {
  width: 100%;
}
footer.footer-class .footer-nav .f-nav li a {
  color: #ffffff;
  opacity: 0.85;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 3px 0;
  display: inline;
  text-decoration: none;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
footer.footer-class .footer-nav .f-nav li a::after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  footer.footer-class .footer-nav .f-nav li a {
    display: block;
    opacity: 1;
    padding: 5px 0;
  }
  footer.footer-class .footer-nav .f-nav li a::after {
    display: none;
  }
}
footer.footer-class .footer-nav .f-nav li:hover a {
  opacity: 1;
}
footer.footer-class .footer-nav .f-nav li:hover a::after {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  footer.footer-class .footer-nav .f-nav {
    display: none;
  }
}
footer.footer-class .jamapunji-logo {
  margin-top: 30px;
}
footer.footer-class .footer-bottom {
  padding: 30px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 30px;
  background-color: #ffffff;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  footer.footer-class .footer-bottom {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  footer.footer-class .footer-bottom {
    margin-top: 30px;
  }
}
footer.footer-class .footer-bottom p {
  color: #9e9c9c;
  margin-bottom: 0;
  width: 100%;
  float: left;
  margin-left: 10px;
  /*font-size: 13px;*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  footer.footer-class .footer-bottom p {
    margin-left: 0;
  }
}
footer.footer-class .footer-bottom .social-media-links {
  float: right;
  margin-top: 3px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  footer.footer-class .footer-bottom .social-media-links {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom .social-media-links {
    margin-top: 15px;
    float: none;
  }
}
footer.footer-class .footer-bottom .social-media-links li {
  vertical-align: middle;
}
footer.footer-class .footer-bottom .social-media-links li a {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
footer.footer-class .footer-bottom .social-media-links li a .facebook img {
  width: 11px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.5;
  filter: grayscale(1);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom .social-media-links li a .facebook img {
    width: 10px;
  }
}
footer.footer-class .footer-bottom .social-media-links li a .facebook:hover img {
  opacity: 1;
  filter: grayscale(0);
}
footer.footer-class .footer-bottom .social-media-links li a .linkedin img {
  width: 26px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.5;
  filter: grayscale(1);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom .social-media-links li a .linkedin img {
    width: 20px;
  }
}
footer.footer-class .footer-bottom .social-media-links li a .linkedin:hover img {
  opacity: 1;
  filter: grayscale(0);
}
footer.footer-class .footer-bottom .social-media-links li a .twitter img {
  width: 26px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.7;
  filter: grayscale(1);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom .social-media-links li a .twitter img {
    width: 20px;
  }
}
footer.footer-class .footer-bottom .social-media-links li a .twitter:hover img {
  opacity: 1;
  filter: grayscale(0);
}
footer.footer-class .footer-bottom .social-media-links li a .youtube img {
  margin-top: 4px;
  width: 28px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.6;
  filter: grayscale(1);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom .social-media-links li a .youtube img {
    width: 20px;
  }
}
footer.footer-class .footer-bottom .social-media-links li a .youtube:hover img {
  opacity: 1;
  filter: grayscale(0);
}
footer.footer-class .footer-bottom .social-media-links li a .instagram img {
  margin-top: 3px;
  width: 25px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.6;
  filter: grayscale(1);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom .social-media-links li a .instagram img {
    width: 20px;
  }
}
footer.footer-class .footer-bottom .social-media-links li a .instagram:hover img {
  opacity: 1;
  filter: grayscale(0);
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom .social-media-links li a {
    padding: 0 8px;
  }
}
footer.footer-class .footer-bottom .ibex-logo img {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: brightness(0);
  opacity: 0.3;
  width: 65px;
  position: relative;
  top: 8px;
}
footer.footer-class .footer-bottom .ibex-logo:hover img {
  filter: brightness(1);
  opacity: 1;
}
footer.footer-class .footer-bottom ul {
  float: left;
  padding: 0;
  margin-bottom: 6px;
}
footer.footer-class .footer-bottom ul li {
  display: inline-block;
  padding: 0 10px;
}
footer.footer-class .footer-bottom ul li a {
  display: block;
  position: relative;
  color: #555;
  font-size: 14px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
footer.footer-class .footer-bottom ul li a::after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #ea2227;
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom ul li a {
    margin: 6px 0;
  }
}
footer.footer-class .footer-bottom ul li a:hover {
  color: #ea2227;
  text-decoration: none;
}
footer.footer-class .footer-bottom ul li a:hover::after {
  width: 100%;
}

.service-desk {
  float: left;
  width: 100%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .service-desk {
    padding-bottom: 30px;
  }
}
.service-desk .container {
  border-top: 1px solid #ebebeb;
  padding: 30px 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .service-desk .container {
    padding-bottom: 0;
  }
}
.service-desk .secp-logo {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.service-desk .secp-logo .logo-left {
  display: inline-block;
  width: 65px;
  vertical-align: bottom;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .service-desk .secp-logo .logo-left {
    vertical-align: top;
  }
}
.service-desk .secp-logo .logo-left img {
  width: 100%;
}
.service-desk .secp-logo .investor-complaint-box {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .service-desk .secp-logo .investor-complaint-box {
    height: 210px;
  }
}
.service-desk .secp-logo .logo-right {
  display: inline-block;
  border-left: 2px solid #eee;
  width: calc(100% - 100px);
  padding-left: 14px;
  margin-left: 14px;
}
.service-desk .secp-logo .logo-right .investor-complaint {
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0;
}
.service-desk .secp-logo .logo-right h4 {
  color: #5aa427;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.service-desk .secp-logo .logo-right h4 a {
  color: #5aa427;
}
.service-desk .secp-logo .logo-right h4 a:hover, .service-desk .secp-logo .logo-right h4 a:focus {
  text-decoration: none;
}
.service-desk .secp-logo .logo-right .service-desk-ul {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .service-desk .secp-logo .logo-right .service-desk-ul {
    width: 80%;
  }
}
.service-desk .secp-logo .logo-right ul {
  margin: 0;
  padding: 0;
}
.service-desk .secp-logo .logo-right ul .address {
  width: 59%;
  border-left: 1px dotted #cbcbcb;
  padding-left: 25px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .service-desk .secp-logo .logo-right ul .address {
    width: 53%;
  }
}
@media only screen and (max-width: 768px) {
  .service-desk .secp-logo .logo-right ul .address {
    width: 55%;
    border: 0px;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .service-desk .secp-logo .logo-right ul .address {
    margin-top: 0;
  }
}
.service-desk .secp-logo .logo-right ul li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .service-desk .secp-logo .logo-right ul li {
    width: calc(50% - 24px);
  }
  .service-desk .secp-logo .logo-right ul li:last-child {
    margin-bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .service-desk .secp-logo .logo-right ul li {
    margin-bottom: 20px;
  }
}
.service-desk .secp-logo .logo-right ul li:last-child {
  margin-right: 0;
}
.service-desk .secp-logo .logo-right ul li .block-icon {
  width: 30px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
}
.service-desk .secp-logo .logo-right ul li .block-icon img {
  width: 30px;
}
.service-desk .secp-logo .logo-right ul li .block-text {
  white-space: nowrap;
  display: inline-block;
  width: calc(100% - 40px);
}
.service-desk .secp-logo .logo-right ul li .block-text h6 {
  color: #555;
  font-size: 16px;
  margin-bottom: 2px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .service-desk .secp-logo .logo-right ul li .block-text h6 {
    font-size: 14px !important;
  }
}
.service-desk .secp-logo .logo-right ul li .block-text .phone-num {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .service-desk .secp-logo .logo-right ul li .block-text .phone-num {
    display: block;
  }
}
.service-desk .secp-logo .logo-right ul li .block-text p {
  margin-bottom: 2px;
  color: #555;
  font-size: 13px;
}
.service-desk .secp-logo .logo-right ul li .block-text p a {
  color: #555;
}
.service-desk .secp-logo .logo-right ul li .block-text h5 {
  margin-bottom: 0;
  color: #555;
  font-size: 20px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .service-desk .secp-logo .logo-right ul li .block-text h5 {
    font-size: 16px !important;
  }
}
.service-desk .secp-logo .logo-right ul li .investor-address {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .service-desk .secp-logo .logo-right ul li .investor-address {
    white-space: normal;
    width: 300px;
  }
}
.service-desk .secp-logo .logo-right ul li .Farooq-Barkat-info p {
  margin-bottom: 0;
}
.service-desk .secp-logo .logo-right ul li .Farooq-Barkat-info h6 {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .service-desk .secp-logo .logo-right ul li .Farooq-Barkat-info h6 {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .service-desk .secp-logo .logo-left {
    width: 26%;
    margin-left: 32px;
    border-right: 2px solid #eee;
    padding-right: 20px;
  }
  .service-desk .secp-logo .logo-right {
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }
  .service-desk .secp-logo .logo-right h4 {
    position: absolute;
    top: 20px;
    width: 60%;
    right: 0;
  }
  .service-desk .secp-logo .logo-right ul {
    width: 62%;
    margin: 0 auto;
  }
  .service-desk .secp-logo .logo-right ul li {
    width: 100%;
    margin-right: 0;
  }
}
.service-desk .jamapunji-logo {
  position: relative;
  top: 30px;
  display: block;
  text-align: right;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .service-desk .jamapunji-logo {
    left: 0;
    top: 14px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .service-desk .jamapunji-logo {
    right: 50px;
    top: -42px;
  }
}
.service-desk .jamapunji-logo img {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 170px;
  filter: grayscale(1);
}
.service-desk .jamapunji-logo:hover img {
  filter: grayscale(0);
}
@media only screen and (max-width: 480px) {
  .service-desk .jamapunji-logo {
    margin-bottom: 10px;
    right: auto;
    left: 38px;
    text-align: left;
    top: 24px;
  }
}

body {
  background-color: #ffffff;
}
body p {
  color: #555;
  font-size: 16px;
}

section {
  overflow: hidden;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
/*test*/
.plain-text {
  text-align: center;
  padding: 100px 0;
  /*a{
  	font-size: 20px;
  	color: $grass;
  	@extend %Hel-roman;

  }*/
}
.plain-text h2 {
  color: #000000;
}
.plain-text p {
  font-size: 22px;
  padding: 0 60px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .plain-text p {
    padding: 0 15px;
  }
}
.plain-text.home-business {
  position: relative;
  margin-bottom: 70px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .plain-text.home-business {
    padding: 50px 0 100px;
    margin-bottom: 0;
  }
}
.plain-text.home-business .sec-name {
  position: absolute;
  right: 0;
  bottom: -250px;
  z-index: -1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.plain-text.home-business .sec-name::after {
  content: "verticals";
  color: #eee;
  font-size: 260px;
}
@media only screen and (max-width: 1024px) {
  .plain-text.home-business .sec-name {
    bottom: -200px;
  }
  .plain-text.home-business .sec-name::after {
    font-size: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .plain-text.home-business .sec-name {
    bottom: -152px;
  }
  .plain-text.home-business .sec-name::after {
    font-size: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .plain-text.home-business .sec-name {
    bottom: -70px;
  }
  .plain-text.home-business .sec-name::after {
    font-size: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .plain-text.home-business .sec-name {
    bottom: -56px;
  }
  .plain-text.home-business .sec-name::after {
    font-size: 70px;
  }
}

.the-group {
  position: relative;
  padding-bottom: 100px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group {
    padding-bottom: 30px;
  }
}
.the-group span.big-text {
  font-size: 285px;
  position: absolute;
  right: -68px;
  top: -196px;
  color: #eee;
  z-index: 1;
}
.the-group .column-container {
  width: 100%;
  float: left;
  position: relative;
}
.the-group .column-container .right-column {
  float: left;
  width: 68%;
  /*background: $gray-light;*/
  /*height: 737px;*/
  height: 600px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .right-column {
    width: 100%;
    height: 600px;
  }
}
.the-group .column-container .right-column .content-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  /*padding: 48% 36% 5% 15%;*/
  position: relative;
}
.the-group .column-container .right-column .content-bg::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.the-group .column-container .right-column .content-bg .content-info {
  position: absolute;
  bottom: 55px;
  width: 50%;
  left: 100px;
  z-index: 5;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .right-column .content-bg .content-info {
    left: 30px;
    width: 74%;
  }
}
@media only screen and (max-width: 767px) {
  .the-group .column-container .right-column .content-bg .content-info {
    width: 100%;
    left: 15px;
    padding-right: 20px;
  }
}
.the-group .column-container .right-column .content-bg h3 {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
}
.the-group .column-container .right-column .content-bg p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .the-group .column-container .right-column .content-bg p {
    display: none;
  }
}
.the-group .column-container .right-column .content-bg a {
  font-size: 20px;
  color: #ffffff;
  margin: 0 20px;
  /*opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1), opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1);
  transform: translateX(-25px);*/
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .right-column .content-bg a {
    /*	opacity: 1;
    	transform: translateX(0);*/
  }
}
.the-group .column-container .right-column .content-bg a.ml0 {
  margin-left: 0 !important;
}
.the-group .column-container .right-column .content-bg ul {
  padding: 0;
}
.the-group .column-container .right-column .content-bg ul li {
  display: inline-block;
  margin: 0 10px;
}
.the-group .column-container .right-column .content-bg ul li a {
  display: block;
  font-size: 16px;
  transform: translateX(0);
  opacity: 1;
  border-bottom: 1px dotted white;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.the-group .column-container .right-column .content-bg ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.the-group .column-container .right-column .content-bg ul li a:hover {
  color: #529527;
  border-bottom: 1px dotted #529527;
}
.the-group .column-container .right-column .content-bg .company-logo {
  margin-bottom: 30px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .right-column .content-bg .company-logo {
    height: 60px !important;
  }
}
@media only screen and (max-width: 480px) {
  .the-group .column-container .right-column .content-bg .company-logo {
    display: none;
  }
}
.the-group .column-container .right-column .content-bg .content-title {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 20px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .the-group .column-container .right-column .content-bg .content-title {
    width: 54%;
  }
}
@media only screen and (max-width: 480px) {
  .the-group .column-container .right-column #fertilizers .content-bg {
    background-position: -344px center;
  }
}
.the-group .column-container .right-column .tab-content {
  height: 100%;
}
.the-group .column-container .right-column .tab-content .tab-pane {
  height: 100%;
  width: 100%;
  padding-top: 0 !important;
  position: absolute;
  display: block !important;
  left: 0;
  z-index: 1;
  transform: translateX(100%);
  transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.8s;
}
.the-group .column-container .right-column .tab-content .tab-pane.single_line p {
  font-size: 22px !important;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .the-group .column-container .right-column .tab-content .tab-pane.single_line p {
    display: block;
  }
}
.the-group .column-container .right-column .tab-content .tab-pane.single_line ul {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
}
.the-group .column-container .right-column .tab-content .tab-pane.single_line ul li {
  color: #ffffff;
  display: block;
  font-size: 16px;
}
.the-group .column-container .right-column .tab-content .tab-pane.single_line ul li:not(:last-child) {
  margin-bottom: 10px;
}
.the-group .column-container .right-column .tab-content .tab-pane.active {
  transition-delay: 0s;
  z-index: 4;
  transform: translateX(0);
}
.the-group .column-container .right-column .tab-content .tab-pane.active h3, .the-group .column-container .right-column .tab-content .tab-pane.active p {
  transform: translateY(0);
  opacity: 1;
}
.the-group .column-container .right-column .tab-content .tab-pane.active ul {
  transform: translateY(0);
  opacity: 1;
}
.the-group .column-container .right-column .tab-content .tab-pane.active a {
  transform: translateX(0);
  opacity: 1;
}
.the-group .column-container .right-column .tab-content .tab-pane.active .vopak {
  margin-top: 30px;
  margin-left: 0;
}
.the-group .column-container .right-column .tab-content .tab-pane:hover .content-bg a {
  /*transform: translateX(0);
  opacity: 1;*/
}
.the-group .column-container .left-column {
  width: 47.5%;
  background: #555;
  height: 630px;
  position: absolute;
  right: 0;
  top: 53px;
  z-index: 2;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column {
    width: 100vw;
    float: left;
    position: absolute;
    top: 0;
    height: auto;
    background: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .the-group .column-container .left-column {
    width: 100vw;
  }
}
@media only screen and (max-width: 480px) {
  .the-group .column-container .left-column {
    width: 100vw;
  }
}
.the-group .column-container .left-column .content-bg {
  width: 100%;
  height: 100%;
  padding: 30px 230px 30px 30px;
  padding-top: 53px;
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .the-group .column-container .left-column .content-bg {
    padding: 30px 0px 30px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg {
    height: auto;
    padding: 30px 30px 2px 30px;
    background: #ffffff91;
  }
}
@media only screen and (max-width: 767px) {
  .the-group .column-container .left-column .content-bg {
    height: auto;
    padding: 30px 30px 8px 30px;
  }
}
.the-group .column-container .left-column .content-bg .content-title {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 15px;
  padding-left: 20px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg .content-title {
    color: black;
  }
}
@media only screen and (max-width: 480px) {
  .the-group .column-container .left-column .content-bg .content-title {
    font-size: 30px;
  }
}
.the-group .column-container .left-column .content-bg p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}
.the-group .column-container .left-column .content-bg ul {
  padding: 0;
  margin-top: 30px;
}
.the-group .column-container .left-column .content-bg ul li {
  display: block;
  margin-bottom: 0px;
}
.the-group .column-container .left-column .content-bg ul li a {
  color: #ffffff;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #5aa427;
  font-size: 20px;
  position: relative;
  z-index: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li a {
    color: black;
  }
}
.the-group .column-container .left-column .content-bg ul li a i, .the-group .column-container .left-column .content-bg ul li a svg {
  position: absolute;
  left: -20px;
  top: 24px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  color: #529527;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li a i, .the-group .column-container .left-column .content-bg ul li a svg {
    color: #ffffff;
  }
}
.the-group .column-container .left-column .content-bg ul li a::after {
  content: "";
  background-color: #ffffff;
  width: calc(100% + 52px);
  height: 61px;
  position: absolute;
  left: -52px;
  top: 0;
  z-index: -1;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li a::after {
    background-color: #229448;
    width: 100vw;
    height: 107%;
    left: -30px;
  }
}
@media only screen and (max-width: 480px) {
  .the-group .column-container .left-column .content-bg ul li a::after {
    left: -15px;
  }
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li a {
    border-bottom: none;
    padding: 7px 20px;
  }
  .the-group .column-container .left-column .content-bg ul li a i, .the-group .column-container .left-column .content-bg ul li a svg {
    top: 16px;
  }
}
.the-group .column-container .left-column .content-bg ul li:last-child {
  /*display: none;*/
}
.the-group .column-container .left-column .content-bg ul li:last-child a {
  border-bottom: none;
}
.the-group .column-container .left-column .content-bg ul li:hover a {
  color: #229448;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li:hover a {
    border-bottom: none;
  }
}
.the-group .column-container .left-column .content-bg ul li:hover a i, .the-group .column-container .left-column .content-bg ul li:hover a svg {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
.the-group .column-container .left-column .content-bg ul li:hover a::after {
  opacity: 1;
}
.the-group .column-container .left-column .content-bg ul li.active {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.the-group .column-container .left-column .content-bg ul li.active a {
  color: #229448;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li.active a {
    border-bottom: none;
  }
}
.the-group .column-container .left-column .content-bg ul li.active a i, .the-group .column-container .left-column .content-bg ul li.active a svg {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
.the-group .column-container .left-column .content-bg ul li.active a::after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li.active a {
    color: #ffffff;
  }
  .the-group .column-container .left-column .content-bg ul li.active a i, .the-group .column-container .left-column .content-bg ul li.active a svg {
    left: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .the-group .column-container .left-column .content-bg ul li.active a i, .the-group .column-container .left-column .content-bg ul li.active a svg {
    color: #ffffff;
  }
}
.the-group.energy-page-tabs {
  padding-bottom: 0;
}
.the-group.energy-page-tabs .column-container .left-column {
  height: 400px;
  top: 102px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.the-group.energy-page-tabs .column-container .left-column .content-bg {
  padding-right: 180px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .the-group.energy-page-tabs .column-container .left-column .content-bg {
    padding-right: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .the-group.energy-page-tabs .column-container .left-column .content-bg {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .the-group.energy-page-tabs .column-container .left-column .content-bg {
    padding-left: 20px;
    padding-bottom: 15px;
  }
  .the-group.energy-page-tabs .column-container .left-column .content-bg .content-title {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .the-group.energy-page-tabs .column-container .left-column {
    top: 0;
    height: auto;
  }
  .the-group.energy-page-tabs .column-container .left-column ul li a:after {
    left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .the-group.energy-page-tabs .column-container .left-column {
    top: 0;
    height: auto;
  }
  .the-group.energy-page-tabs .column-container .left-column ul li a:after {
    left: -20px;
  }
}
.the-group.energy-page-tabs .column-container .right-column {
  height: 600px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.the-group.energy-page-tabs .column-container .right-column .content-bg::after {
  display: none;
}
.the-group.energy-page-tabs .column-container .right-column .content-bg .content-info {
  bottom: auto;
  color: #ffffff;
  top: 55px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.the-group.energy-page-tabs .column-container .right-column .content-bg .content-info ul {
  margin: 0;
  padding-left: 25px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
  transition-delay: 0.8s;
}
.the-group.energy-page-tabs .column-container .right-column .content-bg .content-info ul li {
  color: #ffffff;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  /* &::after {
  	background-color: $white;
  	border-radius: 50%;
  	content: '';
  	display: inline-block;
  	height: 6px;
  	left: -15px;
  	position: absolute;
  	top: 8px;
  	width: 6px;
  } */
}
.the-group.energy-page-tabs .column-container .right-column .content-bg .content-info ul li ul {
  margin-top: 10px;
}
.the-group.energy-page-tabs .column-container .right-column .content-bg .content-info .iatc-logo {
  width: 70%;
  position: relative;
  margin-bottom: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
}
.the-group.energy-page-tabs .column-container .right-column .content-bg .content-info .iatc-logo .company-logo {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info {
    left: 40px;
    width: 66%;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info .iatc-logo img {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .the-group.energy-page-tabs .column-container .right-column {
    height: 1600px;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info {
    top: 270px;
    width: 56%;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info .iatc-logo img {
    width: 60%;
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .the-group.energy-page-tabs .column-container .right-column {
    height: 1900px;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info {
    width: 56%;
    bottom: auto;
    top: 40px;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info .iatc-logo img {
    width: 80%;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg p {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .the-group.energy-page-tabs .column-container .right-column {
    height: 950px;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info {
    width: 95%;
    top: 331px;
    left: 20px;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info .iatc-logo img {
    display: block;
  }
}
.the-group.energy-page-tabs .column-container .right-column .tab-pane.active .iatc-logo {
  transform: translateY(0);
  opacity: 1;
}
.the-group.energy-page-tabs .column-container .right-column .tab-pane.active ul {
  transform: translateY(0);
  opacity: 1;
}
.the-group.core-value .column-container .left-column {
  height: 500px;
}
.the-group.core-value .column-container .left-column .content-bg .content-title {
  font-size: 28px;
}
.the-group.core-value .column-container .left-column .content-bg ul li a::after {
  height: calc(100% + 1px);
}
.the-group.core-value .column-container .right-column {
  height: 600px;
}
.the-group.core-value .column-container .right-column .content-bg::after {
  display: none;
}

.our-ventures {
  padding-bottom: 200px;
  text-align: center;
}
.our-ventures h2 {
  margin-top: 30px;
}
.our-ventures p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.76);
}
.our-ventures .ventures-logo {
  width: 100%;
  float: left;
}
.our-ventures .ventures-logo li {
  display: block;
  overflow: hidden;
}
.our-ventures .ventures-logo li .v-logo {
  float: left;
  width: 155px;
  height: 132px;
  background: #ffffff;
  margin: 15px 15px;
  position: relative;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.our-ventures .ventures-logo li .v-logo img {
  width: 60%;
  position: absolute;
  top: 21%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.5;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.our-ventures .ventures-logo li .v-logo:hover img {
  opacity: 1;
}
.our-ventures .ventures-logo .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.our-ventures .ventures-logo .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #5aa427;
}
.our-ventures .ventures-logo .slick-dots li:hover button, .our-ventures .ventures-logo .slick-dots li.slick-active button {
  background-color: #5aa427;
}

.we-are-responsible {
  position: relative;
  padding-bottom: 100px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .we-are-responsible {
    padding-bottom: 60px;
  }
}
.we-are-responsible.social-imp {
  margin-top: 100px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .we-are-responsible.social-imp {
    margin-top: 70px;
  }
}
.we-are-responsible.social-imp .sec-name {
  position: absolute;
  right: -810px;
  top: -230px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.we-are-responsible.social-imp .sec-name:before {
  content: "social impact";
  color: #eee;
  font-size: 260px;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .we-are-responsible.social-imp .sec-name {
    right: -690px;
    top: -200px;
  }
  .we-are-responsible.social-imp .sec-name:before {
    font-size: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .we-are-responsible.social-imp .sec-name {
    right: -230px;
    top: -38px;
  }
  .we-are-responsible.social-imp .sec-name:before {
    font-size: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible.social-imp .sec-name {
    right: 0;
    top: 62px;
  }
  .we-are-responsible.social-imp .sec-name:before {
    font-size: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .we-are-responsible.social-imp .sec-name {
    right: -70px;
    top: 172px;
  }
  .we-are-responsible.social-imp .sec-name:before {
    font-size: 70px;
  }
}
.we-are-responsible span.big-text {
  font-size: 242px;
  position: absolute;
  left: 24px;
  top: -36px;
  color: #eee;
}
.we-are-responsible .column-container {
  width: 100%;
  float: left;
  position: relative;
}
.we-are-responsible .column-container .right-column {
  float: right;
  width: 56%;
  background: #ccc;
  height: 580px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .we-are-responsible .column-container .right-column {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible .column-container .right-column {
    height: 400px;
  }
}
.we-are-responsible .column-container .right-column .content-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
  transform: translateX(-100%);
  transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.8s;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .we-are-responsible .column-container .right-column .content-bg {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible .column-container .right-column .content-bg {
    background-size: cover;
  }
}
.we-are-responsible .column-container .right-column .content-bg .iatc-logo {
  position: relative;
  margin-bottom: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
}
.we-are-responsible .column-container .right-column .content-bg .content-info {
  position: absolute;
  bottom: 55px;
  width: 50%;
  left: 50px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .we-are-responsible .column-container .right-column .content-bg .content-info {
    width: 100%;
    padding: 0 15px;
    left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .we-are-responsible .column-container .right-column .content-bg .content-info {
    left: 0;
  }
}
.we-are-responsible .column-container .right-column .content-bg p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
}
.we-are-responsible .column-container .right-column .content-bg h3 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
}
.we-are-responsible .column-container .right-column .content-bg a {
  font-size: 20px;
  color: #ffffff;
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1), opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1);
  transform: translateX(-25px);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .we-are-responsible .column-container .right-column .content-bg a {
    opacity: 1;
    transform: translateX(0);
  }
}
.we-are-responsible .column-container .right-column .content-bg.active {
  transition-delay: 0s;
  z-index: 4;
  transform: translateX(0);
}
.we-are-responsible .column-container .right-column .content-bg.active h3, .we-are-responsible .column-container .right-column .content-bg.active p, .we-are-responsible .column-container .right-column .content-bg.active .iatc-logo {
  transform: translateY(0);
  opacity: 1;
}
.we-are-responsible .column-container .right-column .content-bg:hover a {
  transform: translateX(0);
  opacity: 1;
}
.we-are-responsible .column-container .left-column {
  width: 47.5%;
  text-align: center;
  height: 617px;
  position: absolute;
  top: -30px;
  left: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .we-are-responsible .column-container .left-column {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .we-are-responsible .column-container .left-column {
    width: 100%;
    text-align: center;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible .column-container .left-column {
    height: auto;
  }
}
.we-are-responsible .column-container .left-column .info-content {
  text-align: left;
  padding-left: 115px;
  position: relative;
  top: -50px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .we-are-responsible .column-container .left-column .info-content {
    padding-left: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible .column-container .left-column .info-content {
    padding-left: 15px;
    text-align: center;
    padding-right: 15px;
  }
}
.we-are-responsible .column-container .left-column .info-content h2 {
  margin-bottom: 0;
  font-size: 28px;
  padding-right: 130px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .we-are-responsible .column-container .left-column .info-content h2 {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible .column-container .left-column .info-content h2 {
    padding-right: 0px;
  }
}
.we-are-responsible .column-container .left-column .info-content p {
  margin-bottom: 50px;
}
.we-are-responsible .column-container .left-column .content-bg {
  width: 100%;
  height: 100%;
  padding: 30px 70px 30px 30px;
  background: #eee;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .we-are-responsible .column-container .left-column .content-bg {
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .we-are-responsible .column-container .left-column .content-bg {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible .column-container .left-column .content-bg {
    float: left;
  }
}
.we-are-responsible .column-container .left-column .content-bg .content-title {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 15px;
}
.we-are-responsible .column-container .left-column .content-bg p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}
.we-are-responsible .column-container .left-column .content-bg ul {
  padding: 0;
  float: left;
  width: 100%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.we-are-responsible .column-container .left-column .content-bg ul li {
  display: inline-block;
  width: 42%;
  overflow: hidden;
  margin: 0 10px;
  text-align: center;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}
.we-are-responsible .column-container .left-column .content-bg ul li h4 {
  color: #000000;
  font-size: 22px;
  margin: 15px 0;
}
.we-are-responsible .column-container .left-column .content-bg ul li a {
  position: relative;
  display: block;
}
.we-are-responsible .column-container .left-column .content-bg ul li a img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.we-are-responsible .column-container .left-column .content-bg ul li a::after {
  content: "";
  background-image: -webkit-linear-gradient(left, #ea2227 0%, #9e1111 100%);
  background-image: -o-linear-gradient(left, #ea2227 0%, #9e1111 100%);
  background-image: linear-gradient(to right, #ea2227 0%, #9e1111 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEA2227", endColorstr="#FF9E1111", GradientType=1);
  height: 7px;
  width: 0%;
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.we-are-responsible .column-container .left-column .content-bg ul li.active h4 {
  color: #ea2227;
}
.we-are-responsible .column-container .left-column .content-bg ul li.active a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.we-are-responsible .column-container .left-column .content-bg ul li.active a::after {
  width: 100%;
}
.we-are-responsible .column-container .left-column .content-bg ul li:hover {
  position: relative;
}
.we-are-responsible .column-container .left-column .content-bg ul li:hover h4 {
  color: #ea2227;
}
.we-are-responsible .column-container .left-column .content-bg ul li:hover a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.we-are-responsible .column-container .left-column .content-bg ul li:hover a::after {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .we-are-responsible .column-container .left-column .content-bg ul {
    margin-bottom: 0;
  }
  .we-are-responsible .column-container .left-column .content-bg ul li {
    width: calc(25% - 24px);
    vertical-align: middle;
    margin-bottom: 0;
  }
  .we-are-responsible .column-container .left-column .content-bg ul li a {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .we-are-responsible .column-container .left-column .content-bg ul li {
    overflow: visible;
    width: calc(50% - 24px);
  }
}
.we-are-responsible.social_data .column-container {
  width: 100%;
  float: left;
  position: relative;
}
.we-are-responsible.social_data .column-container .right-column {
  float: right;
  width: 56%;
  background: #ccc;
  height: 580px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .we-are-responsible.social_data .column-container .right-column {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible.social_data .column-container .right-column {
    height: 400px;
  }
}
.we-are-responsible.social_data .column-container .right-column .content-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
  transform: translateX(-100%);
  transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.8s;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .we-are-responsible.social_data .column-container .right-column .content-bg {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible.social_data .column-container .right-column .content-bg {
    background-size: cover;
  }
}
.we-are-responsible.social_data .column-container .right-column .content-bg .iatc-logo {
  position: relative;
  margin-bottom: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
}
.we-are-responsible.social_data .column-container .right-column .content-bg .content-info {
  position: absolute;
  bottom: 55px;
  width: 50%;
  left: 50px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .we-are-responsible.social_data .column-container .right-column .content-bg .content-info {
    width: 100%;
    padding: 0 15px;
    left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .we-are-responsible.social_data .column-container .right-column .content-bg .content-info {
    left: 0;
  }
}
.we-are-responsible.social_data .column-container .right-column .content-bg p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
}
.we-are-responsible.social_data .column-container .right-column .content-bg h3 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
}
.we-are-responsible.social_data .column-container .right-column .content-bg a {
  font-size: 20px;
  color: #ffffff;
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1), opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1);
  transform: translateX(-25px);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .we-are-responsible.social_data .column-container .right-column .content-bg a {
    opacity: 1;
    transform: translateX(0);
  }
}
.we-are-responsible.social_data .column-container .right-column .content-bg.active {
  transition-delay: 0s;
  z-index: 4;
  transform: translateX(0);
}
.we-are-responsible.social_data .column-container .right-column .content-bg.active h3, .we-are-responsible.social_data .column-container .right-column .content-bg.active p, .we-are-responsible.social_data .column-container .right-column .content-bg.active .iatc-logo {
  transform: translateY(0);
  opacity: 1;
}
.we-are-responsible.social_data .column-container .right-column .content-bg:hover a {
  transform: translateX(0);
  opacity: 1;
}
.we-are-responsible.social_data .column-container .left-column {
  width: 47.5%;
  text-align: center;
  height: 617px;
  position: absolute;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .we-are-responsible.social_data .column-container .left-column {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .we-are-responsible.social_data .column-container .left-column {
    width: 100%;
    text-align: center;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible.social_data .column-container .left-column {
    height: auto;
  }
}
.we-are-responsible.social_data .column-container .left-column .info-content {
  text-align: left;
  padding-left: 115px;
  position: relative;
  top: -50px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .we-are-responsible.social_data .column-container .left-column .info-content {
    padding-left: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible.social_data .column-container .left-column .info-content {
    padding-left: 15px;
    text-align: center;
    padding-right: 15px;
  }
}
.we-are-responsible.social_data .column-container .left-column .info-content h2 {
  margin-bottom: 0;
  font-size: 28px;
  padding-right: 130px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .we-are-responsible.social_data .column-container .left-column .info-content h2 {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible.social_data .column-container .left-column .info-content h2 {
    padding-right: 0px;
  }
}
.we-are-responsible.social_data .column-container .left-column .info-content p {
  margin-bottom: 50px;
}
.we-are-responsible.social_data .column-container .left-column .content-bg {
  width: 100%;
  height: 100%;
  padding: 30px 70px 30px 30px;
  background: #eee;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .we-are-responsible.social_data .column-container .left-column .content-bg {
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .we-are-responsible.social_data .column-container .left-column .content-bg {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible.social_data .column-container .left-column .content-bg {
    float: left;
  }
}
.we-are-responsible.social_data .column-container .left-column .content-bg .content-title {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 15px;
}
.we-are-responsible.social_data .column-container .left-column .content-bg p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}
.we-are-responsible.social_data .column-container .left-column .content-bg ul {
  font-size: 0;
  float: left;
  padding: 0;
  width: 100%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.we-are-responsible.social_data .column-container .left-column .content-bg ul li {
  display: inline-block;
  width: 42%;
  overflow: hidden;
  margin: 0 10px;
  text-align: center;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}
.we-are-responsible.social_data .column-container .left-column .content-bg ul li h4 {
  color: #000000;
  font-size: 14px;
  margin: 15px 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .we-are-responsible.social_data .column-container .left-column .content-bg ul li h4 {
    font-size: 16px;
  }
}
.we-are-responsible.social_data .column-container .left-column .content-bg ul li a {
  position: relative;
  display: block;
}
.we-are-responsible.social_data .column-container .left-column .content-bg ul li a img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.we-are-responsible.social_data .column-container .left-column .content-bg ul li a::after {
  content: "";
  background-image: -webkit-linear-gradient(left, #ea2227 0%, #9e1111 100%);
  background-image: -o-linear-gradient(left, #ea2227 0%, #9e1111 100%);
  background-image: linear-gradient(to right, #ea2227 0%, #9e1111 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEA2227", endColorstr="#FF9E1111", GradientType=1);
  height: 7px;
  width: 0%;
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.we-are-responsible.social_data .column-container .left-column .content-bg ul li.active h4 {
  color: #ea2227;
}
.we-are-responsible.social_data .column-container .left-column .content-bg ul li.active a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.we-are-responsible.social_data .column-container .left-column .content-bg ul li.active a::after {
  width: 100%;
}
.we-are-responsible.social_data .column-container .left-column .content-bg ul li:hover {
  position: relative;
}
.we-are-responsible.social_data .column-container .left-column .content-bg ul li:hover h4 {
  color: #ea2227;
}
.we-are-responsible.social_data .column-container .left-column .content-bg ul li:hover a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.we-are-responsible.social_data .column-container .left-column .content-bg ul li:hover a::after {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .we-are-responsible.social_data .column-container .left-column .content-bg ul {
    margin-bottom: 0;
  }
  .we-are-responsible.social_data .column-container .left-column .content-bg ul li {
    width: calc(25% - 24px);
    vertical-align: middle;
    margin-bottom: 0;
  }
  .we-are-responsible.social_data .column-container .left-column .content-bg ul li a {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .we-are-responsible.social_data .column-container .left-column .content-bg ul li {
    overflow: visible;
    width: calc(50% - 24px);
  }
}

.creating-a-difference {
  position: relative;
  padding-bottom: 0;
}
.creating-a-difference h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.creating-a-difference p {
  margin-bottom: 30px;
}
.creating-a-difference span.big-text {
  font-size: 285px;
  position: absolute;
  right: -14px;
  top: -158px;
  color: #eee;
}
.creating-a-difference .c-slider {
  float: left;
  width: 100%;
}
.creating-a-difference .c-slider .slide-item {
  float: left;
  width: 100%;
  position: relative;
}
.creating-a-difference .c-slider .slide-item .caption-box {
  width: 536px;
  height: 493px;
  top: -90px;
  position: absolute;
  text-align: center;
  padding: 70px;
  left: 85px;
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #529527 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #529527 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #529527 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF529527", GradientType=1);
}
.creating-a-difference .c-slider .slide-item .caption-box h2 {
  color: #ffffff;
  margin-bottom: 0px;
}
.creating-a-difference .c-slider .slide-item .caption-box span {
  color: #ffffff;
  font-size: 30px;
}
.creating-a-difference .c-slider .slide-item .caption-box p {
  color: #ffffff;
  margin-top: 40px;
}
.creating-a-difference .c-slider .slide-item .image-slide img {
  width: 100%;
}
.creating-a-difference .slick-list {
  overflow: visible;
}
.creating-a-difference .slick-dots {
  position: absolute;
  top: 28%;
  left: 267px;
  z-index: 999;
}
.creating-a-difference .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.creating-a-difference .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.creating-a-difference .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.media-center {
  text-align: center;
  background: #eee;
}
.media-center .nav-tabs {
  width: 300px;
  margin: 0 auto;
  border: none;
  margin-top: 40px;
}
.media-center .nav-tabs li a {
  font-size: 22px;
  color: #000000;
  border: none;
  border-bottom: 2px solid #eee;
}
.media-center .nav-tabs li a.active, .media-center .nav-tabs li a:hover {
  border: none;
  color: #5aa427;
  background: transparent;
  border-bottom: 2px solid #229448;
}
.media-center .tab-content {
  margin-top: 100px;
}

.knowledge-center, .latest-engro-blog {
  padding: 150px 0;
  padding-bottom: 50px;
  text-align: center;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /*a{
      &.box{
         display: block;
         overflow: hidden;
         position: relative;
         width: 100%;
         margin-bottom: 15px;
         height: 257px;

          img{
              width: 100%;
              height: 100%;
               @include transition(all 0.5s linear);
              -webkit-transform: scale(1);
              transform: scale(1);
          }


      .info{
          position: absolute;
          bottom: 20px;
          left: 0;
          width: 100%;
          padding-left: 20px;
          z-index: 99;
          text-align: left;
           @include transition(all 0.3s ease);
          h5{
              color: $white;
              font-size: 16px;
              margin-bottom: 10px;
              line-height: 1.4;
              @include transition(all 0.5s ease);

          }

          .date{
          	display: block;
          	font-size: 12px;
  			@extend %Hel-light;
  			margin-bottom: 8px;

          }

          .badge{
          	display: inline-block;
          	font-size: 12px;
  			@extend %Hel-light;
  			margin-bottom: 8px;

          }

          p{
              color: $white;
              font-size: 16px;
              @extend %Hel-roman;
              margin:0;
              padding: 0;
              @include transition(all 0.5s ease);
          }
        span{
          color: $white;
          font-size: 20px;
          @extend %Hel-roman;
          position: relative;
           @include transition(all 0.3s ease);

          i{
              font-size: 16px;
              padding-left: 10px;
          }
          &::after{
              content: '';
              @include gradient-green($start-color: $grass, $end-color: $leek, $start-percent: 0%, $end-percent: 100%);
              height: 2px;
              width: 0%;
              position: absolute;
              bottom: -8px;
              left: 0;
              @include transition(all 0.3s ease);

          }
        }
      }
  	&.announcement{
  		padding: 20px;
  		@include box-shadow(0px 3px 57px 0px rgba(2, 2, 2, 0.1));
  		img{
  			height: auto;
  		}

  		.info{
  			h5{
  				color: $black;
  			}
  			  .date{
  			  	color: rgba(2, 2, 2, 0.6);
  			  }
  		}
  	}
  }
      &:hover{

          &.box{
              img{
               @include transition(all 0.5s linear);
                  -webkit-transform: scale(1.1);
                  transform: scale(1.1);
              }
          }
      }
  }*/
}
@media only screen and (max-width: 768px) {
  .knowledge-center, .latest-engro-blog {
    padding-top: 0;
  }
}
.knowledge-center h2, .latest-engro-blog h2 {
  font-size: 42px;
}
.knowledge-center p, .latest-engro-blog p {
  font-size: 22px;
  color: #000000;
  padding: 0 180px;
  margin-bottom: 50px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .knowledge-center p, .latest-engro-blog p {
    padding: 0 30px;
  }
}
.knowledge-center .press-release, .latest-engro-blog .press-release {
  width: 100%;
  height: 530px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  text-align: left;
  padding: 50px 40px;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .knowledge-center .press-release, .latest-engro-blog .press-release {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.14);
  }
}
@media only screen and (max-width: 767px) {
  .knowledge-center .press-release, .latest-engro-blog .press-release {
    height: auto;
  }
}
.knowledge-center .press-release .content-details .tag, .latest-engro-blog .press-release .content-details .tag {
  color: #5aa427;
  font-size: 20px;
  display: block;
}
.knowledge-center .press-release .content-details .date, .latest-engro-blog .press-release .content-details .date {
  display: block;
  font-size: 12px;
  color: #555;
}
.knowledge-center .press-release .content-details h3, .latest-engro-blog .press-release .content-details h3 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .knowledge-center .press-release .content-details h3, .latest-engro-blog .press-release .content-details h3 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.knowledge-center .press-release .content-details p, .latest-engro-blog .press-release .content-details p {
  padding: 0;
  font-size: 16px;
  margin-bottom: 0px;
}
.knowledge-center .press-release .arrow-btn, .latest-engro-blog .press-release .arrow-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #5aa427;
  font-size: 16px;
}
.knowledge-center .press-release .p-r-year-wise, .latest-engro-blog .press-release .p-r-year-wise {
  outline: 0;
  position: initial;
}
.knowledge-center .press-release .p-r-year-wise:focus, .latest-engro-blog .press-release .p-r-year-wise:focus {
  outline: 0;
}
.knowledge-center .press-release .slick-dots, .latest-engro-blog .press-release .slick-dots {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 26px;
}
.knowledge-center .press-release .slick-dots li, .latest-engro-blog .press-release .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.knowledge-center .press-release .slick-dots li button, .latest-engro-blog .press-release .slick-dots li button {
  font-size: 0px;
  height: 12px;
  width: 12px;
  border: 1px solid #5aa427;
  padding: 0;
  border-radius: 50%;
  background-color: #ffffff;
}
.knowledge-center .press-release .slick-dots li button::before, .latest-engro-blog .press-release .slick-dots li button::before {
  display: none;
}
.knowledge-center .press-release .slick-dots li.slick-active button, .latest-engro-blog .press-release .slick-dots li.slick-active button {
  border: 1px solid #5aa427;
  background-color: #5aa427;
}

.latest-engro-blog {
  display: none;
  padding: 0px 0;
  text-align: left;
  padding-bottom: 50px;
}
.latest-engro-blog h2 {
  position: relative;
  margin-bottom: 50px;
}
.latest-engro-blog h2::after {
  content: "";
  width: 97px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  background-color: #529527;
  left: 0;
}
.latest-engro-blog p {
  padding: 0;
}

.life_space {
  margin-top: 120px;
}

.life-at-engro {
  background-color: #eee;
  text-align: center;
  /*background-image: url(../images/lifeatengro.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100%;*/
  width: 100%;
  padding: 230px 0 60px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .life-at-engro {
    padding: 60px 0 60px;
  }
}
.life-at-engro h2 br {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .life-at-engro h2 br {
    display: none;
  }
}
.life-at-engro .bubbles {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .life-at-engro .bubbles {
    display: none;
  }
}
.life-at-engro [class*=bubble-] {
  position: absolute;
  border: 3px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
}
.life-at-engro [class*=bubble-] img {
  width: 100%;
  height: 100%;
  /*	animation: move 5s ease infinite;
  	-moz-animation: move 5s ease infinite;
  	-webkit-animation: move 5s ease infinite;
  	-o-animation: move 20s ease infinite;*/
}
.life-at-engro [class*=bubble-].size-140 {
  width: 140px;
  height: 140px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .life-at-engro [class*=bubble-].size-140 {
    width: 80px;
    height: 80px;
  }
}
.life-at-engro [class*=bubble-].size-120 {
  width: 120px;
  height: 120px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .life-at-engro [class*=bubble-].size-120 {
    width: 80px;
    height: 80px;
  }
}
.life-at-engro [class*=bubble-].size-100 {
  width: 100px;
  height: 100px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .life-at-engro [class*=bubble-].size-100 {
    width: 80px;
    height: 80px;
  }
}
.life-at-engro [class*=bubble-].size-80 {
  width: 80px;
  height: 80px;
}
.life-at-engro [class*=bubble-].size-60 {
  width: 60px;
  height: 60px;
}
.life-at-engro .bubble-1 {
  left: 65%;
  top: -67%;
  animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}
.life-at-engro .bubble-2 {
  left: 30%;
  top: -34%;
  animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
  animation-direction: reverse;
}
.life-at-engro .bubble-3 {
  right: -7%;
  top: -63%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  animation: anim_left_right 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
  animation-direction: reverse;
}
@media only screen and (max-width: 1024px) {
  .life-at-engro .bubble-3 {
    right: 0%;
  }
}
.life-at-engro .bubble-4 {
  right: -5%;
  bottom: 1%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  animation: anim_left_right 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}
@media only screen and (max-width: 1024px) {
  .life-at-engro .bubble-4 {
    right: 0%;
  }
}
.life-at-engro .bubble-5 {
  right: 20%;
  bottom: 13%;
  animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
  animation-direction: reverse;
}
.life-at-engro .bubble-6 {
  left: 13%;
  bottom: 79%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}
@media only screen and (max-width: 1024px) {
  .life-at-engro .bubble-6 {
    left: 4%;
  }
}
.life-at-engro .bubble-7 {
  left: -7%;
  bottom: 6%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  animation: anim_up_down 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}
@media only screen and (max-width: 1024px) {
  .life-at-engro .bubble-7 {
    left: 0%;
  }
}
.life-at-engro .bubble-8 {
  right: -4%;
  bottom: 66%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  animation: anim_up_down 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}
@media only screen and (max-width: 1024px) {
  .life-at-engro .bubble-8 {
    right: 0%;
  }
}
.life-at-engro .bubble-9 {
  left: 17%;
  bottom: 8%;
  animation: anim_left_right 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}
.life-at-engro .bubble-10 {
  left: 14%;
  top: -55%;
  animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}
.life-at-engro .bubble-11 {
  top: -41%;
  right: 13%;
  animation: anim_up_down 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
  animation-direction: reverse;
}
.life-at-engro .bubble-12 {
  left: -2%;
  top: -48%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  animation: anim_up_down 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
  animation-direction: reverse;
}
@media only screen and (max-width: 1024px) {
  .life-at-engro .bubble-12 {
    left: 0%;
  }
}

.page-template-template-home header {
  position: fixed;
}
.page-template-template-home .knowledge-center .box, .page-template-template-home .latest-engro-blog .box {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.page-template-template-home .knowledge-center .box.announcement-with-img, .page-template-template-home .latest-engro-blog .box.announcement-with-img {
  padding: 0;
}
.page-template-template-home .knowledge-center .box.announcement-with-img img, .page-template-template-home .latest-engro-blog .box.announcement-with-img img {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .page-template-template-home .knowledge-center .box, .page-template-template-home .latest-engro-blog .box {
    height: auto;
  }
}
.page-template-template-home .the-group .column-container .right-column .content-bg .content-title {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .page-template-template-home .the-group .column-container .right-column .content-bg .content-title {
    width: 52%;
  }
}

.wow.simple-anim {
  transform: translateY(50px) scale(1);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1), opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.wow.simple-anim-right {
  transform: translateX(25px) scale(1);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1), opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.wow.bullet-anim {
  transition: transform 0.65s ease, opacity 0.65s ease, -webkit-transform 0.65s ease;
  transform: translateY(20px) rotate(3deg);
  opacity: 0;
}
.wow.img-anim {
  position: relative;
}
.wow.img-anim:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff !important;
  transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wow.img-anim-reverse {
  position: relative;
}
.wow.img-anim-reverse:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff !important;
  transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wow.animated.simple-anim {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.wow.animated.simple-anim-right {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.wow.animated.bullet-anim {
  transform: translateY(0%);
  opacity: 1;
}
.wow.animated.img-anim:before {
  transform: translateX(-100%);
}
.wow.animated.img-anim-reverse:before {
  transform: translateX(100%);
}

@keyframes move {
  0% {
    left: 0px;
    top: 0px;
    transform: rotate(0deg);
  }
  50% {
    left: 0px;
    top: 0px;
    transform: rotate(5deg);
  }
  100% {
    left: 0px;
    top: 0px;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes move {
  0% {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(0deg);
  }
  50% {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(5deg);
  }
  100% {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes move {
  0% {
    left: 0px;
    top: 0px;
    -moz-transform: rotate(0deg);
  }
  50% {
    left: 0px;
    top: 0px;
    -moz-transform: rotate(5deg);
  }
  100% {
    left: 0px;
    top: 0px;
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes move {
  0% {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(0deg);
  }
  50% {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(5deg);
  }
  100% {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(0deg);
  }
}
.slider_widget a, .slider_widget div.arrow a {
  color: #ffffff99;
}

.slider_widget a:hover, .slider_widget a:hover div.arrow {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.slider_widget div.arrow {
  float: right;
  color: #fff;
  opacity: 0.6;
  margin-left: 4px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-video-link {
  margin-top: 14px;
}
.banner-video-link a {
  opacity: 0.6;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-video-link a .play-icon {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  vertical-align: top;
  background-color: transparent;
}
.banner-video-link a .play-icon::after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ffffff;
  left: 6px;
  top: 3px;
}
.banner-video-link a .video-text {
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 0;
}
.banner-video-link a .video-text::after {
  display: none;
}
.banner-video-link a:hover {
  opacity: 1;
}
.banner-video-link a:hover .play-icon {
  background-color: #ffffff;
}
.banner-video-link a:hover .play-icon::after {
  border-left: 4px solid rgba(2, 105, 55, 0.85);
}

.slide-text-item .badge.green {
  background-color: transparent;
  /*background-color: #93c16d;*/
  border: 1px solid;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.cool-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.cool-link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s;
}

.cool-link:hover::after {
  width: 100%;
}

.page-template-template-home .the-group .column-container .left-column .content-bg ul li:last-child {
  /*display: none;*/
}

.page-template-template-home .the-group .column-container .left-column {
  height: 490px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .page-template-template-home .the-group .column-container .left-column {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-template-home .the-group .column-container .left-column {
    width: 100vw;
  }
}

#menu-main_menu-1 .menu-item-1136 {
  display: none;
}

.bg_cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.eq_pd {
  padding: 120px 0;
}
.eq_pd p {
  font-size: 20px;
}

.home_hero .slick-dots li button::before {
  font-size: 16px;
}

/* 404 start */
.not_found_wrapper {
  padding: 25vh 0;
  position: relative;
  width: 100%;
}

/* 404 end */
.page-details {
  padding: 0;
}
.page-details .container-fluid, .page-details .container-sm, .page-details .container-md, .page-details .container-lg, .page-details .container-xl {
  padding-left: 0;
  padding-right: 0;
}
.page-details h2 {
  margin: 30px 0 60px 0;
  font-size: 55px;
}
.page-details h2 strong {
  display: block;
}

.media-container {
  width: 100%;
  height: 480px;
  background: #000000;
  position: relative;
  right: -15px;
  z-index: 1;
}

.text-and-img {
  padding: 0;
  overflow: hidden;
  /*  .column-container {
        width: 100%;
        position: relative;
        float: left;

        .right-column {
            width: 50%;
            height: 580px;
            background: #ccc;
            float: right;
            position: relative;
            z-index: 1;
        }

        .left-column {
            width: 50%;
            height: 617px;
            position: absolute;
            top: 50px;
            left: 0;
        }
    }*/
}
.text-and-img .container-fluid .row, .text-and-img .container-sm .row, .text-and-img .container-md .row, .text-and-img .container-lg .row, .text-and-img .container-xl .row {
  padding-bottom: 132px;
}
.text-and-img .media-container img {
  width: 100%;
  height: 100%;
}
.text-and-img .big-text {
  font-size: 242px;
  color: #f0f0f0;
  position: absolute;
  left: 50px;
  bottom: 0;
}
.text-and-img h3 {
  margin-bottom: 30px;
  font-size: 46px;
  color: green;
}
.text-and-img p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.text-and-img p.bold-text {
  font-size: 22px;
  color: #000;
  margin-bottom: 25px;
}

.meet-the-team h3, .journey-time h3 {
  margin-bottom: 30px;
  font-size: 46px;
  color: green;
}
.meet-the-team p, .journey-time p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
}
.meet-the-team .nav-tabs, .journey-time .nav-tabs {
  width: 100%;
  margin: 0 auto;
  border: none;
  margin-top: 40px;
  margin-bottom: 30px;
}
.meet-the-team .nav-tabs li, .journey-time .nav-tabs li {
  padding: 0 15px;
}
.meet-the-team .nav-tabs li a, .journey-time .nav-tabs li a {
  font-size: 22px;
  color: #000;
  border: none;
  border-bottom: 0px solid #fff;
  padding: 10px 0;
  position: relative;
}
.meet-the-team .nav-tabs li a:after, .journey-time .nav-tabs li a:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #6da523 0%, #38d4aa 100%);
  background-image: -o-linear-gradient(left, #6da523 0%, #38d4aa 100%);
  background-image: linear-gradient(to right, #6da523 0%, #38d4aa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6DA523", endColorstr="#FF38D4AA", GradientType=1);
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.meet-the-team .nav-tabs li a.active, .journey-time .nav-tabs li a.active, .meet-the-team .nav-tabs li a:hover, .journey-time .nav-tabs li a:hover {
  border: none;
  color: #5aa427;
  background: transparent;
  position: relative;
}
.meet-the-team .nav-tabs li a.active:after, .journey-time .nav-tabs li a.active:after, .meet-the-team .nav-tabs li a:hover:after, .journey-time .nav-tabs li a:hover:after {
  opacity: 1;
}

.governance-sec h3 {
  margin-bottom: 30px;
  font-size: 46px;
  color: green;
}
.governance-sec p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.governance-sec a.box {
  display: block;
  overflow: hidden;
}
.governance-sec a.box img {
  width: 100%;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.governance-sec a .info {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding-left: 30px;
  z-index: 99;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.governance-sec a .info h5 {
  color: #fff;
  font-size: 22px;
  /*     position: relative;
       top: 32px;*/
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.governance-sec a .info p {
  color: #fff;
  font-size: 16px;
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.governance-sec a .info span {
  color: #fff;
  font-size: 20px;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.governance-sec a .info span i {
  font-size: 16px;
  padding-left: 10px;
}
.governance-sec a .info span:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #6da523 0%, #38d4aa 100%);
  background-image: -o-linear-gradient(left, #6da523 0%, #38d4aa 100%);
  background-image: linear-gradient(to right, #6da523 0%, #38d4aa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6DA523", endColorstr="#FF38D4AA", GradientType=1);
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: -8px;
  left: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.governance-sec a:hover .info {
  bottom: 40px;
  /*   h5{
         top: 0;
      @include transition(all 0.5s ease);

     }*/
}
.governance-sec a:hover .info span:after {
  width: 100%;
}
.governance-sec a:hover .info p {
  height: 100%;
  overflow: visible;
}
.governance-sec a:hover.box img {
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.journey-time {
  padding: 50px 0;
  position: relative;
}
.journey-time p {
  width: 56%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .journey-time p {
    width: 100%;
  }
}
.journey-time .journey-time-header {
  background-color: #fff;
}
.journey-time .journey-time-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.journey-time .years-menu {
  position: absolute;
  left: calc(50% - 565px);
  top: 295px;
  width: 110px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .journey-time .years-menu {
    left: calc(50% - 480px);
  }
}
@media only screen and (max-width: 768px) {
  .journey-time .years-menu {
    display: none;
  }
}
.journey-time .years-menu ul {
  padding: 0;
}
.journey-time .years-menu ul li {
  list-style: none;
  display: block;
}
.journey-time .years-menu ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #8f8f8f;
  text-align: center;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*  &:after{
       content: '_';
       position: absolute;
       top: -6px;
       left: -15px;
    }*/
}
.journey-time .years-menu ul li a:hover {
  color: #51a946;
}
.journey-time .years-menu ul li a.active {
  font-size: 24px;
  color: #ffffff;
  background-color: #5aa427;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 30px;
  /*   &:after{
        left: -22px;
        top: -11px;
     }*/
}
.journey-time .years-menu.fixed {
  position: fixed;
  top: calc(15%);
}
.journey-time .history-timeline {
  position: relative;
  width: 100%;
  float: left;
}
.journey-time .history-timeline:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 40px;
  height: 100%;
  background-color: #ffffff;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-right: 2px dotted #eee;
  width: 2px;
}

.bod-gallery-container-style2 {
  height: auto;
  float: left;
  width: 100%;
}
.bod-gallery-container-style2 .item {
  width: 23%;
  margin: 10px 5px;
  background: #000;
  height: 340px;
  float: left;
  overflow: hidden;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* &:nth-child(1){
      width: 23%;
      height: 450px;
  }
      &:nth-child(2){
      width:32.2%;
      height: 450px;
  }
      &:nth-child(3){
      width:32.2%;
      height: 450px;
  }
      &:nth-child(4){
      width:32.2%;
      height: 450px;
  }*/
}
@media only screen and (max-width: 768px) {
  .bod-gallery-container-style2 .item {
    width: 31.9%;
  }
}
@media only screen and (max-width: 767px) {
  .bod-gallery-container-style2 .item {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .bod-gallery-container-style2 .item {
    width: 98%;
  }
}
.bod-gallery-container-style2 .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style2 .item a .img-box {
  width: 100%;
  height: 100%;
}
.bod-gallery-container-style2 .item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.bod-gallery-container-style2 .item a .member-info {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 99;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style2 .item a .member-info h5 {
  color: #fff;
  font-size: 22px;
  border-bottom: 1px solid #9e9c9c;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.bod-gallery-container-style2 .item a .member-info p {
  color: #fff;
  font-size: 14px;
}
.bod-gallery-container-style2 .item a .member-info .year {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
}
.bod-gallery-container-style2 .item a .member-info i {
  position: absolute;
  right: 0;
  top: 33px;
  right: 25px;
  color: #fff;
  font-size: 15px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style2 .item a .member-info i:hover {
  right: 30px;
}
.bod-gallery-container-style2 .item a:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #6da523 0%, #38d4aa 100%);
  background-image: -o-linear-gradient(left, #6da523 0%, #38d4aa 100%);
  background-image: linear-gradient(to right, #6da523 0%, #38d4aa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6DA523", endColorstr="#FF38D4AA", GradientType=1);
  height: 7px;
  width: 0%;
  position: absolute;
  bottom: 0;
  z-index: 99;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style2 .item a:before {
  content: "";
  background: -moz-linear-gradient(top, transparent 5%, #000 100%);
  background: -webkit-gradient top, transparent 5%, #000 100%;
  background: -webkit-linear-gradient(top, transparent 5%, #000 100%);
  background: -o-linear-gradient(top, transparent 5%, #000 100%);
  background: -ms-linear-gradient(top, transparent 5%, #000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  height: 158px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 1;
}
.bod-gallery-container-style2 .item a:hover:after {
  width: 100%;
}
.bod-gallery-container-style2 .item a:hover:before {
  opacity: 1;
}
.bod-gallery-container-style2 .item a:hover .img-box img {
  width: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bod-gallery-container-style2 .item a:hover .member-info {
  bottom: 30px;
}

.Rectangle_1_copy_3 {
  background-color: white;
  position: absolute;
  left: 396px;
  top: 1895px;
  width: 729px;
  height: 379px;
  z-index: 3;
}

.boxes-section {
  background-color: #f4f4f4;
  padding-top: 0;
}
.boxes-section .v-box {
  min-height: 386px;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  padding: 30px;
}
.boxes-section .v-box .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.boxes-section .v-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boxes-section .v-box .tag-hed {
  font-size: 20px;
  color: white;
  position: relative;
  z-index: 1;
}
.boxes-section .v-box h3 {
  color: white;
  padding-top: 110px;
  position: relative;
  line-height: 1.3;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .boxes-section .v-box h3 {
    font-size: 20px;
  }
}
.boxes-section .v-box h3:after {
  content: "";
  width: 105px;
  height: 1px;
  background-color: #529527;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.boxes-section .v-box.no-img {
  background-color: white;
  -webkit-box-shadow: -7.211px 12px 17.43px 3.57px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: -7.211px 12px 17.43px 3.57px rgba(0, 0, 0, 0.04);
  box-shadow: -7.211px 12px 17.43px 3.57px rgba(0, 0, 0, 0.04);
}
.boxes-section .v-box.no-img .tag-hed {
  color: #529527;
}
.boxes-section .v-box.no-img h3 {
  color: rgba(0, 0, 0, 0.51);
}

.pad-right-none {
  padding-right: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .pad-right-none {
    padding-right: 7.5px;
  }
}

.pad-left-none {
  padding-left: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .pad-left-none {
    padding-left: 7.5px;
  }
}

/*
 *  Engro Corp Website Urdu Style.
 @import "variables/fonts";
 @import "base/mixins";
 html, body {
   direction: ltr;
 }
 */
/* Include Required Files */
/* Urdu Styling */
.urdu_section .text-box, .urdu_section mobilemenu .mobile-nav > ul, .urdu_section .sitemap-details h4, .urdu_section .sitemap-details, .urdu_section .sitemap-block h5, .urdu_section .sitemap-block, .urdu_section article.contact-us p, .urdu_section article.contact-us h3, .urdu_section article.contact-us h2, .urdu_section .bod-single, .urdu_section .single-leadership .bod-text, .urdu_section .page-template-template-stories .post-container, .urdu_section .page-template-template-media-gallery .post-container .container .row:first-child, .urdu_section .contact-us, .urdu_section .post-container, .urdu_section .inner-single .main-content-area p, .urdu_section .inner-single .main-content-area ul, .urdu_section .default-pages .main-content-area p, .urdu_section .default-pages .main-content-area ul, .urdu_section .inner-single .main-content-area, .urdu_section .default-pages .main-content-area, .urdu_section .page-template-template-health-safety .bg-img-section p, .urdu_section .page-template-template-training .bg-img-section p, .urdu_section .page-template-template-culture .bg-img-section p, .urdu_section .page-template-default .bg-img-section p, .urdu_section .page-template-template-health-safety .left-text-sec h2, .urdu_section .page-template-template-training .left-text-sec h2, .urdu_section .page-template-template-culture .left-text-sec h2, .urdu_section .page-template-default .left-text-sec h2, .urdu_section .reports-list, .urdu_section .page-template-template-foods .related-reports .report-box, .urdu_section .page-template-template-foods .related-reports, .urdu_section .page-template-template-financial-reports .financial-reports.sub-trigger, .urdu_section .page-template-template-financial-reports .report-box, .urdu_section .page-template-template-foods .bg-img-section h2, .urdu_section .page-template-template-foods .bg-img-section p, .urdu_section .page-template-template-regulatory-requirements article#contacts, .urdu_section .page-template-template-regulatory-requirements article.text-columns, .urdu_section .page-template-tempalte-announcement-accordian .post-container h2, .urdu_section .page-template-tempalte-announcement-accordian .for-media-inquiries, .urdu_section .page-template-template-social-impact .left-text-sec p, .urdu_section .page-template-template-social-impact .left-text-sec h2, .urdu_section .page-template-template-share-holder article.text-columns, .urdu_section .page-template-template-corporate-governance .page-details ~ article, .urdu_section .page-template-template-meet-the-team .page-details ~ article, .urdu_section .page-template-template-sustainability-reports .page-details ~ article, .urdu_section .journey-time .journey-time-header, .urdu_section .member-association, .urdu_section .subheader .bottom-nav .sub-nav-container ul, .urdu_section .we-are-responsible .column-container .right-column .content-bg .content-info, .urdu_section .we-are-responsible .column-container .left-column .content-bg #social-impact-list, .urdu_section .we-are-responsible .column-container .left-column .info-content, .urdu_section .btn-arrow-style, .urdu_section .cool-link, .urdu_section .banner, .urdu_section .main-nav-container, .urdu_section .for-media-inquiries, .urdu_section .detail_popup, .urdu_section .left-text-sec, .urdu_section .content-text, .urdu_section .footer #menu-main_menu-1, .urdu_section p, .urdu_section .bod-gallery-container, .urdu_section .main-content-area, .urdu_section .inner-page-header {
  direction: rtl;
}
.urdu_section .text_right, .urdu_section .bod-single, .urdu_section .contact-us, .urdu_section .post-container, .urdu_section .we-are-responsible .column-container .right-column .content-bg .content-info, .urdu_section .the-group .column-container .right-column .content-bg .content-info, .urdu_section .for-media-inquiries, .urdu_section .scroll-section, .urdu_section .detail_popup, .urdu_section .triad_list ul, .urdu_section .left-text-sec, .urdu_section .img-overlap-section, .urdu_section .content-text, .urdu_section .footer #menu-main_menu-1, .urdu_section .sub-nav-container, .urdu_section .heading_green, .urdu_section .search-results {
  text-align: right;
}
.urdu_section .badge {
  font-size: 16px;
  margin-bottom: 8px;
  padding: 4px 10px 2px 10px;
}
.urdu_section .inner-page-header::after {
  transform: scale(-1);
}
.urdu_section .inner-page-header .badge {
  position: absolute;
  right: 15px;
}
.urdu_section .inner-page-header h2 {
  margin-top: 30px;
  text-align: right;
}
.urdu_section .main-content-area h3 {
  text-align: right;
}
.urdu_section .bod-gallery-container .item {
  float: right;
}
.urdu_section .bod-gallery-container .item i, .urdu_section .bod-gallery-container .item svg {
  right: auto;
  left: 19px;
}
.urdu_section .desktop-search .close-icon {
  right: 4px;
}
.urdu_section p {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .urdu_section .footer .f-links {
    direction: rtl;
  }
}
.urdu_section .triad_list ul li::before {
  left: auto;
  right: -23px;
}
@media (max-width: 575.98px) {
  .urdu_section .detail_popup .triad_list ul {
    margin-left: 0;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 15px;
  }
}
.urdu_section .detail_popup .triad_list ul li::before {
  left: auto;
  right: -23px;
}
.urdu_section .detail_popup .modal-body {
  padding-top: 26px;
}
.urdu_section .culture-video h2 {
  text-align: left;
}
.urdu_section .scroll-section.triad_list ul {
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 15px;
}
.urdu_section .scroll-section.triad_list ul li::before {
  left: auto;
  right: -23px;
}
.urdu_section h1 {
  text-align: right;
}
.urdu_section h1.bordered::after {
  right: 0;
  left: auto;
}
.urdu_section h1.bordered-left::after {
  left: 0 !important;
  right: auto !important;
}
.urdu_section h1.bordered-right::after {
  left: auto !important;
  right: 0 !important;
}
.urdu_section h2.bordered::after {
  right: 0;
  left: auto;
}
.urdu_section h2.bordered-left::after {
  left: 0 !important;
  right: auto !important;
}
.urdu_section h2.bordered-right::after {
  left: auto !important;
  right: 0 !important;
}
.urdu_section h4.bordered::after {
  right: 0;
  left: auto;
}
.urdu_section h4.bordered-left::after {
  left: 0 !important;
  right: auto !important;
}
.urdu_section h4.bordered-right::after {
  left: auto !important;
  right: 0 !important;
}
.urdu_section .page-template-default h2.bordered::after {
  right: 0;
  left: auto;
}
.urdu_section .page-template-default h2.bordered-left::after {
  left: 0 !important;
  right: auto !important;
}
.urdu_section .page-template-default h2.bordered-right::after {
  left: auto !important;
  right: 0 !important;
}
.urdu_section .main-nav-container ul.main-nav > li a {
  font-size: 20px;
}
.urdu_section .main-nav-container ul.main-nav > li .drop-down ul {
  padding-right: 0;
}
.urdu_section .main-nav-container ul.main-nav > li .drop-down ul li {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.urdu_section .main-nav-container ul.main-nav > li .drop-down ul li:nth-child(even) {
  margin-right: 10px;
  margin-left: 0;
}
.urdu_section .main-nav-container ul.main-nav > li .drop-down ul li a {
  text-align: right;
  font-size: 18px;
}
.urdu_section .main-nav-container ul.main-nav > li .drop-down ul li a::after {
  left: auto;
  right: 0;
}
.urdu_section .footer #menu-main_menu-1 .menu-item-6732 {
  display: none;
}
.urdu_section .footer #menu-main_menu-1 .footer-nav .f-nav li a::after {
  bottom: 0;
  left: auto;
  right: 0;
}
.urdu_section .banner .content-box {
  direction: ltr;
}
.urdu_section .slider_widget div.arrow {
  float: left;
  transform: rotate(180deg);
}
.urdu_section .plain-text.home-business .sec-name {
  right: -40px;
  bottom: -250px;
}
.urdu_section .plain-text.home-business .sec-name::after {
  content: "پروجیکٹس";
}
.urdu_section .we-are-responsible.social-imp .sec-name {
  right: -260px;
  top: -191px;
}
@media (max-width: 575.98px) {
  .urdu_section .we-are-responsible.social-imp .sec-name {
    top: 70px;
  }
}
.urdu_section .we-are-responsible.social-imp .sec-name::before {
  content: "سماجی اثرات";
  font-size: 235px;
}
.urdu_section .btn-arrow-style {
  line-height: 52px;
  text-align: center;
  padding-left: 0;
}
.urdu_section .the-group .column-container .left-column .content-bg ul li a::after {
  left: -30px;
}
@media (max-width: 575.98px) {
  .urdu_section .the-group .column-container .left-column .content-bg ul li a::after {
    left: -15px;
  }
}
@media (max-width: 575.98px) {
  .urdu_section .the-group .column-container .left-column .content-bg.home_tabs ul li a::after {
    left: -30px;
  }
}
.urdu_section .the-group .column-container .right-column .content-bg .content-title {
  font-size: 28px;
}
.urdu_section .the-group .column-container .right-column .content-bg p {
  font-size: 20px;
}
.urdu_section .the-group .column-container .right-column .content-bg a {
  font-size: 18px;
}
.urdu_section .the-group .column-container .right-column .tab-content .tab-pane .content-bg a {
  padding-left: 1px;
}
.urdu_section .the-group .column-container .right-column .tab-content .tab-pane .content-bg a i, .urdu_section .the-group .column-container .right-column .tab-content .tab-pane .content-bg a svg {
  right: -10px;
  transform: rotate(366deg);
  top: 0;
}
.urdu_section .the-group .column-container .right-column .tab-content .tab-pane .content-bg a:hover i, .urdu_section .the-group .column-container .right-column .tab-content .tab-pane .content-bg a:hover svg {
  right: -17px;
}
.urdu_section .the-group .column-container .right-column .tab-content .tab-pane:hover .content-bg a {
  transform: translateX(-8px);
}
.urdu_section .social-impact-details .content-bg .content-info a i, .urdu_section .social-impact-details .content-bg .content-info a svg {
  right: 15px;
  top: 6px;
}
.urdu_section .social-impact-details .content-bg .content-info a:hover i, .urdu_section .social-impact-details .content-bg .content-info a:hover svg {
  right: 5px;
}
.urdu_section .we-are-responsible .column-container .left-column .info-content {
  padding-left: 0;
  padding-right: 115px;
  text-align: right;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.urdu_section .we-are-responsible .column-container .left-column .info-content h2 {
  padding-left: 130px;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .urdu_section .we-are-responsible .column-container .left-column .info-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .urdu_section .we-are-responsible .column-container .left-column .info-content h2 {
    padding-left: 0;
  }
}
.urdu_section .we-are-responsible .column-container .right-column .content-bg .content-info {
  left: inherit;
  right: 46px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .urdu_section .we-are-responsible .column-container .right-column .content-bg .content-info {
    left: auto;
    right: 0;
  }
}
.urdu_section .we-are-responsible .column-container .right-column .content-bg p {
  font-size: 18px;
}
.urdu_section .we-are-responsible .column-container .right-column .content-bg a {
  padding-left: 8px;
}
.urdu_section .we-are-responsible .column-container .right-column .content-bg:hover a {
  transform: translateX(-8px);
}
.urdu_section footer.footer-class .footer-nav h4 {
  font-size: 20px;
}
.urdu_section footer.footer-class .footer-nav .f-nav li {
  /*direction: ltr;*/
}
.urdu_section footer.footer-class .footer-nav .f-nav li a {
  font-size: 16px;
}
.urdu_section .left-text-sec p {
  font-size: 18px;
}
.urdu_section .page-template-template-foods .scroll-section.left-text-sec::after {
  left: 55%;
  bottom: -164px;
}
.urdu_section .page-template-template-foods .stats-and-info {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .urdu_section .page-template-template-foods .stats-and-info ul li h4, .urdu_section .page-template-template-foods .stats-and-info ul li p {
    text-align: center !important;
  }
}
.urdu_section .page-template-template-foods .energy-page-tabs .column-container .right-column .tab-content .tab-pane .content-bg .content-info a i {
  right: 3px;
  transform: rotate(175deg);
  top: 2px;
}
.urdu_section .page-template-template-foods .energy-page-tabs .column-container .right-column .tab-content .tab-pane .content-bg .content-info a::after {
  right: 0;
  left: auto;
}
.urdu_section .page-template-template-foods .bg-img-section a i {
  right: 7px;
  transform: rotate(175deg);
  top: 2px;
}
.urdu_section .page-template-template-foods .bg-img-section a:before, .urdu_section .page-template-template-foods .bg-img-section a::after {
  right: 0;
  left: auto;
}
.urdu_section .page-template-template-foods.page-id-6593 .bg-img-section .content h2 {
  text-align: end;
}
.urdu_section .page-template-template-foods.page-id-6593 .bg-img-section .content h2.bordered::after {
  left: 0;
  right: auto;
}
.urdu_section .page-template-template-foods.page-id-6593 .bg-img-section .content p {
  text-align: end;
}
.urdu_section .page-template-template-foods.page-id-6593 .bg-img-section .content p a i {
  right: -220px;
  transform: rotate(363deg);
}
.urdu_section .page-template-template-foods.page-id-6593 .bg-img-section .content p a:before, .urdu_section .page-template-template-foods.page-id-6593 .bg-img-section .content p a::after {
  left: 9px;
  right: auto;
}
.urdu_section .member-association h2.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .journey-time .journey-time-header h2.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .page-template-template-corporate-governance .page-details ~ article h2.bordered::after, .urdu_section .page-template-template-meet-the-team .page-details ~ article h2.bordered::after, .urdu_section .page-template-template-sustainability-reports .page-details ~ article h2.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .page-template-template-corporate-governance .page-details ~ article.content-text .list-style li:before, .urdu_section .page-template-template-meet-the-team .page-details ~ article.content-text .list-style li:before, .urdu_section .page-template-template-sustainability-reports .page-details ~ article.content-text .list-style li:before {
  right: -21px;
  left: auto;
}
.urdu_section .page-template-template-corporate-governance .page-details ~ article .bod-gallery-container, .urdu_section .page-template-template-meet-the-team .page-details ~ article .bod-gallery-container, .urdu_section .page-template-template-sustainability-reports .page-details ~ article .bod-gallery-container {
  float: right;
}
.urdu_section .page-template-template-corporate-governance .page-details ~ article .bod-gallery-container .item, .urdu_section .page-template-template-meet-the-team .page-details ~ article .bod-gallery-container .item, .urdu_section .page-template-template-sustainability-reports .page-details ~ article .bod-gallery-container .item {
  float: right;
}
.urdu_section .page-template-template-corporate-governance .page-details ~ article .bod-gallery-container .item a i, .urdu_section .page-template-template-meet-the-team .page-details ~ article .bod-gallery-container .item a i, .urdu_section .page-template-template-sustainability-reports .page-details ~ article .bod-gallery-container .item a i {
  right: auto;
  transform: rotate(180deg);
  left: 19px;
}
.urdu_section .page-template-template-share-holder article.text-columns h2.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .page-template-template-share-holder article.text-columns h2.center-line::after {
  right: calc(50% - 40px);
}
.urdu_section .page-template-template-social-impact .left-text-sec h2.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .page-template-tempalte-announcement-accordian .for-media-inquiries h2.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .page-template-tempalte-announcement-accordian .for-media-inquiries p {
  font-family: "Roboto Regular" !important;
}
.urdu_section .page-template-tempalte-announcement-accordian .post-container h2.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .page-template-tempalte-announcement-accordian .post-container .records-list .date, .urdu_section .page-template-tempalte-announcement-accordian .post-container .records-list h5 {
  font-family: "Roboto Regular";
}
.urdu_section .page-template-tempalte-announcement-accordian .post-container .record-block .date, .urdu_section .page-template-tempalte-announcement-accordian .post-container .record-block h5 {
  font-family: "Roboto Regular";
  direction: ltr;
}
.urdu_section .page-template-tempalte-announcement-accordian .post-container .record-block .centered-area a {
  font-family: "Roboto Regular";
  direction: ltr;
}
.urdu_section .page-template-tempalte-announcement-accordian .post-container h4 {
  font-family: "Roboto Regular";
  direction: ltr;
}
.urdu_section .page-template-tempalte-announcement-accordian .subheader .bottom-nav .sub-nav-container ul {
  direction: ltr;
}
.urdu_section .page-template-tempalte-announcement-accordian .subheader .bottom-nav .sub-nav-container ul li:first-child, .urdu_section .page-template-tempalte-announcement-accordian .subheader .bottom-nav .sub-nav-container ul li a {
  font-family: "Roboto Regular";
}
.urdu_section .page-template-template-regulatory-requirements article.text-columns h2.bordered::after, .urdu_section .page-template-template-regulatory-requirements article.text-columns h4.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .page-template-template-regulatory-requirements article.text-columns h2.center-line::after, .urdu_section .page-template-template-regulatory-requirements article.text-columns h4.center-line::after {
  right: calc(50% - 40px);
}
.urdu_section .page-template-template-regulatory-requirements article#contacts .shareholder-contact::after {
  left: auto;
  right: 0;
}
.urdu_section .page-template-template-regulatory-requirements article#contacts h2.bordered::after, .urdu_section .page-template-template-regulatory-requirements article#contacts h4.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .page-template-template-regulatory-requirements article#contacts h2.center-line::after, .urdu_section .page-template-template-regulatory-requirements article#contacts h4.center-line::after {
  right: calc(50% - 40px);
}
.urdu_section .rp-style-2 {
  float: right;
}
.urdu_section .rp-style-2 img {
  float: right;
}
.urdu_section .rp-style-2 span {
  float: right;
  right: 20px;
  left: auto;
}
.urdu_section .rp-style-2 a {
  float: left;
  border-right: 1px solid #ccc;
  padding-right: 10px;
  border-left: none;
  padding-left: 0;
}
.urdu_section .page-template-template-foods .bg-img-section h2.bordered::after {
  right: 0;
  left: auto;
}
.urdu_section .page-template-template-foods .bg-img-section h2.bordered.bordered-left::after {
  left: 0;
  right: auto;
}
.urdu_section .page-template-template-foods .bg-img-section h2.bordered.bordered-right::after {
  left: auto !important;
  right: 0 !important;
}
.urdu_section .report-box ul li a {
  padding: 10px 0 10px 10px;
}
.urdu_section .report-box ul li a .img-box {
  float: right;
  margin-left: 12px;
  margin-right: 0;
}
.urdu_section .report-box ul li a .content-area {
  float: right;
}
.urdu_section .page-template-template-financial-reports .report-box h3::after {
  left: 0;
  right: 0;
}
.urdu_section .page-template-template-financial-reports .report-box ul {
  padding-right: 0;
}
.urdu_section .page-template-template-financial-reports .report-box ul li a i {
  left: -7px;
  right: auto;
}
.urdu_section .page-template-template-financial-reports .report-box ul li a span.quater::after {
  right: 0;
  left: auto;
}
.urdu_section .page-template-template-financial-reports .report-box .view-all a::after {
  left: auto;
  right: 0;
}
.urdu_section .page-template-template-financial-reports .financial-reports.sub-trigger .view-btn-container {
  text-align: right;
}
.urdu_section .journey-time .history-line .card-box .card-content .card-heading {
  font-family: "Roboto Regular";
}
.urdu_section .journey-time .history-line .card-box .card-content .card-text {
  font-family: "Roboto Light";
}
.urdu_section .page-template-template-foods .related-reports .report-box h3::after {
  left: 0;
  right: 0;
}
.urdu_section .page-template-template-foods .related-reports .report-box ul {
  padding-right: 0;
}
.urdu_section .page-template-template-foods .related-reports .report-box ul li a i {
  left: -7px;
  right: auto;
}
.urdu_section .page-template-template-foods .related-reports .report-box ul li a span.quater::after {
  right: 0;
  left: auto;
}
.urdu_section .page-template-template-foods .related-reports .report-box .view-all a::after {
  left: auto;
  right: 0;
}
.urdu_section .slick-slider {
  direction: ltr;
}
.urdu_section .reports-list li .report-box h3::after {
  left: 0;
  right: 0;
}
.urdu_section .reports-list li .report-box ul {
  padding-right: 0;
}
.urdu_section .reports-list li .report-box ul li {
  margin-right: 0;
}
.urdu_section .reports-list li .report-box ul li a i {
  left: -7px;
  right: auto;
}
.urdu_section .reports-list li .report-box ul li a span.quater::after {
  right: 0;
  left: auto;
}
.urdu_section .reports-list li .report-box .view-all a::after {
  left: auto;
  right: 0;
}
.urdu_section .img-effect a .member-info {
  padding-right: 30px;
  padding-left: 0;
}
.urdu_section .img-effect a .member-info i {
  left: 50px;
  right: auto;
  transform: rotate(180deg);
}
.urdu_section .page-template-template-health-safety .left-text-sec h2.bordered::after, .urdu_section .page-template-template-training .left-text-sec h2.bordered::after, .urdu_section .page-template-template-culture .left-text-sec h2.bordered::after, .urdu_section .page-template-default .left-text-sec h2.bordered::after {
  right: 0;
  left: auto;
}
.urdu_section .page-template-template-health-safety .left-text-sec h2.bordered-left::after, .urdu_section .page-template-template-training .left-text-sec h2.bordered-left::after, .urdu_section .page-template-template-culture .left-text-sec h2.bordered-left::after, .urdu_section .page-template-default .left-text-sec h2.bordered-left::after {
  left: 0;
  right: auto;
}
.urdu_section .custom-grid h2.bordered::after, .urdu_section .custom-grid h3.bordered::after, .urdu_section .custom-grid h4.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .custom-grid h2.bordered.bordered-left::after, .urdu_section .custom-grid h3.bordered.bordered-left::after, .urdu_section .custom-grid h4.bordered.bordered-left::after {
  left: 0;
  right: auto;
}
.urdu_section .inner-single .main-content-area h2.bordered, .urdu_section .inner-single .main-content-area h3.bordered, .urdu_section .inner-single .main-content-area h4.bordered, .urdu_section .default-pages .main-content-area h2.bordered, .urdu_section .default-pages .main-content-area h3.bordered, .urdu_section .default-pages .main-content-area h4.bordered {
  text-align: right;
}
.urdu_section .inner-single .main-content-area h2.bordered::after, .urdu_section .inner-single .main-content-area h3.bordered::after, .urdu_section .inner-single .main-content-area h4.bordered::after, .urdu_section .default-pages .main-content-area h2.bordered::after, .urdu_section .default-pages .main-content-area h3.bordered::after, .urdu_section .default-pages .main-content-area h4.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .inner-single .main-content-area p, .urdu_section .inner-single .main-content-area ul, .urdu_section .default-pages .main-content-area p, .urdu_section .default-pages .main-content-area ul {
  text-align: right;
}
.urdu_section .contact-us .form-element-field::placeholder {
  transform-origin: right top;
}
.urdu_section .form-card i.eg-icon {
  left: auto;
  right: -25px;
}
.urdu_section .rp-box.media-gallery .rp-info {
  left: auto;
  right: 15px;
  text-align: right;
}
.urdu_section .page-template-template-media-gallery .post-container .container .row:first-child h2.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .page-template-template-stories .post-container h2.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .page-template-template-stories .post-container .box .info {
  text-align: right;
  padding-right: 20px;
  padding-left: 15px;
}
.urdu_section .page-template-template-stories .post-container .box .box-action {
  right: auto;
  left: 20px;
  transform: rotate(180deg);
}
.urdu_section .inner-single .main-content-area .social-bar ul {
  direction: ltr;
}
.urdu_section .bod-single .bod-info ul {
  padding-right: 0;
}
.urdu_section .bod-single .bod-info ul li a i {
  float: left;
  margin: 6px 6px 0 0;
}
.urdu_section .bod-single .bod-info h3, .urdu_section .bod-single .bod-info .companies-names {
  float: right;
}
.urdu_section .bod-single .bod-info h3 {
  margin-left: 22px;
  margin-right: 0;
}
.urdu_section .bod-single .bod-info .companies-names {
  padding-right: 0;
}
.urdu_section .bod-single .bod-info .companies-names li {
  padding: 0 0 0 20px;
}
.urdu_section .bod-single .bod-text.body_quotes .q_open {
  bottom: 15px;
  left: 15px;
  top: auto;
}
@media (max-width: 575.98px) {
  .urdu_section .bod-single .bod-text.body_quotes .q_open {
    bottom: 0;
    left: 0;
  }
}
.urdu_section .bod-single .bod-text.body_quotes .q_close {
  bottom: auto;
  right: 0;
  top: 15px;
}
@media (max-width: 575.98px) {
  .urdu_section .bod-single .bod-text.body_quotes .q_close {
    top: 0;
  }
}
.urdu_section .text-link:after, .urdu_section footer.footer-class .footer-bottom ul li a:after {
  left: auto;
  right: 0;
}
.urdu_section article.contact-us h2.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .search-container .knowlwdge-center h2 {
  font-size: 16px;
}
.urdu_section .search-form i.search-green {
  right: 8px;
  left: auto;
}
.urdu_section .search-form label input {
  font-size: 22px;
  padding: 16px 56px 26px 15px;
  text-align: right;
}
.urdu_section .page-template-template-home .banner {
  direction: ltr;
}
.urdu_section .page-template-template-home .the-group .column-container .left-column {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .urdu_section .page-template-template-home .the-group .column-container .left-column {
    left: 0;
    right: auto;
  }
}
.urdu_section .page-template-template-home .the-group .column-container .right-column .content-bg .content-info {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .urdu_section .page-template-template-home .the-group .column-container .right-column .content-bg .content-info {
    left: auto;
    right: -16px;
    padding-right: 0;
  }
}
.urdu_section .sustainability-reports {
  direction: rtl;
}
.urdu_section .sustainability-reports .rp-box {
  text-align: end;
}
.urdu_section .announcement-list-container p {
  font-family: "Roboto Regular" !important;
}
.urdu_section .service-desk .secp-logo .logo-right h4 a {
  font-family: "Roboto Regular";
}
.urdu_section .service-desk .secp-logo .logo-right p {
  font-size: 16px;
}
.urdu_section .language-selector-container > a {
  font-size: 18px;
}
.urdu_section .knowlwdge-slider .sliders .slide .text-section p {
  font-family: "Roboto Light";
}
.urdu_section .knowlwdge-slider .sliders .slide .text-section h6 {
  font-family: "Roboto Regular";
}
.urdu_section .eng-roman {
  font-family: "Roboto Regular";
}
.urdu_section .report-box .view-all a::after {
  left: 0;
  right: 0;
}
.urdu_section .sitemap-block h5.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .sitemap-block ul {
  padding-right: 16px;
  padding-left: 0;
}
.urdu_section .sitemap-block ul li a {
  font-size: 16px;
}
.urdu_section .sitemap-block ul li a::after {
  left: auto;
  right: 0;
}
.urdu_section .sitemap-details h4.bordered::after {
  left: auto;
  right: 0;
}
.urdu_section .secp-section h2 {
  text-align: end;
}
.urdu_section .secp-section h2::after {
  left: auto;
  right: 0;
}
.urdu_section mobilemenu .mobile-nav > ul {
  margin: 0 30px 0 0;
  text-align: right;
}
.urdu_section mobilemenu .mobile-nav > ul > li a {
  font-size: 22px;
}
.urdu_section mobilemenu .mobile-nav > ul > li a + .mobile-sub-nav > ul > li a {
  font-size: 18px;
}
.urdu_section .mobile-language-selector ul li a {
  font-family: "Roboto Regular";
}
.urdu_section .annual-report-hed i, .urdu_section .annual-report-hed svg {
  direction: ltr !important;
  text-align: left !important;
}
.urdu_section mobilemenu .mobile-nav > ul > li .mobile-sub-nav > ul > li.custom_sub_menu a::after {
  left: auto;
  right: 0;
}

/*

@import "../bootstrap/bootstrap.scss";
@import "base/normalize";
@import "base/fontawesome-min";
@import "variables/fonts";
@import "base/mixins";
@import "variables/gradients";
@import "variables/colors";
@import "component/materialform";
@import "component/jquery.fancybox.min";
@import "component/buttons";
@import "component/form";
@import "component/slick";
@import "component/header";
@import "component/layout";
@import "base/common";
@import "component/menu";
@import "component/flipstar";
@import "component/footer";
@import "pages/home";
@import "pages/who-we-are";
*/
/* 
@import "mixable";
@import "fonts";
@import "owl.carousel";
@import "swiper";
@import "global";
@import "header";
@import "content";
@import "styles";
@import "footer";
*/

/*# sourceMappingURL=main_bundle.css.map */
