html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body, html {
  font-size: 100%; }

body {
  margin: 0;
  line-height: 1.5;
  background-color: #fff;
  color: #000000;
  font-size: 16px;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  word-break: break-word;
  letter-spacing: 0.7px; }

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

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

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

ol, ul {
  margin: 0 0 2em; }

b, strong {
  font-weight: 600; }

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

h1 {
  font-size: 40px;
  margin: .67em 0;
  line-height: 1.5; }

h2 {
  font-size: 20px;
  line-height: 1.5; }

h3 {
  font-size: 16px;
  line-height: 1.5; }

.width-setter {
  margin: 0 auto;
  max-width: 100%;
  padding: 30px 120px; }
.internal-width-setter{
	padding: 30px 120px;
}

@media (max-width: 980px) {
  .width-setter {
    padding-left: 30px !important;
    padding-right: 30px !important; } }
a {
  color: #000;
  text-decoration: none; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0.6em 1em;
  font: normal normal normal 16px/22px neue-haas-grotesk-display;
  letter-spacing: 0.48px;
  color: #ffffff;
  border: 1px solid #ff6666;
  border-radius: 5px;
  background: #ff6666; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  cursor: pointer; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding: 5px;
  color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #000; }

select {
  border: 1px solid rgba(0, 0, 0, 0.2); }

textarea {
  width: 100%; }

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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; } }
.dropdown, .dropleft, .dropright, .dropup {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .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: .5rem 0;
  margin: .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: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .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: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .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: .255em;
  vertical-align: .255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .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^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto; }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:focus, .dropdown-item:hover {
  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: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap; }

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

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: 0.5625rem; }

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0; }

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px; }

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3; }

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .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=checkbox], .input-group-text input[type=radio] {
  margin-top: 0; }

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.nav-link:focus, .nav-link:hover {
  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: .25rem;
  border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  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 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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: .5rem;
  padding-bottom: 0.5rem; }

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

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.navbar-toggler:focus, .navbar-toggler:hover {
  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-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; }

  .navbar .navbar-toggler {
    padding-right: 20px !important; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem; }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem; }

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-xl .navbar-toggler {
    display: none; } }
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: 0.5rem; }

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  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:focus, .navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  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:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  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:focus, .navbar-dark .navbar-text a:hover {
  color: #fff; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.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; }

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

.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: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .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: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

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

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

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

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

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

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

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

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

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

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

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

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

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

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

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

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

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

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

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

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

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

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

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

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

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

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

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

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

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

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

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

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

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

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

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

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

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

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

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

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    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:focus, a.text-primary:hover {
  color: #0056b3 !important; }

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

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important; }

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

a.text-success:focus, a.text-success:hover {
  color: #19692c !important; }

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

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important; }

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

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important; }

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

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important; }

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

a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important; }

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

a.text-dark:focus, a.text-dark:hover {
  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 {
  *, ::after, ::before {
    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; }

  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  h2, h3, p {
    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 td, .table-bordered th {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }

  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
a:hover {
  text-decoration: none;
  color: inherit; }

* {
  outline: 0 !important; }

.overflowtxt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.bg-white1 {
  background-color: #fff;
  border-bottom: 1px solid #dedede; }

.mg-d-0 {
  margin: 0 !important; }

.mgt-d-0, .mgt-m-10, .mgt-m-120, .mgt-m-15, .mgt-m-20, .mgt-m-30, .mgt-m-5, .mgt-m-60, .mgt-m-90 {
  margin-top: 0 !important; }

.mgb-d-0, .mgb-m-10, .mgb-m-120, .mgb-m-15, .mgb-m-20, .mgb-m-30, .mgb-m-5, .mgb-m-60, .mgb-m-90 {
  margin-bottom: 0 !important; }

.mgl-d-0, .mgl-m-10, .mgl-m-120, .mgl-m-15, .mgl-m-20, .mgl-m-30, .mgl-m-5, .mgl-m-60, .mgl-m-90 {
  margin-left: 0 !important; }

.mgr-d-0, .mgr-m-10, .mgr-m-120, .mgr-m-15, .mgr-m-20, .mgr-m-30, .mgr-m-5, .mgr-m-60, .mgr-m-90 {
  margin-right: 0 !important; }

.mgx-d-0, .mgx-m-10, .mgx-m-120, .mgx-m-15, .mgx-m-20, .mgx-m-30, .mgx-m-5, .mgx-m-60, .mgx-m-90 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mgy-d-0, .mgy-m-10, .mgy-m-120, .mgy-m-15, .mgy-m-20, .mgy-m-30, .mgy-m-5, .mgy-m-60, .mgy-m-90 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.pd-d-0 {
  padding: 0 !important; }

.pdt-d-0, .pdt-m-10, .pdt-m-120, .pdt-m-15, .pdt-m-20, .pdt-m-30, .pdt-m-5, .pdt-m-60, .pdt-m-90 {
  padding-top: 0 !important; }

.pdb-d-0, .pdb-m-10, .pdb-m-120, .pdb-m-15, .pdb-m-20, .pdb-m-30, .pdb-m-5, .pdb-m-60, .pdb-m-90 {
  padding-bottom: 0 !important; }

.pdl-d-0, .pdl-m-10, .pdl-m-120, .pdl-m-15, .pdl-m-20, .pdl-m-30, .pdl-m-5, .pdl-m-60, .pdl-m-90 {
  padding-left: 0 !important; }

.pdr-d-0, .pdr-m-10, .pdr-m-120, .pdr-m-15, .pdr-m-20, .pdr-m-30, .pdr-m-5, .pdr-m-60, .pdr-m-90 {
  padding-right: 0 !important; }

.pdx-d-0, .pdx-m-10, .pdx-m-120, .pdx-m-15, .pdx-m-20, .pdx-m-30, .pdx-m-5, .pdx-m-60, .pdx-m-90 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pdy-d-0, .pdy-d-15, .pdy-m-10, .pdy-m-120, .pdy-m-20, .pdy-m-30, .pdy-m-5, .pdy-m-60, .pdy-m-90 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.mg-d-5 {
  margin: 5px !important; }

.mgt-d-5 {
  margin-top: 5px !important; }

.mgb-d-5 {
  margin-bottom: 5px !important; }

.mgl-d-5 {
  margin-left: 5px !important; }

.mgr-d-5 {
  margin-right: 5px !important; }

.mgx-d-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.mgy-d-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.mgt-d-10 {
  margin-top: 10px !important; }

.mgb-d-10 {
  margin-bottom: 10px !important; }

.mgl-d-10 {
  margin-left: 10px !important; }

.mgr-d-10 {
  margin-right: 10px !important; }

.mgx-d-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.mgy-d-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.mg-d-15 {
  margin: 15px !important; }

.mgt-d-15 {
  margin-top: 15px !important; }

.mgb-d-15 {
  margin-bottom: 15px !important; }

.mgl-d-15 {
  margin-left: 15px !important; }

.mgr-d-15 {
  margin-right: 15px !important; }

.mgx-d-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.mgy-d-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.mg-d-20 {
  margin: 20px !important; }

.mgt-d-20 {
  margin-top: 20px !important; }

.mgb-d-20 {
  margin-bottom: 20px !important; }

.mgl-d-20 {
  margin-left: 20px !important; }

.mgr-d-20 {
  margin-right: 20px !important; }

.mgx-d-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.mgy-d-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.mg-d-30 {
  margin: 30px !important; }

.mgt-d-30 {
  margin-top: 30px !important; }

.mgb-d-30 {
  margin-bottom: 30px !important; }

.mgl-d-30 {
  margin-left: 30px !important; }

.mgr-d-30 {
  margin-right: 30px !important; }

.mgx-d-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.mgy-d-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.mg-d-60 {
  margin: 60px !important; }

.mgt-d-60 {
  margin-top: 60px !important; }

.mgb-d-60 {
  margin-bottom: 60px !important; }

.mgl-d-60 {
  margin-left: 60px !important; }

.mgr-d-60 {
  margin-right: 60px !important; }

.mgx-d-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.mgy-d-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.mg-d-90 {
  margin: 90px !important; }

.mgt-d-90 {
  margin-top: 90px !important; }

.mgb-d-90 {
  margin-bottom: 90px !important; }

.mgl-d-90 {
  margin-left: 90px !important; }

.mgr-d-90 {
  margin-right: 90px !important; }

.mgx-d-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

.mgy-d-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.mg-d-120 {
  margin: 120px !important; }

.mgt-d-120 {
  margin-top: 120px !important; }

.mgb-d-120 {
  margin-bottom: 120px !important; }

.mgl-d-120 {
  margin-left: 120px !important; }

.mgr-d-120 {
  margin-right: 120px !important; }

.mgx-d-120 {
  margin-left: 120px !important;
  margin-right: 120px !important; }

.mgy-d-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.pd-d-5 {
  padding: 5px !important; }

.pdt-d-5 {
  padding-top: 5px !important; }

.pdb-d-5 {
  padding-bottom: 5px !important; }

.pdl-d-5 {
  padding-left: 5px !important; }

.pdr-d-5 {
  padding-right: 5px !important; }

.pdx-d-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.pdy-d-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.pd-d-10 {
  padding: 10px !important; }

.pdt-d-10 {
  padding-top: 10px !important; }

.pdb-d-10 {
  padding-bottom: 10px !important; }

.pdl-d-10 {
  padding-left: 10px !important; }

.pdr-d-10 {
  padding-right: 10px !important; }

.pdx-d-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.pdy-d-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.pd-d-15 {
  padding: 15px !important; }

.pdt-d-15 {
  padding-top: 15px !important; }

.pdb-d-15 {
  padding-bottom: 15px !important; }

.pdl-d-15 {
  padding-left: 15px !important; }

.pdr-d-15 {
  padding-right: 15px !important; }

.pdx-d-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.pdy-d-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.pd-d-20 {
  padding: 20px !important; }

.pdt-d-20 {
  padding-top: 20px !important; }

.pdb-d-20 {
  padding-bottom: 20px !important; }

.pdl-d-20 {
  padding-left: 20px !important; }

.pdr-d-20 {
  padding-right: 20px !important; }

.pdx-d-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.pdy-d-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.pd-d-30 {
  padding: 30px !important; }

.pdt-d-30 {
  padding-top: 30px !important; }

.pdb-d-30 {
  padding-bottom: 30px !important; }

.pdl-d-30 {
  padding-left: 30px !important; }

.pdr-d-30 {
  padding-right: 30px !important; }

.pdx-d-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.pdy-d-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.pd-d-60 {
  padding: 60px !important; }

.pdt-d-60 {
  padding-top: 60px !important; }

.pdb-d-60 {
  padding-bottom: 60px !important; }

.pdl-d-60 {
  padding-left: 60px !important; }

.pdr-d-60 {
  padding-right: 60px !important; }

.pdx-d-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.pdy-d-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.pd-d-90 {
  padding: 90px !important; }

.pdt-d-90 {
  padding-top: 90px !important; }

.pdb-d-90 {
  padding-bottom: 90px !important; }

.pdl-d-90 {
  padding-left: 90px !important; }

.pdr-d-90 {
  padding-right: 90px !important; }

.pdx-d-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

.pdy-d-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.pd-d-120 {
  padding: 120px !important; }

.pdt-d-120 {
  padding-top: 120px !important; }

.pdb-d-120 {
  padding-bottom: 120px !important; }

.pdl-d-120 {
  padding-left: 120px !important; }

.pdr-d-120 {
  padding-right: 120px !important; }

.pdx-d-120 {
  padding-left: 120px !important;
  padding-right: 120px !important; }

.pdy-d-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.pos-ab-center {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.icon-titles {
  font-family: utopia-std,serif;
  line-height: 32px;
  font-size: 28px;
  letter-spacing: normal; }

.inode-font-style1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px; }

.inode-font-style2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px; }

.inode-font-style3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px; }

.inode-font-style4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px; }

.inode-font-style5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px; }

.inode-font-style6 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px; }

.inode-font-style7 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px; }

.inode-font-style8 {
  font-size: 10px;
  font-weight: 600;
  line-height: 14px; }

.inode-font-style9 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; }

.inode-font-style10 {
  font-size: 50px;
  font-weight: 600;
  line-height: 68px; }

.inode-font-style11 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px; }

.inode-font-style12 {
  font-size: 10px;
  font-weight: 500;
  line-height: 11px; }

.inode-font-style13 {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px; }

.inode-font-style14 {
  font-size: 28px;
  font-weight: 500; }

.inode-font-style15 {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px; }

.inode-font-style16 {
  font-size: 48px;
  font-weight: 600; }

.inode-font-style17 {
  font-size: 30px;
  font-weight: 500; }

.inode-font-style18 {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px; }

.inode-font-style20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px; }

.inode-font-style20-b {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; }

.inode-font-style60-b {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px; }

.inode-font-style28-b {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px; }

.inode-font-style22-b {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px; }

.navbar-nav li {
  text-transform: uppercase; }

.navbar .navbar-nav li a.nav-link {
  color: #4d4f5c;
  letter-spacing: 1px;
  font-size: 14px !important;
  font-weight: 600; }

.navbar .dropdown-item .dropdown-item-a {
  letter-spacing: 1.25px;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 20px; }

.navbar.bg-white1 .navbar-nav li a.nav-link {
  color: #4d4f5c; }

.navbar.spcl-bg .navbar-nav li a.nav-link {
  color: #fff; }

.navbar.bg-transparent1.bg-white1 .navbar-nav li a.nav-link, .navbar.bg-white1.spcl-bg .navbar-nav li a.nav-link {
  color: #4d4f5c; }

.navbar.bg-transparent1 .navbar-nav li a.nav-link {
  color: #fff; }

.navbar .dropdown-item {
  color: #000000; }

.navbar .navbar-toggler {
  border-color: transparent;
  outline: 0;
  padding: 0; }

.navbar .navbar-toggler-icon {
  outline: 0;
  background: 0 0; }

#nav-icon2 {
  width: 20px;
  height: 12px;
  position: relative;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #ff6666;
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: 0.25s ease-in-out; }

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 6px; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 12px; }

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon2.open span:nth-child(1) {
  left: 0;
  top: 0; }

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 0; }

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2.open span:nth-child(5) {
  left: 0;
  top: 5px; }

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 5px; }

.navbar .dropdown-menu.show {
  position: fixed;
  left: 0;
  width: 100%;
  top: 82px;
  padding: 0;
  border: none;
  line-height: initial;
  border-radius: 0;
  text-transform: initial; }

body.admin-bar .navbar .dropdown-menu.show {
  top: calc( 82px + 32px ); }

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

.navbar .navbar-nav {
  height: 90px; }

.navbar .navbar-nav .nav-item {
  line-height: 90px; }

.navbar .navbar-nav li.nav-item a.open, .navbar .navbar-nav li.nav-item.open a.nav-link {
  color: #ff6666 !important; }

.leaders-popup-box img.ilogo, .navbar-brand img {
  width: 169px;
  display: block; }

.navbar-brand img.forrester {
  width: 350px; }

header .navbar {
  z-index: 100002; }

header .newsbanner {
  background-color: #ebebeb;
  height: 90px;
  position: fixed;
  width: 100%;
  z-index: 1035;
  background-image: url(https://ik.imagekit.io/y5xyemmwee7/assets/images/v4/headers/forrestor-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: flex; }

header nav.navbar.newsbanner-extra {
  top: 90px; }

header .newsbanner .forrestor-header {
  height: 90px; }

header nav.navbar.newsbanner-extra .dropdown-menu.show {
  top: 178px; }

header .products_dd .pfloatbox {
  float: left;
  width: 20%;
  cursor: pointer; }

header .solutions_dd .pfloatbox {
  width: 20vw;
  vertical-align: top;
  display: table-cell; }

header .solutions_dd .pfloatbox-v4 {
  width: 20vw !important; }

header .solutions_dd .pfloatbox-v4.dshelf:hover {
  background-color: rgba(0, 0, 0, 0.16); }

header .resources_dd .pfloatbox {
  width: 25%;
  vertical-align: top;
  display: table-cell; }

header .about_dd .pfloatbox {
  width: 24%;
  vertical-align: top;
  display: table-cell; }

header .about_dd .pfloatbox.ab {
  width: 28%; }

header .products_dd .pfloatbox.newsbox {
  width: 20%;
  background-color: #fff;
  color: #000; }

header .pfloatbox .title {
  font-size: 22px;
  font-weight: 600; }

header .pfloatbox .obj {
  width: 48px;
  height: 48px; }

.pfloatbox .product-icon img {
  width: 18px;
  height: 18px; }

.pfloatbox .product-icon, .pfloatbox .d-flex .title {
  float: left; }

header .pfloatbox.ab, header .pfloatbox.cu, header .pfloatbox.pa .title, header .pfloatbox.ra .title {
  font-size: 28px;
  line-height: 34px; }

header .solutions_dd .ds-link:hover .byneedbg {
  background-color: rgba(0, 0, 0, 0.16); }

header .solutions_dd .byneedbg.w-i-d-s-bg, header .pfloatbox.w-i-d-s-bg {
    background-image: url(https://ik.imagekit.io/y5xyemmwee7/assets/images/v4/headers/w-i-d-s-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #06C0E0;
}

header .pfloatbox.ab {
  color: #4d4f5c; }

header .pfloatbox .desc {
  height: 85px; }

header .pfloatbox.cu .desc {
  height: auto; }

header .pfloatbox .lmore-link {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline; }

header .pfloatbox .lmore-link:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  background-image: url(https:www.intelligencenode.com/assets/images/right-arrow.svg);
  background-size: 8px auto;
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
  top: 3px;
  color: #4d4f5c; }

header .pfloatbox.ab .lmore-link:after {
  top: 10px; }

header .pfloatbox.ra .lmore-link:after {
  background-image: url(https:www.intelligencenode.com/assets/images/right-arrow-white.svg); }

header .pfloatbox.newsbox:hover, header .products_dd .pfloatbox:hover {
  background-color: rgba(42, 20, 49, 0.05); }

header .products_dd .pfloatbox .sub-title {
  color: rgba(102, 102, 102, 0.7); }

header .pfloatbox .sub-title, header .pfloatbox.cb .sub-title, header .products_dd .pfloatbox:hover .sub-title, header .resources_dd .pfloatbox .sub-title, header .solutions_dd .pfloatbox .sub-title {
  color: rgba(102, 102, 102, 0.7); }

header .products_dd .pfloatbox-v4.industrybg .sub-title {
  color: #4d4f5c; }

header .pfloatbox:hover .lmore-link:after {
  background-image: url(https:www.intelligencenode.com/assets/images/right-arrow-red.svg); }

header .about_dd .pfloatbox.ab:hover .lmore-link, header .products_dd .pfloatbox:hover .lmore-link, header .resources_dd .pfloatbox:hover .lmore-link {
  color: #ff6666; }

header .pfloatbox.newsbox:hover .title, header .products_dd .pfloatbox:hover .ptitle {
  color: #ff6666; }

header .about_dd .pfloatbox.cb .title, header .about_dd .pfloatbox.nb .title, header .products_dd .pfloatbox-v4.industrybg .title, header .resources_dd .title, header .solutions_dd .title {
  font-size: 14px;
  font-weight: 600;
  color: #4d4f5c;
  line-height: 20px; }

header .pfloatbox.newsbox .sub-title, header .pfloatbox.newsbox:hover .sub-title, header .pfloatbox.pa .lmore-link, header .pfloatbox.pa .sub-title, header .pfloatbox.pa .title, header .resources_dd .pfloatbox.rd .sub-title {
  color: #000; }

header .about_dd .pfloatbox.cu .desc, header .about_dd .pfloatbox.cu .sub-title, header .about_dd .pfloatbox.cu .title, header .about_dd .pfloatbox.nb .sub-title, header .about_dd .pfloatbox.nb .title, header .pfloatbox.pa .desc, header .pfloatbox.ra .desc, header .pfloatbox.ra .lmore-link, header .pfloatbox.ra .sub-title, header .products_dd .pfloatbox-v4.industrybg .title {
  color: #fff; }

header .pfloatbox.ra .lmore-link {
  position: absolute;
  bottom: 20px;
  right: 40px; }

header .pfloatbox.rd .lmore-link {
  position: absolute;
  bottom: 20px;
  left: 30px; }

header .pfloatbox.pa .lmore-link {
  position: absolute;
  bottom: 20px; }

header .resources_dd .knowledge-links:hover, header .solutions_dd .byteam-links:hover {
  background-color: rgba(255, 102, 102, 0.15);
  border-radius: 3px 3px;
  display: block; }

header .about_dd .bycompany-links:hover, header .products_dd .byindustry-links:hover {
  background-color: rgba(57, 64, 118, 0.15);
  border-radius: 3px 3px;
  display: block; }

header .about_dd .news-links:hover, header .solutions_dd .byneed-links:hover {
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 3px 3px;
  display: block; }

header .solutions_dd .industrybg {
  background-color: #ffe2db; }

header .resources_dd .pa {
  background-color: #ffe2db; }

header .about_dd .pfloatbox.nb {
  background-color: #847aba; }

header .about_dd .pfloatbox.cu, header .resources_dd .pfloatbox.ra {
  background-color: #28336f; }

header .resources_dd .pfloatbox.rd {
  background-color: #b1e5eb; }

header .about_dd .pfloatbox.cb {
  background-color: #ffe2db; }

header .solutions_dd .byneedbg {
  background-color: #394176; }

header .solutions_dd .byneedbg .tcolor {
  color: #abebf2; }

header .dropdown-menu div:first-child {
  margin-bottom: -1px; }

.home-slider .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px; }

.h-ebook {
  position: absolute;
  bottom: 0;
  width: 150px;
  right: 20px; }

.holder {
  position: relative; }

.sixty {
  width: 60px;
  height: 60px; }

.forty {
  width: 40px;
  height: 40px; }

.webinar-logo {
  height: 30px; }

.cross {
  width: 24px;
  height: 24px; }

.inode-btn {
  background-color: transparent;
  color: #000;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 1.1rem !important;
  border: 2px solid #000;
  border-radius: 3px 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  transition: .3s;
  cursor: pointer;
  letter-spacing: 1.25px;
  white-space: nowrap; }

.brand-btn {
  color: #ff6666 !important;
  border-color: #ff6666; }
  .brand-btn:hover {
    color: #fff !important;
    background-color: #ff6666; }

.brand-border-btn {
  color: #ff6666 !important;
  border-color: #ff6666; }

.color3-btn {
  background-color: #893655;
  border-color: #893655;
  color: #fff; }

.brand-border-btn:hover {
  color: #fff !important;
  background-color: #ff6666; }

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

.black-btn {
  color: #fff !important;
  border-color: #000;
  background-color: #000; }

.violet-btn {
  color: #fff !important;
  background-color: #8475bc;
  border-color: #8475bc; }

.dviolet-btn {
  color: #fff !important;
  background-color: #394176 !important;
  border-color: #394176; }

.grey-border-btn {
  color: #666 !important;
  border-color: #666; }

.grey-border-btn:hover {
  background-color: #666;
  color: #fff !important; }

.grey-btn {
  background-color: #666 !important;
  color: #fff !important;
  border-color: #666; }

.purple-btn {
  background-color: #583551;
  color: #fff;
  border-color: #583551; }

.transparent-white-btn {
  color: #fff !important;
  border-color: #fff !important;
  background-color: rgba(255, 255, 255, 0.1); }

.transparent-white-btn:hover {
  background-color: #fff;
  color: #000 !important; }

.lbrand-btn {
  color: #394176;
  background-color: #ffe3db;
  border-color: #ffe3db; }

.inode-video-btn {
  padding: 0 1.1rem 0 2rem !important;
  position: relative;
  z-index: 0;
  background-color: #fff; }

.inode-video-btn:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  background-image: url(https:www.intelligencenode.com/assets/images/video-play-icon.svg);
  width: 12px;
  display: block;
  background-repeat: no-repeat;
  z-index: 1;
  height: 17px;
  background-size: 12px auto;
  bottom: 0;
  margin: auto; }

.inode-video-btn:hover:before {
  filter: invert(1); }

.whitegrey-btn {
  color: #4d4f5c;
  border-color: rgba(112, 112, 112, 0.3);
  background-color: #fff;
  text-transform: capitalize; }

.inode-tv-btn {
  color: #fff !important;
  border-color: #fff !important;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0 1.1rem 0 2rem !important;
  position: relative;
  z-index: 0; }

.inode-tv-btn:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  background-image: url(https:www.intelligencenode.com/assets/images/video-play-icon-white.svg);
  width: 12px;
  display: block;
  background-repeat: no-repeat;
  z-index: 1;
  height: 17px;
  background-size: 12px auto;
  bottom: 0;
  margin: auto; }

.dbl-btn {
  color: #b1e5eb !important;
  background-color: #394176 !important;
  border-color: #394176; }

.cyan-btn {
  background-color: #23654a;
  color: #fff;
  border-color: #62a080; }

.skyblue-btn {
  background-color: #62a8b1;
  color: #fff;
  border-color: #62a8b1; }

.chocalate-btn {
  background-color: #6f3e44;
  color: #fff;
  border-color: #6f3e44; }

.oceanblue-btn {
  background-color: #416da3;
  color: #fff;
  border-color: #416da3; }

.darkblue-btn {
  background-color: #28336f;
  color: #fff;
  border-color: #28336f; }

.pinkdark-btn {
  background-color: #f0d1d9;
  color: #000;
  border-color: #f0d1d9; }

.green-btn {
  background-color: #95bf47;
  color: #fff;
  border-color: #95bf47; }

a.inode-link {
  color: #ff6666;
  text-decoration: none; }

a.inode-link-underline {
  color: #ff6666;
  text-decoration: underline; }

a.inode-link-nocss {
  text-decoration: none;
  color: inherit; }

a.inode-link-underline-nocolor {
  text-decoration: underline;
  color: inherit; }

.bd-btm {
  border-bottom: 1px solid; }

.entry-content ul {
  padding-left: 1.2em; }

/*.site-header {
    position: relative;
    height: 440px;
    background-color: #b1e5eb;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom
}*/
.site-header.fheight {
  height: 440px; }

.site-header .logo-and-menu {
  padding: 16px;
  justify-content: space-between; }

.site-header .logo {
  display: inline-block;
  width: 300px;
  vertical-align: middle; }

.site-header .ham-open {
  align-self: center; }

/*.single .site-header {
    background-image: url(www.intelligencenode.com/blog/wp-content/themes/intelligencenodev3/images/blog-cover-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom
}*/
.primary-navigation {
  display: inline-block;
  float: right;
  width: auto; }

.ham-button {
  display: none;
  cursor: pointer; }

div#page {
  position: relative; }

.absolute-pos-container {
  position: relative;
  top: 71%;
  right: 0;
  left: 0;
  margin: auto; }

.heading-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%); }

.heading-container .in-page-title {
  margin: 0;
  padding: 38px 0;
  font-family: utopia-std,serif;
  font-size: 80px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

.desktop-container {
  display: flex; }

.mobile-container {
  display: none; }

.in-category-menu {
  padding-bottom: 0 !important;
  position: relative;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3); }

.in-category-menu.afterscroll {
  max-width: 100%;
  top: 0;
  left: 0;
  bottom: unset; }

.in-category-menu nav {
  padding: 15px; }

.in-category-menu.afterscroll nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 15px;
  float: none; }

.in-category-menu.afterscroll a {
  color: #000; }

.admin-bar .in-category-menu.afterscroll {
  top: 32px; }

.ham-search-container .fa-search {
  color: #fff;
  margin-right: 10px;
  font-size: 1.6rem;
  line-height: 1.2; }

.ham-search-container .in-search {
  display: none; }

@media (max-width: 992px) {
  .mg-d-10, .mg-d-120, .mg-d-15, .mg-d-20, .mg-d-30, .mg-d-5, .mg-d-60, .mg-m-0 {
    margin: 0 !important; }

  .mgt-d-10, .mgt-d-120, .mgt-d-15, .mgt-d-20, .mgt-d-30, .mgt-d-5, .mgt-d-60, .mgt-d-90, .mgt-m-0 {
    margin-top: 0 !important; }

  .mgb-d-10, .mgb-d-120, .mgb-d-15, .mgb-d-20, .mgb-d-30, .mgb-d-5, .mgb-d-60, .mgb-d-90, .mgb-m-0 {
    margin-bottom: 0 !important; }

  .mgl-d-10, .mgl-d-120, .mgl-d-15, .mgl-d-20, .mgl-d-30, .mgl-d-5, .mgl-d-60, .mgl-d-90, .mgl-m-0 {
    margin-left: 0 !important; }

  .mgr-d-10, .mgr-d-120, .mgr-d-15, .mgr-d-20, .mgr-d-30, .mgr-d-5, .mgr-d-60, .mgr-d-90, .mgr-m-0 {
    margin-right: 0 !important; }

  .mgx-d-10, .mgx-d-120, .mgx-d-15, .mgx-d-20, .mgx-d-30, .mgx-d-5, .mgx-d-60, .mgx-d-90, .mgx-m-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .mgy-d-10, .mgy-d-120, .mgy-d-15, .mgy-d-20, .mgy-d-30, .mgy-d-5, .mgy-d-60, .mgy-d-90, .mgy-m-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .pd-d-0, .pd-d-10, .pd-d-120, .pd-d-15, .pd-d-20, .pd-d-30, .pd-d-5, .pd-d-60, .pd-d-90, .pd-m-0 {
    padding: 0 !important; }

  .pdt-d-10, .pdt-d-120, .pdt-d-15, .pdt-d-20, .pdt-d-30, .pdt-d-5, .pdt-d-60, .pdt-d-90, .pdt-m-0 {
    padding-top: 0 !important; }

  .pdb-d-10, .pdb-d-120, .pdb-d-15, .pdb-d-20, .pdb-d-30, .pdb-d-5, .pdb-d-60, .pdb-d-90, .pdb-m-0 {
    padding-bottom: 0 !important; }

  .pdl-d-10, .pdl-d-120, .pdl-d-15, .pdl-d-20, .pdl-d-30, .pdl-d-5, .pdl-d-60, .pdl-d-90, .pdl-m-0 {
    padding-left: 0 !important; }

  .pdr-d-10, .pdr-d-120, .pdr-d-15, .pdr-d-20, .pdr-d-30, .pdr-d-5, .pdr-d-60, .pdr-d-90, .pdr-m-0 {
    padding-right: 0 !important; }

  .pdx-d-10, .pdx-d-120, .pdx-d-15, .pdx-d-20, .pdx-d-30, .pdx-d-5, .pdx-d-60, .pdx-d-90, .pdx-m-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .pdy-d-10, .pdy-d-120, .pdy-d-15, .pdy-d-20, .pdy-d-30, .pdy-d-5, .pdy-d-60, .pdy-d-90, .pdy-m-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .mg-m-5 {
    margin: 5px !important; }

  .mgt-m-5 {
    margin-top: 5px !important; }

  .mgb-m-5 {
    margin-bottom: 5px !important; }

  .mgl-m-5 {
    margin-left: 5px !important; }

  .mgr-m-5 {
    margin-right: 5px !important; }

  .mgx-m-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .mgy-m-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .mg-m-10 {
    margin: 10px !important; }

  .mgt-m-10 {
    margin-top: 10px !important; }

  .mgb-m-10 {
    margin-bottom: 10px !important; }

  .mgl-m-10 {
    margin-left: 10px !important; }

  .mgr-m-10 {
    margin-right: 10px !important; }

  .mgx-m-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .mgy-m-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .mg-m-15 {
    margin: 15px !important; }

  .mgt-m-15 {
    margin-top: 15px !important; }

  .mgb-m-15 {
    margin-bottom: 15px !important; }

  .mgl-m-15 {
    margin-left: 15px !important; }

  .mgr-m-15 {
    margin-right: 15px !important; }

  .mgx-m-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .mgy-m-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .mg-m-20 {
    margin: 20px !important; }

  .mgt-m-20 {
    margin-top: 20px !important; }

  .mgb-m-20 {
    margin-bottom: 20px !important; }

  .mgl-m-20 {
    margin-left: 20px !important; }

  .mgr-m-20 {
    margin-right: 20px !important; }

  .mgx-m-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .mgy-m-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .mg-m-30 {
    margin: 30px !important; }

  .mgt-m-30 {
    margin-top: 30px !important; }

  .mgb-m-30 {
    margin-bottom: 30px !important; }

  .mgl-m-30 {
    margin-left: 30px !important; }

  .mgr-m-30 {
    margin-right: 30px !important; }

  .mgx-m-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .mgy-m-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .mg-m-60 {
    margin: 60px !important; }

  .mgt-m-60 {
    margin-top: 60px !important; }

  .mgb-m-60 {
    margin-bottom: 60px !important; }

  .mgl-m-60 {
    margin-left: 60px !important; }

  .mgr-m-60 {
    margin-right: 60px !important; }

  .mgx-m-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .mgy-m-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .mg-m-90 {
    margin: 90px !important; }

  .mgt-m-90 {
    margin-top: 90px !important; }

  .mgb-m-90 {
    margin-bottom: 90px !important; }

  .mgl-m-90 {
    margin-left: 90px !important; }

  .mgr-m-90 {
    margin-right: 90px !important; }

  .mgx-m-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .mgy-m-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .mg-m-120 {
    margin: 120px !important; }

  .mgt-m-120 {
    margin-top: 120px !important; }

  .mgb-m-120 {
    margin-bottom: 120px !important; }

  .mgl-m-120 {
    margin-left: 120px !important; }

  .mgr-m-120 {
    margin-right: 120px !important; }

  .mgx-m-120 {
    margin-left: 120px !important;
    margin-right: 120px !important; }

  .mgy-m-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }

  .pd-m-5 {
    padding: 5px !important; }

  .pdt-m-5 {
    padding-top: 5px !important; }

  .pdb-m-5 {
    padding-bottom: 5px !important; }

  .pdl-m-5 {
    padding-left: 5px !important; }

  .pdr-m-5 {
    padding-right: 5px !important; }

  .pdx-m-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .pdy-m-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .pd-m-10 {
    padding: 10px !important; }

  .pdt-m-10 {
    padding-top: 10px !important; }

  .pdb-m-10 {
    padding-bottom: 10px !important; }

  .pdl-m-10 {
    padding-left: 10px !important; }

  .pdr-m-10 {
    padding-right: 10px !important; }

  .pdx-m-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .pdy-m-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .pd-m-15 {
    padding: 15px !important; }

  .pdt-m-15 {
    padding-top: 15px !important; }

  .pdb-m-15 {
    padding-bottom: 15px !important; }

  .pdl-m-15 {
    padding-left: 15px !important; }

  .pdr-m-15 {
    padding-right: 15px !important; }

  .pdx-m-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .pdy-m-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .pd-m-20 {
    padding: 20px !important; }

  .pdt-m-20 {
    padding-top: 20px !important; }

  .pdb-m-20 {
    padding-bottom: 20px !important; }

  .pdl-m-20 {
    padding-left: 20px !important; }

  .pdr-m-20 {
    padding-right: 20px !important; }

  .pdx-m-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .pdy-m-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .pd-m-30 {
    padding: 30px !important; }

  .pdt-m-30 {
    padding-top: 30px !important; }

  .pdb-m-30 {
    padding-bottom: 30px !important; }

  .pdl-m-30 {
    padding-left: 30px !important; }

  .pdr-m-30 {
    padding-right: 30px !important; }

  .pdx-m-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .pdy-m-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .pd-m-60 {
    padding: 60px !important; }

  .pdt-m-60 {
    padding-top: 60px !important; }

  .pdb-m-60 {
    padding-bottom: 60px !important; }

  .pdl-m-60 {
    padding-left: 60px !important; }

  .pdr-m-60 {
    padding-right: 60px !important; }

  .pdx-m-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .pdy-m-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .pd-m-90 {
    padding: 90px !important; }

  .pdt-m-90 {
    padding-top: 90px !important; }

  .pdb-m-90 {
    padding-bottom: 90px !important; }

  .pdl-m-90 {
    padding-left: 90px !important; }

  .pdr-m-90 {
    padding-right: 90px !important; }

  .pdx-m-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .pdy-m-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .pd-m-120 {
    padding: 120px !important; }

  .pdt-m-120 {
    padding-top: 120px !important; }

  .pdb-m-120 {
    padding-bottom: 120px !important; }

  .pdl-m-120 {
    padding-left: 120px !important; }

  .pdr-m-120 {
    padding-right: 120px !important; }

  .pdx-m-120 {
    padding-left: 120px !important;
    padding-right: 120px !important; }

  .pdy-m-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }

  .navbar {
    overflow-y: scroll; }

  .leaders-popup-box img.ilogo, .navbar-brand img {
    width: 115px; }

  .navbar-brand img.forrester {
    width: 170px; }

  header .h-col {
    position: relative;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3); }

  header .h-col:first-of-type {
    border-top: 1px solid rgba(112, 112, 112, 0.3);
    margin-top: 10px; }

  header .h-col .collapse-title {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-weight: 700;
    display: block; }

  header .products_dd .pfloatbox, header .solutions_dd .pfloatbox {
    width: 100%;
    float: none; }

  header .solutions_dd .pfloatbox {
    display: block; }

  header .about_dd .pfloatbox, header .about_dd .pfloatbox.ab, header .products_dd .pfloatbox.newsbox, header .resources_dd .pfloatbox, header .resources_dd .pfloatbox.knowledgebox {
    width: 100%;
    display: block; }

  header .h-col .collapse-title:after {
    content: "";
    position: absolute;
    background-image: url(http://www.intelligencenode.com/assets/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 18px 11px;
    top: 22px;
    right: 1.5rem;
    display: inline-block;
    width: 18px;
    height: 11px;
    bottom: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all 0.4s ease; }

  header .h-col a.collapse-title[aria-expanded=true] {
    color: #ff6666;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2); }

  header .h-col a.collapse-title[aria-expanded=true]:after {
    content: "";
    position: absolute;
    background-image: url(http://www.intelligencenode.com/assets/images/down-arrow-red.svg?v=0.1);
    background-repeat: no-repeat;
    background-size: 18px 11px;
    top: 22px;
    right: 1.5rem;
    display: inline-block;
    width: 18px;
    height: 11px;
    bottom: 0;
    transform: rotate(-180deg); }

  header .h-col .collapse-title.nodown:after {
    display: none; }

  header .about_dd .pfloatbox.cu .title, header .products_dd .pfloatbox .title, header .resources_dd .pfloatbox.pa .title, header .resources_dd .pfloatbox.ra .title {
    font-size: 18px;
    font-weight: 600;
    color: #000; }

  header .about_dd .pfloatbox.cu .title, header .resources_dd .pfloatbox.pa .title, header .resources_dd .pfloatbox.ra .title {
    color: #000;
    line-height: 24px; }

  header .pfloatbox.pa .lmore-link {
    bottom: 0; }

  .h-ebook {
    width: 95px; }

  .sixty {
    width: 60px;
    height: 60px; }

  .forty {
    width: 40px;
    height: 40px; }

  .holder {
    position: relative; }

  header .products_dd .pfloatbox.industrybg .title, header .solutions_dd .pfloatbox .title {
    font-size: 14px;
    font-weight: 600;
    color: #4d4f5c; }

  header .pfloatbox.newsbox .title {
    color: #fff; }

  header .pfloatbox .desc {
    height: auto; }

  header .sub-title {
    color: rgba(102, 102, 102, 0.7); }

  header #hproduct, header #hresource, header #hsolution {
    height: auto;
    overflow-y: auto;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all 0.4s ease; }

  header #habout {
    height: 300px;
    overflow-y: auto; }

  header .pfloatbox.ra .lmore-link, header .pfloatbox.rd .lmore-link {
    bottom: 15px; }

  header .newsbanner {
    height: 90px; }

  .first {
    line-height: 52px;
    font-size: 48px; }

  .second {
    line-height: 44px;
    font-size: 44px; }

  .third {
    line-height: 32px;
    font-size: 24px; }

  .fourth {
    line-height: 22px;
    font-size: 18; }

  .fifth {
    font-size: 22px;
    line-height: 28px; }

  .sixth {
    line-height: 22px;
    font-size: 16px; }

  .icon-titles {
    line-height: 22px;
    font-size: 18px; }

  .inode-font-style1 {
    font-size: 12px;
    line-height: 19px; }

  .inode-font-style2 {
    font-size: 14px;
    line-height: 22px; }

  .inode-font-style3 {
    font-size: 16px;
    line-height: 25px; }

  .inode-font-style4 {
    font-size: 12px;
    line-height: 19px; }

  .inode-font-style5 {
    font-size: 12px;
    line-height: 19px; }

  .inode-font-style6 {
    font-size: 16px;
    line-height: 25px; }

  .inode-font-style7 {
    font-size: 14px;
    line-height: 22px; }

  .inode-font-style14 {
    font-size: 22px;
    line-height: 35px; }

  .inode-font-style13 {
    font-size: 10px;
    line-height: 16px; }

  .inode-font-style17 {
    font-size: 16px;
    line-height: 25px; }

  .inode-font-style18 {
    font-size: 20px;
    line-height: 22px; }

  .inode-font-style20 {
    font-size: 14px;
    line-height: 16px; }

  .inode-font-style20-b {
    font-size: 14px;
    line-height: 16px; }

  .inode-font-style60-b {
    font-size: 40px;
    line-height: 44px; }

  .fourth-2 {
    font-size: 30px;
    line-height: 34px; }

  .inode-font-style10 {
    font-size: 44px;
    line-height: 60px; }

  .inode-font-style28-b {
    font-size: 18px;
    line-height: 23px; }

  .inode-font-style22-b {
    font-size: 16px;
    line-height: 20px; }

  .inode-btn {
    font-size: 12px; }

  .site-header {
    background-size: contain; }

  .single .site-header {
    background-size: contain; }

  .span-reading-time {
    font-size: 12px; }

  .single-blog-footer .related-blogs-container .blog-feature-image a {
    height: auto; } }
::-webkit-input-placeholder {
  color: #9e9e9e;
  font-family: neue-haas-grotesk-display, sans-serif; }

:-ms-input-placeholder {
  color: #9e9e9e;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-size: 14px; }

::-moz-placeholder {
  color: #9e9e9e;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-size: 14px;
  opacity: 1; }

:-moz-placeholder {
  color: #9e9e9e;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-size: 14px;
  opacity: 1; }

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }
.single .in-shareit {
  display: none !important; }

.readtime-dot {
  font-size: 9px;
  padding: 5px; }

.centerBox {
  padding: 0 10%; }

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

@media (max-width: 1120px) and (min-width: 992px) {
  .navbar .container-fluid.pdx-d-60 {
    padding-left: 25px !important;
    padding-right: 25px !important; } }
@media (max-width: 992px) and (min-width: 992px) {
  .navbar .navbar-nav {
    height: auto; } }
@media (max-width: 1120px) and (min-width: 768px) {
  .navbar .pdr-d-20 {
    padding-right: 10px !important; }

  .navbar .pdx-d-20 {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media (max-width: 400px) {
  .navbar .inode-btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 10px;
    margin-right: 5px !important; } }
.site-footer {
  border-top: 1px solid rgba(112, 112, 112, 0.3); }
  .site-footer ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none; }
  .site-footer .footer-top-container {
    padding-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3); }
    .site-footer .footer-top-container .footer-logo img {
      max-width: 200px; }
    .site-footer .footer-top-container .r-container {
      display: grid;
      font-family: neue-haas-grotesk-display,sans-serif;
      font-size: 13px;
      line-height: 28px;
      font-weight: 600;
      letter-spacing: 0.42px;
      color: #000000; }
      .site-footer .footer-top-container .r-container > div {
        padding-left: 15px;
        padding-right: 15px; }
        .site-footer .footer-top-container .r-container > div > section:first-child > div {
          margin-top: 24px; }
        .site-footer .footer-top-container .r-container > div > section:first-child .widget-title {
          margin-bottom: -20px; }
      .site-footer .footer-top-container .r-container ul {
        margin-bottom: 0; }
        .site-footer .footer-top-container .r-container ul .sub-title a {
          font-weight: bold; }
    .site-footer .footer-top-container .logo-text {
      margin: 10px 0 30px;
      font: normal normal normal 22px/34px neue-haas-grotesk-display;
      letter-spacing: 0.72px;
      color: #000000; }
    .site-footer .footer-top-container .social-links {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      margin-bottom: 0; }
      .site-footer .footer-top-container .social-links a {
        display: inline-block; }
    .site-footer .footer-top-container .dashicons {
      font-size: 28px;
      width: auto;
      height: auto; }
    .site-footer .footer-top-container .widget-title {
      margin-top: 0;
      margin-bottom: 3px;
      font: normal normal bold 14px/20px neue-haas-grotesk-display;
      letter-spacing: 0.84px;
      color: rgba(0, 0, 0, 0.2);
      text-transform: uppercase; }
  .site-footer .site-info-container {
    padding-top: 15px;
    padding-bottom: 15px;
    font: normal normal normal 14px/22px neue-haas-grotesk-display;
    letter-spacing: 0.14px;
    color: #666666; }
    .site-footer .site-info-container a:hover {
      text-decoration: underline; }
    .site-footer .site-info-container .menu a {
      text-decoration: underline; }

@media (min-width: 981px) {
  .site-footer .footer-top-container {
    display: flex;
    flex-wrap: wrap; }
    .site-footer .footer-top-container .l-container {
      width: 25%;
      padding-right: 15px; }
    .site-footer .footer-top-container .r-container {
      flex: 1;
      padding-left: 15px; }
  .site-footer .site-info-container {
    display: flex;
    justify-content: space-between; }
    .site-footer .site-info-container .widget_nav_menu ul {
      justify-content: space-between; }
    .site-footer .site-info-container .widget_nav_menu li {
      padding-left: 20px; }
  .site-footer .site-info {
    justify-content: space-between; } }
@media (min-width: 621px) {
  .site-footer .footer-top-container .r-container {
    grid-template-columns: repeat(4, 1fr); }
  .site-footer .site-info-container .widget_nav_menu ul {
    display: flex;
    justify-content: flex-start; }
  .site-footer .site-info {
    display: flex;
    justify-content: flex-start; }
    .site-footer .site-info ul {
      display: flex;
      justify-content: space-between; }
    .site-footer .site-info li {
      padding-left: 20px; } }
@media (max-width: 980px) {
  .site-footer .footer-top-container {
    padding-bottom: 20px; }
    .site-footer .footer-top-container .l-container {
      display: block;
      max-width: 400px;
      margin: 0 auto 50px;
      text-align: center; }
    .site-footer .footer-top-container .r-container {
      margin: 0 -15px; }
      .site-footer .footer-top-container .r-container > section {
        flex: auto; }
  .site-footer .site-info-container .widget_nav_menu li {
    padding-right: 20px; } }
@media (min-width: 981px) and (max-width: 620px) {
  .site-footer .site-info-container .widget_nav_menu {
    margin-top: 10px; } }
@media (max-width: 620px) {
  .site-footer .footer-top-container .r-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-template-columns: repeat(3, 1fr); }
  .site-footer .site-info-container {
    line-height: 28px; } }
@media (max-width: 420px) {
  .site-footer .footer-top-container .r-container {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 320px) {
  .site-footer .footer-top-container .r-container > section {
    flex: 100%; } }
body.error404 #primary {
  width: 100%;
  text-align: center; }
body.error404 .page-title {
  margin-bottom: 10px !important; }
body.error404 .page-content {
  margin-top: 0; }

#primary .page-title {
  margin: 0 0 30px;
  color: #888;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-size: 30px;
  font-weight: 500; }

#secondary .widget, .mobile-sidebar-container .widget {
  font-weight: 500;
  padding: 30px;
  line-height: 28px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(77, 79, 92, 0.2); }
#secondary ol, #secondary ul, .mobile-sidebar-container ol, .mobile-sidebar-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
#secondary li, .mobile-sidebar-container li {
  margin: 10px 0 0;
  padding-bottom: 0.5em;
  color: #888;
  border-bottom: 1px solid rgba(77, 79, 92, 0.2); }
  #secondary li:nth-child(1), .mobile-sidebar-container li:nth-child(1) {
    padding-top: 0; }
    #secondary li:nth-child(1) a, .mobile-sidebar-container li:nth-child(1) a {
      padding-top: 0; }
  #secondary li:nth-last-child(1), .mobile-sidebar-container li:nth-last-child(1) {
    padding-bottom: 0;
    border-bottom: none; }
  #secondary li a, .mobile-sidebar-container li a {
    display: block;
    padding: 8px 0; }
#secondary a:hover, .mobile-sidebar-container a:hover {
  color: #f66; }
#secondary .widget_categories li, .mobile-sidebar-container .widget_categories li {
  border-bottom: none; }
#secondary .widget_categories a, .mobile-sidebar-container .widget_categories a {
  display: inline-block;
  padding: 0; }
#secondary input[type="text"], #secondary input[type="email"], #secondary input[type=search], .mobile-sidebar-container input[type="text"], .mobile-sidebar-container input[type="email"], .mobile-sidebar-container input[type=search] {
  padding-left: 10px;
  padding-right: 10px; }
#secondary .in-search-form input[type=search], .mobile-sidebar-container .in-search-form input[type=search] {
  width: 80%;
  font-size: 14px;
  line-height: 1;
  border-right: 0;
  border: 1px solid rgba(77, 79, 92, 0.2);
  height: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
#secondary .in-search-form button, .mobile-sidebar-container .in-search-form button {
  flex: 1;
  margin-top: 0;
  padding: 0.1em 1em 0.1em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 40px; }
#secondary .gform_wrapper .gfield_required, .mobile-sidebar-container .gform_wrapper .gfield_required {
  display: none; }
#secondary .gform_wrapper .gfield, .mobile-sidebar-container .gform_wrapper .gfield {
  padding-right: 0 !important; }
#secondary .gform_wrapper .gform_footer, .mobile-sidebar-container .gform_wrapper .gform_footer {
  margin-top: 0 !important; }

.widget a {
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 400; }

.widget-title {
  margin-top: 0;
  font-family: neue-haas-grotesk-display,sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600; }

.in-search-form {
  display: flex;
  justify-content: center; }
  .in-search-form input[type=search] {
    border-radius: 0; }
  .in-search-form button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

@media (min-width: 981px) {
  #primary {
    display: inline-block;
    padding-right: 25px;
    width: 72%; }

  #secondary {
    display: inline-block;
    padding-left: 25px;
    width: 28%;
    float: right; }

  .site-content:after {
    content: '';
    display: block;
    clear: both; } }
body.blog .page-title, body.archive .page-title, body.search-results .page-title {
  margin-top: 0;
  margin-bottom: 0;
  font: normal normal 600 36px/50px utopia-std;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize; }
body.blog article .blog-feature-image, body.archive article .blog-feature-image, body.search-results article .blog-feature-image {
  margin-bottom: 0px; }
  body.blog article .blog-feature-image a, body.archive article .blog-feature-image a, body.search-results article .blog-feature-image a {
    display: inline-block;
    border-radius: 8px 8px 0 0;
    overflow: hidden; }
body.search-results article .blog-feature-image a{border-radius:10px 10px;}
  body.blog article .blog-feature-image img, body.archive article .blog-feature-image img, body.search-results article .blog-feature-image img {
    display: block; }
body.blog article .entry-title, body.archive article .entry-title, body.search-results article .entry-title {
  margin-bottom: 15px;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000000; }
  body.blog article .entry-title a, body.archive article .entry-title a, body.search-results article .entry-title a {
    color: #000000; }
    body.blog article .entry-title a:hover, body.archive article .entry-title a:hover, body.search-results article .entry-title a:hover {
      text-decoration: underline;
      color: #06C0E0; }
body.blog article .entry-content, body.archive article .entry-content, body.search-results article .entry-content {
  margin-top: 0; }
  body.blog article .entry-content > p, body.archive article .entry-content > p, body.search-results article .entry-content > p {
    font: normal normal normal 16px/22px neue-haas-grotesk-display;
    letter-spacing: 0.48px;
    color: #666666; }
    body.blog article .entry-content > p:last-child, body.archive article .entry-content > p:last-child, body.search-results article .entry-content > p:last-child {
      margin-bottom: 0; }
body.blog article .entry-meta, body.archive article .entry-meta, body.search-results article .entry-meta {
  font-family: neue-haas-grotesk-display,sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.54px;
  color: #FF6666; }
body.search-results article .entry-meta{padding-top:10px;}
  body.blog article .entry-meta p, body.archive article .entry-meta p, body.search-results article .entry-meta p {
    margin-bottom: 10px; }
  body.blog article .entry-meta a, body.archive article .entry-meta a, body.search-results article .entry-meta a {
    color: #FF6666;
    text-transform: capitalize; }

body.archive .archive-description {
  margin-top: 10px;
  font: normal normal normal 16px/22px neue-haas-grotesk-display;
  letter-spacing: 0.48px;
  color: rgba(0, 0, 0, 0.6); }
  body.archive .archive-description p {
    margin-bottom: 0; }
body.archive .cat-search-form {
  position: relative;
  display: block; }
  body.archive .cat-search-form input[type="search"] {
    width: 100%;
    padding: 10px 10px 10px 28px;
    border-radius: 10px;
    font-family: neue-haas-grotesk-display;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.48px;
    color: #000;
    border-color: rgba(0, 0, 0, 0.2); }
    body.archive .cat-search-form input[type="search"]::-webkit-input-placeholder {
      font-family: neue-haas-grotesk-display;
      font-size: 16px;
      line-height: 1;
      font-weight: 500;
      letter-spacing: 0.48px;
      color: #000; }
    body.archive .cat-search-form input[type="search"]::-moz-placeholder {
      font-family: neue-haas-grotesk-display;
      font-size: 16px;
      line-height: 1;
      font-weight: 500;
      letter-spacing: 0.48px;
      color: #000; }
    body.archive .cat-search-form input[type="search"]:-ms-input-placeholder {
      font-family: neue-haas-grotesk-display;
      font-size: 16px;
      line-height: 1;
      font-weight: 600;
      letter-spacing: 0.48px;
      color: rgba(0, 0, 0, 0.3); }
    body.archive .cat-search-form input[type="search"]:-moz-placeholder {
      font-family: neue-haas-grotesk-display;
      font-size: 16px;
      line-height: 1;
      font-weight: 500;
      letter-spacing: 0.48px;
      color: #000; }
    body.archive .cat-search-form input[type="search"]:-webkit-autofill, body.archive .cat-search-form input[type="search"]:-webkit-autofill:hover, body.archive .cat-search-form input[type="search"]:-webkit-autofill:focus, body.archive .cat-search-form input[type="search"]:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px white inset !important;
      -webkit-text-fill-color: rgba(0, 0, 0, 0.3) !important; }
  body.archive .cat-search-form .search-btn {
    position: absolute;
    left: 5px;
    top: 11px;
    padding: 0;
    background-color: transparent;
    border: none;
    color: #ccc;
    border-radius: 0; }
body.archive .category-selector-container select {
  width: 100%;
  padding: 10px;
  font-family: neue-haas-grotesk-display;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.48px;
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border-radius: 10px;
  border-color: rgba(0, 0, 0, 0.2);appearance:none;-moz-appearance:none;-webkit-appearance:none; background-image:url(../../../uploads/2022/04/down-arrow.png);background-repeat:no-repeat;background-position:calc(100% - 10px) center;background-size:15px; }
body.archive .form-container {
  display: flex;
  align-items: center;
  background-color: #ffcfcf;
  border-radius: 8px;
  padding: 25px;
  color: #7a7a7a; }
  body.archive .form-container a {
    color: #000;
    text-decoration: underline;
    font-weight: bold; }
  body.archive .form-container .gform_title {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: neue-haas-grotesk-display;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.72px;
    color: #FF6666;
    text-align: center; }
  body.archive .form-container .gform_description {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font: normal normal normal 16px/22px neue-haas-grotesk-display;
    letter-spacing: 0.48px;
    color: #666666;
    text-align: center; }
  body.archive .form-container .gfield {
    padding-right: 0 !important; }
    body.archive .form-container .gfield.gfield_html {
      margin-top: 15px !important;
      font: normal normal normal 16px/24px neue-haas-grotesk-display;
      letter-spacing: 0.48px;
      color: #666666; }
      body.archive .form-container .gfield.gfield_html a {
        color: #000000; }
  body.archive .form-container input:not(.gform_button) {
    margin-top: 0 !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
    border-color: #0000004D !important;
    font: normal normal normal 16px/22px neue-haas-grotesk-display;
    letter-spacing: 0.48px;
    color: rgba(0, 0, 0, 0.3); }
    body.archive .form-container input:not(.gform_button)::-webkit-input-placeholder {
      font: normal normal normal 16px/22px neue-haas-grotesk-display;
      letter-spacing: 0.48px;
      color: rgba(0, 0, 0, 0.3); }
    body.archive .form-container input:not(.gform_button)::-moz-placeholder {
      font: normal normal normal 16px/22px neue-haas-grotesk-display;
      letter-spacing: 0.48px;
      color: rgba(0, 0, 0, 0.3); }
    body.archive .form-container input:not(.gform_button):-ms-input-placeholder {
      font: normal normal normal 16px/22px neue-haas-grotesk-display;
      letter-spacing: 0.48px;
      color: rgba(0, 0, 0, 0.3); }
    body.archive .form-container input:not(.gform_button):-moz-placeholder {
      font: normal normal normal 16px/22px neue-haas-grotesk-display;
      letter-spacing: 0.48px;
      color: rgba(0, 0, 0, 0.3); }
  body.archive .form-container .gform_button {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 100% !important;
    font-family: neue-haas-grotesk-display;
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.48px;
    color: #ffffff;
    cursor: pointer; }
  body.archive .form-container .gform_footer {
    padding-bottom: 0; }
  body.archive .form-container .gform_confirmation_wrapper {
    text-align: center; }
  body.archive .form-container .validation_message {
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 10px !important;
    background: transparent;
    border: none; }
  body.archive .form-container .validation_error, body.archive .form-container .gform_validation_errors {
    display: none; }
  body.archive .form-container .gfield.gfield_error {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important; }
  body.archive .form-container .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; }
body.archive .in-search-form {
  justify-content: flex-start; }

body.search-results .page-header .page-title {
  font: normal normal normal 24px/22px neue-haas-grotesk-display;
  letter-spacing: 0.72px;
  color: rgba(0, 0, 0, 0.3); }
body.search-results .page-header .in-search-form {
  display: block;
  position: relative; }
body.search-results .page-header input[type="search"] {
  width: 100%;
  padding: 10px 10px 10px 35px;
  font-family: neue-haas-grotesk-display;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #000;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px; }
body.search-results .page-header .search-btn {
  position: absolute;
  top: 15px;
  left: 6px;
  padding: 0;
  color: #000;
  background-color: transparent;
  border: none;
  border-radius: 0; }
  body.search-results .page-header .search-btn span {
    width: auto;
    height: auto;
    font-size: 26px; }
body.search-results article .search-word {
  background-color: #FFE2DB; }

.in_pagination {
  width: 100%; }
  .in_pagination a:nth-child(1) {
    margin-left: 0; }
  .in_pagination a:hover {
    color: #000;
    border-color: #000; }
  .in_pagination .prev {
    padding-left: 0; }
  .in_pagination a, .in_pagination span {
    display: inline-block;
    margin: 5px;
    padding: 5px 12px;
    color: rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-family: neue-haas-grotesk-display,sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.48px; }
  .in_pagination .dots {
    background-color: transparent;
    border: none; }
  .in_pagination .current {
    color: #000000;
    border-color: #000000; }
  .in_pagination .next, .in_pagination .prev {
    border: none;
    background-color: transparent; }

.entry-footer .tag-links {
  font-family: neue-haas-grotesk-display,sans-serif;
  font-size: 20px; }
  .entry-footer .tag-links p.tag-label {
    margin: 15px 0 30px;
    font-size: 20px;
    font-weight: 600; }
  .entry-footer .tag-links .tag-terms {
    font-size: 16px;
    margin-bottom: 15px; }
  .entry-footer .tag-links a {
    font-family: neue-haas-grotesk-display,sans-serif;
    font-size: 14px;
    color: #ff6666;
    text-transform: uppercase; }

body.single-post .site-content .in_breadcrumbs {
  margin: 0 0 30px;
  font-size: 14px;
  color: #4d4f5c;
  font-weight: 600; }
  body.single-post .site-content .in_breadcrumbs a {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-right: 21px;
    color: #4d4f5c !important;
    font-size: 14px; }
    body.single-post .site-content .in_breadcrumbs a:after {
      content: "\f345";
      font-family: 'dashicons';
      position: absolute;
      right: 0;
      font-size: 13px;
      line-height: 20px; }
body.single-post .site-content .entry-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 600; }
body.single-post .site-content .entry-meta {
  margin-bottom: 15px;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 600; }
  body.single-post .site-content .entry-meta .meta-category {
    display: inline-block;
    margin-bottom: 0; }
    body.single-post .site-content .entry-meta .meta-category a {
      color: #f66;
      text-transform: uppercase; }
  body.single-post .site-content .entry-meta .read-time {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    color: #888; }
  body.single-post .site-content .entry-meta .fas.fa-circle {
    font-size: 5px;
    padding: 0 5px 0 7px;
    display: inline-block;
    vertical-align: middle;
    color: #bac2c6; }
body.single-post .site-content .blog-feature-image img {
  border-radius: 10px;
  width: 100%; }
body.single-post .site-content .entry-content {
  letter-spacing: 1px;
  line-height: 26px; }
  body.single-post .site-content .entry-content figure {
    width: 100% !important; margin:60px 0; }
  body.single-post .site-content .entry-content > img, body.single-post .site-content .entry-content p > img {
    border-radius: 10px;
    overflow: hidden;
    width: 100% !important; }
  body.single-post .site-content .entry-content ul:not(.list-content) li, body.single-post .site-content .entry-content ol li {
    padding-bottom: 1em; }
  body.single-post .site-content .entry-content a {
    color: inherit;
    text-decoration: underline; }
    body.single-post .site-content .entry-content a:hover {
      color: #f66; }
  body.single-post .site-content .entry-content p {
    margin-bottom: 2em; }
  body.single-post .site-content .entry-content h1 {
    margin: 0.67em 0;
    font-size: 36px; }
  body.single-post .site-content .entry-content h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2; }
  body.single-post .site-content .entry-content h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2; }
  body.single-post .site-content .entry-content h4 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2; }
  body.single-post .site-content .entry-content h5 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2; }
  body.single-post .site-content .entry-content h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2; }
body.single-post .single-blog-footer {
  background-color: #eeeeee; }
  body.single-post .single-blog-footer .tag-links {
    border-top: 1px solid rgba(112, 112, 112, 0.3); }
  body.single-post .single-blog-footer .related-blogs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  body.single-post .single-blog-footer .blog-feature-image img {
    display: block;
    width: 100%; }
  body.single-post .single-blog-footer .related-title {
    padding-top: 28px;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000000; }
  body.single-post .single-blog-footer .post {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 0 0;
    overflow: hidden; }
  body.single-post .single-blog-footer .entry-title {
    font-family: neue-haas-grotesk-display;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0.72px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  body.single-post .single-blog-footer .meta-category {
    margin-bottom: 15px !important;
    font-family: neue-haas-grotesk-display,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase; }
    body.single-post .single-blog-footer .meta-category a {
      color: #ff6666; }
  body.single-post .single-blog-footer .entry-content {
    margin: 0;
    padding: 30px;
    align-self: flex-end;
    overflow: hidden; }
    body.single-post .single-blog-footer .entry-content p {
      margin-bottom: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
body.single-post .single-blog-aside-container .gform_title {
  font-family: neue-haas-grotesk-display,sans-serif;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 600 !important; }
body.single-post .single-blog-aside-container button, body.single-post .single-blog-aside-container input[type=submit] {
  font: normal normal bold 16px/1 neue-haas-grotesk-display;
  letter-spacing: 0.45px; }
body.single-post .bottom-cta-container {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 40px;
  color: #000000;
  background-color: #55BEDC;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px; }
  body.single-post .bottom-cta-container .cta-title {
    margin-bottom: 15px;
    font-family: neue-haas-grotesk-display;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0.84px; }
  body.single-post .bottom-cta-container .cta-context {
    margin-bottom: 30px;
    font-family: neue-haas-grotesk-display;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.7px; }
  body.single-post .bottom-cta-container .cta-link {
    display: inline-block;
    padding: 16px 20px;
    font: normal normal 600 18px/1 neue-haas-grotesk-display;
    letter-spacing: 0.7px;
    color: #ffffff;
    background: #ff6666;
    border-radius: 10px;
    text-transform: capitalize;
    cursor: pointer; }

@media (min-width: 981px) {
  body.blog #primary, body.archive #primary, body.search-results #primary {
    grid-template-columns: repeat(3, 1fr); }

  body.single-post .entry-title {
    line-height: 42px;
    font-size: 36px; }
  body.single-post .mobile-sidebar-container {
    display: none; }
  body.single-post .desktop-sidebar-container {
    display: inline-block; }
  body.single-post .single-blog-aside-container {
    padding-left: 25px;
    margin-top: 300px;
    width: 28%;
    float: right; }
    body.single-post .single-blog-aside-container #secondary {
      display: block;
      padding-left: 0;
      width: 100%;
      float: none; }
  body.single-post .single-blog-footer .post {
    width: 32%; } }
@media (max-width: 980px) and (min-width: 621px) {
  body.blog .page-header-container, body.archive .page-header-container, body.search-results .page-header-container {
    column-gap: 30px !important; }
  body.blog #primary, body.archive #primary, body.search-results #primary {
    grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 621px) {
  body.blog .page-header-container, body.archive .page-header-container, body.search-results .page-header-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20%;
    align-items: self-end; }
  body.blog .page-header-container, body.blog .page-header, body.archive .page-header-container, body.archive .page-header, body.search-results .page-header-container, body.search-results .page-header {
    margin-bottom: 100px; }
  body.blog #primary, body.archive #primary, body.search-results #primary {
    display: grid;
    grid-row-gap: 90px;
    column-gap: 40px;
    padding-right: 0;
    width: 100%; }
  body.blog .in_pagination, body.archive .in_pagination, body.search-results .in_pagination {
    grid-column: 1 / -1; }

  body.archive .r-container {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    column-gap: 20px; }

  body.search-results .page-header {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    body.search-results .page-header .in-search-form {
      margin-left: 20px; }

  body.single-post .single-blog-footer .entry-title {
    height: calc(28px * 2); } }
@media (max-width: 620px) and (min-width: 421px) {
  body.archive .r-container {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    column-gap: 20px; } }
@media (max-width: 980px) {
  body.blog .page-header-container, body.blog .page-header, body.archive .page-header-container, body.archive .page-header, body.search-results .page-header-container, body.search-results .page-header {
    margin-bottom: 50px; }

  body.single-post .entry-title {
    line-height: 30px;
    font-size: 34px; }
  body.single-post .site-content .desktop-sidebar-container {
    display: none; }
  body.single-post .site-content .mobile-sidebar-container {
    display: inline-block; }
  body.single-post .single-blog-footer .post {
    width: 48%; }
  body.single-post .single-blog-aside-container {
    padding: 30px 15px; } }
@media (max-width: 620px) {
  body.blog .page-title, body.archive .page-title, body.search-results .page-title {
    margin-bottom: 15px; }
  body.blog article, body.archive article, body.search-results article {
    margin-bottom: 60px; }

  body.archive .l-container {
    margin-bottom: 30px; }
  body.archive .form-container {
    margin-bottom: 60px; }

  body.single-post .single-blog-footer .post {
    width: 100%; } }
@media (max-width: 420px) {
  body.archive .category-selector-container {
    margin-bottom: 20px; } }
body.home .site-content {
  max-width: 100%;
  padding: 0 !important; }
body.home #primary {
  display: block;
  width: 100%;
  padding-right: 0; }
body.home .form-post-width-setter {
  padding-right: 60px; }
body.home .form-n-post-container .gform_title {
  text-transform: none;
  font: normal normal 600 46px/50px utopia-std;
  letter-spacing: 0px;
  color: #000000; }
body.home .form-n-post-container .form_description {
  width: 100% !important;
  margin-top: 30px !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  font: normal normal normal 16px/22px neue-haas-grotesk-display;
  letter-spacing: 0.48px;
  color: rgba(0, 0, 0, 0.6); }
body.home .form-n-post-container .gfield_label {
  display: none !important; }
body.home .form-n-post-container .gfield {
  margin-top: 0 !important;
  padding: 0 !important; }
  body.home .form-n-post-container .gfield.gfield_error {
    background-color: transparent !important;
    border: none !important; }
    body.home .form-n-post-container .gfield.gfield_error .ginput_container input {
      border-color: #790000 !important; }
body.home .form-n-post-container .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }
body.home .form-n-post-container .validation_message {
  margin-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 10px !important;
  font-weight: 400;
  background: transparent;
  border: none; }
body.home .form-n-post-container .validation_error, body.home .form-n-post-container .gform_validation_errors {
  display: none; }
body.home .form-n-post-container .gform_confirmation_wrapper {
  margin-bottom: 20px; }
body.home .form-n-post-container .ginput_container {
  margin-top: 0 !important; }
  body.home .form-n-post-container .ginput_container input {
    padding: 10px !important;
    line-height: 1 !important;
    border-color: #cccccc;
    border-width: 2px !important;
    font: normal normal normal 16px/1 neue-haas-grotesk-display;
    letter-spacing: 0.32px;
    color: #4d4f5c; }
    body.home .form-n-post-container .ginput_container input::-webkit-input-placeholder {
      font: normal normal normal 16px/1 neue-haas-grotesk-display;
      letter-spacing: 0.32px;
      color: rgba(0, 0, 0, 0.3); }
    body.home .form-n-post-container .ginput_container input::-moz-placeholder {
      font: normal normal normal 16px/1 neue-haas-grotesk-display;
      letter-spacing: 0.32px;
      color: rgba(0, 0, 0, 0.3); }
    body.home .form-n-post-container .ginput_container input:-ms-input-placeholder {
      font: normal normal normal 16px/1 neue-haas-grotesk-display;
      letter-spacing: 0.32px;
      color: rgba(0, 0, 0, 0.3); }
    body.home .form-n-post-container .ginput_container input:-moz-placeholder {
      font: normal normal normal 16px/1 neue-haas-grotesk-display;
      letter-spacing: 0.32px;
      color: rgba(0, 0, 0, 0.3); }
body.home .form-n-post-container .gform_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
body.home .form-n-post-container form {
  width: 100%; }
body.home .form-n-post-container .gform_heading {
  order: 2; }
body.home .form-n-post-container .gform_footer {
  padding: 0 !important; }
  body.home .form-n-post-container .gform_footer input[type=submit] {
    margin-right: 0 !important;
    padding: 12px !important;
    width: 100% !important;
    line-height: 1 !important;
    border-width: 2px;
    margin-bottom: 0 !important;
    font: normal normal bold 16px/1 neue-haas-grotesk-display;
    letter-spacing: 0.45px;
    color: #FFFFFF;
    text-transform: uppercase; }
body.home .form-n-post-container .gform_description {
  display: block;
  width: 100% !important;
  margin-top: 15px !important;
  margin-bottom: 0;
  font: normal normal normal 14px/22px neue-haas-grotesk-display;
  letter-spacing: 0.42px;
  color: rgba(0, 0, 0, 0.6); }
  body.home .form-n-post-container .gform_description a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: underline; }
    body.home .form-n-post-container .gform_description a:hover {
      color: #55BEDC; }
body.home .form-n-post-container .top-post-container .blog-feature-image {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden; }
  body.home .form-n-post-container .top-post-container .blog-feature-image img {
    display: block; }
body.home .form-n-post-container .top-post-container .meta-category {
  margin-bottom: 15px;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #FF6666;
  text-transform: uppercase; }
body.home .form-n-post-container .top-post-container .entry-title {
  font-family: neue-haas-grotesk-display,sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.72px; }
  body.home .form-n-post-container .top-post-container .entry-title a {
    color: #000000; }
body.home .form-n-post-container .top-post-container .top-post-content {
  position: relative;
  width: calc(100% - 60px);
  margin: -12% auto 0;
  padding: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  z-index: 1;border:1px solid rgba(77, 79, 92, 0.2); }
body.home .editors-pick-slider {
  position: relative;
  background: linear-gradient(to bottom, #ffffff00 65%, #e8e9ef 35%);
  overflow: hidden; }
  body.home .editors-pick-slider .section-title {
    font: normal normal 600 36px/46px utopia-std;
    letter-spacing: 0px;
    color: #000000; }
  body.home .editors-pick-slider article {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(77, 79, 92, 0.2);    
    overflow: hidden;
    transition: all 0.3s ease-in;margin-bottom:30px; }
body.home .editors-pick-slider article:hover{
	box-shadow: 0px 6px 10px rgba(0,0,0,0.07);
}
    body.home .editors-pick-slider article img {
      display: block; }
    body.home .editors-pick-slider article .entry-content {
      margin: 0;
      padding: 30px;
      align-self: flex-end;
      overflow: hidden; }
    body.home .editors-pick-slider article .entry-meta {
      margin-bottom: 15px;
      font-family: neue-haas-grotesk-display,sans-serif;
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      letter-spacing: 1.6px;
      color: #FF6666;
      text-transform: uppercase; }
      body.home .editors-pick-slider article .entry-meta a {
        color: #FF6666; }
      body.home .editors-pick-slider article .entry-meta p {
        margin: 0;
        line-height: 1; }
    body.home .editors-pick-slider article .entry-title {
      margin-bottom: 0;
      height: 60px;
      overflow-y: hidden; }
      body.home .editors-pick-slider article .entry-title a {
        font-family: neue-haas-grotesk-display,sans-serif;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.72px;
        font-weight: 600;
        color: #000000;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
  body.home .editors-pick-slider .post-slider-container .tns-controls {
    max-width: 1180px;
    margin-right: auto;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
    text-align: right;
    border-bottom: 2px solid #dedee1; }
    body.home .editors-pick-slider .post-slider-container .tns-controls button {
      color: #000000;
      background-color: transparent;
      border: 0;
      padding: 0;
      z-index: 1;
      width: auto;
      height: auto;
      cursor: pointer; }
      body.home .editors-pick-slider .post-slider-container .tns-controls button:disabled {
        color: rgba(0, 0, 0, 0.2); }
  body.home .editors-pick-slider .post-slider-container .dashicons {
    width: auto;
    height: auto;
    font-size: 28px; }
body.home .category-section {
  padding-top: 0px;
  background-color: #e8e9ef; }
  body.home .category-section .section-title {
    margin-bottom: 10px;
    text-align: center;
    font: normal normal 600 36px/46px utopia-std;
    letter-spacing: 0px;
    color: #000000; }
  body.home .category-section .section-desc {
    margin-bottom: 30px;
    text-align: center;
    font: normal normal normal 16px/22px neue-haas-grotesk-display;
    letter-spacing: 0.48px;
    color: #666666; }
  body.home .category-section .category-menu-navigation {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.54px;
    color: #000000; }
    body.home .category-section .category-menu-navigation ul {
      list-style-type: none;
      padding-left: 0; }
      body.home .category-section .category-menu-navigation ul ul {
        position: absolute;
        top: 100%;
        left: -999em;
        max-height: 300px;
        overflow-y: auto;
        width: 300px;
        background-color: #fff;
        z-index: 99999;
        box-shadow: rgba(0, 0, 0, 0.18) 0 0 8px;
        border-radius: 4px; }
    body.home .category-section .category-menu-navigation li {
      position: relative; }
      body.home .category-section .category-menu-navigation li:hover > ul {
        left: 0; }
    body.home .category-section .category-menu-navigation a {
      display: block;
      padding: 15px;
      width: 100%;
       }
  body.home .category-section #category-menu {
    display: grid;
    gap: 1rem;
    box-sizing: border-box;
    text-transform: capitalize; }
    body.home .category-section #category-menu > li > a {
      position: relative;
      display: block;
      padding: 14px 20px;
      background-color: #ffffff;
      border: 2px solid #4d4f5c;
      border-radius: 10px;
      cursor: pointer;
     }
      body.home .category-section #category-menu > li > a:after {
        content: "\f345";
        font-family: 'dashicons';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
      body.home .category-section #category-menu > li > a:hover {
        color: #ffffff;
        background-color: #f66; }
    body.home .category-section #category-menu > li:nth-child(1) a {
      color: #000000;
      border-color: #000000; }
      body.home .category-section #category-menu > li:nth-child(1) a:hover {
        color: #ffffff;
        background-color: #000000; }
    body.home .category-section #category-menu > li:nth-child(2) a {
      color: #827BB7;
      border-color: #827BB7; }
      body.home .category-section #category-menu > li:nth-child(2) a:hover {
        color: #ffffff;
        background-color: #827BB7; }
    body.home .category-section #category-menu > li:nth-child(3) a {
      color: #703047;
      border-color: #703047; }
      body.home .category-section #category-menu > li:nth-child(3) a:hover {
        color: #ffffff;
        background-color: #703047; }
    body.home .category-section #category-menu > li:nth-child(4) a {
      color: #8FB8BE;
      border-color: #8FB8BE; }
      body.home .category-section #category-menu > li:nth-child(4) a:hover {
        color: #ffffff;
        background-color: #8FB8BE; }
    body.home .category-section #category-menu > li:nth-child(5) a {
      color: #ED706B;
      border-color: #ED706B; }
      body.home .category-section #category-menu > li:nth-child(5) a:hover {
        color: #ffffff;
        background-color: #ED706B; }
    body.home .category-section #category-menu > li:nth-child(6) a {
      color: #29346B;
      border-color: #29346B; }
      body.home .category-section #category-menu > li:nth-child(6) a:hover {
        color: #ffffff;
        background-color: #29346B; }
    body.home .category-section #category-menu > li:nth-child(7) a {
      color: #004F40;
      border-color: #004F40; }
      body.home .category-section #category-menu > li:nth-child(7) a:hover {
        color: #ffffff;
        background-color: #004F40; }
    body.home .category-section #category-menu > li:nth-child(8) > a {
      color: #55BEDC;
      border-color: #55BEDC; }
      body.home .category-section #category-menu > li:nth-child(8) > a:hover {
        color: #ffffff;
        background-color: #55BEDC; }
    body.home .category-section #category-menu > li:nth-child(8) ul a {
      color: #4d4f5c;
      border-color: #4d4f5c; }
      body.home .category-section #category-menu > li:nth-child(8) ul a:hover {
        color: #ffffff;
        background-color: #4d4f5c; }
    body.home .category-section #category-menu > li.menu-item-has-children > a:after {
      transform: translateY(-50%) rotate(90deg); }
body.home .recent-post-container {
  margin-top: 50px;
  margin-bottom: 50px; }
  body.home .recent-post-container .width-setter {
    padding-top: 0;
    padding-bottom: 0; }
  body.home .recent-post-container .section-top-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    border-bottom: 2px solid #dedee1; }
    body.home .recent-post-container .section-top-flex .in-search-form {
      position: relative;
      display: block; }
    body.home .recent-post-container .section-top-flex input[type="search"] {
      padding-left: 28px;
      border-radius: 10px;
      border-color: rgba(0, 0, 0, 0.2); }
    body.home .recent-post-container .section-top-flex .search-btn {
      position: absolute;
      left: 5px;
      top: 8px;
      padding: 0;
      background-color: transparent;
      border: none;
      color: #cccccc; }
  body.home .recent-post-container .section-title {
    margin-bottom: 10px;
    font: normal normal 600 36px/46px utopia-std;
    letter-spacing: 0px;
    color: #000000; }
  body.home .recent-post-container article.post {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 40px; }
    body.home .recent-post-container article.post .blog-feature-image {
      width: 32%;
      align-self: flex-start; }
      body.home .recent-post-container article.post .blog-feature-image a {
        display: inline-block;
        border-radius: 10px;
        overflow: hidden; }
      body.home .recent-post-container article.post .blog-feature-image img {
        display: block; }
    body.home .recent-post-container article.post .entry-meta {
      margin-bottom: 5px;
      font-family: neue-haas-grotesk-display,sans-serif;
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.54px;
      font-weight: 600; }
    body.home .recent-post-container article.post .meta-category {
      margin-bottom: 0; }
      body.home .recent-post-container article.post .meta-category a {
        color: #f66;
        text-transform: capitalize; }
    body.home .recent-post-container article.post .entry-title {
      margin-bottom: 15px;
      font-family: neue-haas-grotesk-display;
      font-size: 28px;
      line-height: 36px;
      font-weight: 600;
      letter-spacing: 0.84px;
      color: #000000; }
      body.home .recent-post-container article.post .entry-title:hover a {
        color: #06C0E0;
        text-decoration: underline; }
    body.home .recent-post-container article.post .entry-content {
      width: 68%;
      margin-top: 0;
      align-self: flex-start; }
      body.home .recent-post-container article.post .entry-content > p {
        margin: 0;
        font-family: neue-haas-grotesk-display;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        letter-spacing: 0.7px;
        color: #666666; }
body.home .resources-container {
  background-color: #e8e9ef;
  margin-bottom: 45px;
  padding-top: 60px;
  padding-bottom: 60px; }
  body.home .resources-container .section-title {
    margin-bottom: 30px;
    font: normal normal 600 36px/46px utopia-std;
    letter-spacing: 0px;
    color: #000000; }
  body.home .resources-container .resource-flex-container {
    display: grid;
    gap: 2rem;
    box-sizing: border-box; }
  body.home .resources-container .blog-feature-image {
    border-radius: 10px;
    overflow: hidden; }
    body.home .resources-container .blog-feature-image img {
      display: block; }
  body.home .resources-container .entry-meta {
    font-family: neue-haas-grotesk-display;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1.6px;
    color: #8479BC;
    text-transform: uppercase; }
  body.home .resources-container .entry-title {
    margin: 10px 0 0;
    font-family: neue-haas-grotesk-display;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0.72px;
    color: #000000; }
    body.home .resources-container .entry-title a:hover {
      color: #06C0E0;
      text-decoration: underline; }

@media (min-width: 1600px) {
  body.home .editors-pick-slider .post-slider-container {
    margin-bottom: 450px !important; } }
@media (min-width: 1180px) {
  body.home .editors-pick-slider .post-slider-container {
    margin-bottom: 380px; }
    body.home .editors-pick-slider .post-slider-container .tns-outer {
      position: absolute;
      top: 40px;
      overflow-x: hidden; } }
@media (max-width: 1179px) {
  body.home .editors-pick-slider .section-title {
    margin-bottom: -42px; } }
@media (min-width: 421px) {
  body.home .form-n-post-container form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
  body.home .form-n-post-container form {
    width: 100%; }
  body.home .form-n-post-container .gform_body {
    display: inline-block !important;
    width: 55% !important;
    vertical-align: top; }
  body.home .form-n-post-container .ginput_container input {
    width: 102% !important;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  body.home .form-n-post-container .gform_footer {
    display: inline-block !important;
    margin-top: 0 !important;
    width: 35% !important;
    vertical-align: top; }
    body.home .form-n-post-container .gform_footer input[type=submit] {
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important; } }
@media (min-width: 981px) {
  body.home .form-n-post-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    padding-top: 60px;
    padding-bottom: 60px; }
    body.home .form-n-post-container > div {
      width: 50%; }
    body.home .form-n-post-container .gform_title {
      width: calc(100% + 80px ); }
    body.home .form-n-post-container .l-container {
      padding-right: 180px; }
  body.home .editors-pick-slider .post-slider-container .tns-controls {
    max-width: calc(100% - 120px); }
  body.home .category-section .category-menu-navigation #category-menu {
    grid-template-columns: repeat(4, 1fr); }
  body.home .resources-container .resource-flex-container {
    grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1300px) and (min-width: 981px) {
  body.home .category-section .category-menu-navigation li:hover > ul {
    left: auto;
    right: 0; } }
@media (max-width: 1112px) and (min-width: 981px) {
  body.home .form-n-post-container .l-container {
    padding-right: 100px !important; } }
@media (min-width: 481px) {
  body.home .form-n-post-container .entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  body.home .recent-post-container article.post .entry-content {
    padding-left: 30px; } }
@media (max-width: 680px) and (min-width: 421px) {
  body.home .category-section .category-menu-navigation li:hover > ul {
    left: auto;
    right: 0; } }
@media (max-width: 980px) {
  body.home .form-n-post-container {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 50px auto 0; }
    body.home .form-n-post-container .gform_title {
      font-size: 30px;
      line-height: 1.2; }
      body.home .form-n-post-container .gform_title br {
        display: none; }
    body.home .form-n-post-container .top-post-container .top-post-content {
      padding-left: 20px;
      padding-right: 20px; }
  body.home .category-section .category-menu-navigation #category-menu {
    grid-template-columns: repeat(2, 1fr); }
  body.home .resources-container .resource-flex-container {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) {
  body.home .form-n-post-container .top-post-container .entry-title {
    font-size: 22px;
    line-height: 30px; }
  body.home .editors-pick-slider .section-title {
    font-size: 24px;
    line-height: 34px; }
  body.home .category-section .section-title {
    font-size: 24px;
    line-height: 34px; }
  body.home .category-section .category-menu-navigation #category-menu {
    grid-template-columns: repeat(1, 1fr); }
  body.home .category-section .category-menu-navigation ul ul {
    width: 100%; }
  body.home .recent-post-container .section-title {
    width: 100%;
    margin-top: 20px;
    order: 2;
    font-size: 24px;
    line-height: 34px; }
  body.home .recent-post-container .section-top-flex {
    flex-wrap: wrap; }
    body.home .recent-post-container .section-top-flex form {
      width: 100%; }
    body.home .recent-post-container .section-top-flex input[type="search"] {
      width: 100%; }
  body.home .recent-post-container article.post .blog-feature-image {
    width: 100%; }
  body.home .recent-post-container article.post .entry-content {
    width: 100%;
    padding-top: 15px; }
  body.home .recent-post-container article.post .entry-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px; }
  body.home .resources-container .section-title {
    font-size: 24px;
    line-height: 34px; }
  body.home .resources-container .resource-flex-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem; } }
@media (max-width: 420px) {
  body.home .form-n-post-container form {
    display: flex;
    flex-direction: column; } }

/*# sourceMappingURL=main.css.map */
